Browse Source

Reduce instance sizes in gce

pull/3253/head
Matthew Mosesohn 6 years ago
parent
commit
ea918e1999
4 changed files with 4 additions and 4 deletions
  1. 2
      tests/files/gce_centos7-flannel-addons.yml
  2. 2
      tests/files/gce_coreos-calico-aio.yml
  3. 2
      tests/files/gce_coreos-vault-upgrade.yml
  4. 2
      tests/files/gce_ubuntu18-flannel-aio.yml

2
tests/files/gce_centos7-flannel-addons.yml

@ -1,7 +1,7 @@
# Instance settings
cloud_image_family: centos-7
cloud_region: us-central1-c
cloud_machine_type: "n1-standard-2"
cloud_machine_type: "n1-standard-1"
mode: ha
# Deployment settings

2
tests/files/gce_coreos-calico-aio.yml

@ -1,7 +1,7 @@
# Instance settings
cloud_image_family: coreos-stable
cloud_region: us-central1-a
cloud_machine_type: "n1-standard-2"
cloud_machine_type: "n1-standard-1"
mode: aio
##user-data to simply turn off coreos upgrades
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'

2
tests/files/gce_coreos-vault-upgrade.yml

@ -1,5 +1,5 @@
# Instance settings
cloud_machine_type: "n1-standard-4"
cloud_machine_type: "n1-standard-1"
cloud_image_family: coreos-stable
cloud_region: us-central1-b
mode: aio

2
tests/files/gce_ubuntu18-flannel-aio.yml

@ -1,7 +1,7 @@
# Instance settings
cloud_image_family: ubuntu-1804-lts
cloud_region: us-central1-a
cloud_machine_type: "n1-standard-2"
cloud_machine_type: "n1-standard-1"
mode: aio
# Deployment settings

Loading…
Cancel
Save