Run online_data_migrations for Ironic on upgrade

Change-Id: Ie817e7df63b37ddac4b9b0b7589aef8dfc2048c9
Depends-On: I548c80cf138b661ba3a5e45a6dfe8711f3322ed0
Partial-Bug: #1708149
This commit is contained in:
Dmitry Tantsur 2017-08-02 15:38:07 +02:00
parent 88c3b8529b
commit d1fca69299
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Exec<| title == 'glance-manage db_sync' |> { refreshonly => false }
Exec<| title == 'nova-db-sync-api' |> { refreshonly => false }
Exec<| title == 'nova-db-sync' |> { refreshonly => false }
Exec<| title == 'nova-db-online-data-migrations' |> { refreshonly => false }
Exec<| title == 'ironic-db-online-data-migrations' |> { refreshonly => false }
Exec<| title == 'heat-dbsync' |> { refreshonly => false }
Exec<| title == 'aodh-db-sync' |> { refreshonly => false }
Exec<| title == 'ironic-dbsync' |> { refreshonly => false }

View File

@ -459,6 +459,7 @@ nova::db::sync_api::db_sync_timeout: 900
# Ironic
ironic::debug: "%{hiera('debug')}"
ironic::my_ip: {{LOCAL_IP}}
ironic::db_online_data_migrations: true
ironic::rpc_response_timeout: 600
ironic::api::authtoken::password: {{UNDERCLOUD_IRONIC_PASSWORD}}
ironic::api::authtoken::auth_uri: "%{hiera('keystone_auth_uri')}"