diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-12 23:57:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-12 23:57:03 +0000 |
commit | b1cc18a29ef40451d5535dfe9349a1ec501d3af2 (patch) | |
tree | 7c344a79a017f6c7c8e26bd553615a5cd684321c /packer/vars/ubuntu-18.04-arm64.json | |
parent | b02134dbccd6c3595aeabb9d0fac570fd42780df (diff) | |
parent | 215ae131f83959a0109632b36d174d64b82ae295 (diff) |
Merge "Update Ubuntu 18.04 LTS (arm64) node"
Diffstat (limited to 'packer/vars/ubuntu-18.04-arm64.json')
-rw-r--r-- | packer/vars/ubuntu-18.04-arm64.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json new file mode 100644 index 000000000..6b8b2b524 --- /dev/null +++ b/packer/vars/ubuntu-18.04-arm64.json @@ -0,0 +1,10 @@ +{ + "arch": "arm64", + "base_image": "Ubuntu 18.04 LTS (arm64) [2020-02-18]", + "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", + "distro": "Ubuntu 18.04", + "flavor": "lf-standard-1", + "source_ami_filter_name": "*ubuntu*18.04*", + "source_ami_filter_owner": "099720109477", + "ssh_user": "ubuntu" +} |