|
@@ -25,7 +25,6 @@
|
|
state: absent
|
|
state: absent
|
|
ignore_errors: true
|
|
ignore_errors: true
|
|
when:
|
|
when:
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
- not l_is_master_system_container | bool
|
|
- not l_is_master_system_container | bool
|
|
|
|
|
|
# This is the image used for both HA and non-HA clusters:
|
|
# This is the image used for both HA and non-HA clusters:
|
|
@@ -43,7 +42,6 @@
|
|
src: "{{ ha_svc_template_path }}/atomic-openshift-master-{{ item }}.service.j2"
|
|
src: "{{ ha_svc_template_path }}/atomic-openshift-master-{{ item }}.service.j2"
|
|
dest: "{{ containerized_svc_dir }}/{{ openshift.common.service_type }}-master-{{ item }}.service"
|
|
dest: "{{ containerized_svc_dir }}/{{ openshift.common.service_type }}-master-{{ item }}.service"
|
|
when:
|
|
when:
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
- not l_is_master_system_container | bool
|
|
- not l_is_master_system_container | bool
|
|
with_items:
|
|
with_items:
|
|
- api
|
|
- api
|
|
@@ -63,22 +61,17 @@
|
|
- api
|
|
- api
|
|
- controllers
|
|
- controllers
|
|
when:
|
|
when:
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
- not l_is_master_system_container | bool
|
|
- not l_is_master_system_container | bool
|
|
|
|
|
|
- name: Preserve Master API Proxy Config options
|
|
- name: Preserve Master API Proxy Config options
|
|
command: grep PROXY /etc/sysconfig/{{ openshift.common.service_type }}-master-api
|
|
command: grep PROXY /etc/sysconfig/{{ openshift.common.service_type }}-master-api
|
|
register: l_master_api_proxy
|
|
register: l_master_api_proxy
|
|
- when:
|
|
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
failed_when: false
|
|
failed_when: false
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
|
|
- name: Preserve Master API AWS options
|
|
- name: Preserve Master API AWS options
|
|
command: grep AWS_ /etc/sysconfig/{{ openshift.common.service_type }}-master-api
|
|
command: grep AWS_ /etc/sysconfig/{{ openshift.common.service_type }}-master-api
|
|
register: master_api_aws
|
|
register: master_api_aws
|
|
- when:
|
|
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
failed_when: false
|
|
failed_when: false
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
|
|
@@ -87,14 +80,11 @@
|
|
src: "{{ ha_svc_template_path }}/atomic-openshift-master-api.j2"
|
|
src: "{{ ha_svc_template_path }}/atomic-openshift-master-api.j2"
|
|
dest: /etc/sysconfig/{{ openshift.common.service_type }}-master-api
|
|
dest: /etc/sysconfig/{{ openshift.common.service_type }}-master-api
|
|
backup: true
|
|
backup: true
|
|
- when:
|
|
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
notify:
|
|
notify:
|
|
- restart master api
|
|
- restart master api
|
|
|
|
|
|
- name: Restore Master API Proxy Config Options
|
|
- name: Restore Master API Proxy Config Options
|
|
when:
|
|
when:
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
- l_master_api_proxy.rc == 0
|
|
- l_master_api_proxy.rc == 0
|
|
- "'http_proxy' not in openshift.common"
|
|
- "'http_proxy' not in openshift.common"
|
|
- "'https_proxy' not in openshift.common"
|
|
- "'https_proxy' not in openshift.common"
|
|
@@ -105,7 +95,6 @@
|
|
|
|
|
|
- name: Restore Master API AWS Options
|
|
- name: Restore Master API AWS Options
|
|
when:
|
|
when:
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
- master_api_aws.rc == 0
|
|
- master_api_aws.rc == 0
|
|
- not (openshift_cloudprovider_kind is defined and openshift_cloudprovider_kind == 'aws' and openshift_cloudprovider_aws_access_key is defined and openshift_cloudprovider_aws_secret_key is defined)
|
|
- not (openshift_cloudprovider_kind is defined and openshift_cloudprovider_kind == 'aws' and openshift_cloudprovider_aws_access_key is defined and openshift_cloudprovider_aws_secret_key is defined)
|
|
lineinfile:
|
|
lineinfile:
|
|
@@ -117,16 +106,12 @@
|
|
- name: Preserve Master Controllers Proxy Config options
|
|
- name: Preserve Master Controllers Proxy Config options
|
|
command: grep PROXY /etc/sysconfig/{{ openshift.common.service_type }}-master-controllers
|
|
command: grep PROXY /etc/sysconfig/{{ openshift.common.service_type }}-master-controllers
|
|
register: master_controllers_proxy
|
|
register: master_controllers_proxy
|
|
- when:
|
|
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
failed_when: false
|
|
failed_when: false
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
|
|
- name: Preserve Master Controllers AWS options
|
|
- name: Preserve Master Controllers AWS options
|
|
command: grep AWS_ /etc/sysconfig/{{ openshift.common.service_type }}-master-controllers
|
|
command: grep AWS_ /etc/sysconfig/{{ openshift.common.service_type }}-master-controllers
|
|
register: master_controllers_aws
|
|
register: master_controllers_aws
|
|
- when:
|
|
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
failed_when: false
|
|
failed_when: false
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
|
|
@@ -135,8 +120,6 @@
|
|
src: "{{ ha_svc_template_path }}/atomic-openshift-master-controllers.j2"
|
|
src: "{{ ha_svc_template_path }}/atomic-openshift-master-controllers.j2"
|
|
dest: /etc/sysconfig/{{ openshift.common.service_type }}-master-controllers
|
|
dest: /etc/sysconfig/{{ openshift.common.service_type }}-master-controllers
|
|
backup: true
|
|
backup: true
|
|
- when:
|
|
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
notify:
|
|
notify:
|
|
- restart master controllers
|
|
- restart master controllers
|
|
|
|
|
|
@@ -146,7 +129,6 @@
|
|
line: "{{ item }}"
|
|
line: "{{ item }}"
|
|
with_items: "{{ master_controllers_proxy.stdout_lines | default([]) }}"
|
|
with_items: "{{ master_controllers_proxy.stdout_lines | default([]) }}"
|
|
when:
|
|
when:
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
- master_controllers_proxy.rc == 0
|
|
- master_controllers_proxy.rc == 0
|
|
- "'http_proxy' not in openshift.common"
|
|
- "'http_proxy' not in openshift.common"
|
|
- "'https_proxy' not in openshift.common"
|
|
- "'https_proxy' not in openshift.common"
|
|
@@ -157,6 +139,5 @@
|
|
line: "{{ item }}"
|
|
line: "{{ item }}"
|
|
with_items: "{{ master_controllers_aws.stdout_lines | default([]) }}"
|
|
with_items: "{{ master_controllers_aws.stdout_lines | default([]) }}"
|
|
when:
|
|
when:
|
|
- - openshift.master.cluster_method == "native"
|
|
|
|
- master_controllers_aws.rc == 0
|
|
- master_controllers_aws.rc == 0
|
|
- not (openshift_cloudprovider_kind is defined and openshift_cloudprovider_kind == 'aws' and openshift_cloudprovider_aws_access_key is defined and openshift_cloudprovider_aws_secret_key is defined)
|
|
- not (openshift_cloudprovider_kind is defined and openshift_cloudprovider_kind == 'aws' and openshift_cloudprovider_aws_access_key is defined and openshift_cloudprovider_aws_secret_key is defined)
|