home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit a1f5c703ac1af1c67263db5fd4f4059dff99e007
parent 51a7c58631dbd0eb728f2648c0a3e3358720de7f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 22 Mar 2022 10:19:45 +0100

chos4: update dns of the os4 box

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mnix/packages/my/scripts/bin/chos4 | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/nix/packages/my/scripts/bin/chos4 b/nix/packages/my/scripts/bin/chos4 @@ -4,15 +4,15 @@ set -e CONTROL_PATH=$(mktemp) -# scp -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/vincent/auth/kubeconfig $HOME/.kube/config.os4 -# scp -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/vincent/auth/kubeadmin-password $HOME/.kube/kubeadmin.password.os4 -# scp -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/vincent/auth/webaccess $HOME/.kube/webaccess.os4 -scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/vincent/auth/kubeconfig $HOME/sync/work/chos4/config.os4 -scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/vincent/auth/kubeadmin-password $HOME/sync/work/chos4/kubeadmin.password.os4 -scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/vincent/auth/webaccess $HOME/sync/work/chos4/webaccess.os4 -scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/paac/auth/kubeconfig $HOME/sync/work/chos4/config.paac -scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/paac/auth/kubeadmin-password $HOME/sync/work/chos4/kubeadmin.password.paac -scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/paac/auth/webaccess $HOME/sync/work/chos4/webaccess.paac +# scp -q pipelines@bootstrap.ospqa.com:os4-build/profiles/vincent/auth/kubeconfig $HOME/.kube/config.os4 +# scp -q pipelines@bootstrap.ospqa.com:os4-build/profiles/vincent/auth/kubeadmin-password $HOME/.kube/kubeadmin.password.os4 +# scp -q pipelines@bootstrap.ospqa.com:os4-build/profiles/vincent/auth/webaccess $HOME/.kube/webaccess.os4 +scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.ospqa.com:os4-build/profiles/vincent/auth/kubeconfig $HOME/sync/work/chos4/config.os4 +scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.ospqa.com:os4-build/profiles/vincent/auth/kubeadmin-password $HOME/sync/work/chos4/kubeadmin.password.os4 +scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.ospqa.com:os4-build/profiles/vincent/auth/webaccess $HOME/sync/work/chos4/webaccess.os4 +scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.ospqa.com:os4-build/profiles/paac/auth/kubeconfig $HOME/sync/work/chos4/config.paac +scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.ospqa.com:os4-build/profiles/paac/auth/kubeadmin-password $HOME/sync/work/chos4/kubeadmin.password.paac +scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.ospqa.com:os4-build/profiles/paac/auth/webaccess $HOME/sync/work/chos4/webaccess.paac for file in kubeadmin.password.os4 webaccess.os4 config.os4 kubeadmin.password.paac webaccess.paac config.paac; do if ! test -f $HOME/.kube/$file; then