aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-03-14 19:34:36 +0100
committeralex <alex@pdp7.net>2024-03-14 19:35:11 +0100
commit0adbca7988de803a3c2910c73956ee249c28b3e6 (patch)
treebd7e7b26256fd57571363f1c90e365fd7f37cf8d /personal_infra/puppet/site
parentc459b3ce153685f62ec1403044890ba35928dd2d (diff)
WIP: add Takahe
"S3" not working yet
Diffstat (limited to 'personal_infra/puppet/site')
-rw-r--r--personal_infra/puppet/site/h1.pdp7.net.pp4
-rw-r--r--personal_infra/puppet/site/pg.h1.int.pdp7.net.pp1
2 files changed, 5 insertions, 0 deletions
diff --git a/personal_infra/puppet/site/h1.pdp7.net.pp b/personal_infra/puppet/site/h1.pdp7.net.pp
index 0bdb5b97..c9bab2d3 100644
--- a/personal_infra/puppet/site/h1.pdp7.net.pp
+++ b/personal_infra/puppet/site/h1.pdp7.net.pp
@@ -72,6 +72,10 @@ node 'h1.pdp7.net' {
target => 'http://grafana.h1.int.pdp7.net:3000/',
}
+ proxmox::proxy_host {'takahe.pdp7.net':
+ target => 'http://k8s-test.h1.int.pdp7.net/',
+ }
+
package {'haproxy':}
->
file {'/etc/haproxy/haproxy.cfg':
diff --git a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp
index 79d4130e..7256501e 100644
--- a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp
+++ b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp
@@ -9,6 +9,7 @@ node 'pg.h1.int.pdp7.net' {
host weight nagios nagios.h1.int.pdp7.net trust
host miniflux miniflux miniflux.h1.int.pdp7.net trust
host nextcloud nextcloud nextcloud.h1.int.pdp7.net trust
+ host takahe k8s_test k8s-test.h1.int.pdp7.net trust
| EOT
,
}