Upgrade charm to OpenStack Yoga
Update OCI image. Refresh bundles. Update OSCI publisher. Make default test/bundle name release agnostic. Change-Id: I2c80aa100826b675f307fcab227c5efdfcb894b1
This commit is contained in:
@@ -22,8 +22,8 @@ resources:
|
||||
placement-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Placement
|
||||
# docker.io/kolla/ubuntu-binary-placement-api:xena
|
||||
upstream-source: docker.io/kolla/ubuntu-binary-placement-api@sha256:8498a09abe5490e5eaa23714ca3b253e662f3b5cc1a3f13300aa1e4865d6db16
|
||||
# docker.io/kolla/ubuntu-binary-placement-api:yoga
|
||||
upstream-source: docker.io/kolla/ubuntu-binary-placement-api@sha256:16db27df961be951bd176fe84cbc0c4df8453ed5426fae5f37f95ae41cc98758
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
build_type: charmcraft
|
||||
publish_charm: true
|
||||
charmcraft_channel: 2.0/stable
|
||||
publish_channel: xena/edge
|
||||
publish_channel: yoga/edge
|
||||
|
||||
@@ -11,13 +11,13 @@ applications:
|
||||
# If this isn't present, the units will hang at "installing agent".
|
||||
traefik:
|
||||
charm: ch:traefik-k8s
|
||||
channel: edge
|
||||
channel: 1.0/stable
|
||||
scale: 1
|
||||
trust: true
|
||||
|
||||
traefik-public:
|
||||
charm: ch:traefik-k8s
|
||||
channel: edge
|
||||
channel: 1.0/stable
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
@@ -26,13 +26,13 @@ applications:
|
||||
# required for nova
|
||||
rabbitmq:
|
||||
charm: ch:rabbitmq-k8s
|
||||
channel: edge
|
||||
channel: 3.9/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
|
||||
keystone:
|
||||
charm: ch:keystone-k8s
|
||||
channel: edge
|
||||
channel: yoga/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
@@ -43,7 +43,7 @@ applications:
|
||||
|
||||
nova:
|
||||
charm: ch:nova-k8s
|
||||
channel: edge
|
||||
channel: yoga/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
|
||||
@@ -52,7 +52,7 @@ applications:
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
placement-api-image: docker.io/kolla/ubuntu-binary-placement-api:xena
|
||||
placement-api-image: docker.io/kolla/ubuntu-binary-placement-api:yoga
|
||||
|
||||
relations:
|
||||
- - traefik:ingress
|
||||
@@ -1,7 +1,7 @@
|
||||
gate_bundles:
|
||||
- xena
|
||||
- smoke
|
||||
smoke_bundles:
|
||||
- xena
|
||||
- smoke
|
||||
configure:
|
||||
- zaza.openstack.charm_tests.keystone.setup.wait_for_all_endpoints
|
||||
- zaza.openstack.charm_tests.keystone.setup.add_tempest_roles
|
||||
@@ -11,9 +11,9 @@ tests:
|
||||
- zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimal
|
||||
tests_options:
|
||||
trust:
|
||||
- xena
|
||||
- smoke
|
||||
ignore_hard_deploy_errors:
|
||||
- xena
|
||||
- smoke
|
||||
|
||||
tempest:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user