Changes between Version 57 and Version 58 of CloudPlugin


Ignore:
Timestamp:
Mar 9, 2012, 2:23:58 PM (12 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v57 v58  
    4242    You can alternatively use the Trac Web Admin GUI.
    4343
    44  3. Configure the main {{{trac.ini}}} section.  A minimal configuration would look like this (although several are optional):
     44 3. Configure the main {{{trac.ini}}} section.  A minimal configuration would look like this:
    4545    {{{
    4646    [cloud]
     
    4949    aws_keypair = <ec2-keypair-name>
    5050    aws_keypair_pem = /path/to/keypair.pem
    51     aws_username = <ec2-username>
     51    aws_username = <ec2 ssh username - e.g., "ubuntu" or "root">
     52    chef_base_path = /path/to/.chef
     53    chef_boot_run_list = <list-of-roles-or-recipes>
     54    }}}
     55
     564. Optional {{{trac.ini}}} configurations (details below).
     57    {{{
     58    [cloud]
    5259    rds_username = <rds-master-username>
    5360    rds_password = <rds-master-password>
    54     chef_base_path = /path/to/.chef
    55     chef_boot_run_list = <list-of-roles-or-recipes>
    5661    jabber_server = <jabber-server>
    5762    jabber_port = <jabber-port>