diff options
Diffstat (limited to 'meta-openstack/recipes-support/deploychef/files/deploychef.inc')
| -rw-r--r-- | meta-openstack/recipes-support/deploychef/files/deploychef.inc | 16 |
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 | ||
| 5 | SERVICE_USER ?= "nova" | ||
| 6 | #Swift test.conf | ||
| 7 | ADMIN_USER ?= "admin" | ||
| 8 | #Neutron neutron.conf | ||
| 9 | DEMO_USER ?= "demo" | ||
| 10 | DEMO_PASSWORD ?= "password" | ||
| 11 | #Use in ceilometer, openrc (nova& keystone) | ||
| 12 | OS_USERNAME ?= "admin" | ||
| 13 | OS_TENANT_NAME ?= "admin" | ||
| 14 | OS_PASSWORD ?= "password" | ||
| 15 | POSTINSTS_DIR ?= "rpm-postinsts" | ||
| 16 | |||
