summaryrefslogtreecommitdiff
path: root/templates/openrc.j2
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-12-13 18:54:21 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-12-13 18:54:21 -0700
commit32086f62131e1b813e2f3d97bc2c78f66c6a3154 (patch)
tree2005059011aea64121af64de5b3567fd0dcbca3b /templates/openrc.j2
parent21fa10807bb475bff42a997ac4add3cc7e6346f9 (diff)
adding files
Diffstat (limited to 'templates/openrc.j2')
-rw-r--r--templates/openrc.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/openrc.j2 b/templates/openrc.j2
new file mode 100644
index 0000000..178c41a
--- /dev/null
+++ b/templates/openrc.j2
@@ -0,0 +1,13 @@
+export OS_AUTH_URL='{{ endpoint }}'
+export OS_USER_DOMAIN_NAME='{{ user_domain_name }}'
+export OS_PROJECT_DOMAIN_NAME='{{ project_domain_name }}'
+export OS_PROJECT_NAME='{{ project_name }}'
+export OS_USERNAME='{{ username }}'
+export OS_PASSWORD='{{ password }}'
+export OS_REGION_NAME='{{ region }}'
+export OS_INTERFACE='{{ interface }}'
+export OS_IDENTITY_API_VERSION='{{ identity_api_version }}'
+export OS_IMAGE_API_VERSION='{{ image_api_version }}'
+export OPENBOOK_DB_USERNAME='root'
+export OPENBOOK_DB_PASSWORD='{{ openbook_db_password }}'
+export OPENBOOK_CONTAINER='backups-openbook'