Merge "FFU: missing ironic tasks"
This commit is contained in:
commit
9c756df12a
docker/services
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user