diff options
Diffstat (limited to 'scripts/variables.sh')
-rw-r--r-- | scripts/variables.sh | 10 |
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 |