Add parthenosvo group vars and invenctory

This commit is contained in:
Antonio Calanducci 2024-01-15 10:52:00 +01:00
parent 8554b05f26
commit ac25ea1bda
3 changed files with 21 additions and 1 deletions

View File

@ -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'

View File

@ -0,0 +1,6 @@
[is_registry_parthenosvo]
#10.1.28.135
10.1.40.31

View File

@ -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 }}"