Merge "Add 2023.2 Bobcat support"

This commit is contained in:
Zuul 2023-08-04 15:12:34 +00:00 committed by Gerrit Code Review
commit 61c8209e3d
6 changed files with 61 additions and 57 deletions

View File

@ -36,9 +36,9 @@ bases:
- name: ubuntu - name: ubuntu
channel: "22.04" channel: "22.04"
architectures: [amd64, s390x, ppc64el, arm64] architectures: [amd64, s390x, ppc64el, arm64]
- name: ubuntu
channel: "22.10"
architectures: [amd64, s390x, ppc64el, arm64]
- name: ubuntu - name: ubuntu
channel: "23.04" channel: "23.04"
architectures: [amd64, s390x, ppc64el, arm64] architectures: [amd64, s390x, ppc64el, arm64]
- name: ubuntu
channel: "23.10"
architectures: [amd64, s390x, ppc64el, arm64]

View File

@ -13,7 +13,8 @@ tags:
series: series:
- focal - focal
- jammy - jammy
- kinetic - lunar
- mantic
peers: peers:
mon: mon:
interface: ceph interface: ceph

View File

@ -3,13 +3,12 @@
- charm-unit-jobs-py38 - charm-unit-jobs-py38
- charm-unit-jobs-py310 - charm-unit-jobs-py310
- charm-yoga-functional-jobs - charm-yoga-functional-jobs
- charm-zed-functional-jobs
- charm-functional-jobs - charm-functional-jobs
vars: vars:
needs_charm_build: true needs_charm_build: true
charm_build_name: ceph-mon charm_build_name: ceph-mon
build_type: charmcraft build_type: charmcraft
charmcraft_channel: 2.0/stable charmcraft_channel: 2.x/stable
check: check:
jobs: jobs:
- new-install-focal-yoga - new-install-focal-yoga

View File

@ -1,5 +1,5 @@
variables: variables:
openstack-origin: &openstack-origin cloud:jammy-zed openstack-origin: &openstack-origin cloud:jammy-bobcat
local_overlay_enabled: False local_overlay_enabled: False
@ -58,6 +58,13 @@ applications:
- '2' - '2'
channel: 8.0/edge channel: 8.0/edge
rabbitmq-server:
charm: ch:rabbitmq-server
num_units: 1
to:
- '9'
channel: 3.9/edge
ceph-osd: ceph-osd:
charm: ch:ceph-osd charm: ch:ceph-osd
num_units: 3 num_units: 3
@ -93,13 +100,6 @@ applications:
to: to:
- '17' - '17'
rabbitmq-server:
charm: ch:rabbitmq-server
num_units: 1
to:
- '9'
channel: 3.9/edge
keystone: keystone:
expose: True expose: True
charm: ch:keystone charm: ch:keystone
@ -108,7 +108,7 @@ applications:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '10' - '10'
channel: zed/edge channel: 2023.1/edge
nova-compute: nova-compute:
charm: ch:nova-compute charm: ch:nova-compute
@ -118,7 +118,7 @@ applications:
libvirt-image-backend: rbd libvirt-image-backend: rbd
to: to:
- '11' - '11'
channel: zed/edge channel: 2023.1/edge
glance: glance:
expose: True expose: True
@ -128,7 +128,7 @@ applications:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '12' - '12'
channel: zed/edge channel: 2023.1/edge
cinder: cinder:
expose: True expose: True
@ -140,11 +140,11 @@ applications:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '13' - '13'
channel: zed/edge channel: 2023.1/edge
cinder-ceph: cinder-ceph:
charm: ch:cinder-ceph charm: ch:cinder-ceph
channel: zed/edge channel: 2023.1/edge
nova-cloud-controller: nova-cloud-controller:
expose: True expose: True
@ -154,7 +154,7 @@ applications:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '14' - '14'
channel: zed/edge channel: 2023.1/edge
placement: placement:
charm: ch:placement charm: ch:placement
@ -163,7 +163,7 @@ applications:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '15' - '15'
channel: zed/edge channel: 2023.1/edge
prometheus2: prometheus2:
charm: ch:prometheus2 charm: ch:prometheus2

View File

@ -1,18 +1,24 @@
variables: variables:
openstack-origin: &openstack-origin distro openstack-origin: &openstack-origin distro
# use infra (mysql, rabbit) from lts for stability
infra-series: &infra-series jammy
series: jammy series: mantic
comment: comment:
- 'machines section to decide order of deployment. database sooner = faster' - 'machines section to decide order of deployment. database sooner = faster'
machines: machines:
'0': '0':
constraints: mem=3072M constraints: mem=3072M
series: *infra-series
'1': '1':
constraints: mem=3072M constraints: mem=3072M
series: *infra-series
'2': '2':
constraints: mem=3072M constraints: mem=3072M
series: *infra-series
'3': '3':
series: *infra-series
'4': '4':
'5': '5':
'6': '6':
@ -26,38 +32,43 @@ machines:
'14': '14':
'15': '15':
'16': '16':
series: focal
'17': '17':
series: focal
applications: applications:
keystone-mysql-router: keystone-mysql-router:
charm: ch:mysql-router charm: ch:mysql-router
channel: 8.0.19/edge channel: 8.0/edge
glance-mysql-router: glance-mysql-router:
charm: ch:mysql-router charm: ch:mysql-router
channel: 8.0.19/edge channel: 8.0/edge
cinder-mysql-router: cinder-mysql-router:
charm: ch:mysql-router charm: ch:mysql-router
channel: 8.0.19/edge channel: 8.0/edge
nova-cloud-controller-mysql-router: nova-cloud-controller-mysql-router:
charm: ch:mysql-router charm: ch:mysql-router
channel: 8.0.19/edge channel: 8.0/edge
placement-mysql-router: placement-mysql-router:
charm: ch:mysql-router charm: ch:mysql-router
channel: 8.0.19/edge channel: 8.0/edge
mysql-innodb-cluster: mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster charm: ch:mysql-innodb-cluster
num_units: 3 num_units: 3
options:
source: *openstack-origin
to: to:
- '0' - '0'
- '1' - '1'
- '2' - '2'
channel: 8.0.19/edge channel: 8.0/edge
rabbitmq-server:
charm: ch:rabbitmq-server
num_units: 1
to:
- '3'
channel: 3.9/edge
ceph-osd: ceph-osd:
charm: ch:ceph-osd charm: ch:ceph-osd
@ -68,9 +79,9 @@ applications:
source: *openstack-origin source: *openstack-origin
osd-devices: '/dev/test-non-existent' osd-devices: '/dev/test-non-existent'
to: to:
- '3'
- '4' - '4'
- '5' - '5'
- '6'
channel: quincy/edge channel: quincy/edge
ceph-mon: ceph-mon:
@ -81,9 +92,9 @@ applications:
source: *openstack-origin source: *openstack-origin
monitor-count: '3' monitor-count: '3'
to: to:
- '6'
- '7' - '7'
- '8' - '8'
- '9'
ceph-fs: ceph-fs:
charm: ch:ceph-fs charm: ch:ceph-fs
@ -92,16 +103,7 @@ applications:
source: *openstack-origin source: *openstack-origin
channel: quincy/edge channel: quincy/edge
to: to:
- '17' - '10'
rabbitmq-server:
charm: ch:rabbitmq-server
num_units: 1
options:
source: *openstack-origin
to:
- '9'
channel: 3.9/edge
keystone: keystone:
expose: True expose: True
@ -110,8 +112,8 @@ applications:
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '10' - '11'
channel: yoga/edge channel: 2023.1/edge
nova-compute: nova-compute:
charm: ch:nova-compute charm: ch:nova-compute
@ -120,8 +122,8 @@ applications:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
libvirt-image-backend: rbd libvirt-image-backend: rbd
to: to:
- '11' - '12'
channel: yoga/edge channel: 2023.1/edge
glance: glance:
expose: True expose: True
@ -130,8 +132,8 @@ applications:
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '12' - '13'
channel: yoga/edge channel: 2023.1/edge
cinder: cinder:
expose: True expose: True
@ -142,12 +144,12 @@ applications:
glance-api-version: '2' glance-api-version: '2'
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '13' - '14'
channel: yoga/edge channel: 2023.1/edge
cinder-ceph: cinder-ceph:
charm: ch:cinder-ceph charm: ch:cinder-ceph
channel: yoga/edge channel: 2023.1/edge
nova-cloud-controller: nova-cloud-controller:
expose: True expose: True
@ -156,8 +158,8 @@ applications:
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '14' - '15'
channel: yoga/edge channel: 2023.1/edge
placement: placement:
charm: ch:placement charm: ch:placement
@ -165,15 +167,15 @@ applications:
options: options:
openstack-origin: *openstack-origin openstack-origin: *openstack-origin
to: to:
- '15' - '16'
channel: yoga/edge channel: 2023.1/edge
prometheus2: prometheus2:
charm: ch:prometheus2 charm: ch:prometheus2
num_units: 1 num_units: 1
series: focal series: focal
to: to:
- '16' - '17'
relations: relations:
- - 'nova-compute:amqp' - - 'nova-compute:amqp'

View File

@ -4,6 +4,8 @@ gate_bundles:
- focal-xena - focal-xena
- focal-yoga - focal-yoga
- jammy-yoga - jammy-yoga
- jammy-bobcat
- mantic-bobcat
smoke_bundles: smoke_bundles:
- focal-yoga - focal-yoga