Add parthenosvo group vars and invenctory
This commit is contained in:
parent
8554b05f26
commit
ac25ea1bda
|
@ -0,0 +1,14 @@
|
|||
start_scopes: 'ParthenosVO'
|
||||
complete_start_scope: '/d4science.research-infrastructures.eu/ParthenosVO'
|
||||
gcore_host: 'registry-parthenosvo.d4science.org'
|
||||
collector_host: 'collector-parthenosvo.d4science.org'
|
||||
collector_url: 'http://collector-parthenosvo.d4science.org:8080'
|
||||
infrastructure: 'd4science.research-infrastructures.eu'
|
||||
is_registry_docker_stack_name: 'gcore-parthenosvo'
|
||||
is_registry_docker_service_server_name: 'is-registry'
|
||||
infra: 'prod'
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[is_registry_parthenosvo]
|
||||
#10.1.28.135
|
||||
10.1.40.31
|
||||
|
||||
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Configurazione IS Registry Service
|
||||
#hosts: is_registry_devsec:is_registry_devnext
|
||||
hosts: all
|
||||
tasks:
|
||||
pre_tasks:
|
||||
- name: Set gcube security keys variables properly according to the environment
|
||||
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 }}"
|
||||
|
|
Loading…
Reference in New Issue