From 7752e00c031279bd751febd7dfccefb3d76ba3ff Mon Sep 17 00:00:00 2001 From: Antonio Calanducci Date: Mon, 5 Feb 2024 12:44:22 +0100 Subject: [PATCH] Add vargroups for gcubeapps --- .../is_registry_gcubeapps/is_registry_gcubeapps.yml | 9 +++++++++ .../resource_manager_gcubeapps.yml | 8 ++++++++ group_vars/vremodeler_gcubeapps/vremodeler_gcubeapps.yml | 8 ++++++++ inventory/hosts.registry_gcubeapps | 2 ++ inventory/hosts.resource_manager_gcubeapps | 2 ++ inventory/hosts.vremodeler_gcubeapps | 2 ++ 6 files changed, 31 insertions(+) create mode 100644 group_vars/is_registry_gcubeapps/is_registry_gcubeapps.yml create mode 100644 group_vars/resource_manager_gcubeapps/resource_manager_gcubeapps.yml create mode 100644 group_vars/vremodeler_gcubeapps/vremodeler_gcubeapps.yml create mode 100644 inventory/hosts.registry_gcubeapps create mode 100644 inventory/hosts.resource_manager_gcubeapps create mode 100644 inventory/hosts.vremodeler_gcubeapps diff --git a/group_vars/is_registry_gcubeapps/is_registry_gcubeapps.yml b/group_vars/is_registry_gcubeapps/is_registry_gcubeapps.yml new file mode 100644 index 0000000..df9bcd1 --- /dev/null +++ b/group_vars/is_registry_gcubeapps/is_registry_gcubeapps.yml @@ -0,0 +1,9 @@ +start_scopes: gCubeApps +complete_start_scope: /d4science.research-infrastructures.eu/gCubeApps +gcore_host: registry-gcubeapps.d4science.org +collector_host: node66.p.d4science.research-infrastructures.eu +collector_url: http://node66.p.d4science.research-infrastructures.eu:8080 +is_registry_docker_stack_name: gcore-gcubeapps +is_registry_docker_service_server_name: is-registry +infrastructure: d4science.research-infrastructures.eu +infra: prod diff --git a/group_vars/resource_manager_gcubeapps/resource_manager_gcubeapps.yml b/group_vars/resource_manager_gcubeapps/resource_manager_gcubeapps.yml new file mode 100644 index 0000000..4a31b79 --- /dev/null +++ b/group_vars/resource_manager_gcubeapps/resource_manager_gcubeapps.yml @@ -0,0 +1,8 @@ +start_scopes: gCubeApps +complete_start_scope: /d4science.research-infrastructures.eu/gCubeApps +gcore_host: resourcemanager-gcubeapps.cloud.d4science.org +resource_manager_docker_stack_name: gcore-gcubeapps +resource_manager_docker_service_server_name: resource-manager +infrastructure: d4science.research-infrastructures.eu +infra: prod +nfs_server_ip: 192.168.4.10 diff --git a/group_vars/vremodeler_gcubeapps/vremodeler_gcubeapps.yml b/group_vars/vremodeler_gcubeapps/vremodeler_gcubeapps.yml new file mode 100644 index 0000000..184736f --- /dev/null +++ b/group_vars/vremodeler_gcubeapps/vremodeler_gcubeapps.yml @@ -0,0 +1,8 @@ +start_scopes: gCubeApps +complete_start_scope: /d4science.research-infrastructures.eu/gCubeApps +gcore_host: vremodeler-gcubeapps.cloud.d4science.org +vremodeler_docker_stack_name: gcore-gcubeapps +vremodeler_docker_service_server_name: vremodeler +infrastructure: d4science.research-infrastructures.eu +infra: prod +nfs_server_ip: 192.168.4.10 diff --git a/inventory/hosts.registry_gcubeapps b/inventory/hosts.registry_gcubeapps new file mode 100644 index 0000000..31b3633 --- /dev/null +++ b/inventory/hosts.registry_gcubeapps @@ -0,0 +1,2 @@ +[is_registry_gcubeapps] +10.1.40.31 \ No newline at end of file diff --git a/inventory/hosts.resource_manager_gcubeapps b/inventory/hosts.resource_manager_gcubeapps new file mode 100644 index 0000000..a59a3e0 --- /dev/null +++ b/inventory/hosts.resource_manager_gcubeapps @@ -0,0 +1,2 @@ +[resource_manager_gcubeapps] +10.1.40.31 \ No newline at end of file diff --git a/inventory/hosts.vremodeler_gcubeapps b/inventory/hosts.vremodeler_gcubeapps new file mode 100644 index 0000000..66dc79f --- /dev/null +++ b/inventory/hosts.vremodeler_gcubeapps @@ -0,0 +1,2 @@ +[vremodeler_gcubeapps] +10.1.40.31 \ No newline at end of file