Minor doc fixes
Things we noticed while using the docs during the bootcamp. Change-Id: Ib407c2bb623d3bf2b5516023fec70bc247226303
This commit is contained in:
parent
cac7dedf72
commit
40ee379325
@ -26,6 +26,7 @@ At a Glance
|
|||||||
:Projects:
|
:Projects:
|
||||||
* http://wiki.debian.org/MeetBot
|
* http://wiki.debian.org/MeetBot
|
||||||
* http://sourceforge.net/projects/supybot/
|
* http://sourceforge.net/projects/supybot/
|
||||||
|
* https://github.com/openstack-infra/meetbot
|
||||||
* https://github.com/openstack-infra/gerritbot
|
* https://github.com/openstack-infra/gerritbot
|
||||||
* https://github.com/openstack-infra/statusbot
|
* https://github.com/openstack-infra/statusbot
|
||||||
:Bugs:
|
:Bugs:
|
||||||
|
@ -55,28 +55,28 @@ This means that you can run the same configuration on your own server
|
|||||||
simply by providing a different manifest file instead of site.pp.
|
simply by providing a different manifest file instead of site.pp.
|
||||||
|
|
||||||
As an example, to run the etherpad configuration on your own server,
|
As an example, to run the etherpad configuration on your own server,
|
||||||
start by cloning the config Git repo::
|
start by ensuring git is installed and then cloning the config Git
|
||||||
|
repo::
|
||||||
|
|
||||||
|
apt-get install git
|
||||||
git clone https://github.com/openstack-infra/config
|
git clone https://github.com/openstack-infra/config
|
||||||
|
cd config
|
||||||
|
|
||||||
Then copy the etherpad node definition from manifests/site.pp to a new
|
Then copy the etherpad node definition from manifests/site.pp to a new
|
||||||
file (be sure to specify the FQDN of the host you are working with in
|
file (be sure to specify the FQDN of the host you are working with in
|
||||||
the node specifier). It might look something like this::
|
the node specifier). It might look something like this::
|
||||||
|
|
||||||
# local.pp
|
# local.pp
|
||||||
node 'etherpad.example.org' {
|
class { 'openstack_project::etherpad':
|
||||||
class { 'openstack_project::etherpad':
|
database_password => 'badpassword',
|
||||||
database_password => 'badpassword',
|
sysadmins => 'user@example.org',
|
||||||
sysadmins => 'user@example.org',
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Then to apply that configuration, run the following::
|
Then to apply that configuration, run the following::
|
||||||
|
|
||||||
cd config
|
|
||||||
bash install_puppet.sh
|
bash install_puppet.sh
|
||||||
bash install_modules.sh
|
bash install_modules.sh
|
||||||
puppet apply -l manifest.log --modulepath=modules:/etc/puppet/modules local.pp
|
puppet apply -l /tmp/manifest.log --modulepath=modules:/etc/puppet/modules local.pp
|
||||||
|
|
||||||
That should turn the system you are logged into into an etherpad
|
That should turn the system you are logged into into an etherpad
|
||||||
server with the same configuration as that used by the OpenStack
|
server with the same configuration as that used by the OpenStack
|
||||||
|
Loading…
Reference in New Issue
Block a user