Enable jammy-antelope voting and drop kinetic-zed tests
* Voting was turned on for jammy-antelope in the project-template for charm-functional-jobs in zosci-config * Voting for jammy-antelope bundles with non-standard names is turned on in individual charms * Kinetic-zed bundles/tests are removed Change-Id: Ie8a668f3ad032af939e87dba1cda18e30a2b13ff
This commit is contained in:
parent
545dfc167a
commit
93a1214feb
@ -1,105 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin distro
|
|
||||||
|
|
||||||
series: kinetic
|
|
||||||
|
|
||||||
comment:
|
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
|
||||||
machines:
|
|
||||||
'0':
|
|
||||||
constraints: mem=3072M
|
|
||||||
'1':
|
|
||||||
constraints: mem=3072M
|
|
||||||
'2':
|
|
||||||
constraints: mem=3072M
|
|
||||||
'3':
|
|
||||||
'4':
|
|
||||||
'5':
|
|
||||||
'6':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: ch:mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
expose: True
|
|
||||||
charm: ch:keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
swift-proxy:
|
|
||||||
charm: ch:swift-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
zone-assignment: manual
|
|
||||||
replicas: 1
|
|
||||||
swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
glance:
|
|
||||||
expose: True
|
|
||||||
charm: ch:glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '5'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
swift-storage:
|
|
||||||
charm: ../../swift-storage.charm
|
|
||||||
num_units: 1
|
|
||||||
storage:
|
|
||||||
block-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
zone: 1
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'swift-proxy:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'swift-storage:swift-storage'
|
|
||||||
- 'swift-proxy:swift-storage'
|
|
||||||
|
|
||||||
- - 'glance:object-store'
|
|
||||||
- 'swift-proxy:object-store'
|
|
@ -1,30 +0,0 @@
|
|||||||
applications:
|
|
||||||
keystone:
|
|
||||||
offers:
|
|
||||||
keystone:
|
|
||||||
endpoints:
|
|
||||||
- identity-service
|
|
||||||
swift-proxy-region1:
|
|
||||||
offers:
|
|
||||||
swift-proxy-region1:
|
|
||||||
endpoints:
|
|
||||||
- swift-storage
|
|
||||||
- rings-distributor
|
|
||||||
swift-storage-region1-zone1:
|
|
||||||
charm: {{ charm_location }}
|
|
||||||
offers:
|
|
||||||
swift-storage-region1-zone1:
|
|
||||||
endpoints:
|
|
||||||
- swift-storage
|
|
||||||
swift-storage-region1-zone2:
|
|
||||||
charm: {{ charm_location }}
|
|
||||||
offers:
|
|
||||||
swift-storage-region1-zone2:
|
|
||||||
endpoints:
|
|
||||||
- swift-storage
|
|
||||||
swift-storage-region1-zone3:
|
|
||||||
charm: {{ charm_location }}
|
|
||||||
offers:
|
|
||||||
swift-storage-region1-zone3:
|
|
||||||
endpoints:
|
|
||||||
- swift-storage
|
|
@ -1,35 +0,0 @@
|
|||||||
applications:
|
|
||||||
swift-storage-region2-zone1:
|
|
||||||
charm: {{ charm_location }}
|
|
||||||
swift-storage-region2-zone2:
|
|
||||||
charm: {{ charm_location }}
|
|
||||||
swift-storage-region2-zone3:
|
|
||||||
charm: {{ charm_location }}
|
|
||||||
relations:
|
|
||||||
- - swift-proxy-region2:identity-service
|
|
||||||
- keystone:identity-service
|
|
||||||
- - swift-proxy-region2:swift-storage
|
|
||||||
- swift-storage-region1-zone1:swift-storage
|
|
||||||
- - swift-proxy-region2:swift-storage
|
|
||||||
- swift-storage-region1-zone2:swift-storage
|
|
||||||
- - swift-proxy-region2:swift-storage
|
|
||||||
- swift-storage-region1-zone3:swift-storage
|
|
||||||
- - swift-storage-region2-zone1:swift-storage
|
|
||||||
- swift-proxy-region1:swift-storage
|
|
||||||
- - swift-storage-region2-zone2:swift-storage
|
|
||||||
- swift-proxy-region1:swift-storage
|
|
||||||
- - swift-storage-region2-zone3:swift-storage
|
|
||||||
- swift-proxy-region1:swift-storage
|
|
||||||
- - swift-proxy-region2:rings-consumer
|
|
||||||
- swift-proxy-region1:rings-distributor
|
|
||||||
saas:
|
|
||||||
keystone:
|
|
||||||
url: admin/{{ swift_gr_region1 }}.keystone
|
|
||||||
swift-proxy-region1:
|
|
||||||
url: admin/{{ swift_gr_region1 }}.swift-proxy-region1
|
|
||||||
swift-storage-region1-zone1:
|
|
||||||
url: admin/{{ swift_gr_region1 }}.swift-storage-region1-zone1
|
|
||||||
swift-storage-region1-zone2:
|
|
||||||
url: admin/{{ swift_gr_region1 }}.swift-storage-region1-zone2
|
|
||||||
swift-storage-region1-zone3:
|
|
||||||
url: admin/{{ swift_gr_region1 }}.swift-storage-region1-zone3
|
|
@ -8,7 +8,6 @@ smoke_bundles:
|
|||||||
|
|
||||||
dev_bundles:
|
dev_bundles:
|
||||||
- jammy-antelope
|
- jammy-antelope
|
||||||
- kinetic-zed
|
|
||||||
- lunar-antelope
|
- lunar-antelope
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
@ -19,5 +18,4 @@ tests:
|
|||||||
|
|
||||||
tests_options:
|
tests_options:
|
||||||
force_deploy:
|
force_deploy:
|
||||||
- kinetic-zed
|
|
||||||
- lunar-antelope
|
- lunar-antelope
|
||||||
|
Loading…
Reference in New Issue
Block a user