Add missing project_name variables
Change-Id: I0cbc51eedb218f6b2f7d5c50372ad7a8be9bdcc0
This commit is contained in:
parent
64d8dcdebd
commit
6df1b20618
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "bifrost"
|
||||
|
||||
####################
|
||||
# Docker
|
||||
####################
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "collectd"
|
||||
|
||||
collectd_services:
|
||||
collectd:
|
||||
container_name: collectd
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "common"
|
||||
|
||||
# Due to the way we do our inventory, ansible does not pick up on the fact that
|
||||
# this role has already run. We can track what has run with host facts.
|
||||
common_run: False
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "elasticsearch"
|
||||
|
||||
elasticsearch_services:
|
||||
elasticsearch:
|
||||
container_name: elasticsearch
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "haproxy-config"
|
||||
|
||||
haproxy_service_template: "haproxy_single_service_listen.cfg.j2"
|
||||
|
||||
# Extra frontend/backend options (additive with locally defined options)
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "kafka"
|
||||
|
||||
kafka_services:
|
||||
kafka:
|
||||
container_name: kafka
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "nova-hyperv"
|
||||
|
||||
msi_dir: "%SYSTEMDRIVE%\\OpenStack\\MSIs"
|
||||
log_dir: "%SYSTEMDRIVE%\\OpenStack\\Log"
|
||||
freerdp_msi_url: "https://cloudbase.it/downloads/FreeRDPWebConnect.msi"
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "storm"
|
||||
|
||||
storm_services:
|
||||
storm-worker:
|
||||
container_name: storm_worker
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
project_name: "zookeeper"
|
||||
|
||||
zookeeper_services:
|
||||
zookeeper:
|
||||
container_name: zookeeper
|
||||
|
Loading…
Reference in New Issue
Block a user