RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.
Go to file
Rodolfo Alonso Hernandez c516df9e51 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
2020-03-23 18:48:49 +00:00
.ansible-lint_rules Add custom ansible-lint rule for Role Names 2020-02-27 10:53:11 +00:00
_skeleton_role_ Add Centos 8 to galaxy_info versions 2020-03-19 14:22:08 +01:00
doc Add deploy plan playbook 2020-03-22 12:42:50 +05:30
releasenotes Fix ssh_known_hosts hostname entries 2019-11-18 14:36:43 +01:00
scripts Remove the tripleo_job_ansible_args default 2020-01-29 13:14:05 -06:00
tests Merge "Convert tox to native zuul" 2019-07-08 14:18:00 +00:00
tools Migrate molecule jobs from centos 7 to 8 2020-03-10 12:51:18 +00:00
tripleo_ansible Force container deletion if namespace does not exist in service_kill 2020-03-23 18:48:49 +00:00
zuul.d change linters job to running on a cent8 node 2020-03-19 19:32:21 +00:00
.ansible-lint Add custom ansible-lint rule for Role Names 2020-02-27 10:53:11 +00:00
.gitignore Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:52 +00:00
.pre-commit-config.yaml Revert "Workaround for ansible-lint installation failure" 2019-10-29 13:25:49 +00:00
.stestr.conf Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
.yamllint Re-organize zuul config 2019-06-19 12:52:07 -05:00
LICENSE normalize newlines at end of file 2019-11-12 15:06:58 +00:00
README.rst Fix launchpad tracker in README.rst 2019-09-29 10:08:38 +02:00
ansible-requirements.txt module tripleo_baremetal_expand_roles 2020-03-06 15:12:21 +00:00
ansible-test-env.rc Introduce tripleo-config role 2019-07-30 13:02:25 -05:00
bindep.txt update bindep, remove older fedora support 2019-11-21 09:55:36 -07:00
constraints.txt Fix the docs job 2020-03-19 19:31:20 +00:00
molecule-requirements.txt Fix the docs job 2020-03-19 19:31:20 +00:00
requirements.txt Add tripleo-common and other client libraries to requirements 2020-02-21 15:41:04 +05:30
role-addition.yml Finalize centos-8 migration 2020-03-13 10:57:49 +00:00
roles Revert "Remove roles symlink" 2019-10-28 21:43:35 +00:00
setup.cfg Upgrade molecule to 3.0 2020-02-20 14:04:28 +00:00
setup.py Initial repo content 2018-07-17 16:36:40 -07:00
test-requirements.txt Remove duplicate mock requirement from test-reqs 2020-03-10 00:53:12 +02:00
tox.ini Add tripleo_templates_upload module 2020-03-19 16:50:59 -05: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