summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-02 18:05:41 -0500
committerGitHub <noreply@github.com>2017-05-02 18:05:41 -0500
commit72e9f5183f5cdcb77a924fe6b2f3fd9a8b9eaffa (patch)
treea1573421a1f9c1217585086c2068f5a38433e0a2 /roles
parentd045a07f4929cf8722844577e2c73a544c189c64 (diff)
parent28bcb25d55fab7f4fe0c8b3cd1a260057f163b62 (diff)
downloadopenshift-72e9f5183f5cdcb77a924fe6b2f3fd9a8b9eaffa.tar.gz
openshift-72e9f5183f5cdcb77a924fe6b2f3fd9a8b9eaffa.tar.bz2
openshift-72e9f5183f5cdcb77a924fe6b2f3fd9a8b9eaffa.tar.xz
openshift-72e9f5183f5cdcb77a924fe6b2f3fd9a8b9eaffa.zip
Merge pull request #4059 from sdodson/master-1.5-ca
Merged by openshift-bot
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_ca/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_ca/tasks/main.yml b/roles/openshift_ca/tasks/main.yml
index 3b17d9ed6..c7b906949 100644
--- a/roles/openshift_ca/tasks/main.yml
+++ b/roles/openshift_ca/tasks/main.yml
@@ -95,7 +95,7 @@
{% for legacy_ca_certificate in g_master_legacy_ca_result.files | default([]) | oo_collect('path') %}
--certificate-authority {{ legacy_ca_certificate }}
{% endfor %}
- --hostnames={{ openshift.common.all_hostnames | join(',') }}
+ --hostnames={{ hostvars[openshift_ca_host].openshift.common.all_hostnames | join(',') }}
--master={{ openshift.master.api_url }}
--public-master={{ openshift.master.public_api_url }}
--cert-dir={{ openshift_ca_config_dir }}