Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove additional 'restart master' handler references. #5046

Merged
merged 1 commit into from
Aug 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playbooks/common/openshift-cluster/enable_dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
dest: "{{ openshift.common.config_base }}/master/master-config.yaml"
yaml_key: dnsConfig.bindAddress
yaml_value: "{{ openshift.master.bind_addr }}:{{ openshift.master.dns_port }}"
notify: restart master
notify: restart master api
- meta: flush_handlers

- name: Configure nodes for dnsmasq
Expand Down
1 change: 0 additions & 1 deletion roles/nuage_master/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
become: yes
template: src=nuage-openshift-monitor.j2 dest=/usr/share/nuage-openshift-monitor/nuage-openshift-monitor.yaml owner=root mode=0644
notify:
- restart master
- restart master api
- restart master controllers
- restart nuage-openshift-monitor
1 change: 0 additions & 1 deletion roles/openshift_logging/tasks/update_master_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
yaml_key: assetConfig.loggingPublicURL
yaml_value: "https://{{ openshift_logging_kibana_hostname }}"
notify:
- restart master
- restart master api
- restart master controllers
tags:
Expand Down
1 change: 0 additions & 1 deletion roles/openshift_metrics/tasks/update_master_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
yaml_key: assetConfig.metricsPublicURL
yaml_value: "https://{{ openshift_metrics_hawkular_hostname}}/hawkular/metrics"
notify:
- restart master
- restart master api
- restart master controllers
tags:
Expand Down