summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics
diff options
context:
space:
mode:
authorSteve Teuber <steveteuber@users.noreply.github.com>2017-06-27 09:46:22 +0200
committerScott Dodson <sdodson@redhat.com>2017-06-29 16:27:05 -0400
commitc343d2a0aa336c5691d03db5bb52b2c8691a1e95 (patch)
tree2d0f5fb3ce4647647e9f18e4b296060551373c66 /roles/openshift_metrics
parentf1f460f79cfff40cb90dcd23c90b41195c5acd91 (diff)
downloadopenshift-c343d2a0aa336c5691d03db5bb52b2c8691a1e95.tar.gz
openshift-c343d2a0aa336c5691d03db5bb52b2c8691a1e95.tar.bz2
openshift-c343d2a0aa336c5691d03db5bb52b2c8691a1e95.tar.xz
openshift-c343d2a0aa336c5691d03db5bb52b2c8691a1e95.zip
Fix generate role binding destination for the HOSA service account
The task `Generate role binding for the hawkular-openshift-agent service account` use wrong template destination: https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_metrics/tasks/install_metrics.yaml#L47
Diffstat (limited to 'roles/openshift_metrics')
-rw-r--r--roles/openshift_metrics/tasks/install_hosa.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/tasks/install_hosa.yaml b/roles/openshift_metrics/tasks/install_hosa.yaml
index cc533a68b..7c9bc26d0 100644
--- a/roles/openshift_metrics/tasks/install_hosa.yaml
+++ b/roles/openshift_metrics/tasks/install_hosa.yaml
@@ -28,7 +28,7 @@
- name: Generate role binding for the hawkular-openshift-agent service account
template:
src: rolebinding.j2
- dest: "{{ mktemp.stdout }}/templates/metrics-hawkular-agent-rolebinding.yaml"
+ dest: "{{ mktemp.stdout }}/templates/metrics-hawkular-openshift-agent-rolebinding.yaml"
vars:
cluster: True
obj_name: hawkular-openshift-agent-rb