a6de5f8d77
* sync charm-helpers to classic charms * change openstack-origin/source default to antelope * align testing with antelope * add new antelope bundles * add antelope bundles to tests.yaml * add antelope tests to osci.yaml and .zuul.yaml * update build-on and run-on bases Change-Id: Id93b0ee0999c7a23ef34e68646b03d910816c655
85 lines
3.7 KiB
YAML
85 lines
3.7 KiB
YAML
charm_name: neutron-gateway
|
|
|
|
# NOTE: the OVN migration test runs at the end of a regular gate check and adds
|
|
# no more than 5-10 minutes to each job. We want this to run from focal-ussuri
|
|
# and onwards as that is the point where we recomend our users to migrate from
|
|
# OVS to OVN.
|
|
#
|
|
smoke_bundles:
|
|
- migrate-ovn: jammy-zed
|
|
|
|
gate_bundles:
|
|
- migrate-ovn: jammy-zed
|
|
|
|
dev_bundles:
|
|
- migrate-ovn: jammy-antelope
|
|
- migrate-ovn: kinetic-zed
|
|
- migrate-ovn: lunar-antelope
|
|
|
|
target_deploy_status:
|
|
neutron-api-plugin-ovn:
|
|
# NOTE(lourot): at first we deploy a bundle in which this subordinate charm
|
|
# isn't related to anything, so it has no unit. It will become related and
|
|
# receive units later as part of OVSOVNMigrationTest.
|
|
num-expected-units: 0
|
|
workload-status: waiting
|
|
ovn-chassis:
|
|
workload-status: maintenance
|
|
workload-status-message-prefix: "Paused. Use 'resume' action to resume normal service."
|
|
ovn-dedicated-chassis:
|
|
workload-status: maintenance
|
|
workload-status-message-prefix: "Paused. Use 'resume' action to resume normal service."
|
|
ovn-central:
|
|
workload-status: waiting
|
|
workload-status-message-prefix: "'ovsdb-peer' incomplete, 'certificates' awaiting server certificate data"
|
|
vault:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: Vault needs to be initialized
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.neutron.setup.basic_overcloud_network
|
|
- zaza.openstack.charm_tests.nova.setup.create_flavors
|
|
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- migrate-ovn:
|
|
- zaza.openstack.charm_tests.vault.setup.auto_initialize_no_validation
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.neutron.setup.basic_overcloud_network
|
|
- zaza.openstack.charm_tests.nova.setup.create_flavors
|
|
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- zaza.openstack.charm_tests.ovn.setup.pre_migration_configuration
|
|
|
|
configure_options:
|
|
configure_gateway_ext_port_use_juju_wait: false
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronGatewayDeferredRestartTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronGatewayTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronGatewayShowActionsTest
|
|
- zaza.openstack.charm_tests.neutron.tests.SecurityTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronNetworkingTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronOvsVsctlTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronBridgePortMappingTest
|
|
- migrate-ovn:
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronGatewayDeferredRestartTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronGatewayTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronGatewayShowActionsTest
|
|
- zaza.openstack.charm_tests.neutron.tests.SecurityTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronOvsVsctlTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronBridgePortMappingTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronNetworkingTest
|
|
# Note(wolsen) - temporarily disabled due to LP #1968647
|
|
# - zaza.openstack.charm_tests.ovn.tests.OVSOVNMigrationTest
|
|
- zaza.openstack.charm_tests.neutron.tests.NeutronNetworkingTest
|
|
|
|
tests_options:
|
|
# NOTE: This allows us to run the NeutronNetworkingTest multiple times while
|
|
# reusing the instances created for the first run. This both saves time and
|
|
# allows verifying instances survive a SDN migration.
|
|
zaza.openstack.charm_tests.neutron.tests.NeutronNetworkingTest.test_instances_have_networking.run_resource_cleanup: false
|
|
force_deploy:
|
|
- kinetic-zed
|
|
- lunar-antelope
|