Set target_deploy_status for OVN related charms
This commit is contained in:
parent
615b27a4a2
commit
50a8736a4c
@ -1,3 +1,4 @@
|
||||
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
|
||||
requests
|
||||
|
@ -39,6 +39,14 @@ target_deploy_status:
|
||||
ntp:
|
||||
workload-status: active
|
||||
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:
|
||||
force_deploy: []
|
||||
|
Loading…
Reference in New Issue
Block a user