summaryrefslogtreecommitdiffstats
path: root/lib/ansible/playbooks
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-25 13:22:09 -0400
committerFeng Pan <fpan@redhat.com>2017-09-26 02:02:29 +0000
commit6a2bb6d1e625e6f58ab8f39c9db1c546a41c921d (patch)
tree258f0709133f4532504b45a4cf21b1509d86817a /lib/ansible/playbooks
parent96e8ffec3e9534f4cc131303334cb2d93179feed (diff)
Applies Tacker upstream patches and fixes fernet dir perms
We need a couple patches to Tacker upstream that we will not get now that our images are frozen in RDO. We should remove them on upgrade to Pike. Also this patch fixes the permissions on the fernet keys dir so that the Tacker group can write. Change-Id: I6468356f1d16d3b8ab58d46f653431e29960e190 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 91a5fa414d46b5b2215bf823166babd034e92503)
Diffstat (limited to 'lib/ansible/playbooks')
-rw-r--r--lib/ansible/playbooks/post_deploy_overcloud.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ansible/playbooks/post_deploy_overcloud.yml b/lib/ansible/playbooks/post_deploy_overcloud.yml
index 5af138d2..5640e906 100644
--- a/lib/ansible/playbooks/post_deploy_overcloud.yml
+++ b/lib/ansible/playbooks/post_deploy_overcloud.yml
@@ -47,5 +47,7 @@
file:
path: /etc/tacker/vim/fernet_keys
state: directory
- mode: 0755
+ mode: 0775
+ owner: root
+ group: tacker
become: yes