916f109e2f
Add OVS to OVN migration at the end of the regular gate test. This adds only 5-10 minutes to each job and we want to confirm this works from focal-ussuri and onwards as this is the point where we recomend our end users to migrate from OVS to OVN. Do ch-sync. Merge after https://github.com/juju/charm-helpers/pull/511 Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/365 Depends-On: Ifa99988612eaaeb9d60a0d99db172f97e27cfc93 Change-Id: Ia4b1d3a9e642b540d1e04adc0363f9b3e11f37cd
25 lines
942 B
YAML
25 lines
942 B
YAML
cleanup:
|
|
description: |
|
|
Clean up after the Neutron agents.
|
|
params:
|
|
i-really-mean-it:
|
|
type: boolean
|
|
default: false
|
|
description: |
|
|
The default false will not run the action, set to true to perform
|
|
cleanup.
|
|
.
|
|
WARNING: Running this action will interrupt instance connectivity and
|
|
it will not be restored until either Neutron agents or a different
|
|
SDN reprograms connectivity on the hypervisor.
|
|
.
|
|
NOTE: The application must be configured with `firewall-driver`
|
|
'openvswitch' and the unit must be paused prior to running this
|
|
action.
|
|
required:
|
|
- i-really-mean-it
|
|
pause:
|
|
description: Pause the neutron-openvswitch unit. This action will stop neutron-openvswitch services.
|
|
resume:
|
|
descrpition: Resume the neutron-openvswitch unit. This action will start neutron-openvswitch services.
|