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:
Kevin Fenzi 2015-06-15 19:14:55 +00:00
commit d206ef0f46
3 changed files with 43 additions and 8 deletions

View file

@ -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