From 0adbca7988de803a3c2910c73956ee249c28b3e6 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 14 Mar 2024 19:34:36 +0100 Subject: WIP: add Takahe "S3" not working yet --- personal_infra/puppet/site/h1.pdp7.net.pp | 4 ++++ personal_infra/puppet/site/pg.h1.int.pdp7.net.pp | 1 + 2 files changed, 5 insertions(+) (limited to 'personal_infra/puppet/site') 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 , } -- cgit v1.2.3