Skip to content
Snippets Groups Projects
Commit 5868bb2a authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add missing project_name variables"

parents 268ad43e 6df1b206
No related branches found
No related tags found
No related merge requests found
---
project_name: "bifrost"
####################
# Docker
####################
......
---
project_name: "collectd"
collectd_services:
collectd:
container_name: collectd
......
---
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
......
---
project_name: "elasticsearch"
elasticsearch_services:
elasticsearch:
container_name: elasticsearch
......
---
project_name: "haproxy-config"
haproxy_service_template: "haproxy_single_service_listen.cfg.j2"
# Extra frontend/backend options (additive with locally defined options)
......
---
project_name: "kafka"
kafka_services:
kafka:
container_name: kafka
......
---
project_name: "nova-hyperv"
msi_dir: "%SYSTEMDRIVE%\\OpenStack\\MSIs"
log_dir: "%SYSTEMDRIVE%\\OpenStack\\Log"
freerdp_msi_url: "https://cloudbase.it/downloads/FreeRDPWebConnect.msi"
......
---
project_name: "storm"
storm_services:
storm-worker:
container_name: storm_worker
......
---
project_name: "zookeeper"
zookeeper_services:
zookeeper:
container_name: zookeeper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment