Update to classic charms to build using charmcraft in CI
This update is to ensure that the Zuul Canonical CI builds the charm before functional tests and ensure that that artifact is used for the functional tests. This is to try to ensure that the charm that gets landed to the charmhub is the same charm that was tested with. Change-Id: I17cb0cfe88be075d79d94edcdd2cea845bf78b8f Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
This commit is contained in:
parent
7cd8f7c31a
commit
0ff8707cba
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@ bin
|
|||||||
.testrepository
|
.testrepository
|
||||||
.tox
|
.tox
|
||||||
*.sw[nop]
|
*.sw[nop]
|
||||||
|
*.charm
|
||||||
*.pyc
|
*.pyc
|
||||||
.unit-state.db
|
.unit-state.db
|
||||||
.stestr
|
.stestr
|
||||||
|
202
LICENSE
Normal file
202
LICENSE
Normal file
@ -0,0 +1,202 @@
|
|||||||
|
|
||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
7
build-requirements.txt
Normal file
7
build-requirements.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# NOTES(lourot):
|
||||||
|
# * We don't install charmcraft via pip anymore because it anyway spins up a
|
||||||
|
# container and scp the system's charmcraft snap inside it. So the charmcraft
|
||||||
|
# snap is necessary on the system anyway.
|
||||||
|
# * `tox -e build` successfully validated with charmcraft 1.2.1
|
||||||
|
|
||||||
|
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
|
28
charmcraft.yaml
Normal file
28
charmcraft.yaml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
type: charm
|
||||||
|
|
||||||
|
parts:
|
||||||
|
charm:
|
||||||
|
plugin: dump
|
||||||
|
source: .
|
||||||
|
prime:
|
||||||
|
- actions/*
|
||||||
|
- charmhelpers/*
|
||||||
|
- files/*
|
||||||
|
- hooks/*
|
||||||
|
- lib/*
|
||||||
|
- templates/*
|
||||||
|
- actions.yaml
|
||||||
|
- config.yaml
|
||||||
|
- copyright
|
||||||
|
- hardening.yaml
|
||||||
|
- icon.svg
|
||||||
|
- LICENSE
|
||||||
|
- Makefile
|
||||||
|
- metadata.yaml
|
||||||
|
- README.md
|
||||||
|
|
||||||
|
bases:
|
||||||
|
- name: ubuntu
|
||||||
|
channel: "20.04"
|
||||||
|
architectures:
|
||||||
|
- amd64
|
@ -10,10 +10,7 @@ tags:
|
|||||||
- file-servers
|
- file-servers
|
||||||
- misc
|
- misc
|
||||||
series:
|
series:
|
||||||
- bionic
|
|
||||||
- focal
|
- focal
|
||||||
- groovy
|
|
||||||
- hirsute
|
|
||||||
- impish
|
- impish
|
||||||
extra-bindings:
|
extra-bindings:
|
||||||
public:
|
public:
|
||||||
|
54
osci.yaml
54
osci.yaml
@ -1,72 +1,50 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- charm-yoga-unit-jobs
|
- charm-unit-jobs-py38
|
||||||
|
- charm-unit-jobs-py39
|
||||||
- charm-yoga-functional-jobs
|
- charm-yoga-functional-jobs
|
||||||
- charm-xena-functional-jobs
|
- charm-xena-functional-jobs
|
||||||
- charm-wallaby-functional-jobs
|
|
||||||
- charm-victoria-functional-jobs
|
|
||||||
- charm-ussuri-functional-jobs
|
|
||||||
- charm-stein-functional-jobs
|
|
||||||
- charm-queens-functional-jobs
|
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- focal-ussuri-ec
|
|
||||||
- focal-victoria-ec
|
|
||||||
- focal-wallaby-ec
|
|
||||||
- focal-xena-ec
|
- focal-xena-ec
|
||||||
- focal-yoga-ec:
|
- focal-yoga-ec:
|
||||||
voting: false
|
voting: false
|
||||||
- hirsute-wallaby-ec
|
|
||||||
- impish-xena-ec:
|
- impish-xena-ec:
|
||||||
voting: false
|
voting: false
|
||||||
- jammy-yoga-ec:
|
- jammy-yoga-ec:
|
||||||
voting: false
|
voting: false
|
||||||
- job:
|
|
||||||
name: focal-ussuri-ec
|
|
||||||
parent: func-target
|
|
||||||
dependencies: &smoke-jobs
|
|
||||||
- bionic-ussuri
|
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: erasure-coded:focal-ussuri-ec
|
needs_charm_build: true
|
||||||
- job:
|
charm_build_name: ceph-proxy
|
||||||
name: focal-victoria-ec
|
build_type: charmcraft
|
||||||
parent: func-target
|
|
||||||
dependencies: *smoke-jobs
|
|
||||||
vars:
|
|
||||||
tox_extra_args: erasure-coded:focal-victoria-ec
|
|
||||||
- job:
|
|
||||||
name: focal-wallaby-ec
|
|
||||||
parent: func-target
|
|
||||||
dependencies: *smoke-jobs
|
|
||||||
vars:
|
|
||||||
tox_extra_args: erasure-coded:focal-wallaby-ec
|
|
||||||
- job:
|
- job:
|
||||||
name: focal-xena-ec
|
name: focal-xena-ec
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies: *smoke-jobs
|
dependencies:
|
||||||
|
- osci-lint
|
||||||
|
- charm-build
|
||||||
|
- tox-py38
|
||||||
|
- tox-py39
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: erasure-coded:focal-xena-ec
|
tox_extra_args: erasure-coded:focal-xena-ec
|
||||||
- job:
|
- job:
|
||||||
name: focal-yoga-ec
|
name: focal-yoga-ec
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies: *smoke-jobs
|
dependencies:
|
||||||
|
- focal-xena-ec
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: erasure-coded:focal-yoga-ec
|
tox_extra_args: erasure-coded:focal-yoga-ec
|
||||||
- job:
|
|
||||||
name: hirsute-wallaby-ec
|
|
||||||
parent: func-target
|
|
||||||
dependencies: *smoke-jobs
|
|
||||||
vars:
|
|
||||||
tox_extra_args: erasure-coded:hirsute-wallaby-ec
|
|
||||||
- job:
|
- job:
|
||||||
name: impish-xena-ec
|
name: impish-xena-ec
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies: *smoke-jobs
|
dependencies:
|
||||||
|
- focal-xena-ec
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: erasure-coded:impish-xena-ec
|
tox_extra_args: erasure-coded:impish-xena-ec
|
||||||
- job:
|
- job:
|
||||||
name: jammy-yoga-ec
|
name: jammy-yoga-ec
|
||||||
parent: func-target
|
parent: func-target
|
||||||
dependencies: *smoke-jobs
|
dependencies:
|
||||||
|
- focal-xena-ec
|
||||||
vars:
|
vars:
|
||||||
tox_extra_args: erasure-coded:jammy-yoga-ec
|
tox_extra_args: erasure-coded:jammy-yoga-ec
|
||||||
|
13
rename.sh
Executable file
13
rename.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
charm=$(grep "charm_build_name" osci.yaml | awk '{print $2}')
|
||||||
|
echo "renaming ${charm}_*.charm to ${charm}.charm"
|
||||||
|
echo -n "pwd: "
|
||||||
|
pwd
|
||||||
|
ls -al
|
||||||
|
echo "Removing bad downloaded charm maybe?"
|
||||||
|
if [[ -e "${charm}.charm" ]];
|
||||||
|
then
|
||||||
|
rm "${charm}.charm"
|
||||||
|
fi
|
||||||
|
echo "Renaming charm here."
|
||||||
|
mv ${charm}_*.charm ${charm}.charm
|
@ -12,6 +12,7 @@ cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
|
|||||||
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
|
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
|
||||||
|
|
||||||
requests>=2.18.4
|
requests>=2.18.4
|
||||||
|
|
||||||
stestr>=2.2.0
|
stestr>=2.2.0
|
||||||
|
|
||||||
# Dependency of stestr. Workaround for
|
# Dependency of stestr. Workaround for
|
||||||
|
@ -1,82 +0,0 @@
|
|||||||
series: bionic
|
|
||||||
applications:
|
|
||||||
ceph-mon:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-mon'
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
ceph-osd:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-osd'
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
ceph-proxy:
|
|
||||||
charm: 'ceph-proxy'
|
|
||||||
num_units: 1
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-radosgw'
|
|
||||||
num_units: 1
|
|
||||||
cinder:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
cinder-ceph:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder-ceph'
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
keystone:
|
|
||||||
charm: 'cs:~openstack-charmers-next/keystone'
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
percona-cluster:
|
|
||||||
charm: 'cs:~openstack-charmers-next/percona-cluster'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
dataset-size: 50%
|
|
||||||
max-connections: 1000
|
|
||||||
innodb-buffer-pool-size: 256M
|
|
||||||
root-password: ChangeMe123
|
|
||||||
sst-password: ChangeMe123
|
|
||||||
constraints: mem=4096
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: 'cs:~openstack-charmers-next/rabbitmq-server'
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -1,99 +0,0 @@
|
|||||||
series: bionic
|
|
||||||
applications:
|
|
||||||
ceph-mon:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-mon'
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: cloud:bionic-rocky
|
|
||||||
ceph-osd:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-osd'
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-rocky
|
|
||||||
ceph-proxy:
|
|
||||||
charm: 'ceph-proxy'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-rocky
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-radosgw'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-rocky
|
|
||||||
cinder:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-rocky
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
cinder-ceph:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder-ceph'
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
keystone:
|
|
||||||
charm: 'cs:~openstack-charmers-next/keystone'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-rocky
|
|
||||||
constraints: mem=1024
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-rocky
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-rocky
|
|
||||||
percona-cluster:
|
|
||||||
charm: 'cs:~openstack-charmers-next/percona-cluster'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-rocky
|
|
||||||
dataset-size: 50%
|
|
||||||
max-connections: 1000
|
|
||||||
innodb-buffer-pool-size: 256M
|
|
||||||
root-password: ChangeMe123
|
|
||||||
sst-password: ChangeMe123
|
|
||||||
constraints: mem=4096
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: 'cs:~openstack-charmers-next/rabbitmq-server'
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-rocky
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -1,99 +0,0 @@
|
|||||||
series: bionic
|
|
||||||
applications:
|
|
||||||
ceph-mon:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-mon'
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: cloud:bionic-stein
|
|
||||||
ceph-osd:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-osd'
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-stein
|
|
||||||
ceph-proxy:
|
|
||||||
charm: 'ceph-proxy'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-stein
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-radosgw'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-stein
|
|
||||||
cinder:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-stein
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
cinder-ceph:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder-ceph'
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
keystone:
|
|
||||||
charm: 'cs:~openstack-charmers-next/keystone'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-stein
|
|
||||||
constraints: mem=1024
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-stein
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-stein
|
|
||||||
percona-cluster:
|
|
||||||
charm: 'cs:~openstack-charmers-next/percona-cluster'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-stein
|
|
||||||
dataset-size: 50%
|
|
||||||
max-connections: 1000
|
|
||||||
innodb-buffer-pool-size: 256M
|
|
||||||
root-password: ChangeMe123
|
|
||||||
sst-password: ChangeMe123
|
|
||||||
constraints: mem=4096
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: 'cs:~openstack-charmers-next/rabbitmq-server'
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-stein
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -1,99 +0,0 @@
|
|||||||
series: bionic
|
|
||||||
applications:
|
|
||||||
ceph-mon:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-mon'
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: cloud:bionic-train
|
|
||||||
ceph-osd:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-osd'
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-train
|
|
||||||
ceph-proxy:
|
|
||||||
charm: 'ceph-proxy'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-train
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-radosgw'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-train
|
|
||||||
cinder:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-train
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
cinder-ceph:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder-ceph'
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
keystone:
|
|
||||||
charm: 'cs:~openstack-charmers-next/keystone'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-train
|
|
||||||
constraints: mem=1024
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-train
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-train
|
|
||||||
percona-cluster:
|
|
||||||
charm: 'cs:~openstack-charmers-next/percona-cluster'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-train
|
|
||||||
dataset-size: 50%
|
|
||||||
max-connections: 1000
|
|
||||||
innodb-buffer-pool-size: 256M
|
|
||||||
root-password: ChangeMe123
|
|
||||||
sst-password: ChangeMe123
|
|
||||||
constraints: mem=4096
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: 'cs:~openstack-charmers-next/rabbitmq-server'
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-train
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -1,100 +0,0 @@
|
|||||||
series: bionic
|
|
||||||
applications:
|
|
||||||
ceph-mon:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-mon'
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: cloud:bionic-ussuri
|
|
||||||
ceph-osd:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-osd'
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-ussuri
|
|
||||||
ceph-proxy:
|
|
||||||
charm: 'ceph-proxy'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-ussuri
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: 'cs:~openstack-charmers-next/ceph-radosgw'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-ussuri
|
|
||||||
cinder:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-ussuri
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
cinder-ceph:
|
|
||||||
charm: 'cs:~openstack-charmers-next/cinder-ceph'
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
keystone:
|
|
||||||
charm: 'cs:~openstack-charmers-next/keystone'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-ussuri
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-ussuri
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: cloud:bionic-ussuri
|
|
||||||
percona-cluster:
|
|
||||||
charm: 'cs:~openstack-charmers-next/percona-cluster'
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-ussuri
|
|
||||||
dataset-size: 50%
|
|
||||||
max-connections: 1000
|
|
||||||
innodb-buffer-pool-size: 256M
|
|
||||||
root-password: ChangeMe123
|
|
||||||
sst-password: ChangeMe123
|
|
||||||
constraints: mem=4096
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: 'cs:~openstack-charmers-next/rabbitmq-server'
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: cloud:bionic-ussuri
|
|
||||||
relations:
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'percona-cluster:shared-db'
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -1,215 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin distro
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
'16':
|
|
||||||
'17':
|
|
||||||
'18':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 6
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '16'
|
|
||||||
- '17'
|
|
||||||
- '18'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: lrc
|
|
||||||
ec-profile-locality: 3
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: jerasure
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: isa
|
|
||||||
libvirt-image-backend: rbd
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'glance:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
@ -1,186 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin distro
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -1,215 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin cloud:focal-victoria
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
'16':
|
|
||||||
'17':
|
|
||||||
'18':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 6
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '16'
|
|
||||||
- '17'
|
|
||||||
- '18'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: lrc
|
|
||||||
ec-profile-locality: 3
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: jerasure
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: isa
|
|
||||||
libvirt-image-backend: rbd
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'glance:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
@ -1,186 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin cloud:focal-victoria
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -1,215 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin cloud:focal-wallaby
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
'16':
|
|
||||||
'17':
|
|
||||||
'18':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 6
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '16'
|
|
||||||
- '17'
|
|
||||||
- '18'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: lrc
|
|
||||||
ec-profile-locality: 3
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: jerasure
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: isa
|
|
||||||
libvirt-image-backend: rbd
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'glance:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
@ -1,186 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin cloud:focal-wallaby
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -32,14 +32,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -47,9 +50,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -58,9 +62,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 6
|
num_units: 6
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -73,9 +78,10 @@ applications:
|
|||||||
- '16'
|
- '16'
|
||||||
- '17'
|
- '17'
|
||||||
- '18'
|
- '18'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -83,7 +89,7 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -92,9 +98,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -105,9 +112,10 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
pool-type: erasure-coded
|
pool-type: erasure-coded
|
||||||
@ -115,9 +123,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
ec-profile-plugin: lrc
|
ec-profile-plugin: lrc
|
||||||
ec-profile-locality: 3
|
ec-profile-locality: 3
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -125,18 +134,20 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -146,9 +157,10 @@ applications:
|
|||||||
ec-profile-plugin: jerasure
|
ec-profile-plugin: jerasure
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -159,6 +171,7 @@ applications:
|
|||||||
libvirt-image-backend: rbd
|
libvirt-image-backend: rbd
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -29,14 +29,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -44,9 +47,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -55,9 +59,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 3
|
num_units: 3
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -67,9 +72,10 @@ applications:
|
|||||||
- '6'
|
- '6'
|
||||||
- '7'
|
- '7'
|
||||||
- '8'
|
- '8'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -77,15 +83,16 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -96,14 +103,16 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -111,31 +120,35 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -32,14 +32,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -47,9 +50,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -58,9 +62,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 6
|
num_units: 6
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -73,9 +78,10 @@ applications:
|
|||||||
- '16'
|
- '16'
|
||||||
- '17'
|
- '17'
|
||||||
- '18'
|
- '18'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -83,7 +89,7 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -92,9 +98,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -105,9 +112,10 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
pool-type: erasure-coded
|
pool-type: erasure-coded
|
||||||
@ -115,9 +123,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
ec-profile-plugin: lrc
|
ec-profile-plugin: lrc
|
||||||
ec-profile-locality: 3
|
ec-profile-locality: 3
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -125,18 +134,20 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -146,9 +157,10 @@ applications:
|
|||||||
ec-profile-plugin: jerasure
|
ec-profile-plugin: jerasure
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -159,6 +171,7 @@ applications:
|
|||||||
libvirt-image-backend: rbd
|
libvirt-image-backend: rbd
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -29,14 +29,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -44,9 +47,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -55,9 +59,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 3
|
num_units: 3
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -67,9 +72,10 @@ applications:
|
|||||||
- '6'
|
- '6'
|
||||||
- '7'
|
- '7'
|
||||||
- '8'
|
- '8'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -77,15 +83,16 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -96,14 +103,16 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -111,31 +120,35 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -1,215 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin distro
|
|
||||||
|
|
||||||
series: hirsute
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
'16':
|
|
||||||
'17':
|
|
||||||
'18':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 6
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
- '16'
|
|
||||||
- '17'
|
|
||||||
- '18'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: lrc
|
|
||||||
ec-profile-locality: 3
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: jerasure
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
pool-type: erasure-coded
|
|
||||||
ec-profile-k: 4
|
|
||||||
ec-profile-m: 2
|
|
||||||
ec-profile-plugin: isa
|
|
||||||
libvirt-image-backend: rbd
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'glance:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
@ -1,186 +0,0 @@
|
|||||||
variables:
|
|
||||||
openstack-origin: &openstack-origin distro
|
|
||||||
|
|
||||||
series: hirsute
|
|
||||||
|
|
||||||
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':
|
|
||||||
'12':
|
|
||||||
'13':
|
|
||||||
'14':
|
|
||||||
'15':
|
|
||||||
|
|
||||||
applications:
|
|
||||||
|
|
||||||
cinder-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
glance-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
keystone-mysql-router:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '0'
|
|
||||||
- '1'
|
|
||||||
- '2'
|
|
||||||
|
|
||||||
ceph-mon:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
|
||||||
num_units: 3
|
|
||||||
options:
|
|
||||||
expected-osd-count: 3
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '3'
|
|
||||||
- '4'
|
|
||||||
- '5'
|
|
||||||
|
|
||||||
ceph-osd:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
|
||||||
num_units: 3
|
|
||||||
storage:
|
|
||||||
osd-devices: 10G
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '6'
|
|
||||||
- '7'
|
|
||||||
- '8'
|
|
||||||
|
|
||||||
ceph-proxy:
|
|
||||||
charm: ceph-proxy
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '9'
|
|
||||||
|
|
||||||
ceph-radosgw:
|
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '10'
|
|
||||||
|
|
||||||
cinder:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
block-device: ""
|
|
||||||
ephemeral-unmount: ""
|
|
||||||
glance-api-version: 2
|
|
||||||
overwrite: "false"
|
|
||||||
constraints: mem=2048
|
|
||||||
to:
|
|
||||||
- '11'
|
|
||||||
|
|
||||||
cinder-ceph:
|
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
|
||||||
options:
|
|
||||||
restrict-ceph-pools: True
|
|
||||||
|
|
||||||
keystone:
|
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
admin-password: openstack
|
|
||||||
constraints: mem=1024
|
|
||||||
to:
|
|
||||||
- '12'
|
|
||||||
|
|
||||||
rabbitmq-server:
|
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
|
||||||
num_units: 1
|
|
||||||
constraints: mem=1024
|
|
||||||
options:
|
|
||||||
source: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '13'
|
|
||||||
|
|
||||||
glance:
|
|
||||||
charm: cs:~openstack-charmers-next/glance
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '14'
|
|
||||||
|
|
||||||
nova-compute:
|
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
|
||||||
num_units: 1
|
|
||||||
options:
|
|
||||||
openstack-origin: *openstack-origin
|
|
||||||
to:
|
|
||||||
- '15'
|
|
||||||
|
|
||||||
|
|
||||||
relations:
|
|
||||||
|
|
||||||
- - 'ceph-osd:mon'
|
|
||||||
- 'ceph-mon:osd'
|
|
||||||
|
|
||||||
- - 'ceph-proxy:radosgw'
|
|
||||||
- 'ceph-radosgw:mon'
|
|
||||||
|
|
||||||
- - 'cinder:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
||||||
|
|
||||||
- - 'cinder:shared-db'
|
|
||||||
- 'cinder-mysql-router:shared-db'
|
|
||||||
- - 'cinder-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'keystone:shared-db'
|
|
||||||
- 'keystone-mysql-router:shared-db'
|
|
||||||
- - 'keystone-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'cinder:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:storage-backend'
|
|
||||||
- 'cinder:storage-backend'
|
|
||||||
|
|
||||||
- - 'cinder-ceph:ceph'
|
|
||||||
- 'ceph-proxy:client'
|
|
||||||
|
|
||||||
- - 'glance:image-service'
|
|
||||||
- 'nova-compute:image-service'
|
|
||||||
|
|
||||||
- - 'glance:identity-service'
|
|
||||||
- 'keystone:identity-service'
|
|
||||||
|
|
||||||
- - 'glance:shared-db'
|
|
||||||
- 'glance-mysql-router:shared-db'
|
|
||||||
- - 'glance-mysql-router:db-router'
|
|
||||||
- 'mysql-innodb-cluster:db-router'
|
|
||||||
|
|
||||||
- - 'nova-compute:ceph-access'
|
|
||||||
- 'cinder-ceph:ceph-access'
|
|
||||||
|
|
||||||
- - 'nova-compute:amqp'
|
|
||||||
- 'rabbitmq-server:amqp'
|
|
@ -32,14 +32,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -47,9 +50,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -58,9 +62,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 6
|
num_units: 6
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -73,9 +78,10 @@ applications:
|
|||||||
- '16'
|
- '16'
|
||||||
- '17'
|
- '17'
|
||||||
- '18'
|
- '18'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -83,7 +89,7 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -92,9 +98,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -105,9 +112,10 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
pool-type: erasure-coded
|
pool-type: erasure-coded
|
||||||
@ -115,9 +123,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
ec-profile-plugin: lrc
|
ec-profile-plugin: lrc
|
||||||
ec-profile-locality: 3
|
ec-profile-locality: 3
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -125,18 +134,20 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -146,9 +157,10 @@ applications:
|
|||||||
ec-profile-plugin: jerasure
|
ec-profile-plugin: jerasure
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -159,6 +171,7 @@ applications:
|
|||||||
libvirt-image-backend: rbd
|
libvirt-image-backend: rbd
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -29,14 +29,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -44,9 +47,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -55,9 +59,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 3
|
num_units: 3
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -67,9 +72,10 @@ applications:
|
|||||||
- '6'
|
- '6'
|
||||||
- '7'
|
- '7'
|
||||||
- '8'
|
- '8'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -77,15 +83,16 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -96,14 +103,16 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -111,31 +120,35 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -32,14 +32,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -47,9 +50,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -58,9 +62,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 6
|
num_units: 6
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -73,9 +78,10 @@ applications:
|
|||||||
- '16'
|
- '16'
|
||||||
- '17'
|
- '17'
|
||||||
- '18'
|
- '18'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -83,7 +89,7 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -92,9 +98,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -105,9 +112,10 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
pool-type: erasure-coded
|
pool-type: erasure-coded
|
||||||
@ -115,9 +123,10 @@ applications:
|
|||||||
ec-profile-m: 2
|
ec-profile-m: 2
|
||||||
ec-profile-plugin: lrc
|
ec-profile-plugin: lrc
|
||||||
ec-profile-locality: 3
|
ec-profile-locality: 3
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -125,18 +134,20 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -146,9 +157,10 @@ applications:
|
|||||||
ec-profile-plugin: jerasure
|
ec-profile-plugin: jerasure
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -159,6 +171,7 @@ applications:
|
|||||||
libvirt-image-backend: rbd
|
libvirt-image-backend: rbd
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -29,14 +29,17 @@ machines:
|
|||||||
applications:
|
applications:
|
||||||
|
|
||||||
cinder-mysql-router:
|
cinder-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
glance-mysql-router:
|
glance-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
keystone-mysql-router:
|
keystone-mysql-router:
|
||||||
charm: cs:~openstack-charmers-next/mysql-router
|
charm: ch:mysql-router
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
mysql-innodb-cluster:
|
mysql-innodb-cluster:
|
||||||
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
charm: ch:mysql-innodb-cluster
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -44,9 +47,10 @@ applications:
|
|||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
- '2'
|
- '2'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:~openstack-charmers-next/ceph-mon
|
charm: ch:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
expected-osd-count: 3
|
expected-osd-count: 3
|
||||||
@ -55,9 +59,10 @@ applications:
|
|||||||
- '3'
|
- '3'
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
- '5'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:~openstack-charmers-next/ceph-osd
|
charm: ch:ceph-osd
|
||||||
num_units: 3
|
num_units: 3
|
||||||
storage:
|
storage:
|
||||||
osd-devices: 10G
|
osd-devices: 10G
|
||||||
@ -67,9 +72,10 @@ applications:
|
|||||||
- '6'
|
- '6'
|
||||||
- '7'
|
- '7'
|
||||||
- '8'
|
- '8'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
charm: ceph-proxy
|
charm: ../../ceph-proxy.charm
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
@ -77,15 +83,16 @@ applications:
|
|||||||
- '9'
|
- '9'
|
||||||
|
|
||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
charm: cs:~openstack-charmers-next/ceph-radosgw
|
charm: ch:ceph-radosgw
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '10'
|
- '10'
|
||||||
|
channel: quincy/edge
|
||||||
|
|
||||||
cinder:
|
cinder:
|
||||||
charm: cs:~openstack-charmers-next/cinder
|
charm: ch:cinder
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -96,14 +103,16 @@ applications:
|
|||||||
constraints: mem=2048
|
constraints: mem=2048
|
||||||
to:
|
to:
|
||||||
- '11'
|
- '11'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
cinder-ceph:
|
cinder-ceph:
|
||||||
charm: cs:~openstack-charmers-next/cinder-ceph
|
charm: ch:cinder-ceph
|
||||||
options:
|
options:
|
||||||
restrict-ceph-pools: True
|
restrict-ceph-pools: True
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: cs:~openstack-charmers-next/keystone
|
charm: ch:keystone
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
@ -111,31 +120,35 @@ applications:
|
|||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
to:
|
to:
|
||||||
- '12'
|
- '12'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
rabbitmq-server:
|
rabbitmq-server:
|
||||||
charm: cs:~openstack-charmers-next/rabbitmq-server
|
charm: ch:rabbitmq-server
|
||||||
num_units: 1
|
num_units: 1
|
||||||
constraints: mem=1024
|
constraints: mem=1024
|
||||||
options:
|
options:
|
||||||
source: *openstack-origin
|
source: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '13'
|
- '13'
|
||||||
|
channel: latest/edge
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
charm: cs:~openstack-charmers-next/glance
|
charm: ch:glance
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '14'
|
- '14'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
charm: cs:~openstack-charmers-next/nova-compute
|
charm: ch:nova-compute
|
||||||
num_units: 1
|
num_units: 1
|
||||||
options:
|
options:
|
||||||
openstack-origin: *openstack-origin
|
openstack-origin: *openstack-origin
|
||||||
to:
|
to:
|
||||||
- '15'
|
- '15'
|
||||||
|
channel: yoga/edge
|
||||||
|
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
@ -12,32 +12,19 @@ tests:
|
|||||||
- zaza.openstack.charm_tests.ceph.tests.CheckPoolTypes
|
- zaza.openstack.charm_tests.ceph.tests.CheckPoolTypes
|
||||||
|
|
||||||
gate_bundles:
|
gate_bundles:
|
||||||
- bionic-queens
|
|
||||||
- bionic-stein
|
|
||||||
- bionic-ussuri
|
|
||||||
- focal-ussuri
|
|
||||||
- erasure-coded: focal-ussuri-ec
|
|
||||||
- focal-victoria
|
|
||||||
- erasure-coded: focal-victoria-ec
|
|
||||||
- focal-wallaby
|
|
||||||
- erasure-coded: focal-wallaby-ec
|
|
||||||
- focal-xena
|
- focal-xena
|
||||||
- erasure-coded: focal-xena-ec
|
- erasure-coded: focal-xena-ec
|
||||||
- hirsute-wallaby
|
|
||||||
- erasure-coded: hirsute-wallaby-ec
|
|
||||||
- impish-xena
|
- impish-xena
|
||||||
- erasure-coded: impish-xena-ec
|
- erasure-coded: impish-xena-ec
|
||||||
|
|
||||||
dev_bundles:
|
dev_bundles:
|
||||||
- bionic-rocky # mimic
|
|
||||||
- bionic-train
|
|
||||||
- focal-yoga
|
- focal-yoga
|
||||||
- erasure-coded: focal-yoga-ec
|
- erasure-coded: focal-yoga-ec
|
||||||
- jammy-yoga
|
- jammy-yoga
|
||||||
- erasure-coded: jammy-yoga-ec
|
- erasure-coded: jammy-yoga-ec
|
||||||
|
|
||||||
smoke_bundles:
|
smoke_bundles:
|
||||||
- focal-ussuri
|
- focal-xena
|
||||||
|
|
||||||
target_deploy_status:
|
target_deploy_status:
|
||||||
ceph-proxy:
|
ceph-proxy:
|
||||||
@ -46,9 +33,6 @@ target_deploy_status:
|
|||||||
ceph-radosgw:
|
ceph-radosgw:
|
||||||
workload-status: waiting
|
workload-status: waiting
|
||||||
workload-status-message: "Incomplete relations: mon"
|
workload-status-message: "Incomplete relations: mon"
|
||||||
cinder-ceph:
|
|
||||||
workload-status: waiting
|
|
||||||
workload-status-message: "Incomplete relations: ceph"
|
|
||||||
keystone:
|
keystone:
|
||||||
workload-status: active
|
workload-status: active
|
||||||
workload-status-message: "Unit is ready"
|
workload-status-message: "Unit is ready"
|
||||||
@ -64,8 +48,6 @@ target_deploy_status:
|
|||||||
|
|
||||||
tests_options:
|
tests_options:
|
||||||
force_deploy:
|
force_deploy:
|
||||||
- hirsute-wallaby
|
|
||||||
- hirsute-wallaby-ec
|
|
||||||
- impish-xena
|
- impish-xena
|
||||||
- impish-xena-ec
|
- impish-xena-ec
|
||||||
- jammy-yoga
|
- jammy-yoga
|
||||||
|
12
tox.ini
12
tox.ini
@ -37,10 +37,20 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
install_command =
|
install_command =
|
||||||
{toxinidir}/pip.sh install {opts} {packages}
|
{toxinidir}/pip.sh install {opts} {packages}
|
||||||
commands = stestr run --slowest {posargs}
|
commands = stestr run --slowest {posargs}
|
||||||
allowlist_externals = juju
|
allowlist_externals =
|
||||||
|
charmcraft
|
||||||
|
rename.sh
|
||||||
passenv = HOME TERM CS_* OS_* TEST_*
|
passenv = HOME TERM CS_* OS_* TEST_*
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
|
[testenv:build]
|
||||||
|
basepython = python3
|
||||||
|
deps = -r{toxinidir}/build-requirements.txt
|
||||||
|
commands =
|
||||||
|
charmcraft clean
|
||||||
|
charmcraft -v build
|
||||||
|
{toxinidir}/rename.sh
|
||||||
|
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user