From 0daa445790c39819de39fa875e92534d6c794809 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Wed, 28 Apr 2021 16:16:21 +0200 Subject: Default use of rapid_rsa_key A secret and public key pair is available in the rapid directory: rapid_rsa_key and rapid_rsa_key.pub. createrapid.py is now modified to upload this key into OpenStack if the keypair does not already exist in OpenStack. Which keypair to use is now only defined in params_rapid.yaml. You can still define a key pair with a different name in params_rapid.yaml. If the secret and public key files are not available, a new keypair will be created and the secret key file will be saved. The name of the secret key file is the name as the OpenStack keypair name. The name of the public file is the same, with the pub extension. Change-Id: Ib8b5e4bf3a3d3138216698dc588a6908248220c0 Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml index 9663fc36..fbef2f54 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml @@ -2,6 +2,7 @@ parameters: public_net_name: admin_floating_net data_net_name: dataplane-network PROX_image: rapidVM + PROX_key: rapid_rsa_key my_availability_zone: nova security_group: prox_security_group PROXType1VM_count: 3 -- cgit 1.2.3-korg