summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-04-11 16:10:27 -0500
committerGitHub <noreply@github.com>2017-04-11 16:10:27 -0500
commit97cf14a03d2b392e2355478c74882d7be9f653d2 (patch)
tree409be032ef994b90a9df6c9b1a93103c71c022c1 /playbooks/common/openshift-cluster/upgrades
parent5aae26f2aa7d5521421343f33973325be2db9d06 (diff)
parent7437a62c66b18d328758dbc1f3ff175aa2f53cd1 (diff)
downloadopenshift-97cf14a03d2b392e2355478c74882d7be9f653d2.tar.gz
openshift-97cf14a03d2b392e2355478c74882d7be9f653d2.tar.bz2
openshift-97cf14a03d2b392e2355478c74882d7be9f653d2.tar.xz
openshift-97cf14a03d2b392e2355478c74882d7be9f653d2.zip
Merge pull request #3892 from mtnbikenc/refactor-oo-option-facts
Merged by openshift-bot
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/init.yml22
1 files changed, 1 insertions, 21 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/init.yml b/playbooks/common/openshift-cluster/upgrades/init.yml
index 01d151eb9..cc1fa5a0a 100644
--- a/playbooks/common/openshift-cluster/upgrades/init.yml
+++ b/playbooks/common/openshift-cluster/upgrades/init.yml
@@ -30,27 +30,7 @@
g_new_node_hosts: []
openshift_cluster_id: "{{ cluster_id | default('default') }}"
-- name: Set oo_options
- hosts: oo_all_hosts
- tasks:
- - set_fact:
- openshift_docker_additional_registries: "{{ lookup('oo_option', 'docker_additional_registries') }}"
- when: openshift_docker_additional_registries is not defined
- - set_fact:
- openshift_docker_insecure_registries: "{{ lookup('oo_option', 'docker_insecure_registries') }}"
- when: openshift_docker_insecure_registries is not defined
- - set_fact:
- openshift_docker_blocked_registries: "{{ lookup('oo_option', 'docker_blocked_registries') }}"
- when: openshift_docker_blocked_registries is not defined
- - set_fact:
- openshift_docker_options: "{{ lookup('oo_option', 'docker_options') }}"
- when: openshift_docker_options is not defined
- - set_fact:
- openshift_docker_log_driver: "{{ lookup('oo_option', 'docker_log_driver') }}"
- when: openshift_docker_log_driver is not defined
- - set_fact:
- openshift_docker_log_options: "{{ lookup('oo_option', 'docker_log_options') }}"
- when: openshift_docker_log_options is not defined
+- include: ../initialize_oo_option_facts.yml
- include: ../initialize_facts.yml