RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Jakob Meng 554075ecc7 Use timezone UTC on undercloud
Previously no timezone was defined in undercloud config [1][2],
so TripleO kept using the local timezone on the undercloud [3].
This patch changes the timezone on the undercloud to UTC in order
to match the overcloud [4][5] and simplify debugging of ci issues.

Ref.:
[1] https://opendev.org/openstack/tripleo-quickstart/src/branch/master/config/general_config
[2] https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/undercloud-deploy/templates/undercloud.conf.j2
[3] 8edbcca6bf/tripleoclient/v1/undercloud_config.py (L503)
[4] https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo_timezone/defaults/main.yml
[5] https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/time

Signed-off-by: Jakob Meng <code@jakobmeng.de>
Change-Id: I522d9719fcbd061b9c927a07722a4c39319cffad
2022-05-18 11:33:15 +02: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 Add tempest_{private_net_create, router_create} vars in os_tempest 2022-04-28 13:00:56 +05:30
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Use timezone UTC on undercloud 2022-05-18 11:33:15 +02:00
zuul.d Move zuul jobs layout to centos9 only for master branch 2022-02-09 10:58:23 +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 Fix conflict between tq and tqe directories 2021-12-25 03:31:26 +02:00
setup.py Disable auto discovery as a workaround 2022-03-25 19:03:09 +05:30
test-requirements.txt Add doc/requirements 2021-01-05 10:57:13 +01:00
tox.ini Rework requirements and drop pip-compile 2021-09-23 13:14:41 -06:00
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.