Skip to content

Commit

Permalink
Merge pull request #128 from coreycb/bobcat-tracks
Browse files Browse the repository at this point in the history
Various fixes for distro tests
  • Loading branch information
freyes authored Nov 21, 2023
2 parents 9fe54af + 44eea79 commit cde159f
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 7 deletions.
1 change: 1 addition & 0 deletions tests/distro-regression/tests/bundles/bionic-ussuri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: ussuri/edge
glance-simplestreams-sync:
charm: ch:glance-simplestreams-sync
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: ussuri/edge
octavia-mysql-router:
charm: ch:mysql-router
Expand Down
1 change: 1 addition & 0 deletions tests/distro-regression/tests/bundles/focal-ussuri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down
1 change: 1 addition & 0 deletions tests/distro-regression/tests/bundles/focal-victoria.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down
1 change: 1 addition & 0 deletions tests/distro-regression/tests/bundles/focal-wallaby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down
1 change: 1 addition & 0 deletions tests/distro-regression/tests/bundles/focal-xena.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down
1 change: 1 addition & 0 deletions tests/distro-regression/tests/bundles/focal-yoga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down
3 changes: 3 additions & 0 deletions tests/distro-regression/tests/bundles/jammy-antelope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down Expand Up @@ -586,6 +587,8 @@ relations:
- watcher-mysql-router:shared-db
- - watcher-mysql-router:db-router
- mysql-innodb-cluster:db-router
- - watcher:certificates
- vault:certificates
- - keystone:identity-service
- watcher:identity-service
- - rabbitmq-server:amqp
Expand Down
15 changes: 9 additions & 6 deletions tests/distro-regression/tests/bundles/jammy-bobcat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ variables:
source: &source cloud:jammy-bobcat/proposed
openstack-origin: &openstack-origin cloud:jammy-bobcat/proposed
retrofit-uca-pocket: &retrofit-uca-pocket bobcat
openstack-channel: &openstack-channel latest/edge
ceph-channel: &ceph-channel latest/edge
ovn-channel: &ovn-channel latest/edge
mysql-channel: &mysql-channel latest/edge
rabbitmq-channel: &rabbitmq-channel latest/edge
openstack-channel: &openstack-channel 2023.2/edge
ceph-channel: &ceph-channel reef/edge
ovn-channel: &ovn-channel 23.09/edge
mysql-channel: &mysql-channel 8.0/edge
rabbitmq-channel: &rabbitmq-channel 3.9/edge
memcached-channel: &memcached-channel latest/edge
vault-channel: &vault-channel latest/edge
vault-channel: &vault-channel 1.8/edge

series: &series jammy
applications:
Expand Down Expand Up @@ -320,6 +320,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down Expand Up @@ -583,6 +584,8 @@ relations:
- watcher-mysql-router:shared-db
- - watcher-mysql-router:db-router
- mysql-innodb-cluster:db-router
- - watcher:certificates
- vault:certificates
- - keystone:identity-service
- watcher:identity-service
- - rabbitmq-server:amqp
Expand Down
2 changes: 2 additions & 0 deletions tests/distro-regression/tests/bundles/jammy-yoga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand All @@ -321,6 +322,7 @@ applications:
options:
amp-image-tag: 'octavia-amphora'
retrofit-series: *series
constraints: mem=4096
channel: *openstack-channel
relations:
- - nova-cloud-controller:amqp
Expand Down
1 change: 1 addition & 0 deletions tests/distro-regression/tests/bundles/jammy-zed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down
3 changes: 3 additions & 0 deletions tests/distro-regression/tests/bundles/lunar-antelope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down Expand Up @@ -602,6 +603,8 @@ relations:
- watcher-mysql-router:shared-db
- - watcher-mysql-router:db-router
- mysql-innodb-cluster:db-router
- - watcher:certificates
- vault:certificates
- - keystone:identity-service
- watcher:identity-service
- - rabbitmq-server:amqp
Expand Down
5 changes: 4 additions & 1 deletion tests/distro-regression/tests/bundles/mantic-bobcat.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
source: &source proposed
openstack-origin: &openstack-origin distro-proposed
# Set retrofit-series to jammy because kinetic images aren't
# Set retrofit-series to jammy because mantic images aren't
# available by default.
retrofit-series: &retrofit-series jammy
openstack-channel: &openstack-channel latest/edge
Expand Down Expand Up @@ -325,6 +325,7 @@ applications:
openstack-origin: *openstack-origin
spare-pool-size: 2
loadbalancer-topology: 'ACTIVE_STANDBY'
constraints: mem=4096
channel: *openstack-channel
octavia-mysql-router:
charm: ch:mysql-router
Expand Down Expand Up @@ -587,6 +588,8 @@ relations:
- watcher-mysql-router:shared-db
- - watcher-mysql-router:db-router
- mysql-innodb-cluster:db-router
- - watcher:certificates
- vault:certificates
- - keystone:identity-service
- watcher:identity-service
- - rabbitmq-server:amqp
Expand Down
2 changes: 2 additions & 0 deletions tests/distro-regression/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ tests_options:
- "magnum_tempest_plugin.tests.api.v1.test_cluster.ClusterTest.test_create_cluster_with_nonexisting_flavor"
# "Percona-XtraDB-Cluster doesn't recommend using SERIALIZABLE isolation with pxc_strict_mode = ENFORCING
- "octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest"
# 503 is not the expected code 200: https://bugs.launchpad.net/snap-octavia-diskimage-retrofit/+bug/2027585
- "octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_prometheus_listener_metrics_page"
# Note(coreycb): Disable watcher tests until all the failures can be debugged.
- "watcher_tempest_plugin.*"
bionic_queens_security:
Expand Down

0 comments on commit cde159f

Please sign in to comment.