2f3554cdcb
... and move the services into the deployment directory. The extraconfig/services directory was initially created for experimental services using an interface that was work in progress but is now stable enough, so the services can live among the others for simplification. Change-Id: I2bd0b169ed18ea2fccfea4475402dd73076924c8
13 lines
441 B
YAML
13 lines
441 B
YAML
resource_registry:
|
|
OS::TripleO::Services::SkydiveAnalyzer: ../../deployment/skydive/skydive-analyzer-baremetal-ansible.yaml
|
|
OS::TripleO::Services::SkydiveAgent: ../../deployment/skydive/skydive-agent-baremetal-ansible.yaml
|
|
|
|
#parameter_defaults:
|
|
# SkydiveVars:
|
|
# globals:
|
|
# skydive_listen_ip: 0.0.0.0
|
|
# analyzers:
|
|
# skydive_analyzer_docker_command: "analyzer"
|
|
# agents:
|
|
# skydive_analyzer_docker_command: "agent"
|