Skip to content

Commit

Permalink
Merge pull request #1342 from detiber/maskMaster
Browse files Browse the repository at this point in the history
Mask master service when using native ha
  • Loading branch information
brenton committed Feb 5, 2016
2 parents b25ad7c + ef46fef commit a87dfdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/openshift_master/tasks/main.yml
Expand Up @@ -285,6 +285,10 @@
master_service_status_changed: "{{ start_result | changed }}"
when: not openshift_master_ha | bool

- name: Mask master service
command: systemctl mask {{ openshift.common.service_type }}-master
when: openshift_master_ha | bool and openshift.master.cluster_method == 'native'

- name: Start and enable master api
service: name={{ openshift.common.service_type }}-master-api enabled=yes state=started
when: openshift_master_ha | bool and openshift.master.cluster_method == 'native'
Expand Down

0 comments on commit a87dfdd

Please sign in to comment.