From 9d4e94ed8cbd2110cab0388181bad3223a1155ce Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 11 May 2020 05:06:17 -0400 Subject: createrapid.py is now using heat templates yaml yaml files have been added to the repo as an example. Please check the README explaining the output section reqs for this yaml file. There is also a new file (config_file): it also specifies which yaml files to use. multiple dataplane interfaces per VM can now be specified and will appear in the .env file. An error in setting the packet size has been fixed (see set_udp_packet_size for packet size setting details) Change-Id: Ie89a4940521dac7dd3652acca477739abb9f5497 Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py b/VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py index 82faa789..6e25e7f4 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py @@ -47,6 +47,7 @@ class prox_ctrl(object): retrying, and raise RuntimeError exception otherwise. """ return self.run_cmd('true', True) + def connect(self): attempts = 1 RapidLog.debug("Trying to connect to VM which was just launched on %s, attempt: %d" % (self._ip, attempts)) -- cgit 1.2.3-korg