From 8b4346c9b32fbc21d6761d20ab3d14a664ffa5e3 Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Thu, 30 May 2024 15:45:13 -0400 Subject: [PATCH] Remove DEPLOY file as is outdated (#430) --- DEPLOY | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 DEPLOY diff --git a/DEPLOY b/DEPLOY deleted file mode 100644 index 092e38f4..00000000 --- a/DEPLOY +++ /dev/null @@ -1,30 +0,0 @@ -PAWS is deployed to a cloud VPS project. - -We are using terraform to deploy the magnum chart. At present we don't seem able to deploy the magnum cluster itself with terraform. So that is done manually: - -cd terraform -terraform init -terraform apply -# type 'yes' - -From a cloud control node: -openstack coe cluster create paws --cluster-template paws-k8s21 --master-count 1 --node-count 3 - -# get kube config -openstack coe cluster config paws --dir /tmp/ -cat /tmp/config - -Put the output of the above into .kube/config, or somewhere else and export KUBECONFIG= - -cd ../ansible -ansible-playbook paws.yaml - -kubectl apply -f manifests/psp.yaml - -Update Web Proxies in Horizon. DNS > Web Proxies Point hub-paws and public-paws to the first node of the new cluster - - -Dev environment: -pass a datacenter variable to terraform and ansible: -terraform apply -var datacenter=codfw1dev -ansible-playbook paws.yaml --extra-vars "datacenter=codfw1dev"