RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.
Go to file
Rodolfo Alonso Hernandez 9d5ef54e1b Force container deletion if namespace does not exist in service_kill
When a service is stopped using "service_kill" script and the
namespace where the container is running does not exist, the
container processi should be forced to stop from the root namespace.

A namespace where a process is running, can be deleted whitout
stopping the mentioned process. "ip netns identify <PID>" then
returns an empty string (root namespace).

This patch will prevent an endless loop in Neutron DHCP agent. As
reported in the related bug, when a DHCP agent is resync, the DHCP
helper (metadata proxy) is stopped. In case this process stop raises
an exception (for example if the namespace does not exist), schedules
again a resync, creating an endless loop.

Change-Id: I9bac918fcde80e6a2336bc3cf1e6972512298118
Closes-Bug: #1868607
(cherry picked from commit c516df9e51)
2020-03-25 18:15:14 +00:00
_skeleton_role_ Convert all of the fedora28 container usage to centos8 2020-02-12 11:26:13 +00:00
doc Add role/playbook to manage nova image cache 2020-03-18 14:09:58 +00:00
releasenotes Fix ssh_known_hosts hostname entries 2019-11-19 05:25:48 +00:00
scripts Update config to support RHEL/CENT8 2019-10-09 11:02:59 -05:00
tests Merge "Convert tox to native zuul" 2019-07-08 14:18:00 +00:00
tripleo_ansible Force container deletion if namespace does not exist in service_kill 2020-03-25 18:15:14 +00:00
zuul.d Add role/playbook to manage nova image cache 2020-03-18 14:09:58 +00:00
.gitignore [SQUASH] backport tripleo-container-manage to stable/train 2020-02-03 17:46:55 +00:00
.gitreview Update .gitreview for stable/train 2019-10-21 14:19:46 +00:00
.pre-commit-config.yaml Revert "Workaround for ansible-lint installation failure" 2019-10-30 11:38:29 +00:00
.stestr.conf [SQUASH] backport tripleo-container-manage to stable/train 2020-02-03 17:46:55 +00:00
.yamllint Re-organize zuul config 2019-06-19 12:52:07 -05:00
LICENSE Initial repo content 2018-07-17 16:36:40 -07:00
README.rst Fix launchpad tracker in README.rst 2019-09-29 10:08:38 +02:00
ansible-requirements.txt [SQUASH] backport tripleo-container-manage to stable/train 2020-02-03 17:46:55 +00:00
ansible-test-env.rc Introduce tripleo-config role 2019-07-30 13:02:25 -05:00
bindep.txt [SQUASH] backport tripleo-container-manage to stable/train 2020-02-03 17:46:55 +00:00
molecule-requirements.txt Convert all of the fedora28 container usage to centos8 2020-02-12 11:26:13 +00:00
requirements.txt Introduce new module for Paunch 2019-09-17 04:37:39 +03:00
role-addition.yml Update all role docs to use the ansible autodoc plugin 2019-07-12 20:07:06 -05:00
roles Create tripleo container image prepare role 2019-08-13 19:02:07 -05:00
setup.cfg Revert "Revert "Update install path for roles and plugins"" 2019-08-26 17:34:28 +00:00
setup.py Initial repo content 2018-07-17 16:36:40 -07:00
test-requirements.txt [SQUASH] backport tripleo-container-manage to stable/train 2020-02-03 17:46:55 +00:00
tox.ini [SQUASH] backport tripleo-container-manage to stable/train 2020-02-03 17:46:55 +00:00

README.rst

Team and repository tags

image

TripleO Ansible

TripleO Ansible project repository. Contains Ansible playbooks, roles, and plugins for use with TripleO.

Documentation for the project can be found at: https://docs.openstack.org/tripleo-ansible/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/tripleo-ansible/

The project source code repository is located at: https://opendev.org/openstack/tripleo-ansible/

The project home is at: https://launchpad.net/tripleo

The project bug tracker is located at: https://bugs.launchpad.net/tripleo