diff options
author | Chengcheng Mu <chengcheng.mu@amadeus.com> | 2015-10-02 12:04:57 +0000 |
---|---|---|
committer | R-Box (From GCE rbox spawner) <rbox@amadeus.com> | 2015-10-02 12:05:15 +0000 |
commit | 59fb7879501d702bb78a1d79326408b115a63c90 (patch) | |
tree | 1f80d75723bcd4afc859f1b6608b4947da50ae1a /playbooks/gce/openshift-cluster/launch.yml | |
parent | b8dcab08624bfdc4e89a144b82caa68883d1f861 (diff) | |
download | openshift-59fb7879501d702bb78a1d79326408b115a63c90.tar.gz openshift-59fb7879501d702bb78a1d79326408b115a63c90.tar.bz2 openshift-59fb7879501d702bb78a1d79326408b115a63c90.tar.xz openshift-59fb7879501d702bb78a1d79326408b115a63c90.zip |
openshift master public api url defaults to None, it will get its default value in openshift_facts
commented infra-node code until it's solved
Diffstat (limited to 'playbooks/gce/openshift-cluster/launch.yml')
-rw-r--r-- | playbooks/gce/openshift-cluster/launch.yml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/playbooks/gce/openshift-cluster/launch.yml b/playbooks/gce/openshift-cluster/launch.yml index 762fa9e8d..94e57fe4e 100644 --- a/playbooks/gce/openshift-cluster/launch.yml +++ b/playbooks/gce/openshift-cluster/launch.yml @@ -28,33 +28,33 @@ type: "{{ k8s_type }}" g_sub_host_type: "{{ sub_host_type }}" - - include: ../../common/openshift-cluster/set_infra_launch_facts_tasks.yml - vars: - type: "infra" - count: "{{ num_infra }}" - - include: tasks/launch_instances.yml - vars: - instances: "{{ infra_names }}" - cluster: "{{ cluster_id }}" - type: "{{ k8s_type }}" - g_sub_host_type: "{{ sub_host_type }}" - - - set_fact: - a_infra: "{{ infra_names[0] }}" - - add_host: name={{ a_infra }} groups=service_master - +# - include: ../../common/openshift-cluster/set_infra_launch_facts_tasks.yml +# vars: +# type: "infra" +# count: "{{ num_infra }}" +# - include: tasks/launch_instances.yml +# vars: +# instances: "{{ infra_names }}" +# cluster: "{{ cluster_id }}" +# type: "{{ k8s_type }}" +# g_sub_host_type: "{{ sub_host_type }}" +# +# - set_fact: +# a_infra: "{{ infra_names[0] }}" +# - add_host: name={{ a_infra }} groups=service_master +# - include: update.yml - -- name: Deploy OpenShift Services - hosts: service_master - connection: ssh - gather_facts: yes - roles: - - openshift_registry - - openshift_router - -- include: ../../common/openshift-cluster/create_services.yml - vars: - g_svc_master: "{{ service_master }}" +# +#- name: Deploy OpenShift Services +# hosts: service_master +# connection: ssh +# gather_facts: yes +# roles: +# - openshift_registry +# - openshift_router +# +#- include: ../../common/openshift-cluster/create_services.yml +# vars: +# g_svc_master: "{{ service_master }}" - include: list.yml |