include openshift-common properly in osbs.yml
This commit is contained in:
parent
ec78548cd2
commit
e08f304a3e
1 changed files with 1 additions and 8 deletions
|
@ -44,11 +44,7 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: install openshift
|
- include: ../openshift_common/openshift-cluster/config.yml
|
||||||
hosts: osbs-stg
|
|
||||||
user: root
|
|
||||||
gather_facts: True
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
g_etcd_group: "{{ 'etcd' }}"
|
g_etcd_group: "{{ 'etcd' }}"
|
||||||
g_masters_group: "{{ 'openshift_masters' }}"
|
g_masters_group: "{{ 'openshift_masters' }}"
|
||||||
|
@ -56,6 +52,3 @@
|
||||||
openshift_cluster_id: "{{ cluster_id | default('default') }}"
|
openshift_cluster_id: "{{ cluster_id | default('default') }}"
|
||||||
openshift_debug_level: 4
|
openshift_debug_level: 4
|
||||||
openshift_deployment_type: "{{ deployment_type }}"
|
openshift_deployment_type: "{{ deployment_type }}"
|
||||||
|
|
||||||
tasks:
|
|
||||||
- include: ../openshift_common/openshift-cluster/config.yml
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue