Skip to content

Commit 74a757e

Browse files
committed
chore(monitor): change deis to drycc
1 parent 4e13be3 commit 74a757e

34 files changed

Lines changed: 193 additions & 193 deletions

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
# Hephy Monitor v2
3-
[![Build Status](https://ci.deis.io/job/monitor/badge/icon)](https://ci.deis.io/job/monitor)
4-
[![Docker Repository on Quay](https://quay.io/repository/deisci/grafana/status "Docker Repository on Quay")](https://quay.io/repository/deisci/grafana)
5-
[![Docker Repository on Quay](https://quay.io/repository/deisci/influxdb/status "Docker Repository on Quay")](https://quay.io/repository/deisci/influxdb)
6-
[![Docker Repository on Quay](https://quay.io/repository/deisci/telegraf/status "Docker Repository on Quay")](https://quay.io/repository/deisci/telegraf)
2+
# Drycc Monitor v2
3+
[![Build Status](https://ci.drycc.cc/job/monitor/badge/icon)](https://ci.drycc.cc/job/monitor)
4+
[![Docker Repository on Quay](https://quay.io/repository/drycc/grafana/status "Docker Repository on Quay")](https://quay.io/repository/drycc/grafana)
5+
[![Docker Repository on Quay](https://quay.io/repository/drycc/influxdb/status "Docker Repository on Quay")](https://quay.io/repository/drycc/influxdb)
6+
[![Docker Repository on Quay](https://quay.io/repository/drycc/telegraf/status "Docker Repository on Quay")](https://quay.io/repository/drycc/telegraf)
77

8-
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
8+
Drycc (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
99

10-
For more information about the Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow.
10+
For more information about the Drycc Workflow, please visit the main project page at https://github.com/drycc/workflow.
1111

1212
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs].
1313

@@ -19,7 +19,7 @@ Currently this repo provides only 3 components (Influxdb, Telegraf, and Grafana)
1919

2020
Also provided is an Influxdb container which only runs 1 instance of the database. It also does not write any data to the host filesystem so it is not a durable system right now. For more information please read [this](influxdb/README.md)
2121

22-
Lastly, Grafana is a stand alone graphing application. It natively supports Influxdb as a datasource and provides a robust engine for creating dashboards on top of timeseries data. We provide a few out of the box dashboards for monitoring Deis Workflow and Kubernetes but please feel free to use them as a starting point for creating your own dashboards.
22+
Lastly, Grafana is a stand alone graphing application. It natively supports Influxdb as a datasource and provides a robust engine for creating dashboards on top of timeseries data. We provide a few out of the box dashboards for monitoring Drycc Workflow and Kubernetes but please feel free to use them as a starting point for creating your own dashboards.
2323

2424
# Architecture Diagram
2525

@@ -54,7 +54,7 @@ Lastly, Grafana is a stand alone graphing application. It natively supports Infl
5454
```
5555

5656
[k8s-home]: http://kubernetes.io/
57-
[issues]: https://github.com/teamhephy/monitor/issues
58-
[prs]: https://github.com/teamhephy/monitor/pulls
59-
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0
57+
[issues]: https://github.com/drycc/monitor/issues
58+
[prs]: https://github.com/drycc/monitor/pulls
59+
[v2.18]: https://github.com/drycc/workflow/releases/tag/v2.18.0
6060

charts/monitor/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: monitor
2-
home: https://github.com/teamhephy/monitor
2+
home: https://github.com/drycc/monitor
33
version: <Will be populated by the ci before publishing the chart>
4-
description: Monitoring for Deis Workflow.
4+
description: Monitoring for Drycc Workflow.
55
maintainers:
6-
- name: Deis Team
7-
email: engineering@deis.com
6+
- name: Drycc Team
7+
email: engineering@drycc.com
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: grafana
2-
home: https://github.com/teamhephy/monitor/tree/master/grafana
2+
home: https://github.com/drycc/monitor/tree/master/grafana
33
version: <Will be populated by the ci before publishing the chart>
4-
description: Monitoring for Deis Workflow.
4+
description: Monitoring for Drycc Workflow.
55
maintainers:
6-
- name: Deis Team
7-
email: engineering@deis.com
6+
- name: Drycc Team
7+
email: engineering@drycc.com

charts/monitor/charts/grafana/templates/monitor-grafana-deployment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
apiVersion: extensions/v1beta1
33
kind: Deployment
44
metadata:
5-
name: deis-monitor-grafana
5+
name: drycc-monitor-grafana
66
labels:
7-
heritage: deis
7+
heritage: drycc
88
annotations:
9-
component.deis.io/version: {{ .Values.docker_tag }}
9+
component.drycc.cc/version: {{ .Values.docker_tag }}
1010
spec:
1111
replicas: 1
1212
strategy:
@@ -16,14 +16,14 @@ spec:
1616
type: RollingUpdate
1717
selector:
1818
matchLabels:
19-
app: deis-monitor-grafana
19+
app: drycc-monitor-grafana
2020
template:
2121
metadata:
2222
labels:
23-
app: deis-monitor-grafana
23+
app: drycc-monitor-grafana
2424
spec:
2525
containers:
26-
- name: deis-monitor-grafana
26+
- name: drycc-monitor-grafana
2727
image: quay.io/{{.Values.org}}/grafana:{{.Values.docker_tag}}
2828
imagePullPolicy: {{.Values.pull_policy}}
2929
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
@@ -60,7 +60,7 @@ spec:
6060
key: password
6161
{{- else }}
6262
- name: "INFLUXDB_URLS"
63-
value: http://$(DEIS_MONITOR_INFLUXAPI_SERVICE_HOST):$(DEIS_MONITOR_INFLUXAPI_SERVICE_PORT_TRANSPORT)
63+
value: http://$(DRYCC_MONITOR_INFLUXAPI_SERVICE_HOST):$(DRYCC_MONITOR_INFLUXAPI_SERVICE_PORT_TRANSPORT)
6464
{{- end }}
6565
- name: "BIND_PORT"
6666
value: "3500"
@@ -80,6 +80,6 @@ spec:
8080
volumes:
8181
- name: grafana-data
8282
persistentVolumeClaim:
83-
claimName: deis-monitor-grafana
83+
claimName: drycc-monitor-grafana
8484
{{- end }}
8585
{{- end }}

charts/monitor/charts/grafana/templates/monitor-grafana-pvc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
kind: PersistentVolumeClaim
33
apiVersion: v1
44
metadata:
5-
name: deis-monitor-grafana
5+
name: drycc-monitor-grafana
66
labels:
7-
heritage: deis
7+
heritage: drycc
88
annotations:
99
{{- if .Values.persistence.storageClass }}
1010
volume.beta.kubernetes.io/storage-class: {{ .Values.persistence.storageClass | quote }}

charts/monitor/charts/grafana/templates/monitor-grafana-svc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
apiVersion: v1
33
kind: Service
44
metadata:
5-
name: deis-monitor-grafana
5+
name: drycc-monitor-grafana
66
labels:
7-
heritage: deis
8-
app: deis-monitor-grafana
9-
router.deis.io/routable: "true"
7+
heritage: drycc
8+
app: drycc-monitor-grafana
9+
router.drycc.cc/routable: "true"
1010
annotations:
11-
router.deis.io/domains: grafana
12-
router.deis.io/connectTimeout: "10"
13-
router.deis.io/tcpTimeout: "1200"
11+
router.drycc.cc/domains: grafana
12+
router.drycc.cc/connectTimeout: "10"
13+
router.drycc.cc/tcpTimeout: "1200"
1414
spec:
1515
ports:
1616
- port: 80
1717
name: ui
1818
targetPort: ui
1919
selector:
20-
app: deis-monitor-grafana
20+
app: drycc-monitor-grafana
2121
{{- end }}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: influxdb
2-
home: https://github.com/teamhephy/monitor/tree/master/influxdb
2+
home: https://github.com/drycc/monitor/tree/master/influxdb
33
version: <Will be populated by the ci before publishing the chart>
4-
description: Monitoring for Deis Workflow.
4+
description: Monitoring for Drycc Workflow.
55
maintainers:
6-
- name: Deis Team
7-
email: engineering@deis.com
6+
- name: Drycc Team
7+
email: engineering@drycc.com

charts/monitor/charts/influxdb/templates/monitor-influxdb-api-svc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
apiVersion: v1
33
kind: Service
44
metadata:
5-
name: deis-monitor-influxapi
5+
name: drycc-monitor-influxapi
66
labels:
7-
heritage: deis
8-
app: deis-monitor-influxapi
9-
router.deis.io/routable: "true"
7+
heritage: drycc
8+
app: drycc-monitor-influxapi
9+
router.drycc.cc/routable: "true"
1010
annotations:
11-
router.deis.io/domains: influxapi
12-
router.deis.io/connectTimeout: "10"
13-
router.deis.io/tcpTimeout: "1200"
11+
router.drycc.cc/domains: influxapi
12+
router.drycc.cc/connectTimeout: "10"
13+
router.drycc.cc/tcpTimeout: "1200"
1414
spec:
1515
ports:
1616
- port: 80
1717
name: transport
1818
targetPort: transport
1919
selector:
20-
app: deis-monitor-influxdb
20+
app: drycc-monitor-influxdb
2121
{{- end }}

charts/monitor/charts/influxdb/templates/monitor-influxdb-creds-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Secret
44
metadata:
55
name: influxdb-creds
66
labels:
7-
heritage: deis
7+
heritage: drycc
88
type: Opaque
99
data:
1010
url: {{ .Values.url | b64enc }}

charts/monitor/charts/influxdb/templates/monitor-influxdb-deployment.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
apiVersion: extensions/v1beta1
33
kind: Deployment
44
metadata:
5-
name: deis-monitor-influxdb
5+
name: drycc-monitor-influxdb
66
labels:
7-
heritage: deis
7+
heritage: drycc
88
annotations:
9-
component.deis.io/version: {{ .Values.docker_tag }}
9+
component.drycc.cc/version: {{ .Values.docker_tag }}
1010
spec:
1111
replicas: 1
1212
strategy:
1313
type: Recreate
1414
selector:
1515
matchLabels:
16-
app: deis-monitor-influxdb
16+
app: drycc-monitor-influxdb
1717
template:
1818
metadata:
1919
labels:
20-
app: deis-monitor-influxdb
20+
app: drycc-monitor-influxdb
2121
spec:
2222
containers:
23-
- name: deis-monitor-influxdb
23+
- name: drycc-monitor-influxdb
2424
image: quay.io/{{.Values.org}}/influxdb:{{.Values.docker_tag}}
2525
imagePullPolicy: {{.Values.pull_policy}}
2626
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
@@ -64,6 +64,6 @@ spec:
6464
volumes:
6565
- name: influxdb-data
6666
persistentVolumeClaim:
67-
claimName: deis-monitor-influxdb
67+
claimName: drycc-monitor-influxdb
6868
{{- end }}
6969
{{- end }}

0 commit comments

Comments
 (0)