diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-24 14:51:36 -0500 | 
|---|---|---|
| committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-24 14:51:36 -0500 | 
| commit | ad94fc42f5529afe45d131cbe5de449128762f51 (patch) | |
| tree | fd73984501f3cfadc3f8594d86aa9bc4daeebbf6 | |
| parent | b169e206f7964b3dcf3c1d142d945042618782a7 (diff) | |
fix addNodes.yml
| -rw-r--r-- | playbooks/aws/openshift-cluster/addNodes.yml | 23 | 
1 files changed, 1 insertions, 22 deletions
diff --git a/playbooks/aws/openshift-cluster/addNodes.yml b/playbooks/aws/openshift-cluster/addNodes.yml index 09bf34666..1f941ac8c 100644 --- a/playbooks/aws/openshift-cluster/addNodes.yml +++ b/playbooks/aws/openshift-cluster/addNodes.yml @@ -11,22 +11,6 @@        msg: Deployment type not supported for aws provider yet      when: deployment_type == 'enterprise' -  - include: ../../common/openshift-cluster/tasks/set_etcd_launch_facts.yml -  - include: tasks/launch_instances.yml -    vars: -      instances: "{{ etcd_names }}" -      cluster: "{{ cluster_id }}" -      type: "{{ k8s_type }}" -      g_sub_host_type: "default" - -  - include: ../../common/openshift-cluster/tasks/set_master_launch_facts.yml -  - include: tasks/launch_instances.yml -    vars: -      instances: "{{ master_names }}" -      cluster: "{{ cluster_id }}" -      type: "{{ k8s_type }}" -      g_sub_host_type: "default" -    - include: ../../common/openshift-cluster/tasks/set_node_launch_facts.yml      vars:        type: "compute" @@ -49,10 +33,5 @@        type: "{{ k8s_type }}"        g_sub_host_type: "{{ sub_host_type }}" -  - add_host: -      name: "{{ master_names.0 }}" -      groups: service_master -    when: master_names is defined and master_names.0 is defined - -- include: update.yml +- include: scaleup.yml  - include: list.yml  | 
