Merge "FFU: Use yum shell instead of ansible yum module"

This commit is contained in:
Zuul 2018-04-16 12:37:35 +00:00 committed by Gerrit Code Review
commit dd558e656d
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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