Set target_deploy_status for OVN related charms
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
ops>=1.5.0
|
ops>=1.5.0
|
||||||
|
git+https://github.com/juju/charm-helpers#egg=charmhelpers
|
||||||
git+https://opendev.org/openstack/charm-ops-openstack@master#egg=ops_openstack
|
git+https://opendev.org/openstack/charm-ops-openstack@master#egg=ops_openstack
|
||||||
requests
|
requests
|
||||||
|
@@ -39,6 +39,14 @@ target_deploy_status:
|
|||||||
ntp:
|
ntp:
|
||||||
workload-status: active
|
workload-status: active
|
||||||
workload-status-message-prefix: 'chrony: Ready'
|
workload-status-message-prefix: 'chrony: Ready'
|
||||||
|
ovn-central:
|
||||||
|
workload-status: waiting
|
||||||
|
workload-status-message-prefix: "'ovsdb-peer' incomplete, 'certificates' awaiting server certificate data"
|
||||||
|
ovn-chassis:
|
||||||
|
workload-status: waiting
|
||||||
|
workload-status-message-prefix: "'certificates' awaiting server certificate data"
|
||||||
|
neutron-api-plugin-ovn:
|
||||||
|
workload-status: waiting
|
||||||
|
workload-status-message-prefix: "'certificates' awaiting server certificate data, 'ovsdb-cms' incomplete"
|
||||||
tests_options:
|
tests_options:
|
||||||
force_deploy: []
|
force_deploy: []
|
||||||
|
Reference in New Issue
Block a user