From 05f0132ba0896e74d2d2a3ad4af4f48b29203b18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Wed, 29 Jan 2025 17:53:01 +0000
Subject: [PATCH] Update GPU flavor on PSNC production - more CPU

---
 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 3d06e78..7347f37 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.150:
+    192.168.0.104:
 
 # 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 534da8f..3775a9c 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-16vCPU-160R-1400D-1GPU"
+gpu_flavor_name = "G1-NVME-64vCPU-160R-1400D-1GPU"
 
 # Number of extra workers
 extra_workers = 3
-- 
GitLab