From c8b5dd5aa379c9b8fd60a66be16351f62e5e5ebb Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Thu, 25 Feb 2021 18:34:11 +0100 Subject: Fix the tuned optimizations tuned-adm is now run through check_prox_system_setup.sh at the first system startup/reboot. This will result in the correct grub cmdline parameters. We are also coying the default rapid_rsa_key in the authorized_keys of the rapid user, which is now the default user to run the tests. Fixed also an issue in handle_mirror.c: using now ETYPE_IPv4. Changed deploycentostools.sh to reflect the changes done when building the image with disk-image-create. Change-Id: I5933d21faef9fe02b56c01d0b96e2c143cc5476d Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py b/VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py index 925fd8bd..6374b843 100755 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py @@ -152,7 +152,8 @@ class StackDeployment(object): def deploy(self, stack_name, keypair_name, heat_template, heat_param): self.key_name = keypair_name - self.private_key_filename = '{}.pem'.format(keypair_name) + #self.private_key_filename = '{}.pem'.format(keypair_name) + self.private_key_filename = keypair_name if not self.IsDeployed(stack_name): if not self.IsKey(): self.create_key() -- cgit 1.2.3-korg