summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2021-06-16 18:28:27 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-16 18:28:27 +0000
commit2def5294889322dc20f5d272f4038ea992800282 (patch)
tree0803e4495ef774e15c3ad5436c119ec062e23b31
parent96c53d5f8340430a5af0098610e1c28b243f4f80 (diff)
parent5c0121f1c43328e6922e3a7f09216c509add8ed1 (diff)
Merge "Update lfit submodules"
m---------global-jjb0
m---------packer/common-packer0
-rw-r--r--packer/vars/ubuntu-16.04-arm64.json10
-rw-r--r--packer/vars/ubuntu-16.04.json6
-rw-r--r--packer/vars/ubuntu-18.04-arm64.json1
5 files changed, 1 insertions, 16 deletions
diff --git a/global-jjb b/global-jjb
-Subproject 92449c24828b0dbd582637ce3d1d705390da412
+Subproject 1a5a6387044fbca79d9bad4d4037e086637f7b3
diff --git a/packer/common-packer b/packer/common-packer
-Subproject 3494343faf0fc4221bfdb6cefc8bc0af0452f98
+Subproject 3882ccbaf8789d13357c926b286f106d3195079
diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json
deleted file mode 100644
index c387ad804..000000000
--- a/packer/vars/ubuntu-16.04-arm64.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "arch": "arm64",
- "base_image": "Ubuntu 16.04 LTS (arm64) [2018-10-27]",
- "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh",
- "distro": "Ubuntu 16.04",
- "flavor": "lf-standard-1",
- "source_ami_filter_name": "*ubuntu*16.04*",
- "source_ami_filter_owner": "099720109477",
- "ssh_user": "ubuntu"
-}
diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json
deleted file mode 100644
index eadf41863..000000000
--- a/packer/vars/ubuntu-16.04.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "base_image": "Ubuntu 16.04 (2017-02-01) - LF upload",
- "distro": "Ubuntu 16.04",
- "ssh_user": "ubuntu",
- "cloud_user_data": "provision/null_data.sh"
-}
diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
index 6b8b2b524..a2b8e4383 100644
--- a/packer/vars/ubuntu-18.04-arm64.json
+++ b/packer/vars/ubuntu-18.04-arm64.json
@@ -6,5 +6,6 @@
"flavor": "lf-standard-1",
"source_ami_filter_name": "*ubuntu*18.04*",
"source_ami_filter_owner": "099720109477",
+ "docker_source_image": "arm64v8/ubuntu:18.04",
"ssh_user": "ubuntu"
}