Change default regions and machine size in Makefile

This commit is contained in:
mitchell 2019-08-10 23:42:53 -04:00
parent b7ba66f6ae
commit 2c50106082
1 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@ machine-create-google:
docker-machine create --driver google \ docker-machine create --driver google \
--google-address selfpass \ --google-address selfpass \
--google-project selfpass-241808 \ --google-project selfpass-241808 \
--google-machine-type g1-small \ --google-machine-type f1-micro \
--google-machine-image https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-9-stretch-v20190514 \ --google-machine-image https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-9-stretch-v20190514 \
--google-username selfpass \ --google-username selfpass \
--google-zone us-west1-c \ --google-zone us-east4-c \
${DOCKER_MACHINE_NAME} ${DOCKER_MACHINE_NAME}
$(MAKE) machine-install-stackdriver-agent $(MAKE) machine-install-stackdriver-agent
$(MAKE) machine-add-grpc-server-tag $(MAKE) machine-add-grpc-server-tag
@ -56,7 +56,7 @@ machine-put-certs:
machine-add-grpc-server-tag: machine-add-grpc-server-tag:
gcloud compute instances add-tags ${DOCKER_MACHINE_NAME} \ gcloud compute instances add-tags ${DOCKER_MACHINE_NAME} \
--zone us-west1-c \ --zone us-east4-c \
--tags grpc-server --tags grpc-server
machine-install-stackdriver-agent: machine-install-stackdriver-agent: