Merge "TCIB: add etcd user to the kolla group" into stable/train

This commit is contained in:
Zuul 2020-08-27 03:53:29 +00:00 committed by Gerrit Code Review
commit 982f353726
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
tcib_actions: tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }} - run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf - 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 - run: ln -s /usr/share/openstack-tripleo-common/healthcheck/etcd /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages: tcib_packages:
common: common: