diff options
| author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-02 11:15:59 -0500 | 
|---|---|---|
| committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-02 11:15:59 -0500 | 
| commit | 5551a701e467f1fe205dc170c4b0fc651a285c5a (patch) | |
| tree | 495fd94a77259c2efe36d89ab60f2baa608120c4 /roles/openshift_master | |
| parent | e55ef121003649cfe72bb51c6d51a492898f328a (diff) | |
| parent | b8e4abd2f23409432f65c4bd4a48e3732adeea47 (diff) | |
| download | openshift-5551a701e467f1fe205dc170c4b0fc651a285c5a.tar.gz openshift-5551a701e467f1fe205dc170c4b0fc651a285c5a.tar.bz2 openshift-5551a701e467f1fe205dc170c4b0fc651a285c5a.tar.xz openshift-5551a701e467f1fe205dc170c4b0fc651a285c5a.zip | |
Merge pull request #87 from detiber/hostnameWorkaroundVar
add openshift_hostname workaround var
Diffstat (limited to 'roles/openshift_master')
| -rw-r--r-- | roles/openshift_master/tasks/main.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml index 0b3842856..ef915d63b 100644 --- a/roles/openshift_master/tasks/main.yml +++ b/roles/openshift_master/tasks/main.yml @@ -16,8 +16,8 @@    lineinfile:      dest: /etc/sysconfig/openshift-master      regexp: '^OPTIONS=' -    line: "OPTIONS=\"--public-master={{ openshift_public_ip }} --nodes={{ openshift_node_ips -          | join(',') }}  --loglevel={{ openshift_master_debug_level }}\"" +    line: "OPTIONS=\"--public-master={{ openshift_hostname }} --nodes={{ openshift_node_ips +              | join(',') }}  --loglevel={{ openshift_master_debug_level }}\""    notify:    - restart openshift-master | 
