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

EOSC LOT3 demo deployment

parent 7a7c4906
No related branches found
No related tags found
No related merge requests found
---
fip:
hosts:
147.251.124.105:
master:
hosts:
2001:718:801:432:f816:3eff:fe33:7a22:
# must be IPv4 address or hostname
kube_server: 192.168.0.231
ingress:
hosts:
2001:718:801:432:f816:3eff:fece:3b38:
nfs:
hosts:
2001:718:801:432:f816:3eff:fe97:4bbd:
worker:
hosts:
2001:718:801:432:f816:3eff:fe82:628a:
# using public IP of kube_server for ansible delegate_to
kube_server:
hosts:
192.168.0.231:
ansible_host: 2001:718:801:432:f816:3eff:fe33:7a22
...@@ -11,7 +11,7 @@ worker_cpus = 4 ...@@ -11,7 +11,7 @@ worker_cpus = 4
worker_ram = 8192 worker_ram = 8192
# Number of extra workers # Number of extra workers
extra_workers = 2 extra_workers = 1
# volumes for docker # volumes for docker
docker_volumes_size = 384 docker_volumes_size = 384
......
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