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

Add GPU node at PSNC production1

parent 2a11c126
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ worker:
gpu:
hosts:
192.168.0.108:
# using public IP of kube_server for ansible delegate_to
kube_server:
......
......@@ -7,14 +7,13 @@ 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"
# XXX: replace for the GPU flavor
gpu_flavor_name = "M1-NVME-32vCPU-128R-300D"
gpu_flavor_name = "G1-NVME-8vCPU-32R-1400D-1GPU"
# Number of extra workers
extra_workers = 3
# Number of GPU workers
gpu_workers = 0
gpu_workers = 1
# volumes for docker
docker_volumes_size = 384
......
......@@ -97,6 +97,7 @@ resource "openstack_compute_instance_v2" "gpu" {
network {
uuid = openstack_networking_network_v2.local-network.id
}
availability_zone_hints = "BST1-Proxima"
}
resource "openstack_compute_floatingip_associate_v2" "fip" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment