From 2038a114957f62214214089d9eefffdbf2066aa3 Mon Sep 17 00:00:00 2001 From: Lance Larsen Date: Tue, 26 Jun 2018 12:38:51 +1000 Subject: [PATCH] using images instead of buckets on gcp --- hashistack/hashistack-gcp.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/hashistack/hashistack-gcp.json b/hashistack/hashistack-gcp.json index c7e1431..27b73fb 100644 --- a/hashistack/hashistack-gcp.json +++ b/hashistack/hashistack-gcp.json @@ -201,23 +201,5 @@ "bash /tmp/shared/scripts/cleanup.sh" ] } - ], - "post-processors" : [ - { - "type": "googlecompute-export", - "only": ["gcp-ubuntu-16.04-systemd"], - "paths": [ - "gs://hc-se-image-store/{{ user `environment` }}/consul-{{ user `consul_version`}}-nomad-{{ user `nomad_version`}}-vault-{{ user `vault_version`}}/hashistack-server-ubuntu-16-04.tar.gz" - ], - "keep_input_artifact": false - }, - { - "type": "googlecompute-export", - "only": ["gcp-rhel-7.3-systemd"], - "paths": [ - "gs://hc-se-image-store/{{ user `environment` }}/consul-{{ user `consul_version`}}-nomad-{{ user `nomad_version`}}-vault-{{ user `vault_version`}}/hashistack-server-rhel-7-3.tar.gz" - ], - "keep_input_artifact": false - } ] }