
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: Iff2f3d0e011b47d895136ab7376f0e7d9c3955fb
47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
charm_name: glance-simplestreams-sync
|
|
|
|
comment:
|
|
- 'the glance configure job validates operation of identity-service relation'
|
|
|
|
# functest-run-suite ...
|
|
# functest-deploy --bundle /path/to/gate/bundle
|
|
gate_bundles:
|
|
- jammy-yoga
|
|
|
|
dev_bundles:
|
|
- jammy-yoga
|
|
- jammy-zed
|
|
- kinetic-zed
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- kinetic-zed
|
|
|
|
# functest-run-suite --smoke ...
|
|
# functest-deploy --bundle /path/to/smoke/bundle
|
|
# smoke bundle should (Ubuntu LTS latest)-(OpenStack latest)
|
|
smoke_bundles:
|
|
- jammy-yoga
|
|
|
|
# special target deploy status for above deploy phase
|
|
target_deploy_status:
|
|
vault:
|
|
# vault will be blocked with functest-deploy, this is ok to move on
|
|
# functest-configure will fix it with `auto_initialize` in next phase
|
|
workload-status: blocked
|
|
workload-status-message: Vault needs to be initialized
|
|
glance-simplestreams-sync:
|
|
# gss will be blocked since glance and rabbitmq don't have their
|
|
# certificates yet. This should be fixed after vault initialization
|
|
workload-status: unknown
|
|
workload-status-message: ""
|
|
|
|
# functest-configure
|
|
configure:
|
|
- zaza.openstack.charm_tests.vault.setup.auto_initialize
|
|
- zaza.openstack.charm_tests.glance_simplestreams_sync.setup.sync_images
|
|
|
|
# functest-test
|
|
tests:
|
|
- zaza.openstack.charm_tests.glance_simplestreams_sync.tests.GlanceSimpleStreamsSyncTest
|