From: alex Date: Sun, 2 Jul 2023 19:01:59 +0000 (+0200) Subject: Move weight-test to weight X-Git-Tag: 20240214-emacs~320 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=ea823d556ba81cdb17d6bac5bf45761bf073ed8b;p=alex.git Move weight-test to weight --- diff --git a/personal_infra/puppet/site/h1.pdp7.net.pp b/personal_infra/puppet/site/h1.pdp7.net.pp index 771bf59..cc5df12 100644 --- a/personal_infra/puppet/site/h1.pdp7.net.pp +++ b/personal_infra/puppet/site/h1.pdp7.net.pp @@ -40,7 +40,7 @@ node 'h1.pdp7.net' { overwrite_rh_certs => 'ipsilon.h1.int.pdp7.net', } - proxmox::proxy_host {'weight-test.pdp7.net': + proxmox::proxy_host {'weight.pdp7.net': target => 'https://k8s-prod.h1.int.pdp7.net/', } } 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 548438d..fde8ba0 100644 --- a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp @@ -4,7 +4,8 @@ node 'pg.h1.int.pdp7.net' { # TYPE DATABASE USER ADDRESS METHOD # "local" is for Unix domain socket connections only local all all peer - host k8s_test k8s_test k8s-prod.h1.int.pdp7.net trust + host weight k8s_prod k8s-prod.h1.int.pdp7.net trust + host weight grafana grafana.h2.int.pdp7.net trust | EOT , }