Implement component deployment via cloudify 63/50963/1
authorBryan Sullivan <bryan.sullivan@att.com>
Mon, 22 Jan 2018 23:25:53 +0000 (15:25 -0800)
committerBryan Sullivan <bryan.sullivan@att.com>
Mon, 22 Jan 2018 23:25:53 +0000 (15:25 -0800)
commitda9564a9b0b78bbe341de9b039aab3c378eb027f
tree74186eb0c6d429e84b3bb164bfbebfa50e90441e
parent1d82514c0cf25ed599d27ecfd0c4c9502478ef0c
Implement component deployment via cloudify

JIRA: VES-2

Change-Id: Ic696f13d2a32e10663f50cd4e26b9a060525ff92
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
20 files changed:
build/ves-agent.sh
build/ves-agent/Dockerfile
build/ves-barometer.sh [new file with mode: 0644]
build/ves-barometer/Dockerfile [new file with mode: 0644]
build/ves-barometer/start.sh [new file with mode: 0644]
build/ves-collector.sh
build/ves-collector/Dashboard.json [moved from tools/grafana/Dashboard.json with 100% similarity]
build/ves-collector/Dockerfile
build/ves-collector/start.sh
build/ves-kafka.sh
build/ves-kafka/start.sh
tools/cloudify/ves-agent/blueprint.yaml
tools/cloudify/ves-collector/blueprint.yaml [new file with mode: 0644]
tools/cloudify/ves-grafana/blueprint.yaml [new file with mode: 0644]
tools/cloudify/ves-influxdb/blueprint.yaml [new file with mode: 0644]
tools/cloudify/ves-kafka/blueprint.yaml [new file with mode: 0644]
tools/cloudify/ves-zookeeper/blueprint.yaml [new file with mode: 0644]
tools/demo_deploy.sh
tools/kubernetes/ves-barometer/daemonset.yaml [new file with mode: 0644]
tools/ves-setup.sh