mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 20:20:10 -03:30
Move CI vars out of gitlab and into var files (#1808)
This commit is contained in:
15
tests/files/centos-weave-kubeadm.yml
Normal file
15
tests/files/centos-weave-kubeadm.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_region: us-central1-b
|
||||
mode: ha
|
||||
startup_script: ""
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: weave
|
||||
weave_cpu_limit: "100m"
|
||||
weave_cpu_requests: "100m"
|
||||
kubeadm_enabled: "true"
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
12
tests/files/centos7-calico-ha.yml
Normal file
12
tests/files/centos7-calico-ha.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
cloud_region: europe-west1-b
|
||||
mode: ha-scale
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: calico
|
||||
download_localhost: "true"
|
||||
download_run_once: "true"
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
14
tests/files/centos7-flannel-addons.yml
Normal file
14
tests/files/centos7-flannel-addons.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
cloud_region: us-west1-a
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: default
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: flannel
|
||||
helm_enabled: true
|
||||
istio_enabled: true
|
||||
efk_enabled: true
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
15
tests/files/coreos-alpha-weave-ha.yml
Normal file
15
tests/files/coreos-alpha-weave-ha.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Instance settings
|
||||
cloud_image: coreos-alpha
|
||||
cloud_region: us-west1-a
|
||||
mode: ha-scale
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: weave
|
||||
weave_cpu_limit: "100m"
|
||||
weave_cpu_requests: "100m"
|
||||
bootstrap_os: coreos
|
||||
resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
15
tests/files/coreos-calico-aio.yml
Normal file
15
tests/files/coreos-calico-aio.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Instance settings
|
||||
cloud_image: coreos-stable
|
||||
cloud_region: us-west1-b
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
mode: aio
|
||||
##user-data to simply turn off coreos upgrades
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
# Deployment settings
|
||||
bootstrap_os: coreos
|
||||
kube_network_plugin: calico
|
||||
resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
13
tests/files/coreos-canal.yml
Normal file
13
tests/files/coreos-canal.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Instance settings
|
||||
cloud_image: coreos-stable
|
||||
cloud_region: us-east1-b
|
||||
mode: default
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: canal
|
||||
bootstrap_os: coreos
|
||||
resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
11
tests/files/debian8-calico.yml
Normal file
11
tests/files/debian8-calico.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Instance settings
|
||||
cloud_image: debian-8-kubespray
|
||||
cloud_region: us-central1-b
|
||||
mode: default
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: calico
|
||||
bootstrap_os: debian
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
10
tests/files/rhel7-canal-sep.yml
Normal file
10
tests/files/rhel7-canal-sep.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Instance settings
|
||||
cloud_image: rhel-7
|
||||
cloud_region: us-east1-b
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: canal
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
12
tests/files/rhel7-weave.yml
Normal file
12
tests/files/rhel7-weave.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Instance settings
|
||||
cloud_image: rhel-7
|
||||
cloud_region: europe-west1-b
|
||||
mode: default
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: weave
|
||||
weave_cpu_limit: "100m"
|
||||
weave_cpu_requests: "100m"
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
11
tests/files/ubuntu-canal-ha.yml
Normal file
11
tests/files/ubuntu-canal-ha.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_region: europe-west1-b
|
||||
mode: ha
|
||||
|
||||
# Deployment settings
|
||||
bootstrap_os: ubuntu
|
||||
kube_network_plugin: canal
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
13
tests/files/ubuntu-canal-kubeadm.yml
Normal file
13
tests/files/ubuntu-canal-kubeadm.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_region: europe-west1-b
|
||||
mode: ha
|
||||
|
||||
# Deployment settings
|
||||
bootstrap_os: ubuntu
|
||||
kube_network_plugin: canal
|
||||
kubeadm_enabled: "true"
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
11
tests/files/ubuntu-flannel.yml
Normal file
11
tests/files/ubuntu-flannel.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_region: europe-west1-b
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
bootstrap_os: ubuntu
|
||||
kube_network_plugin: flannel
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
13
tests/files/ubuntu-rkt-sep.yml
Normal file
13
tests/files/ubuntu-rkt-sep.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
bootstrap_os: ubuntu
|
||||
kube_network_plugin: flannel
|
||||
etcd_deployment: rkt
|
||||
kubelet_deployment: rkt
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
13
tests/files/ubuntu-vault-sep.yml
Normal file
13
tests/files/ubuntu-vault-sep.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Instance settings
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
mode: separate
|
||||
|
||||
# Instance settings
|
||||
bootstrap_os: ubuntu
|
||||
cert_mgmt: vault
|
||||
kube_network_plugin: canal
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
13
tests/files/ubuntu-weave-sep.yml
Normal file
13
tests/files/ubuntu-weave-sep.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
bootstrap_os: ubuntu
|
||||
kube_network_plugin: weave
|
||||
weave_cpu_limit: "100m"
|
||||
weave_cpu_requests: "100m"
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
Reference in New Issue
Block a user