summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@intel.com>2019-12-02 06:56:38 -0500
committerXavier Simonart <xavier.simonart@intel.com>2019-12-02 16:09:53 +0000
commitec0cda3ea752559f3d6d40c6dd5be182f33c7644 (patch)
tree9a23085dd723a8b25a06a746b93737f5f6873510 /VNFs/DPPD-PROX/helper-scripts/rapid/centos.json
parent6bc602d32e2f29c48a566ffe008f12c947f7609e (diff)
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 <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/centos.json')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/rapid/centos.json11
1 files changed, 5 insertions, 6 deletions
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"
}