From ec0cda3ea752559f3d6d40c6dd5be182f33c7644 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 2 Dec 2019 06:56:38 -0500 Subject: Remove UUIDs in centos.json Removed the remaining UUIDs from the centos.json file, making it easier to reuse this file. This does require a recent version of the packer tool. Updated the README accordingly and also added the --env option in the packer alias, so that the OS_CLOUD variable is set when running packer in the container. Updated rapid.vms with the security group name used in the centos.json file. Change-Id: I4f6815a3250811e336c14857e0ec5e7793a77acf Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/centos.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/centos.json') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json b/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json index 508ae488..066f0ea4 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json @@ -6,12 +6,11 @@ "type": "openstack", "ssh_username": "centos", "image_name": "rapidVM", -"source_image_name": "centos-7-1907", -"flavor": "m1.medium", -"networks": "2d2bb4ec-58ae-47a4-8af9-f58f14533337", -"use_floating_ip": true, -"floating_ip_network": "ext-net", -"security_groups": "1da93e77-29c2-42d7-b611-f2ae094aa8df", +"source_image_name": "CentOS", +"flavor": "packer_flavor", +"network_discovery_cidrs":"10.6.6.0/24", +"floating_ip_network": "admin_floating_net", +"security_groups": "prox_security_group", "ssh_timeout":"1000s", "ssh_pty":"true" } -- cgit 1.2.3-korg