automate BZ 1167888 workaround
This commit is contained in:
parent
edaf6e3e80
commit
bbbb1ac917
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@
|
|||
regexp="RABBITMQ_NODE_PORT"
|
||||
line=" 'RABBITMQ_NODE_PORTTTTT' => $port,"
|
||||
backup=yes
|
||||
- lineinfile:
|
||||
dest=/usr/lib/python2.7/site-packages/packstack/puppet/templates/mongodb.pp
|
||||
regexp="pidfilepath"
|
||||
line=" pidfilepath => '/var/run/mongodb/mongod.pid'"
|
||||
insertbefore="^}"
|
||||
# http://openstack.redhat.com/Quickstart
|
||||
- template: src={{ files }}/fedora-cloud/packstack-controller-answers.txt dest=/root/ owner=root mode=0600
|
||||
- authorized_key: user=root key="{{ lookup('file', files + '/fedora-cloud/fed09-ssh-key.pub') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue