Skip to content
Snippets Groups Projects
Commit 5e66f353 authored by František Dvořák's avatar František Dvořák
Browse files

Update GPU flavor on PSNC production

parent 48968681
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ worker: ...@@ -25,7 +25,7 @@ worker:
gpu: gpu:
hosts: hosts:
192.168.0.108: 192.168.0.150:
# using public IP of kube_server for ansible delegate_to # using public IP of kube_server for ansible delegate_to
kube_server: kube_server:
......
...@@ -7,7 +7,7 @@ site_name = "production1" ...@@ -7,7 +7,7 @@ site_name = "production1"
# These may need some adjustment for your provider # These may need some adjustment for your provider
master_flavor_name = "M1-NET-2vCPU-8R" master_flavor_name = "M1-NET-2vCPU-8R"
worker_flavor_name = "M1-NVME-32vCPU-128R-300D" 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 # Number of extra workers
extra_workers = 3 extra_workers = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment