dcdf75b94f
In docker-puppet.py script we try to relable /usr/share/openstack-puppet/modules by adding ":z" suffix in the end. Unfortunatelly this operation is not allowed in docker with enabled SELinux. Docker's error message is: Error response from daemon: error setting label on mount source '/usr/share/openstack-puppet/modules': SELinux relabeling of /usr/share/openstack-puppet/modules is not allowed: "Relabeling content in /usr is not allowed.". It leads to the fact that during the configuration the jobs fails with "Permission denied - /usr/share/openstack-puppet/modules" There is no need to relable that folder since it's read-only. After removing ":z" it is possible to deploy the overcloud with enabled SELinux. Closes-Bug: #1807680 Change-Id: I11c7c5e9594fe0cdb2a114f81033651e411c9e3c |
||
---|---|---|
.. | ||
services | ||
docker-puppet.py | ||
docker-toool | ||
README-containers.md |