Merge "FFU: Use yum shell instead of ansible yum module"
commit
dd558e656d
|
@ -242,7 +242,7 @@ outputs:
|
|||
- aodh_httpd_enabled|bool
|
||||
- httpd_running|bool
|
||||
- name: Aodh package update
|
||||
yum: name=openstack-aodh* state=latest
|
||||
shell: yum -y update openstack-aodh*
|
||||
when:
|
||||
- step|int == 6
|
||||
- is_bootstrap_node|bool
|
||||
|
|
|
@ -290,7 +290,7 @@ outputs:
|
|||
- release == 'pike'
|
||||
- is_bootstrap_node|bool
|
||||
- name: Cinder package update
|
||||
yum: name=openstack-cinder* state=latest
|
||||
shell: yum -y update openstack-cinder*
|
||||
when:
|
||||
- step|int == 6
|
||||
- is_bootstrap_node|bool
|
||||
|
|
|
@ -248,7 +248,7 @@ outputs:
|
|||
- release == 'ocata'
|
||||
- heat_api_enabled|bool
|
||||
- name: FFU Heat package update
|
||||
yum: name=openstack-heat* state=latest
|
||||
shell: yum -y update openstack-heat*
|
||||
when:
|
||||
- step|int == 6
|
||||
- is_bootstrap_node|bool
|
||||
|
|
|
@ -294,7 +294,7 @@ outputs:
|
|||
- keystone_httpd_enabled|bool
|
||||
- httpd_running|bool
|
||||
- name: Keystone package update
|
||||
yum: name=openstack-keystone* state=latest
|
||||
shell: yum -y update openstack-keystone*
|
||||
when:
|
||||
- step|int == 6
|
||||
- is_bootstrap_node|bool
|
||||
|
|
|
@ -250,7 +250,7 @@ outputs:
|
|||
- release == 'ocata'
|
||||
- neutron_server_enabled|bool
|
||||
- name: Neutron package update
|
||||
yum: name=openstack-neutron* state=latest
|
||||
shell: yum -y update openstack-neutron*
|
||||
when:
|
||||
- step|int == 6
|
||||
- is_bootstrap_node|bool
|
||||
|
|
Loading…
Reference in New Issue