summaryrefslogtreecommitdiffstats
path: root/roles/atomic_proxy/templates/systemd/ctr-proxy-monitoring-1.service.j2
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-26 11:58:50 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-26 11:58:50 -0400
commit09e41be0eb83e24f284b84015bb1abbd25f23dff (patch)
treede2fa359c07bc971ce27c5ac4c0cd2a649937ef7 /roles/atomic_proxy/templates/systemd/ctr-proxy-monitoring-1.service.j2
parentce6a15b62755e10cfa31628e5c9e430ef876c1ff (diff)
downloadopenshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.gz
openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.bz2
openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.xz
openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.zip
removed references to atomic proxy.
Diffstat (limited to 'roles/atomic_proxy/templates/systemd/ctr-proxy-monitoring-1.service.j2')
-rw-r--r--roles/atomic_proxy/templates/systemd/ctr-proxy-monitoring-1.service.j236
1 files changed, 0 insertions, 36 deletions
diff --git a/roles/atomic_proxy/templates/systemd/ctr-proxy-monitoring-1.service.j2 b/roles/atomic_proxy/templates/systemd/ctr-proxy-monitoring-1.service.j2
deleted file mode 100644
index 975b0061b..000000000
--- a/roles/atomic_proxy/templates/systemd/ctr-proxy-monitoring-1.service.j2
+++ /dev/null
@@ -1,36 +0,0 @@
-[Unit]
-Description=Container proxy-monitoring-1
-
-
-[Service]
-Type=simple
-TimeoutStartSec=5m
-Slice=container-small.slice
-
-ExecStartPre=-/usr/bin/docker rm "proxy-monitoring-1"
-
-ExecStart=/usr/bin/docker run --rm --name "proxy-monitoring-1" \
- --volumes-from proxy-shared-data-1 \
- -a stdout -a stderr \
- -e "OO_ENV={{ oo_env }}" \
- -e "OO_CTR_TYPE=proxy" \
- -e "OO_ZABBIX_HOSTGROUPS={{ oo_zabbix_hostgroups | join(',') }}" \
- -e "OO_ZABBIX_TEMPLATES=Template OpenShift Proxy Ctr" \
- "docker-registry.ops.rhcloud.com/oso-v2-monitoring:{{ oo_env }}"
-
-ExecReload=-/usr/bin/docker stop "proxy-monitoring-1"
-ExecReload=-/usr/bin/docker rm "proxy-monitoring-1"
-ExecStop=-/usr/bin/docker stop "proxy-monitoring-1"
-
-[Install]
-WantedBy=container.target
-
-# Container information
-X-ContainerId=proxy-monitoring-1
-X-ContainerImage=docker-registry.ops.rhcloud.com/oso-v2-monitoring:{{ oo_env }}
-X-ContainerUserId=
-X-ContainerRequestId=LwiWtYWaAvSavH6Ze53QJg
-X-ContainerType=simple
-X-PortMapping=80:80
-X-PortMapping=443:443
-X-PortMapping=4999:4999