From e385c470ca3c58d5038d50a86380847bb6a5a56b Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Tue, 4 Apr 2017 15:04:47 +0200 Subject: Reworked helper scripts and fixed typos Added scripts for odl handling Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b Signed-off-by: juraj.linkes --- scripts/variables.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/variables.sh (limited to 'scripts/variables.sh') diff --git a/scripts/variables.sh b/scripts/variables.sh new file mode 100644 index 0000000..5cfdc64 --- /dev/null +++ b/scripts/variables.sh @@ -0,0 +1,10 @@ +overcloud_file_name=overcloudrc # change this if needed +odl_username=admin +odl_password=admin +odl_port=8081 +odl_dir=/opt/opendaylight +vpp_username=admin +vpp_password=admin +vpp_port=2831 +NODE_PATTERN=overcloud +overcloudrc_path=/root/$overcloud_file_name -- cgit 1.2.3-korg