Add missing project_name variables

Change-Id: I0cbc51eedb218f6b2f7d5c50372ad7a8be9bdcc0
This commit is contained in:
Christian Berendt 2018-10-24 13:52:07 +02:00
parent 64d8dcdebd
commit 6df1b20618
9 changed files with 18 additions and 0 deletions

View File

@ -1,4 +1,6 @@
---
project_name: "bifrost"
####################
# Docker
####################

View File

@ -1,4 +1,6 @@
---
project_name: "collectd"
collectd_services:
collectd:
container_name: collectd

View File

@ -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

View File

@ -1,4 +1,6 @@
---
project_name: "elasticsearch"
elasticsearch_services:
elasticsearch:
container_name: elasticsearch

View File

@ -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)

View File

@ -1,4 +1,6 @@
---
project_name: "kafka"
kafka_services:
kafka:
container_name: kafka

View File

@ -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"

View File

@ -1,4 +1,6 @@
---
project_name: "storm"
storm_services:
storm-worker:
container_name: storm_worker

View File

@ -1,4 +1,6 @@
---
project_name: "zookeeper"
zookeeper_services:
zookeeper:
container_name: zookeeper