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 # Docker
#################### ####################

View File

@ -1,4 +1,6 @@
--- ---
project_name: "collectd"
collectd_services: collectd_services:
collectd: collectd:
container_name: 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 # 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. # this role has already run. We can track what has run with host facts.
common_run: False common_run: False

View File

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

View File

@ -1,4 +1,6 @@
--- ---
project_name: "haproxy-config"
haproxy_service_template: "haproxy_single_service_listen.cfg.j2" haproxy_service_template: "haproxy_single_service_listen.cfg.j2"
# Extra frontend/backend options (additive with locally defined options) # Extra frontend/backend options (additive with locally defined options)

View File

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

View File

@ -1,4 +1,6 @@
--- ---
project_name: "nova-hyperv"
msi_dir: "%SYSTEMDRIVE%\\OpenStack\\MSIs" msi_dir: "%SYSTEMDRIVE%\\OpenStack\\MSIs"
log_dir: "%SYSTEMDRIVE%\\OpenStack\\Log" log_dir: "%SYSTEMDRIVE%\\OpenStack\\Log"
freerdp_msi_url: "https://cloudbase.it/downloads/FreeRDPWebConnect.msi" freerdp_msi_url: "https://cloudbase.it/downloads/FreeRDPWebConnect.msi"

View File

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

View File

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