freebsd: move subnet to build freebsd
Builds of the freebsd AMI are currently being aborted
because packer when run from Jenkins is unable to ssh
into the server. The symptoms indicate a firewall
block as contact is never made with the server and
key identities are never exchanged.
Let's move it to the same subnet used for ubuntu
builds to remove any possiblity that it could be
an access rule.
Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org>
Change-Id: Iab6880695aafc6b2a2a42750db26f73c20a5fa84
diff --git a/packer_freebsd.json b/packer_freebsd.json
index 9a7b5ad..ecc6724 100644
--- a/packer_freebsd.json
+++ b/packer_freebsd.json
@@ -8,7 +8,7 @@
"type": "amazon-ebs",
"name": "freebsd-12.3-mbedtls",
"vpc_id": "vpc-d28c0ca9",
- "subnet_id": "subnet-5af5e23e ",
+ "subnet_id": "subnet-a0d573af ",
"region": "{{user `vpc_region`}}",
"source_ami_filter": {
"filters": {