Finally make the fedora infra cloud playbook idempotent
Don't set root password in base and again later in host playbook. Download rpms and make sure they are installed rather than using url in yum module. Move cinder restart to a handler.
This commit is contained in:
parent
d86702c4f3
commit
d206ef0f46
3 changed files with 43 additions and 8 deletions
|
|
@ -180,3 +180,8 @@
|
|||
|
||||
- name: restart stunnel
|
||||
service: name=stunnel state=restarted
|
||||
|
||||
- name: restart cinder
|
||||
service: name=openstack-cinder-api state=restarted
|
||||
service: name=openstack-cinder-scheduler state=restarted
|
||||
service: name=openstack-cinder-volume state=restarted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue