fix tasks
This commit is contained in:
parent
65fbea3e5b
commit
0d35cfe662
1 changed files with 1 additions and 8 deletions
|
@ -41,7 +41,6 @@
|
||||||
- undercloud.conf
|
- undercloud.conf
|
||||||
- templates/node-info.yaml
|
- templates/node-info.yaml
|
||||||
- openstack-overcloud-deploy.sh
|
- openstack-overcloud-deploy.sh
|
||||||
- configure-federation
|
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- undercloud
|
- undercloud
|
||||||
|
@ -49,7 +48,7 @@
|
||||||
- name: Copy templates to ~/stack/
|
- name: Copy templates to ~/stack/
|
||||||
template: src={{item}} dest=/home/stack/{{item}} owner=stack group=stack mode=0644
|
template: src={{item}} dest=/home/stack/{{item}} owner=stack group=stack mode=0644
|
||||||
with_items:
|
with_items:
|
||||||
- cinder-dellps-config.yaml
|
- custom-storage.yaml
|
||||||
- environment-rhel-registration.yaml
|
- environment-rhel-registration.yaml
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
@ -62,12 +61,6 @@
|
||||||
- undercloud
|
- undercloud
|
||||||
- nodes
|
- nodes
|
||||||
|
|
||||||
- name: Copy fed_variables
|
|
||||||
template: src=fed_variables dest=/home/stack/fed_variables owner=stack group=stack mode=0644
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
- undercloud
|
|
||||||
|
|
||||||
- name: Do an undercloud install if it has yet to be done
|
- name: Do an undercloud install if it has yet to be done
|
||||||
become: yes
|
become: yes
|
||||||
become_user: stack
|
become_user: stack
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue