Merge ~sergiodj/ubuntu-docker-images/+git/templates:fix-repo-ownership-name into ~ubuntu-docker-images/ubuntu-docker-images/+git/templates:main

Proposed by Sergio Durigan Junior
Status: Merged
Approved by: Sergio Durigan Junior
Approved revision: cbdaf7233c7964eabb77dfcb6f6278f50ae6bb3b
Merge reported by: Sergio Durigan Junior
Merged at revision: cbdaf7233c7964eabb77dfcb6f6278f50ae6bb3b
Proposed branch: ~sergiodj/ubuntu-docker-images/+git/templates:fix-repo-ownership-name
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/templates:main
Diff against target: 349 lines (+46/-46)
17 files modified
data/apache2.yaml (+4/-4)
data/bind9.yaml (+2/-2)
data/cassandra.yaml (+1/-1)
data/cortex.yaml (+3/-3)
data/grafana.yaml (+4/-4)
data/kafka.yaml (+1/-1)
data/loki.yaml (+3/-3)
data/memcached.yaml (+1/-1)
data/mysql.yaml (+3/-3)
data/nginx.yaml (+4/-4)
data/postgres.yaml (+3/-3)
data/prometheus-alertmanager.yaml (+3/-3)
data/prometheus.yaml (+5/-5)
data/redis.yaml (+3/-3)
data/squid.yaml (+2/-2)
data/telegraf.yaml (+3/-3)
data/zookeeper.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Valentin Viennot (community) Approve
Athos Ribeiro Approve
Canonical Server Reporter Pending
Review via email: mp+429315@code.launchpad.net

Description of the change

The ownership of the git repositories for the "ubuntu-docker-images" project has recently been changed. They now belong to the ~ubuntu-docker-images team.

This means that we also need to adjust the URLs present in the documentation. For example, the URLs to example configuration files for each image are pointing to the files inside the git repos.

This commit only adjusts the data/*.yaml files. I tried regenerating the documentation but got some exceptions, so I'm leaving this part to Valentin.

To post a comment you must log in.
Revision history for this message
Athos Ribeiro (athos-ribeiro) :
review: Approve
Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

Thanks, Sergio!

Revision history for this message
Valentin Viennot (valentinviennot) wrote :

Thanks! I included your changes in my MP https://code.launchpad.net/~valentinviennot/ubuntu-docker-images/+git/ubuntu-server-oci/+merge/429492 to deprecate 21.10 data and other minor changes.

review: Approve
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thanks, Valentin and Athos.

I won't merge this because Valentin's MP already contains my changes. When he pushes his branch, this MP should be automatically set to Merged.

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

I think this has been merged elsewhere, so I'm closing it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/data/apache2.yaml b/data/apache2.yaml
index 2f8133c..1040e24 100644
--- a/data/apache2.yaml
+++ b/data/apache2.yaml
@@ -61,7 +61,7 @@ parameters:
61 description: Mount and serve a local website.61 description: Mount and serve a local website.
62 - type: -v62 - type: -v
63 value: /path/to/apache2.conf:/etc/apache2/apache2.conf63 value: /path/to/apache2.conf:/etc/apache2/apache2.conf
64 description: Local [configuration file](https://httpd.apache.org/docs/2.4/) `apache2.conf` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/apache2/plain/examples/config/apache2.conf?h=2.4-22.04)).64 description: Local [configuration file](https://httpd.apache.org/docs/2.4/) `apache2.conf` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/apache2/plain/examples/config/apache2.conf?h=2.4-22.04)).
65debug:65debug:
66 - nothing66 - nothing
67microk8s:67microk8s:
@@ -69,10 +69,10 @@ microk8s:
69 files:69 files:
70 - key: apache270 - key: apache2
71 name: apache2.conf71 name: apache2.conf
72 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/apache2/plain/examples/config/apache2.conf?h=2.4-22.0472 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/apache2/plain/examples/config/apache2.conf?h=2.4-22.04
73 - key: apache2-site73 - key: apache2-site
74 name: index.html74 name: index.html
75 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/apache2/plain/examples/config/html/index.html?h=2.4-22.0475 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/apache2/plain/examples/config/html/index.html?h=2.4-22.04
76 deploy:76 deploy:
77 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/apache2/plain/examples/apache2-deployment.yml?h=2.4-22.0477 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/apache2/plain/examples/apache2-deployment.yml?h=2.4-22.04
78 access: You will now be able to connect to the apache2 server on `http://localhost:30080`.78 access: You will now be able to connect to the apache2 server on `http://localhost:30080`.
diff --git a/data/bind9.yaml b/data/bind9.yaml
index 4a52e08..d7ab1f2 100644
--- a/data/bind9.yaml
+++ b/data/bind9.yaml
@@ -49,7 +49,7 @@ parameters:
49 description: The user which will start the `named` process.49 description: The user which will start the `named` process.
50 - type: -v50 - type: -v
51 value: /path/to/bind/configuration:/etc/bind/named.conf51 value: /path/to/bind/configuration:/etc/bind/named.conf
52 description: Local [configuration file](https://bind9.readthedocs.io/en/latest/reference.html) `named.conf` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/bind9/plain/examples/caching-nameserver/named.conf.options?h=9.18-22.04)).52 description: Local [configuration file](https://bind9.readthedocs.io/en/latest/reference.html) `named.conf` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/bind9/plain/examples/caching-nameserver/named.conf.options?h=9.18-22.04)).
53 - type: -v53 - type: -v
54 value: /path/to/cached/data:/var/cache/bind54 value: /path/to/cached/data:/var/cache/bind
55 description: Location where locally cached data can be dumped.55 description: Location where locally cached data can be dumped.
@@ -60,5 +60,5 @@ debug:
60 - nothing60 - nothing
61microk8s:61microk8s:
62 deploy:62 deploy:
63 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/bind9/plain/examples/bind9-deployment.yml?h=9.18-22.0463 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/bind9/plain/examples/bind9-deployment.yml?h=9.18-22.04
64 access: You will now be able to connect to the Bind9 server on localhost:30053`.64 access: You will now be able to connect to the Bind9 server on localhost:30053`.
diff --git a/data/cassandra.yaml b/data/cassandra.yaml
index 48d9da3..452bf8f 100644
--- a/data/cassandra.yaml
+++ b/data/cassandra.yaml
@@ -91,5 +91,5 @@ debug:
91 - nothing91 - nothing
92microk8s:92microk8s:
93 deploy:93 deploy:
94 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/cassandra/plain/examples/cassandra-deployment.yml?h=4.0-22.0494 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/cassandra/plain/examples/cassandra-deployment.yml?h=4.0-22.04
95 access: You can now access the cassandra server on port 9042 (e.g., cqlsh localhost 9042)95 access: You can now access the cassandra server on port 9042 (e.g., cqlsh localhost 9042)
diff --git a/data/cortex.yaml b/data/cortex.yaml
index e6aa434..0689a72 100644
--- a/data/cortex.yaml
+++ b/data/cortex.yaml
@@ -73,7 +73,7 @@ parameters:
73 description: Expose Cortex on `localhost:32709`.73 description: Expose Cortex on `localhost:32709`.
74 - type: -v74 - type: -v
75 value: /my/local/cortex.yaml:/etc/cortex/cortex.yaml75 value: /my/local/cortex.yaml:/etc/cortex/cortex.yaml
76 description: Local [configuration file](https://cortexmetrics.io/docs/configuration/) `cortex.yaml` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/cortex/plain/oci/examples/config/cortex.yaml?h=1.11-22.04)).76 description: Local [configuration file](https://cortexmetrics.io/docs/configuration/) `cortex.yaml` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/cortex/plain/oci/examples/config/cortex.yaml?h=1.11-22.04)).
77debug:77debug:
78 - nothing78 - nothing
79microk8s:79microk8s:
@@ -81,7 +81,7 @@ microk8s:
81 files:81 files:
82 - key: main-config82 - key: main-config
83 name: cortex.yaml83 name: cortex.yaml
84 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/cortex/plain/oci/examples/config/cortex.yaml?h=1.11-22.0484 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/cortex/plain/oci/examples/config/cortex.yaml?h=1.11-22.04
85 deploy:85 deploy:
86 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/cortex/plain/oci/examples/cortex-deployment.yml?h=1.11-22.0486 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/cortex/plain/oci/examples/cortex-deployment.yml?h=1.11-22.04
87 access: You will now be able to connect to the Cortex server on `localhost:32709`.87 access: You will now be able to connect to the Cortex server on `localhost:32709`.
diff --git a/data/grafana.yaml b/data/grafana.yaml
index d000148..227d7e9 100644
--- a/data/grafana.yaml
+++ b/data/grafana.yaml
@@ -74,16 +74,16 @@ parameters:
74debug: None74debug: None
75microk8s:75microk8s:
76 deploy:76 deploy:
77 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/grafana/plain/examples/grafana-deployment.yml?h=8.2-22.0477 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/grafana/plain/examples/grafana-deployment.yml?h=8.2-22.04
78 access: You will now be able to connect to the Grafana on `http://localhost:30000`.78 access: You will now be able to connect to the Grafana on `http://localhost:30000`.
79 configmap:79 configmap:
80 files:80 files:
81 - key: grafana-datasource81 - key: grafana-datasource
82 name: datasource.yml82 name: datasource.yml
83 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/grafana/plain/examples/config/datasource.yml?h=8.2-22.0483 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/grafana/plain/examples/config/datasource.yml?h=8.2-22.04
84 - key: grafana-dashboard-definition84 - key: grafana-dashboard-definition
85 name: dashboard.yml85 name: dashboard.yml
86 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/grafana/plain/examples/config/dashboard.yml?h=8.2-22.0486 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/grafana/plain/examples/config/dashboard.yml?h=8.2-22.04
87 - key: grafana-dashboard87 - key: grafana-dashboard
88 name: system-stats-dashboard.json88 name: system-stats-dashboard.json
89 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/grafana/plain/examples/config/system-stats-dashboard.json?h=8.2-22.0489 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/grafana/plain/examples/config/system-stats-dashboard.json?h=8.2-22.04
diff --git a/data/kafka.yaml b/data/kafka.yaml
index c995b23..9cddd71 100644
--- a/data/kafka.yaml
+++ b/data/kafka.yaml
@@ -44,5 +44,5 @@ debug:
44 - nothing44 - nothing
45microk8s:45microk8s:
46 deploy:46 deploy:
47 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/kafka/plain/examples/kafka-deployment.yml?h=3.1-22.0447 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/kafka/plain/examples/kafka-deployment.yml?h=3.1-22.04
48 access: Apache Kafka will be available on the K8s cluster as a `kafka-service` Service.48 access: Apache Kafka will be available on the K8s cluster as a `kafka-service` Service.
diff --git a/data/loki.yaml b/data/loki.yaml
index e81e6e8..a24b38c 100644
--- a/data/loki.yaml
+++ b/data/loki.yaml
@@ -25,7 +25,7 @@ parameters:
25 description: Expose Grafana Loki on `localhost:3100`.25 description: Expose Grafana Loki on `localhost:3100`.
26 - type: -v26 - type: -v
27 value: /local/path/to/config:/etc/loki/local-config.yaml27 value: /local/path/to/config:/etc/loki/local-config.yaml
28 description: Local Loki Promtail config file. Can be changed using CMD `--config.file=` argument. See an [example file](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/loki/plain/examples/config/promtail-local-config.yaml?h=2.4-22.04).28 description: Local Loki Promtail config file. Can be changed using CMD `--config.file=` argument. See an [example file](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/loki/plain/examples/config/promtail-local-config.yaml?h=2.4-22.04).
29 - type: -v29 - type: -v
30 value: lokidata:/loki30 value: lokidata:/loki
31 description: Persist data in a docker volume named `lokidata`.31 description: Persist data in a docker volume named `lokidata`.
@@ -37,7 +37,7 @@ microk8s:
37 files:37 files:
38 - key: promtail38 - key: promtail
39 name: promtail-local-config-k8s.yaml39 name: promtail-local-config-k8s.yaml
40 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/loki/plain/examples/config/promtail-local-config-k8s.yaml?h=2.4-22.0440 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/loki/plain/examples/config/promtail-local-config-k8s.yaml?h=2.4-22.04
41 deploy:41 deploy:
42 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/loki/plain/examples/loki-deployment.yml?h=2.4-22.0442 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/loki/plain/examples/loki-deployment.yml?h=2.4-22.04
43 access: You will now be able to connect to the Loki instance on `http://localhost:31000`.43 access: You will now be able to connect to the Loki instance on `http://localhost:31000`.
diff --git a/data/memcached.yaml b/data/memcached.yaml
index 257d74d..5d11bcf 100644
--- a/data/memcached.yaml
+++ b/data/memcached.yaml
@@ -101,5 +101,5 @@ debug:
101 In this case you can append the flags themselves or a shell script to the run command.101 In this case you can append the flags themselves or a shell script to the run command.
102microk8s:102microk8s:
103 deploy:103 deploy:
104 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/memcached/plain/examples/memcached-deployment.yml?h=1.6-22.04104 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/memcached/plain/examples/memcached-deployment.yml?h=1.6-22.04
105 access: Memcached will be listening on port `31211` in your host.105 access: Memcached will be listening on port `31211` in your host.
diff --git a/data/mysql.yaml b/data/mysql.yaml
index ad75ce0..03adb5d 100644
--- a/data/mysql.yaml
+++ b/data/mysql.yaml
@@ -89,7 +89,7 @@ parameters:
89 description: Persist data instead of initializing a new database every time you launch a new container.89 description: Persist data instead of initializing a new database every time you launch a new container.
90 - type: -v90 - type: -v
91 value: /path/to/config/files/:/etc/mysql/mysql.conf.d/91 value: /path/to/config/files/:/etc/mysql/mysql.conf.d/
92 description: Local [configuration files](https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html) (try this [example my.cnf](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/mysql/plain/examples/config/my-custom.cnf?h=8.0-22.04)).92 description: Local [configuration files](https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html) (try this [example my.cnf](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/mysql/plain/examples/config/my-custom.cnf?h=8.0-22.04)).
93debug:93debug:
94 extraparagraph: |94 extraparagraph: |
95 #### Initialization Scripts95 #### Initialization Scripts
@@ -110,7 +110,7 @@ microk8s:
110 files:110 files:
111 - key: main-config111 - key: main-config
112 name: my-custom.cnf112 name: my-custom.cnf
113 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/mysql/plain/examples/config/my-custom.cnf?h=8.0-22.04113 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/mysql/plain/examples/config/my-custom.cnf?h=8.0-22.04
114 deploy:114 deploy:
115 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/mysql/plain/examples/mysql-deployment.yml?h=8.0-22.04115 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/mysql/plain/examples/mysql-deployment.yml?h=8.0-22.04
116 access: You will now be able to connect to the MySQL server on `localhost:30306`.116 access: You will now be able to connect to the MySQL server on `localhost:30306`.
diff --git a/data/nginx.yaml b/data/nginx.yaml
index 73febd5..e4219cc 100644
--- a/data/nginx.yaml
+++ b/data/nginx.yaml
@@ -64,7 +64,7 @@ parameters:
64 description: Mount template files inside `/etc/nginx/templates`. They will be processed and the results will be placed at `/etc/nginx/conf.d`. (e.g. `listen ${NGINX_PORT};` will generate `listen 80;`).64 description: Mount template files inside `/etc/nginx/templates`. They will be processed and the results will be placed at `/etc/nginx/conf.d`. (e.g. `listen ${NGINX_PORT};` will generate `listen 80;`).
65 - type: -v65 - type: -v
66 value: /path/to/nginx.conf:/etc/nginx/nginx.conf66 value: /path/to/nginx.conf:/etc/nginx/nginx.conf
67 description: Local [configuration file](https://nginx.org/en/docs/) `nginx.conf` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/config/nginx.conf?h=1.18-22.04)).67 description: Local [configuration file](https://nginx.org/en/docs/) `nginx.conf` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/nginx/plain/examples/config/nginx.conf?h=1.18-22.04)).
68debug:68debug:
69 - nothing69 - nothing
70microk8s:70microk8s:
@@ -72,10 +72,10 @@ microk8s:
72 files:72 files:
73 - key: nginx73 - key: nginx
74 name: nginx.conf74 name: nginx.conf
75 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/config/nginx.conf?h=1.18-22.0475 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/nginx/plain/examples/config/nginx.conf?h=1.18-22.04
76 - key: nginx-site76 - key: nginx-site
77 name: index.html77 name: index.html
78 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/config/html/index.html?h=1.18-22.0478 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/nginx/plain/examples/config/html/index.html?h=1.18-22.04
79 deploy:79 deploy:
80 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/nginx-deployment.yml?h=1.18-22.0480 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/nginx/plain/examples/nginx-deployment.yml?h=1.18-22.04
81 access: You will now be able to connect to the nginx server on `http://localhost:31080`.81 access: You will now be able to connect to the nginx server on `http://localhost:31080`.
diff --git a/data/postgres.yaml b/data/postgres.yaml
index 375decc..9e3eb74 100644
--- a/data/postgres.yaml
+++ b/data/postgres.yaml
@@ -80,7 +80,7 @@ parameters:
80 description: Expose Postgres on `localhost:30432`.80 description: Expose Postgres on `localhost:30432`.
81 - type: -v81 - type: -v
82 value: /path/to/postgresql.conf:/etc/postgresql/postgresql.conf82 value: /path/to/postgresql.conf:/etc/postgresql/postgresql.conf
83 description: Local [configuration file](https://www.postgresql.org/docs/12/index.html) `postgresql.conf` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/postgresql/plain/examples/config/postgresql.conf?h=14-22.04)).83 description: Local [configuration file](https://www.postgresql.org/docs/12/index.html) `postgresql.conf` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql/plain/examples/config/postgresql.conf?h=14-22.04)).
84 - type: -v84 - type: -v
85 value: /path/to/persisted/data:/var/lib/postgresql/data85 value: /path/to/persisted/data:/var/lib/postgresql/data
86 description: Persist data instead of initializing a new database every time you launch a new container.86 description: Persist data instead of initializing a new database every time you launch a new container.
@@ -104,7 +104,7 @@ microk8s:
104 files:104 files:
105 - key: main-config105 - key: main-config
106 name: postgresql.conf106 name: postgresql.conf
107 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/postgresql/plain/examples/config/postgresql.conf?h=14-22.04107 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql/plain/examples/config/postgresql.conf?h=14-22.04
108 deploy:108 deploy:
109 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/postgresql/plain/examples/postgres-deployment.yml?h=14-22.04109 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/postgresql/plain/examples/postgres-deployment.yml?h=14-22.04
110 access: You will now be able to connect to the Postgres server on `localhost:30306`.110 access: You will now be able to connect to the Postgres server on `localhost:30306`.
diff --git a/data/prometheus-alertmanager.yaml b/data/prometheus-alertmanager.yaml
index 234416d..8c01e04 100644
--- a/data/prometheus-alertmanager.yaml
+++ b/data/prometheus-alertmanager.yaml
@@ -66,7 +66,7 @@ parameters:
66 description: Expose Prometheus Alertmanager on `localhost:30093`.66 description: Expose Prometheus Alertmanager on `localhost:30093`.
67 - type: -v67 - type: -v
68 value: /path/to/alertmanager.yml:/etc/prometheus/alertmanager.yml68 value: /path/to/alertmanager.yml:/etc/prometheus/alertmanager.yml
69 description: Local [configuration file](https://www.prometheus.io/docs/alerting/latest/configuration/) `alertmanager.yml` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus-alertmanager/plain/examples/config/alertmanager.yml?h=0.23-22.04)).69 description: Local [configuration file](https://www.prometheus.io/docs/alerting/latest/configuration/) `alertmanager.yml` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus-alertmanager/plain/examples/config/alertmanager.yml?h=0.23-22.04)).
70 - type: -v70 - type: -v
71 value: /path/to/persisted/data:/alertmanager71 value: /path/to/persisted/data:/alertmanager
72 description: "Persist data instead of initializing a new database for each newly launched container. **Important note**: the directory you will be using to persist the data needs to belong to `nogroup:nobody`. You can run `chown nogroup:nobody <path_to_persist_data>` before launching your container."72 description: "Persist data instead of initializing a new database for each newly launched container. **Important note**: the directory you will be using to persist the data needs to belong to `nogroup:nobody`. You can run `chown nogroup:nobody <path_to_persist_data>` before launching your container."
@@ -78,7 +78,7 @@ microk8s:
78 files:78 files:
79 - key: alertmanager79 - key: alertmanager
80 name: alertmanager.yml80 name: alertmanager.yml
81 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus-alertmanager/plain/examples/config/alertmanager.yml?h=0.23-22.0481 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus-alertmanager/plain/examples/config/alertmanager.yml?h=0.23-22.04
82 deploy:82 deploy:
83 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus-alertmanager/plain/examples/alertmanager-deployment.yml?h=0.23-22.0483 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus-alertmanager/plain/examples/alertmanager-deployment.yml?h=0.23-22.04
84 access: You will now be able to connect to the Prometheus Alertmanager server on `localhost:30093`.84 access: You will now be able to connect to the Prometheus Alertmanager server on `localhost:30093`.
diff --git a/data/prometheus.yaml b/data/prometheus.yaml
index 2ce4e1e..bb5ab1d 100644
--- a/data/prometheus.yaml
+++ b/data/prometheus.yaml
@@ -80,10 +80,10 @@ parameters:
80 description: Expose Prometheus server on `localhost:30090`.80 description: Expose Prometheus server on `localhost:30090`.
81 - type: -v81 - type: -v
82 value: /path/to/prometheus.yml:/etc/prometheus/prometheus.yml82 value: /path/to/prometheus.yml:/etc/prometheus/prometheus.yml
83 description: Local [configuration file](https://prometheus.io/docs/prometheus/2.20/configuration/configuration/) `prometheus.yml` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus/plain/examples/config/prometheus.yml?h=2.33-22.04)).83 description: Local [configuration file](https://prometheus.io/docs/prometheus/2.20/configuration/configuration/) `prometheus.yml` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus/plain/examples/config/prometheus.yml?h=2.33-22.04)).
84 - type: -v84 - type: -v
85 value: /path/to/alerts.yml:/etc/prometheus/alerts.yml85 value: /path/to/alerts.yml:/etc/prometheus/alerts.yml
86 description: Local [alert configuration file](https://prometheus.io/docs/prometheus/2.20/configuration/configuration/) `alerts.yml` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus/plain/examples/config/alerts.yml?h=2.33-22.04)).86 description: Local [alert configuration file](https://prometheus.io/docs/prometheus/2.20/configuration/configuration/) `alerts.yml` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus/plain/examples/config/alerts.yml?h=2.33-22.04)).
87debug:87debug:
88 - nothing88 - nothing
89microk8s:89microk8s:
@@ -91,10 +91,10 @@ microk8s:
91 files:91 files:
92 - key: prometheus92 - key: prometheus
93 name: prometheus.yml93 name: prometheus.yml
94 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus/plain/examples/config/prometheus.yml?h=2.33-22.0494 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus/plain/examples/config/prometheus.yml?h=2.33-22.04
95 - key: prometheus-alerts95 - key: prometheus-alerts
96 name: alerts.yml96 name: alerts.yml
97 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus/plain/examples/config/alerts.yml?h=2.33-22.0497 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus/plain/examples/config/alerts.yml?h=2.33-22.04
98 deploy:98 deploy:
99 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/prometheus/plain/examples/prometheus-deployment.yml?h=2.33-22.0499 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus/plain/examples/prometheus-deployment.yml?h=2.33-22.04
100 access: You will now be able to connect to the Prometheus on `http://localhost:30090`.100 access: You will now be able to connect to the Prometheus on `http://localhost:30090`.
diff --git a/data/redis.yaml b/data/redis.yaml
index 7b6089c..d15a64b 100644
--- a/data/redis.yaml
+++ b/data/redis.yaml
@@ -81,7 +81,7 @@ parameters:
81 - type: -v81 - type: -v
82 value: /path/to/redis.conf:/etc/redis/redis.conf82 value: /path/to/redis.conf:/etc/redis/redis.conf
83 description: >83 description: >
84 Local [configuration file](https://redis.io/topics/config) `redis.conf` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/redis/plain/examples/config/redis.conf?h=6.2-22.04)).84 Local [configuration file](https://redis.io/topics/config) `redis.conf` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/redis/plain/examples/config/redis.conf?h=6.2-22.04)).
85 **To enable TLS** mode, comment the `port 6379` line and uncomment the `# port 0` and `# tls-port 6379` lines.85 **To enable TLS** mode, comment the `port 6379` line and uncomment the `# port 0` and `# tls-port 6379` lines.
86debug:86debug:
87 network:87 network:
@@ -102,7 +102,7 @@ microk8s:
102 files:102 files:
103 - key: redis103 - key: redis
104 name: redis.conf104 name: redis.conf
105 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/redis/plain/examples/config/redis.conf?h=6.2-22.04105 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/redis/plain/examples/config/redis.conf?h=6.2-22.04
106 deploy:106 deploy:
107 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/redis/plain/examples/redis-deployment.yml?h=6.2-22.04107 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/redis/plain/examples/redis-deployment.yml?h=6.2-22.04
108 access: You will now be able to connect to the Redis server on `localhost:30073`.108 access: You will now be able to connect to the Redis server on `localhost:30073`.
diff --git a/data/squid.yaml b/data/squid.yaml
index e5c20f6..75c5c9c 100644
--- a/data/squid.yaml
+++ b/data/squid.yaml
@@ -66,7 +66,7 @@ microk8s:
66 files:66 files:
67 - key: squid67 - key: squid
68 name: squid.conf68 name: squid.conf
69 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/squid/plain/examples/config/squid.conf?h=5.2-22.0469 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/squid/plain/examples/config/squid.conf?h=5.2-22.04
70 deploy:70 deploy:
71 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/squid/plain/examples/squid-deployment.yml?h=5.2-22.0471 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/squid/plain/examples/squid-deployment.yml?h=5.2-22.04
72 access: You can now access the squid proxy on port 312872 access: You can now access the squid proxy on port 3128
diff --git a/data/telegraf.yaml b/data/telegraf.yaml
index aacae43..0aeb54f 100644
--- a/data/telegraf.yaml
+++ b/data/telegraf.yaml
@@ -61,7 +61,7 @@ parameters:
61 description: Expose Telegraf on `localhost:30273`.61 description: Expose Telegraf on `localhost:30273`.
62 - type: -v62 - type: -v
63 value: /path/to/telegraf.conf:/etc/telegraf/telegraf.conf63 value: /path/to/telegraf.conf:/etc/telegraf/telegraf.conf
64 description: Local [configuration file](https://docs.influxdata.com/telegraf/) `telegraf.conf` (try [this example](https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/telegraf/plain/examples/config/telegraf.conf?h=1.21-22.04)).64 description: Local [configuration file](https://docs.influxdata.com/telegraf/) `telegraf.conf` (try [this example](https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf/plain/examples/config/telegraf.conf?h=1.21-22.04)).
65debug:65debug:
66 - nothing66 - nothing
67microk8s:67microk8s:
@@ -69,7 +69,7 @@ microk8s:
69 files:69 files:
70 - key: main-config70 - key: main-config
71 name: telegraf.conf71 name: telegraf.conf
72 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/telegraf/plain/examples/config/telegraf.conf?h=1.21-22.0472 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf/plain/examples/config/telegraf.conf?h=1.21-22.04
73 deploy:73 deploy:
74 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/telegraf/plain/examples/telegraf-deployment.yml?h=1.21-22.0474 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf/plain/examples/telegraf-deployment.yml?h=1.21-22.04
75 access: You will now be able to connect to the Telegraf server on `localhost:30073`.75 access: You will now be able to connect to the Telegraf server on `localhost:30073`.
diff --git a/data/zookeeper.yaml b/data/zookeeper.yaml
index 213225a..eb5beef 100644
--- a/data/zookeeper.yaml
+++ b/data/zookeeper.yaml
@@ -32,5 +32,5 @@ debug:
32 - nothing32 - nothing
33microk8s:33microk8s:
34 deploy:34 deploy:
35 link: https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/kafka/plain/examples/kafka-deployment.yml?h=3.1-22.0435 link: https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/kafka/plain/examples/kafka-deployment.yml?h=3.1-22.04
36 access: Apache Kafka will be available on the K8s cluster as a `kafka-service` Service.36 access: Apache Kafka will be available on the K8s cluster as a `kafka-service` Service.

Subscribers

People subscribed via source and target branches