mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-12 23:14:47 -03:30
Fix broken CI jobs (#1854)
* Fix broken CI jobs Adjust image and image_family scenarios for debian. Checkout CI file for upgrades * add debugging to file download * Fix download for alternate playbooks * Update ansible ssh args to force ssh user * Update sync_container.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[ssh_connection]
|
||||
pipelining=True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
|
||||
ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
|
||||
[defaults]
|
||||
forks = 20
|
||||
host_key_checking=False
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
gce:
|
||||
instance_names: "{{instance_names}}"
|
||||
machine_type: "{{ cloud_machine_type }}"
|
||||
image_family: "{{ cloud_image }}"
|
||||
image: "{{ cloud_image | default(omit) }}"
|
||||
image_family: "{{ cloud_image_family | default(omit) }}"
|
||||
preemptible: "{{ preemptible }}"
|
||||
service_account_email: "{{ gce_service_account_email }}"
|
||||
pem_file: "{{ gce_pem_file | default(omit)}}"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
cloud_image_family: centos-7
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_region: us-central1-b
|
||||
mode: ha
|
||||
@@ -9,7 +9,7 @@ startup_script: ""
|
||||
kube_network_plugin: weave
|
||||
weave_cpu_limit: "100m"
|
||||
weave_cpu_requests: "100m"
|
||||
kubeadm_enabled: "true"
|
||||
kubeadm_enabled: true
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
cloud_image_family: centos-7
|
||||
cloud_region: europe-west1-b
|
||||
mode: ha-scale
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: calico
|
||||
download_localhost: "true"
|
||||
download_run_once: "true"
|
||||
download_localhost: true
|
||||
download_run_once: true
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
cloud_image_family: centos-7
|
||||
cloud_region: us-west1-a
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: default
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: coreos-alpha
|
||||
cloud_image_family: coreos-alpha
|
||||
cloud_region: us-west1-a
|
||||
mode: ha-scale
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: coreos-stable
|
||||
cloud_image_family: coreos-stable
|
||||
cloud_region: us-west1-b
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
mode: aio
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: coreos-stable
|
||||
cloud_image_family: coreos-stable
|
||||
cloud_region: us-east1-b
|
||||
mode: default
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: rhel-7
|
||||
cloud_image_family: rhel-7
|
||||
cloud_region: us-east1-b
|
||||
mode: separate
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: rhel-7
|
||||
cloud_image_family: rhel-7
|
||||
cloud_region: europe-west1-b
|
||||
mode: default
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: europe-west1-b
|
||||
mode: ha
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_region: europe-west1-b
|
||||
mode: ha
|
||||
@@ -7,7 +7,7 @@ mode: ha
|
||||
# Deployment settings
|
||||
bootstrap_os: ubuntu
|
||||
kube_network_plugin: canal
|
||||
kubeadm_enabled: "true"
|
||||
kubeadm_enabled: true
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: europe-west1-b
|
||||
mode: separate
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
mode: separate
|
||||
|
||||
@@ -8,6 +8,8 @@ bootstrap_os: ubuntu
|
||||
kube_network_plugin: flannel
|
||||
etcd_deployment: rkt
|
||||
kubelet_deployment: rkt
|
||||
download_localhost: true
|
||||
download_run_once: true
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Instance settings
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
mode: separate
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
mode: separate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user