Default use of rapid_rsa_key 37/72437/1
authorLuc Provoost <luc.provoost@intel.com>
Wed, 28 Apr 2021 14:16:21 +0000 (16:16 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Wed, 28 Apr 2021 14:16:21 +0000 (16:16 +0200)
commit0daa445790c39819de39fa875e92534d6c794809
treec443e0b156fa9de4f9d4563e0a7cc0a91b12d89a
parentbe8808b48eb5c70a2f3de12f28b1994913f6029e
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 <luc.provoost@intel.com>
VNFs/DPPD-PROX/helper-scripts/rapid/config_file
VNFs/DPPD-PROX/helper-scripts/rapid/createrapid.py
VNFs/DPPD-PROX/helper-scripts/rapid/openstack-rapid.yaml
VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py
VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py