diff --git a/.gitignore b/.gitignore index 1e9aa60..10d1d81 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ vpass .vscode/settings.json .gitignore +.vscode/settings.json diff --git a/group_vars/resource_manager_parthenosvo/resource_manager_parthenosvo.yml b/group_vars/resource_manager_parthenosvo/resource_manager_parthenosvo.yml new file mode 100644 index 0000000..e68e6f2 --- /dev/null +++ b/group_vars/resource_manager_parthenosvo/resource_manager_parthenosvo.yml @@ -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 + + + diff --git a/inventory/hosts.manager_parthenosvo b/inventory/hosts.manager_parthenosvo new file mode 100644 index 0000000..19c7ce2 --- /dev/null +++ b/inventory/hosts.manager_parthenosvo @@ -0,0 +1,3 @@ +[resource_manager_parthenosvo] +#10.1.28.135 +10.1.40.31 diff --git a/resource-manager.yml b/resource-manager.yml index 47dc772..ca3358a 100644 --- a/resource-manager.yml +++ b/resource-manager.yml @@ -3,7 +3,7 @@ #hosts: is_registry_devsec:is_registry_devnext #hosts: resource_manager_devsec 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 }}"