Refactor Terraform CI (#4654)

This commit is contained in:
Maxime Guyot
2019-05-02 13:26:19 -06:00
committed by Kubernetes Prow Robot
parent 50bdaa573c
commit 3f45122d0d
5 changed files with 29 additions and 8 deletions

View File

@@ -16,6 +16,12 @@ init-packet:
echo $(PACKET_VM_SSH_PRIVATE_KEY) | base64 -d > $(HOME)/.ssh/id_rsa
chmod 400 $(HOME)/.ssh/id_rsa
create-tf:
./scripts/create-tf.sh
delete-tf:
./scripts/delete-tf.sh
create-gce: init-gce
ansible-playbook cloud_playbooks/create-gce.yml -i local_inventory/hosts.cfg -c local \
$(LOG_LEVEL) \