Merge "FFU: missing ironic tasks"

This commit is contained in:
Zuul 2018-07-09 21:50:25 +00:00 committed by Gerrit Code Review
commit 9c756df12a
2 changed files with 21 additions and 0 deletions

@ -228,3 +228,19 @@ outputs:
- step|int == 1
- release == 'ocata'
- ironic_api_enabled|bool
- name: Ironic package update
shell: yum -y update openstack-ironic*
when:
- step|int == 6
- is_bootstrap_node|bool
- name: Synchronize the database
command: ironic-dbsync --config-file /etc/ironic/ironic.conf upgrade
when:
- step|int == 8
- is_bootstrap_node|bool
- name: Do online data migration
command: ironic-dbsync --config-file /etc/ironic/ironic.conf online_data_migrations
when:
- step|int == 8
- is_bootstrap_node|bool
- release == 'pike'

@ -261,3 +261,8 @@ outputs:
- step|int == 1
- release == 'ocata'
- ironic_conductor_enabled|bool
- name: Ironic packages update
shell: yum -y update openstack-ironic*
when:
- step|int == 6
- is_bootstrap_node|bool