Add ParthenosVO group vars
This commit is contained in:
parent
ac25ea1bda
commit
153b75433e
|
@ -2,3 +2,4 @@
|
||||||
vpass
|
vpass
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.vscode/settings.json
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
start_scopes: 'ParthenosVO'
|
||||||
|
complete_start_scope: '/d4science.research-infrastructures.eu/ParthenosVO'
|
||||||
|
gcore_host: 'resourcemanager-parthenosvo.cloud.d4science.org'
|
||||||
|
infrastructure: 'd4science.research-infrastructures.eu'
|
||||||
|
resource_manager_docker_stack_name: 'gcore-parthenosvo'
|
||||||
|
resource_manager_docker_service_server_name: 'resource-manager'
|
||||||
|
infra: 'prod'
|
||||||
|
nfs_server_ip: 192.168.4.10
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[resource_manager_parthenosvo]
|
||||||
|
#10.1.28.135
|
||||||
|
10.1.40.31
|
|
@ -3,7 +3,7 @@
|
||||||
#hosts: is_registry_devsec:is_registry_devnext
|
#hosts: is_registry_devsec:is_registry_devnext
|
||||||
#hosts: resource_manager_devsec
|
#hosts: resource_manager_devsec
|
||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
pre_tasks:
|
||||||
- name: Set gcube security keys variables properly according to the environment
|
- name: Set gcube security keys variables properly according to the environment
|
||||||
set_fact:
|
set_fact:
|
||||||
gcube_security_keys: "{{ gcube_prod_security_keys if infra == 'prod' else gcube_preprod_security_keys if infra == 'pre' else gcube_dev_security_keys }}"
|
gcube_security_keys: "{{ gcube_prod_security_keys if infra == 'prod' else gcube_preprod_security_keys if infra == 'pre' else gcube_dev_security_keys }}"
|
||||||
|
|
Loading…
Reference in New Issue