RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Cédric Jeanneret 5c22039cd0 Refactor EDPM job
This patch looks huge, so let's split things in the following listing:

- rename role to match the naming convention
  - role name shouldn't get hyphen, so let's use underscores instead.
    Playbooks don't need to follow this rule.

This should make the role more portable in the future.

- modify role
  - "disable" the main.yml - we must call specific task file.
  - no more condioned deploy based on variables. Makes it easier to
    follow and maintain.
  - update how the edpm inventory is edited
    - use plain YAML
    - output plain YAML
    - this format is consistent with latest changes in tripleo-ansible[1]

These changes make the overall role easier to understand and maintain,
while ensuring the playbook is also easier to read. It may also make the
deploy a bit faster with the new way to run the various tasks.

- update playbook
  - boostrap both nodes in a 2-stages way (check comment as to why).
  - deploy compute from the undercloud (mimic what an operator would do)
  - validate the compute from the undercloud (no actual change here)
  - target specific task_file during the different stages. It's easier
    to understand what's going on in there

These changes should allow a better understanding of the overall playbook.

- update edpm deploy script to use an environment file instead of CLI
  params
  - this makes the script lighter and easier to understand
  - adding new parameters in the env file is easier
  - reading the env file for debugging is better

[1] https://review.opendev.org/c/openstack/tripleo-ansible/+/869357

Change-Id: I263f424a5a08214b9c46c5ea73b6b428709ad47b
2023-01-11 11:48:54 +01:00
ci-scripts lint: bump flake8 2020-01-10 13:44:42 +00:00
config Use timezone UTC on undercloud 2022-05-18 11:33:15 +02:00
doc Add doc/requirements 2021-01-05 10:57:13 +01:00
playbooks Refactor EDPM job 2023-01-11 11:48:54 +01:00
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Refactor EDPM job 2023-01-11 11:48:54 +01:00
zuul.d Add tripleo-external-compute-deployment-pipeline to TQE 2022-10-27 08:39:44 +05:30
.ansible-lint Fix ansible-lint failure 2022-01-10 22:28:47 +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 Fix ansible-lint failure 2022-01-10 22:28:47 +00:00
.yamllint Revert "Upgrade linters (ansible-lint v5)" 2021-03-12 17:50:42 +00:00
LICENSE lint: enabled whitespace fixes 2020-01-05 14:07:37 +00:00
README.rst [Documentation] Migrate the format. 2018-11-16 16:21:50 +01:00
bindep.txt fixed linters 2019-10-18 10:42:29 +01:00
molecule-requirements.txt Upgrade pytest-metadata 2022-03-29 07:26:27 -07:00
setup.cfg setup.cfg: Replace dashes with underscores 2022-06-05 10:37:18 +08:00
setup.py Disable auto discovery as a workaround 2022-03-25 19:03:09 +05:30
test-requirements.txt Stop using os_stack module 2022-10-10 12:10:16 +05:30
tox.ini Use tox-4 for linters and Molecules 2022-12-28 14:12:15 +05:30
vars Reuse the validate-tempest skip list in os_tempest 2019-03-04 13:36:59 +01:00

README.rst

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.