TCIB: add etcd user to the kolla group

This is required or the kolla_set_configs will fail to run with
permission error.

Change-Id: Iad38f5152ef824a90d3c9fde8be45594acbed44a
(cherry picked from commit 4d26b5dc1c)
This commit is contained in:
Emilien Macchi 2020-07-14 10:26:33 -04:00
parent e21372fcc9
commit cb828e7e83
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
tcib_actions:
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: usermod -a -G kolla etcd
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/etcd /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
common: