Role os_neutron for OpenStack-Ansible
Go to file
Dmitriy Rabotyagov cdcf7f15b0 Fix permissions for rootwrap files
At the moment we set 640 permissions to /etc/neutron/rootwrap.d folder.
While it doesn't cause any issues right now, since root still able to read files in there,
but this makes us to use root for services when it should not be needed.

Also playbook is not idempotent, as it changes permissions for same
directory multiple times during runtime.

Task for setting rootwrap permissions is removed, since it's behaviour is
weird by design of file module.
It can be applied only to directories, meaning that either directory will not
have execution permissions or all files inisde it will have executable flag.

Change-Id: I577221e94d6cf9d940ee310757383cee24b80a03
2024-02-14 19:03:24 +01:00
defaults Add Availability Zone variables 2024-01-03 15:03:27 +01:00
doc Merge "Deprecate OpenDaylight support" 2023-10-11 11:38:43 +00:00
examples Fix linters for example playbook 2023-09-28 09:51:34 +02:00
files/rootwrap.d Update vpnaas rootwrap filters 2020-01-13 19:36:11 -05:00
handlers Fix linters and metadata 2023-09-04 18:55:41 +02:00
meta Fix linters and metadata 2023-09-04 18:55:41 +02:00
releasenotes Add Availability Zone variables 2024-01-03 15:03:27 +01:00
tasks Fix permissions for rootwrap files 2024-02-14 19:03:24 +01:00
templates Add Availability Zone variables 2024-01-03 15:03:27 +01:00
tests Deprecate OpenDaylight support 2023-10-05 14:48:53 +00:00
vars Update VPNaaS package for RHEL 2023-10-11 21:51:07 +02:00
zuul.d Switch driver jobs to Jammy 2023-05-25 13:38:39 +02:00
.gitignore Updated from OpenStack Ansible Tests 2019-09-04 15:17:04 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:41:19 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-18 08:20:24 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Start README.rst with a better title 2019-12-20 01:10:52 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:47:23 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-12 22:20:20 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 09:24:41 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2022-03-31 20:14:17 +00:00
tox.ini Define constraints file for docs and renos 2023-08-17 16:32:23 +02:00

README.rst

OpenStack-Ansible neutron

image

Ansible role that installs and configures OpenStack neutron.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_neutron/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_neutron

The project source code repository is located at:

https://opendev.org/openstack/openstack-ansible-os_neutron/

The project home is at:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

https://bugs.launchpad.net/openstack-ansible