RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Martin Schuppert 5b6d26c821 Add nova cellv2 multicell support
This introduce needed changes to be able to deploy an additional
cell via oooq. If additional_cell is set to true after the
overcloud got deployed the additional cell gets deployed. Todo
this information gets extracted from the overcloud stack, which
is requried as input to the second heat stack, where the additional
cell is managed with. As a reference [1] is the scenario which
is installed adding a single additional cell.

config/general_config/featureset063.yml is used for the configuration
and config/nodes/1ctlr_1cellctrl_1comp.yml has a nova config
example.

[1] https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/features/deploy_cellv2_basic.html

Depends-On: https://review.opendev.org/691688
Depends-On: https://review.opendev.org/704661

Change-Id: I2de781fcec64e862bde34929547b578d2af0c16c
2020-02-03 18:17:27 +00:00
ci-scripts lint: bump flake8 2020-01-10 13:44:42 +00:00
config Correct logs gzip parameter for centos ci 2020-01-29 08:13:52 +00:00
playbooks Ensure undercloud is containerized 2019-12-13 09:53:54 -07:00
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
zuul.d Enable molecule placeholder test 2020-01-10 21:15:17 +00:00
.ansible-lint ansible-lint: resolved 4 skips 2020-01-18 09:50:41 +00:00
.gitignore Tell people how to ignore their personnal editor temporary files 2019-02-22 09:07:15 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:23 +00:00
.pre-commit-config.yaml Merge "lint: enabled whitespace fixes" 2020-01-11 21:29:34 +00:00
.yamllint Replace dict combine in standalone containers-prepare-parameters 2019-05-29 18:28:52 +00:00
bindep.txt fixed linters 2019-10-18 10:42:29 +01:00
LICENSE lint: enabled whitespace fixes 2020-01-05 14:07:37 +00:00
other-requirements.txt Replace the invalid links with the right ones for the document 2018-05-09 23:56:14 +00:00
README.rst [Documentation] Migrate the format. 2018-11-16 16:21:50 +01:00
setup.cfg Merge "Enable molecule placeholder test" 2020-01-11 06:28:40 +00:00
setup.py Add essential repo files 2016-11-22 13:23:57 +01:00
test-requirements.txt fixed linters 2019-10-18 10:42:29 +01:00
tox.ini Fix project name mapping to DLRN project name (v2) 2020-01-11 09:29:02 +00:00
vars Reuse the validate-tempest skip list in os_tempest 2019-03-04 13:36:59 +01:00

Team and repository tags

image

Extra roles for tripleo-quickstart

These Ansible role are extending the functionality of tripleo-quickstart to do end-to-end deployment and testing of TripleO.

The documentation of each role is located in the individual role folders, and general usage information is in the tripleo-quickstart documentation.