
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: I6f8bd495a2078b5683a05a63124d7902d0a86f74
33 lines
975 B
YAML
33 lines
975 B
YAML
charm_name: nova-cloud-controller
|
|
|
|
smoke_bundles:
|
|
- jammy-caracal
|
|
gate_bundles:
|
|
- jammy-antelope
|
|
- jammy-bobcat
|
|
- jammy-caracal
|
|
dev_bundles:
|
|
- noble-caracal
|
|
target_deploy_status:
|
|
vault:
|
|
workload-status: blocked
|
|
workload-status-message: Vault needs to be initialized
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.vault.setup.auto_initialize
|
|
- zaza.openstack.charm_tests.glance.setup.add_cirros_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- 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
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.nova.tests.CirrosGuestCreateTest
|
|
- zaza.openstack.charm_tests.nova.tests.SecurityTests
|
|
- zaza.openstack.charm_tests.nova.tests.NovaCloudController
|
|
- zaza.openstack.charm_tests.nova.tests.NovaCloudControllerActionTest
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- noble-caracal
|