Add charmcraft 3 support
Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update osci.yaml to use the charmcraft 3.x/beta - Add noble/oracular to charmhelpers - Drop non-noble tests Change-Id: I34324235b9b839d9c888a80c70243ef27d49da99
This commit is contained in:
parent
435d49cb9c
commit
20299b0627
@ -4,32 +4,18 @@ parts:
|
|||||||
charm:
|
charm:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
source: .
|
source: .
|
||||||
prime:
|
|
||||||
- actions/*
|
|
||||||
- files/*
|
|
||||||
- hooks/*
|
|
||||||
- lib/*
|
|
||||||
- templates/*
|
|
||||||
- actions.yaml
|
|
||||||
- config.yaml
|
|
||||||
- copyright
|
|
||||||
- hardening.yaml
|
|
||||||
- icon.svg
|
|
||||||
- LICENSE
|
|
||||||
- Makefile
|
|
||||||
- metadata.yaml
|
|
||||||
- README.md
|
|
||||||
|
|
||||||
bases:
|
base: ubuntu@24.04
|
||||||
- build-on:
|
platforms:
|
||||||
- name: ubuntu
|
amd64:
|
||||||
channel: "22.04"
|
build-on: amd64
|
||||||
architectures:
|
build-for: amd64
|
||||||
- amd64
|
arm64:
|
||||||
run-on:
|
build-on: arm64
|
||||||
- name: ubuntu
|
build-for: arm64
|
||||||
channel: "20.04"
|
ppc64el:
|
||||||
architectures: [amd64, s390x, ppc64el, arm64]
|
build-on: ppc64el
|
||||||
- name: ubuntu
|
build-for: ppc64el
|
||||||
channel: "22.04"
|
s390x:
|
||||||
architectures: [amd64, s390x, ppc64el, arm64]
|
build-on: s390x
|
||||||
|
build-for: s390x
|
||||||
|
@ -33,6 +33,8 @@ UBUNTU_RELEASES = (
|
|||||||
'kinetic',
|
'kinetic',
|
||||||
'lunar',
|
'lunar',
|
||||||
'mantic',
|
'mantic',
|
||||||
|
'noble',
|
||||||
|
'oracular',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
110
osci.yaml
110
osci.yaml
@ -1,118 +1,22 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- charm-unit-jobs-py38
|
|
||||||
- charm-unit-jobs-py310
|
- charm-unit-jobs-py310
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- vault-focal-yoga_rgw
|
- vault-noble-caracal_rgw
|
||||||
- vault-focal-yoga-namespaced
|
- vault-noble-caracal-namespaced
|
||||||
- focal-yoga-multisite
|
|
||||||
- jammy-antelope-multisite:
|
|
||||||
voting: false
|
|
||||||
- jammy-bobcat-multisite:
|
|
||||||
voting: false
|
|
||||||
- mantic-bobcat-multisite:
|
|
||||||
voting: false
|
|
||||||
- vault-jammy-antelope_rgw:
|
|
||||||
voting: false
|
|
||||||
- vault-jammy-antelope-namespaced:
|
|
||||||
voting: false
|
|
||||||
- vault-jammy-bobcat_rgw:
|
|
||||||
voting: false
|
|
||||||
- vault-jammy-bobcat-namespaced:
|
|
||||||
voting: false
|
|
||||||
- vault-mantic-bobcat_rgw:
|
|
||||||
voting: false
|
|
||||||
- vault-mantic-bobcat-namespaced:
|
|
||||||
voting: false
|
|
||||||
vars:
|
vars:
|
||||||
needs_charm_build: true
|
needs_charm_build: true
|
||||||
charm_build_name: ceph-radosgw
|
charm_build_name: ceph-radosgw
|
||||||
build_type: charmcraft
|
build_type: charmcraft
|
||||||
charmcraft_channel: 2.x/stable
|
charmcraft_channel: 3.x/beta
|
||||||
- job:
|
- job:
|
||||||
name: focal-yoga-multisite
|
name: vault-noble-caracal-namespaced
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies:
|
|
||||||
- osci-lint
|
|
||||||
- charm-build
|
|
||||||
- tox-py38
|
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: '-- focal-yoga-multisite'
|
tox_extra_args: '-- vault:noble-caracal-namespaced'
|
||||||
- job:
|
- job:
|
||||||
name: jammy-antelope-multisite
|
name: vault-noble-caracal_rgw
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies:
|
|
||||||
- focal-yoga-multisite
|
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: '-- jammy-antelope-multisite'
|
tox_extra_args: '-- vault:noble-caracal'
|
||||||
- job:
|
|
||||||
name: jammy-bobcat-multisite
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- jammy-antelope-multisite
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- jammy-bobcat-multisite'
|
|
||||||
- job:
|
|
||||||
name: mantic-bobcat-multisite
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- jammy-antelope-multisite
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- mantic-bobcat-multisite'
|
|
||||||
- job:
|
|
||||||
name: vault-focal-yoga_rgw
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- focal-yoga-multisite
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:focal-yoga'
|
|
||||||
- job:
|
|
||||||
name: vault-focal-yoga-namespaced
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- focal-yoga-multisite
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:focal-yoga-namespaced'
|
|
||||||
- job:
|
|
||||||
name: vault-jammy-antelope-namespaced
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- jammy-antelope-multisite
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:jammy-antelope-namespaced'
|
|
||||||
- job:
|
|
||||||
name: vault-jammy-bobcat-namespaced
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- jammy-antelope-multisite
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:jammy-bobcat-namespaced'
|
|
||||||
- job:
|
|
||||||
name: vault-jammy-antelope_rgw
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- jammy-antelope-multisite
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:jammy-antelope'
|
|
||||||
- job:
|
|
||||||
name: vault-jammy-bobcat_rgw
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- vault-jammy-antelope_rgw
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:jammy-bobcat'
|
|
||||||
- job:
|
|
||||||
name: vault-mantic-bobcat-namespaced
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- vault-jammy-antelope_rgw
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:mantic-bobcat-namespaced'
|
|
||||||
- job:
|
|
||||||
name: vault-mantic-bobcat_rgw
|
|
||||||
parent: func-target
|
|
||||||
dependencies:
|
|
||||||
- vault-jammy-antelope_rgw
|
|
||||||
vars:
|
|
||||||
tox_extra_args: '-- vault:mantic-bobcat'
|
|
||||||
|
@ -1,99 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:focal-yoga
|
|
||||||
|
|
||||||
series: focal
|
|
||||||
|
|
||||||
comment:
|
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
|
||||||
machines:
|
|
||||||
'0':
|
|
||||||
'1':
|
|
||||||
'2':
|
|
||||||
'3':
|
|
||||||
'4':
|
|
||||||
'5':
|
|
||||||
'6':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
|
|
||||||
secondary-ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '1'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '2'
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
secondary-ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
monitor-count: 1
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
secondary-ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
monitor-count: 1
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '5'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'secondary-ceph-osd:mon'
|
|
||||||
- 'secondary-ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'secondary-ceph-radosgw:mon'
|
|
||||||
- 'secondary-ceph-mon:radosgw'
|
|
||||||
|
|
@ -1,124 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:focal-yoga
|
|
||||||
|
|
||||||
series: focal
|
|
||||||
|
|
||||||
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':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
'10':
|
|
||||||
'11':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: ch:mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
namespace-tenants: True
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
- '6'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
expose: True
|
|
||||||
charm: ch:keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *source
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
channel: yoga/edge
|
|
||||||
|
|
||||||
vault-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
vault:
|
|
||||||
charm: ch:vault
|
|
||||||
num_units: 1
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'vault-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'vault:shared-db'
|
|
||||||
- 'vault-mysql-router:shared-db'
|
|
||||||
|
|
||||||
- - 'keystone:certificates'
|
|
||||||
- 'vault:certificates'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:certificates'
|
|
||||||
- 'vault:certificates'
|
|
@ -1,99 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:jammy-antelope
|
|
||||||
|
|
||||||
series: jammy
|
|
||||||
|
|
||||||
comment:
|
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
|
||||||
machines:
|
|
||||||
'0':
|
|
||||||
'1':
|
|
||||||
'2':
|
|
||||||
'3':
|
|
||||||
'4':
|
|
||||||
'5':
|
|
||||||
'6':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
|
|
||||||
secondary-ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '1'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '2'
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
secondary-ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
monitor-count: 1
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
secondary-ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
monitor-count: 1
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '5'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'secondary-ceph-osd:mon'
|
|
||||||
- 'secondary-ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'secondary-ceph-radosgw:mon'
|
|
||||||
- 'secondary-ceph-mon:radosgw'
|
|
||||||
|
|
@ -1,125 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:jammy-antelope
|
|
||||||
|
|
||||||
series: jammy
|
|
||||||
|
|
||||||
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':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
'10':
|
|
||||||
'11':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: ch:mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ch:ceph-radosgw
|
|
||||||
channel: quincy/edge
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
namespace-tenants: True
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
- '6'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
expose: True
|
|
||||||
charm: ch:keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *source
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
channel: 2023.1/edge
|
|
||||||
|
|
||||||
vault-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
vault:
|
|
||||||
charm: ch:vault
|
|
||||||
num_units: 1
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'vault-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'vault:shared-db'
|
|
||||||
- 'vault-mysql-router:shared-db'
|
|
||||||
|
|
||||||
- - 'keystone:certificates'
|
|
||||||
- 'vault:certificates'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:certificates'
|
|
||||||
- 'vault:certificates'
|
|
@ -1,122 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:jammy-antelope
|
|
||||||
|
|
||||||
series: jammy
|
|
||||||
|
|
||||||
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':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
'10':
|
|
||||||
'11':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: 8.0/edge
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: ch:mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
channel: 8.0/edge
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ch:ceph-radosgw
|
|
||||||
channel: quincy/edge
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
- '6'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
expose: True
|
|
||||||
charm: ch:keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *source
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
channel: 2023.1/edge
|
|
||||||
|
|
||||||
vault-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: 8.0/edge
|
|
||||||
|
|
||||||
vault:
|
|
||||||
charm: ch:vault
|
|
||||||
num_units: 1
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
channel: 1.8/stable
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'vault-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'vault:shared-db'
|
|
||||||
- 'vault-mysql-router:shared-db'
|
|
||||||
|
|
||||||
- - 'keystone:certificates'
|
|
||||||
- 'vault:certificates'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:certificates'
|
|
||||||
- 'vault:certificates'
|
|
@ -1,99 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:jammy-bobcat
|
|
||||||
|
|
||||||
series: jammy
|
|
||||||
|
|
||||||
comment:
|
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
|
||||||
machines:
|
|
||||||
'0':
|
|
||||||
'1':
|
|
||||||
'2':
|
|
||||||
'3':
|
|
||||||
'4':
|
|
||||||
'5':
|
|
||||||
'6':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
|
|
||||||
secondary-ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '1'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '2'
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
secondary-ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
monitor-count: 1
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
secondary-ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
monitor-count: 1
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '5'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'secondary-ceph-osd:mon'
|
|
||||||
- 'secondary-ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'secondary-ceph-radosgw:mon'
|
|
||||||
- 'secondary-ceph-mon:radosgw'
|
|
||||||
|
|
@ -1,125 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:jammy-bobcat
|
|
||||||
|
|
||||||
series: jammy
|
|
||||||
|
|
||||||
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':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
'10':
|
|
||||||
'11':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: ch:mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ch:ceph-radosgw
|
|
||||||
channel: reef/edge
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
namespace-tenants: True
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
- '6'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
expose: True
|
|
||||||
charm: ch:keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *source
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
channel: 2023.2/edge
|
|
||||||
|
|
||||||
vault-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
vault:
|
|
||||||
charm: ch:vault
|
|
||||||
num_units: 1
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'vault-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'vault:shared-db'
|
|
||||||
- 'vault-mysql-router:shared-db'
|
|
||||||
|
|
||||||
- - 'keystone:certificates'
|
|
||||||
- 'vault:certificates'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:certificates'
|
|
||||||
- 'vault:certificates'
|
|
@ -1,124 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:jammy-bobcat
|
|
||||||
|
|
||||||
series: jammy
|
|
||||||
|
|
||||||
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':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
'10':
|
|
||||||
'11':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: ch:mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ch:ceph-radosgw
|
|
||||||
channel: reef/edge
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
- '6'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: reef/edge
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
expose: True
|
|
||||||
charm: ch:keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *source
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
channel: 2023.2/edge
|
|
||||||
|
|
||||||
vault-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
vault:
|
|
||||||
charm: ch:vault
|
|
||||||
num_units: 1
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
channel: latest/edge
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'vault-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'vault:shared-db'
|
|
||||||
- 'vault-mysql-router:shared-db'
|
|
||||||
|
|
||||||
- - 'keystone:certificates'
|
|
||||||
- 'vault:certificates'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:certificates'
|
|
||||||
- 'vault:certificates'
|
|
@ -1,121 +0,0 @@
|
|||||||
options:
|
|
||||||
source: &source cloud:jammy-antelope
|
|
||||||
|
|
||||||
series: jammy
|
|
||||||
|
|
||||||
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':
|
|
||||||
'7':
|
|
||||||
'8':
|
|
||||||
'9':
|
|
||||||
'10':
|
|
||||||
'11':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: 8.0/edge
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: ch:mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
channel: 8.0/edge
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: ../../ceph-radosgw.charm
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: ch:ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
constraints: "mem=2048"
|
|
||||||
storage:
|
|
||||||
osd-devices: 'cinder,10G'
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
osd-devices: '/srv/ceph /dev/test-non-existent'
|
|
||||||
to:
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
- '6'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: ch:ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '9'
|
|
||||||
channel: quincy/edge
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
expose: True
|
|
||||||
charm: ch:keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *source
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
channel: 2023.1/edge
|
|
||||||
|
|
||||||
vault-mysql-router:
|
|
||||||
charm: ch:mysql-router
|
|
||||||
channel: 8.0/edge
|
|
||||||
|
|
||||||
vault:
|
|
||||||
charm: ch:vault
|
|
||||||
num_units: 1
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
channel: 1.8/stable
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:mon'
|
|
||||||
- 'ceph-mon:radosgw'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'vault-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'vault:shared-db'
|
|
||||||
- 'vault-mysql-router:shared-db'
|
|
||||||
|
|
||||||
- - 'keystone:certificates'
|
|
||||||
- 'vault:certificates'
|
|
||||||
|
|
||||||
- - 'ceph-radosgw:certificates'
|
|
||||||
- 'vault:certificates'
|
|
@ -1,7 +1,7 @@
|
|||||||
options:
|
options:
|
||||||
source: &source cloud:focal-yoga
|
source: &source distro
|
||||||
|
|
||||||
series: focal
|
series: noble
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
- 'machines section to decide order of deployment. database sooner = faster'
|
||||||
@ -31,8 +31,6 @@ applications:
|
|||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: ch:mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
|
||||||
source: *source
|
|
||||||
to:
|
to:
|
||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
@ -60,7 +58,7 @@ applications:
|
|||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
- '6'
|
- '6'
|
||||||
channel: quincy/edge
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: ch:ceph-mon
|
charm: ch:ceph-mon
|
||||||
@ -71,7 +69,7 @@ applications:
|
|||||||
- '7'
|
- '7'
|
||||||
- '8'
|
- '8'
|
||||||
- '9'
|
- '9'
|
||||||
channel: quincy/edge
|
channel: latest/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
expose: True
|
expose: True
|
||||||
@ -81,7 +79,7 @@ applications:
|
|||||||
openstack-origin: *source
|
openstack-origin: *source
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
channel: yoga/edge
|
channel: latest/edge
|
||||||
|
|
||||||
vault-mysql-router:
|
vault-mysql-router:
|
||||||
charm: ch:mysql-router
|
charm: ch:mysql-router
|
@ -1,7 +1,7 @@
|
|||||||
options:
|
options:
|
||||||
source: &source cloud:jammy-caracal
|
source: &source distro
|
||||||
|
|
||||||
series: jammy
|
series: noble
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
- 'machines section to decide order of deployment. database sooner = faster'
|
@ -1,7 +1,7 @@
|
|||||||
options:
|
options:
|
||||||
source: &source cloud:jammy-caracal
|
source: &source distro
|
||||||
|
|
||||||
series: jammy
|
series: noble
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
- 'machines section to decide order of deployment. database sooner = faster'
|
||||||
@ -26,7 +26,7 @@ applications:
|
|||||||
|
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: ch:mysql-router
|
charm: ch:mysql-router
|
||||||
channel: 8.0/edge
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: ch:mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
@ -37,7 +37,7 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
channel: 8.0/edge
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: ch:ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
@ -87,14 +87,14 @@ applications:
|
|||||||
|
|
||||||
vault-mysql-router:
|
vault-mysql-router:
|
||||||
charm: ch:mysql-router
|
charm: ch:mysql-router
|
||||||
channel: 8.0/edge
|
channel: latest/edge
|
||||||
|
|
||||||
vault:
|
vault:
|
||||||
charm: ch:vault
|
charm: ch:vault
|
||||||
num_units: 1
|
num_units: 1
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
channel: 1.8/edge
|
channel: latest/edge
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
options:
|
options:
|
||||||
source: &source cloud:jammy-caracal
|
source: &source distro
|
||||||
|
|
||||||
series: jammy
|
series: noble
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
- 'machines section to decide order of deployment. database sooner = faster'
|
- 'machines section to decide order of deployment. database sooner = faster'
|
||||||
@ -26,7 +26,7 @@ applications:
|
|||||||
|
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: ch:mysql-router
|
charm: ch:mysql-router
|
||||||
channel: 8.0/edge
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: ch:mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
@ -37,7 +37,7 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
channel: 8.0/edge
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: ch:ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
@ -86,14 +86,14 @@ applications:
|
|||||||
|
|
||||||
vault-mysql-router:
|
vault-mysql-router:
|
||||||
charm: ch:mysql-router
|
charm: ch:mysql-router
|
||||||
channel: 8.0/edge
|
channel: latest/edge
|
||||||
|
|
||||||
vault:
|
vault:
|
||||||
charm: ch:vault
|
charm: ch:vault
|
||||||
num_units: 1
|
num_units: 1
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
channel: 1.8/edge
|
channel: latest/edge
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
|
@ -1,24 +1,18 @@
|
|||||||
charm_name: ceph-radosgw
|
charm_name: ceph-radosgw
|
||||||
|
|
||||||
gate_bundles:
|
gate_bundles:
|
||||||
- focal-yoga-multisite
|
- noble-caracal-multisite
|
||||||
- vault: focal-yoga
|
- vault: noble-caracal
|
||||||
- vault: focal-yoga-namespaced
|
- vault: noble-caracal-namespaced
|
||||||
|
|
||||||
smoke_bundles:
|
smoke_bundles:
|
||||||
- jammy-antelope-multisite
|
- noble-caracal-multisite
|
||||||
- vault: jammy-antelope
|
- vault: noble-caracal
|
||||||
|
|
||||||
dev_bundles:
|
dev_bundles:
|
||||||
- jammy-antelope-multisite
|
- noble-caracal-multisite
|
||||||
- jammy-bobcat-multisite
|
- vault: noble-caracal
|
||||||
- jammy-caracal-multisite
|
- vault: noble-caracal-namespaced
|
||||||
- vault: jammy-antelope
|
|
||||||
- vault: jammy-bobcat
|
|
||||||
- vault: jammy-caracal
|
|
||||||
- vault: jammy-antelope-namespaced
|
|
||||||
- vault: jammy-bobcat-namespaced
|
|
||||||
- vault: jammy-caracal-namespaced
|
|
||||||
|
|
||||||
target_deploy_status:
|
target_deploy_status:
|
||||||
vault:
|
vault:
|
||||||
@ -44,9 +38,3 @@ tests:
|
|||||||
- zaza.openstack.charm_tests.ceph.tests.BlueStoreCompressionCharmOperation
|
- zaza.openstack.charm_tests.ceph.tests.BlueStoreCompressionCharmOperation
|
||||||
- zaza.openstack.charm_tests.ceph.tests.CephMonKeyRotationTests
|
- zaza.openstack.charm_tests.ceph.tests.CephMonKeyRotationTests
|
||||||
|
|
||||||
tests_options:
|
|
||||||
force_deploy:
|
|
||||||
- jammy-antelope
|
|
||||||
- jammy-bobcat
|
|
||||||
- jammy-antelope-namespaced
|
|
||||||
- jammy-bobcat-namespaced
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user