From 5e66f353ddd7be0eccc2560d6f29c5080d5ce289 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Tue, 28 Jan 2025 12:40:23 +0000
Subject: [PATCH] Update GPU flavor on PSNC production

---
 eosc-production1/inventory/1-psnc.yaml      | 2 +-
 eosc-production1/terraform/terraform.tfvars | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eosc-production1/inventory/1-psnc.yaml b/eosc-production1/inventory/1-psnc.yaml
index fd2455b..3d06e78 100644
--- a/eosc-production1/inventory/1-psnc.yaml
+++ b/eosc-production1/inventory/1-psnc.yaml
@@ -25,7 +25,7 @@ worker:
 
 gpu:
   hosts:
-    192.168.0.108:
+    192.168.0.150:
 
 # using public IP of kube_server for ansible delegate_to
 kube_server:
diff --git a/eosc-production1/terraform/terraform.tfvars b/eosc-production1/terraform/terraform.tfvars
index 56956e3..534da8f 100644
--- a/eosc-production1/terraform/terraform.tfvars
+++ b/eosc-production1/terraform/terraform.tfvars
@@ -7,7 +7,7 @@ site_name = "production1"
 # These may need some adjustment for your provider
 master_flavor_name = "M1-NET-2vCPU-8R"
 worker_flavor_name = "M1-NVME-32vCPU-128R-300D"
-gpu_flavor_name = "G1-NVME-8vCPU-32R-1400D-1GPU"
+gpu_flavor_name = "G1-NVME-16vCPU-160R-1400D-1GPU"
 
 # Number of extra workers
 extra_workers = 3
-- 
GitLab