diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-04 11:40:49 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-04 11:40:49 -0500 |
commit | f5e83fc2330d6f784df3859f5305d4b80cc0c469 (patch) | |
tree | 37b83c517769c4730b680b602672ba3f9245137a /playbooks/gce | |
parent | dfb3ccfff1fe05f38143d5339260ccb6da811c17 (diff) | |
parent | da95bc1be774413448d894f4bd330555f251aec0 (diff) | |
download | openshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.tar.gz openshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.tar.bz2 openshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.tar.xz openshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.zip |
Merge pull request #761 from smunilla/scaleup
openshift-cluster: Scaleup
Diffstat (limited to 'playbooks/gce')
-rw-r--r-- | playbooks/gce/openshift-cluster/launch.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/gce/openshift-cluster/launch.yml b/playbooks/gce/openshift-cluster/launch.yml index c22b897d5..8be5d53e7 100644 --- a/playbooks/gce/openshift-cluster/launch.yml +++ b/playbooks/gce/openshift-cluster/launch.yml @@ -9,7 +9,7 @@ - fail: msg="Deployment type not supported for gce provider yet" when: deployment_type == 'enterprise' - - include: ../../common/openshift-cluster/set_master_launch_facts_tasks.yml + - include: ../../common/openshift-cluster/tasks/set_master_launch_facts.yml - include: tasks/launch_instances.yml vars: instances: "{{ master_names }}" @@ -17,7 +17,7 @@ type: "{{ k8s_type }}" g_sub_host_type: "default" - - include: ../../common/openshift-cluster/set_node_launch_facts_tasks.yml + - include: ../../common/openshift-cluster/tasks/set_node_launch_facts.yml vars: type: "compute" count: "{{ num_nodes }}" @@ -28,7 +28,7 @@ type: "{{ k8s_type }}" g_sub_host_type: "{{ sub_host_type }}" - - include: ../../common/openshift-cluster/set_node_launch_facts_tasks.yml + - include: ../../common/openshift-cluster/tasks/set_node_launch_facts.yml vars: type: "infra" count: "{{ num_infra }}" |