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
|
# Docker
|
||||||
####################
|
####################
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
project_name: "collectd"
|
||||||
|
|
||||||
collectd_services:
|
collectd_services:
|
||||||
collectd:
|
collectd:
|
||||||
container_name: 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
|
# 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
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
project_name: "elasticsearch"
|
||||||
|
|
||||||
elasticsearch_services:
|
elasticsearch_services:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
container_name: elasticsearch
|
container_name: elasticsearch
|
||||||
|
@ -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)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
project_name: "kafka"
|
||||||
|
|
||||||
kafka_services:
|
kafka_services:
|
||||||
kafka:
|
kafka:
|
||||||
container_name: kafka
|
container_name: kafka
|
||||||
|
@ -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"
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
project_name: "storm"
|
||||||
|
|
||||||
storm_services:
|
storm_services:
|
||||||
storm-worker:
|
storm-worker:
|
||||||
container_name: storm_worker
|
container_name: storm_worker
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
project_name: "zookeeper"
|
||||||
|
|
||||||
zookeeper_services:
|
zookeeper_services:
|
||||||
zookeeper:
|
zookeeper:
|
||||||
container_name: zookeeper
|
container_name: zookeeper
|
||||||
|
Loading…
Reference in New Issue
Block a user