RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Sandeep Yadav 368069a884 Add exclude_containers in container-build role
For content-provider jobs we use container-build role to build
containers, We are not passing tripleo_container_image_build_excludes
in [1] this is causing the issue in Closes-bug as the default value is
an empty list[2].

In old container image build workflow(build-containers role(toci))
we were setting excludes here[3] defined in vars[4]

To avoid duplication of exclude list, Importing vars from
build-containers to get access to "exclude_containers" and importing
task set_ci_branch.yml to get access to "ci_branch" var needed to set
"branch" var.

[1] https://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/roles/container-build/tasks/main.yaml#L86-L97
[2] https://opendev.org/openstack/tripleo-operator-ansible/src/branch/master/roles/tripleo_container_image_build/defaults/main.yml#L10
[3] https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/build-containers/templates/tripleo-build.sh.j2#L67-L69
[4] https://github.com/openstack/tripleo-ci/blob/master/roles/build-containers/vars/main.yaml#L15-L52

Closes-Bug: #1926160
Change-Id: Ib1aaacbfa001ebb544b0decd38d5789df16e35e7
2021-05-17 12:08:48 +05:30
ci-scripts lint: bump flake8 2020-01-10 13:44:42 +00:00
config Remove legacy tripleo-validations roles calls 2021-04-12 12:24:41 +02:00
doc Add doc/requirements 2021-01-05 10:57:13 +01:00
playbooks Set flavor_min_mem as a tempestconf overrides 2021-05-11 12:14:57 +05:30
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Add exclude_containers in container-build role 2021-05-17 12:08:48 +05:30
zuul.d add feature to execute repoclosure 2021-04-09 15:00:58 -06:00
.ansible-lint Revert "Upgrade linters (ansible-lint v5)" 2021-03-12 17:50:42 +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 Revert "Upgrade linters (ansible-lint v5)" 2021-03-12 17:50:42 +00:00
.yamllint Revert "Upgrade linters (ansible-lint v5)" 2021-03-12 17:50:42 +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
molecule-requirements.txt Restrict pytest-molecule to < 1.3.1 2020-10-15 17:36:59 -04:00
README.rst [Documentation] Migrate the format. 2018-11-16 16:21:50 +01:00
setup.cfg Small cleanups 2020-05-03 16:11:07 +02:00
setup.py Add essential repo files 2016-11-22 13:23:57 +01:00
test-requirements.txt Add doc/requirements 2021-01-05 10:57:13 +01:00
tox.ini Refresh bindep config 2021-01-29 10:32:50 +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.