summaryrefslogtreecommitdiffstats
path: root/scripts/variables.sh
diff options
context:
space:
mode:
authorJuraj Linkeš <jlinkes@cisco.com>2017-05-03 13:24:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-03 13:24:14 +0000
commit6ad0c96f1b4383c3bcd651cc246843119f4e0e61 (patch)
treef7847d6e4bd7c418461e68d7f689a3a83ebc9b3b /scripts/variables.sh
parent1029ebce0186072709e22a44c2b0cbb5a41a4501 (diff)
parente385c470ca3c58d5038d50a86380847bb6a5a56b (diff)
Merge "Reworked helper scripts and fixed typos"
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