why not just make the first openstack undercloud install
part of the role
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
1bec672ede
commit
2641e6dbf9
1 changed files with 8 additions and 0 deletions
|
@ -61,3 +61,11 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- undercloud
|
- undercloud
|
||||||
|
|
||||||
|
- name: Do an undercloud install if it has yet to be done
|
||||||
|
become: yes
|
||||||
|
become_user: stack
|
||||||
|
shell: openstack undercloud install
|
||||||
|
args:
|
||||||
|
chdir: /home/stack/
|
||||||
|
creates: /home/stack/stackrc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue