summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/deploychef/files/deploychef.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-support/deploychef/files/deploychef.inc')
-rw-r--r--meta-openstack/recipes-support/deploychef/files/deploychef.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/deploychef/files/deploychef.inc b/meta-openstack/recipes-support/deploychef/files/deploychef.inc
new file mode 100644
index 0000000..65ea2ca
--- /dev/null
+++ b/meta-openstack/recipes-support/deploychef/files/deploychef.inc
@@ -0,0 +1,16 @@
1#These variables are not defined in the services
2#We define them here with the option for them to
3#be overwritten in the future
4#Nova package name, see nova recipe
5SERVICE_USER ?= "nova"
6#Swift test.conf
7ADMIN_USER ?= "admin"
8#Neutron neutron.conf
9DEMO_USER ?= "demo"
10DEMO_PASSWORD ?= "password"
11#Use in ceilometer, openrc (nova& keystone)
12OS_USERNAME ?= "admin"
13OS_TENANT_NAME ?= "admin"
14OS_PASSWORD ?= "password"
15POSTINSTS_DIR ?= "rpm-postinsts"
16