From ea823d556ba81cdb17d6bac5bf45761bf073ed8b Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Jul 2023 21:01:59 +0200 Subject: [PATCH] Move weight-test to weight --- personal_infra/puppet/site/h1.pdp7.net.pp | 2 +- personal_infra/puppet/site/pg.h1.int.pdp7.net.pp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 , } -- 2.47.3