Partial revert[1] to re-enable Focal support
1: 51f59879d3
Change-Id: I565e36b94d249d2cf0beccf1480189a19da008d9
This commit is contained in:
parent
db79f28906
commit
bb16e670dc
@ -5,7 +5,7 @@ options:
|
|||||||
description: RadosGW debug level. Max is 20.
|
description: RadosGW debug level. Max is 20.
|
||||||
source:
|
source:
|
||||||
type: string
|
type: string
|
||||||
default: zed
|
default: yoga
|
||||||
description: |
|
description: |
|
||||||
Optional repository from which to install. May be one of the following:
|
Optional repository from which to install. May be one of the following:
|
||||||
distro (default), ppa:somecustom/ppa, a deb url sources entry,
|
distro (default), ppa:somecustom/ppa, a deb url sources entry,
|
||||||
|
@ -13,6 +13,7 @@ tags:
|
|||||||
- file-servers
|
- file-servers
|
||||||
- misc
|
- misc
|
||||||
series:
|
series:
|
||||||
|
- focal
|
||||||
- jammy
|
- jammy
|
||||||
extra-bindings:
|
extra-bindings:
|
||||||
public:
|
public:
|
||||||
|
31
osci.yaml
31
osci.yaml
@ -1,8 +1,13 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
|
- charm-unit-jobs-py38
|
||||||
|
- charm-unit-jobs-py39
|
||||||
- charm-unit-jobs-py310
|
- charm-unit-jobs-py310
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
- vault-focal-yoga_rgw
|
||||||
|
- vault-focal-yoga-namespaced
|
||||||
|
- focal-yoga-multisite
|
||||||
- jammy-yoga-multisite
|
- jammy-yoga-multisite
|
||||||
- jammy-zed-multisite:
|
- jammy-zed-multisite:
|
||||||
voting: false
|
voting: false
|
||||||
@ -23,6 +28,18 @@
|
|||||||
charm_build_name: ceph-radosgw
|
charm_build_name: ceph-radosgw
|
||||||
build_type: charmcraft
|
build_type: charmcraft
|
||||||
charmcraft_channel: 2.0/stable
|
charmcraft_channel: 2.0/stable
|
||||||
|
- job:
|
||||||
|
name: focal-yoga-multisite
|
||||||
|
parent: func-target
|
||||||
|
dependencies:
|
||||||
|
- osci-lint
|
||||||
|
- charm-build
|
||||||
|
- tox-py38
|
||||||
|
- tox-py39
|
||||||
|
- name: tox-py310
|
||||||
|
soft: true
|
||||||
|
vars:
|
||||||
|
tox_extra_args: focal-yoga-multisite
|
||||||
- job:
|
- job:
|
||||||
name: jammy-yoga-multisite
|
name: jammy-yoga-multisite
|
||||||
parent: func-target
|
parent: func-target
|
||||||
@ -47,6 +64,13 @@
|
|||||||
- jammy-yoga-multisite
|
- jammy-yoga-multisite
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: kinetic-zed-multisite
|
tox_extra_args: kinetic-zed-multisite
|
||||||
|
- job:
|
||||||
|
name: vault-focal-yoga_rgw
|
||||||
|
parent: func-target
|
||||||
|
dependencies:
|
||||||
|
- focal-yoga-multisite
|
||||||
|
vars:
|
||||||
|
tox_extra_args: vault:focal-yoga
|
||||||
- job:
|
- job:
|
||||||
name: vault-jammy-yoga_rgw
|
name: vault-jammy-yoga_rgw
|
||||||
parent: func-target
|
parent: func-target
|
||||||
@ -54,6 +78,13 @@
|
|||||||
- jammy-yoga-multisite
|
- jammy-yoga-multisite
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: vault:jammy-yoga
|
tox_extra_args: vault:jammy-yoga
|
||||||
|
- job:
|
||||||
|
name: vault-focal-yoga-namespaced
|
||||||
|
parent: func-target
|
||||||
|
dependencies:
|
||||||
|
- focal-yoga-multisite
|
||||||
|
vars:
|
||||||
|
tox_extra_args: vault:focal-yoga-namespaced
|
||||||
- job:
|
- job:
|
||||||
name: vault-jammy-yoga-namespaced
|
name: vault-jammy-yoga-namespaced
|
||||||
parent: func-target
|
parent: func-target
|
||||||
|
99
tests/bundles/focal-yoga-multisite.yaml
Normal file
99
tests/bundles/focal-yoga-multisite.yaml
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
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: latest/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: latest/edge
|
||||||
|
|
||||||
|
ceph-mon:
|
||||||
|
charm: ch:ceph-mon
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
monitor-count: 1
|
||||||
|
source: *source
|
||||||
|
to:
|
||||||
|
- '4'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
|
secondary-ceph-mon:
|
||||||
|
charm: ch:ceph-mon
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
monitor-count: 1
|
||||||
|
source: *source
|
||||||
|
to:
|
||||||
|
- '5'
|
||||||
|
channel: latest/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'
|
||||||
|
|
124
tests/bundles/focal-yoga-namespaced.yaml
Normal file
124
tests/bundles/focal-yoga-namespaced.yaml
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
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: latest/edge
|
||||||
|
|
||||||
|
ceph-mon:
|
||||||
|
charm: ch:ceph-mon
|
||||||
|
num_units: 3
|
||||||
|
options:
|
||||||
|
source: *source
|
||||||
|
to:
|
||||||
|
- '7'
|
||||||
|
- '8'
|
||||||
|
- '9'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
|
keystone:
|
||||||
|
expose: True
|
||||||
|
charm: ch:keystone
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
openstack-origin: *source
|
||||||
|
to:
|
||||||
|
- '10'
|
||||||
|
channel: latest/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'
|
123
tests/bundles/focal-yoga.yaml
Normal file
123
tests/bundles/focal-yoga.yaml
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
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
|
||||||
|
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: latest/edge
|
||||||
|
|
||||||
|
ceph-mon:
|
||||||
|
charm: ch:ceph-mon
|
||||||
|
num_units: 3
|
||||||
|
options:
|
||||||
|
source: *source
|
||||||
|
to:
|
||||||
|
- '7'
|
||||||
|
- '8'
|
||||||
|
- '9'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
|
keystone:
|
||||||
|
expose: True
|
||||||
|
charm: ch:keystone
|
||||||
|
num_units: 1
|
||||||
|
options:
|
||||||
|
openstack-origin: *source
|
||||||
|
to:
|
||||||
|
- '10'
|
||||||
|
channel: latest/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'
|
@ -4,6 +4,9 @@ gate_bundles:
|
|||||||
- jammy-yoga-multisite
|
- jammy-yoga-multisite
|
||||||
- vault: jammy-yoga
|
- vault: jammy-yoga
|
||||||
- vault: jammy-yoga-namespaced
|
- vault: jammy-yoga-namespaced
|
||||||
|
- focal-yoga-multisite
|
||||||
|
- vault: focal-yoga
|
||||||
|
- vault: focal-yoga-namespaced
|
||||||
|
|
||||||
smoke_bundles:
|
smoke_bundles:
|
||||||
- jammy-yoga-multisite
|
- jammy-yoga-multisite
|
||||||
|
9
tox.ini
9
tox.ini
@ -51,6 +51,15 @@ commands =
|
|||||||
charmcraft -v pack
|
charmcraft -v pack
|
||||||
{toxinidir}/rename.sh
|
{toxinidir}/rename.sh
|
||||||
|
|
||||||
|
[testenv:py38]
|
||||||
|
basepython = python3.8
|
||||||
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
[testenv:py39]
|
||||||
|
basepython = python3.9
|
||||||
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:py310]
|
[testenv:py310]
|
||||||
basepython = python3.10
|
basepython = python3.10
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user