diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-02 18:05:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 18:05:41 -0500 |
commit | 72e9f5183f5cdcb77a924fe6b2f3fd9a8b9eaffa (patch) | |
tree | a1573421a1f9c1217585086c2068f5a38433e0a2 | |
parent | d045a07f4929cf8722844577e2c73a544c189c64 (diff) | |
parent | 28bcb25d55fab7f4fe0c8b3cd1a260057f163b62 (diff) | |
download | openshift-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
-rw-r--r-- | roles/openshift_ca/tasks/main.yml | 2 |
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 }} |