first commit

This commit is contained in:
Matthias Hinrichs
2025-06-12 14:50:39 +02:00
commit 18c0ba0660
60 changed files with 3739 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Clear any old environment that may conflict.
for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done
export OS_PROJECT_DOMAIN_NAME='Default'
export OS_USER_DOMAIN_NAME='Default'
export OS_PROJECT_NAME='service'
export OS_USERNAME='octavia'
export OS_PASSWORD='L8dZsrWOtNI8UvLVGKseC3FB5tRZ0cZTI1xw87Ns'
export OS_AUTH_URL='http://192.168.100.10:5000'
export OS_INTERFACE='internal'
export OS_ENDPOINT_TYPE='internalURL'