summaryrefslogtreecommitdiffstats
path: root/scripts/variables.sh
diff options
context:
space:
mode:
authorjuraj.linkes <jlinkes@cisco.com>2017-04-04 15:04:47 +0200
committerjuraj.linkes <jlinkes@cisco.com>2017-05-03 15:23:35 +0200
commite385c470ca3c58d5038d50a86380847bb6a5a56b (patch)
tree24d04da8a20290de37053589fdba9cc31d9e6b70 /scripts/variables.sh
parentd00c547178fdf5637a3b42112f5c3e6ae29fb260 (diff)
Reworked helper scripts and fixed typos
Added scripts for odl handling Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Diffstat (limited to 'scripts/variables.sh')
-rw-r--r--scripts/variables.sh10
1 files changed, 10 insertions, 0 deletions
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