Removed unneded probes. Merry Xmas!

Change-Id: Iff4ddf85a53d5c26b2f0127842c6f77e09836562
This commit is contained in:
Proskurin Kirill 2016-12-26 13:12:20 +00:00
parent 5458369061
commit 9bc92a39dc
7 changed files with 0 additions and 50 deletions

View File

@ -5,11 +5,6 @@ service:
containers:
- name: cron
image: cron
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
volumes:
- name: mysql-logs
path: "/var/log/ccp/mysql"

View File

@ -7,22 +7,12 @@ service:
containers:
- name: elasticsearch
image: elasticsearch
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: /usr/share/elasticsearch/bin/elasticsearch
files:
- elasticsearch.yml
- name: cron
image: cron
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: cron -f
files:

View File

@ -6,11 +6,6 @@ service:
containers:
- name: grafana
image: grafana
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: /usr/sbin/grafana-server --homepath=/usr/share/grafana --config=/etc/grafana/grafana.ini
cfg:default.paths.data=/var/lib/grafana

View File

@ -5,11 +5,6 @@ service:
containers:
- name: heka
image: heka
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
volumes:
- name: docker-sock
type: host

View File

@ -6,11 +6,6 @@ service:
containers:
- name: influxdb
image: influxdb
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: influxd -config /etc/influxdb/influxdb.conf
files:

View File

@ -6,11 +6,6 @@ service:
containers:
- name: kibana
image: kibana
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: /opt/kibana/bin/kibana
dependencies:

View File

@ -5,11 +5,6 @@ service:
containers:
- name: hindsight
image: hindsight
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
pre:
- name: service-bootstrap
type: local
@ -31,11 +26,6 @@ service:
path: /opt/ccp/lua/modules/stacklight_alarms
- name: snap
image: snap
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
privileged: true
daemon:
command: snapd --config /etc/snap/snap.conf
@ -53,11 +43,6 @@ service:
mount-path: /host-dev
- name: alarm-manager
image: alarm-manager
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: /opt/ccp/bin/alarm-manager.py -w /etc/alarm-manager
files: