Merge pull request #401 from bogdando/revert_ci_changes

Revert "Merge pull request #393 from bogdando/ci_changes"
This commit is contained in:
Smaine Kahlouch 2016-08-03 15:13:07 +02:00 committed by GitHub
commit 637eabccce
2 changed files with 4 additions and 19 deletions

View file

@ -72,22 +72,19 @@ env:
CLOUD_IMAGE=ubuntu-1604-xenial
CLOUD_REGION=asia-east1-c
# Extra cases for separated roles
# Ubuntu 15.10
- >-
KUBE_NETWORK_PLUGIN=flannel
CLOUD_IMAGE=rhel-7-sudo
CLOUD_IMAGE=ubuntu-1510-wily
CLOUD_REGION=europe-west1-b
MODE="separate"
- >-
KUBE_NETWORK_PLUGIN=calico
CLOUD_IMAGE=ubuntu-1604-xenial
CLOUD_IMAGE=ubuntu-1510-wily
CLOUD_REGION=us-central1-a
MODE="separate"
- >-
KUBE_NETWORK_PLUGIN=weave
CLOUD_IMAGE=debian-8-kubespray
CLOUD_IMAGE=ubuntu-1510-wily
CLOUD_REGION=us-east1-d
MODE="separate"
before_install:
@ -116,7 +113,6 @@ before_script:
script:
- >
$HOME/.local/bin/ansible-playbook tests/cloud_playbooks/create-gce.yml -i tests/local_inventory/hosts -c local $LOG_LEVEL
-e mode=${MODE}
-e test_id=${TEST_ID}
-e kube_network_plugin=${KUBE_NETWORK_PLUGIN}
-e gce_project_id=${GCE_PROJECT_ID}

View file

@ -2,16 +2,6 @@ node1 ansible_ssh_host={{gce.instance_data[0].public_ip}}
node2 ansible_ssh_host={{gce.instance_data[1].public_ip}}
node3 ansible_ssh_host={{gce.instance_data[2].public_ip}}
{% if mode == "separate" %}
[kube-master]
node1
[kube-node]
node2
[etcd]
node3
{% else %}
[kube-master]
node1
node2
@ -24,7 +14,6 @@ node3
[etcd]
node1
node2
{% endif %}
[k8s-cluster:children]
kube-node