Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel #218

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Devel #218

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/galaxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ topology_template:

outputs:
galaxy_nip_url:
value: { concat: [ 'https://galaxy.', get_attribute: [ simple_node, public_address, 0 ], 'nip.io/' ] }
value: { concat: [ 'https://galaxy.', get_attribute: [ simple_node, public_address, 0 ], '.nip.io/' ] }
galaxy_dns_url:
value: { concat: [ 'https://', { get_input: dns_name }, '/' ] }
2 changes: 1 addition & 1 deletion templates/nomad_ai4eosc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ topology_template:
nomad_dc:
type: string
description: Nomad datacenter name
default: ifca-ai4os
default: ifca-ai4eosc
required: yes
nomad_domain:
type: string
Expand Down
8 changes: 4 additions & 4 deletions templates/nomad_ai4eosc_join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,17 @@ topology_template:
consul_version:
type: string
description: Consul version to install
default: 1.17.1
default: 1.19.2
required: yes
nomad_version:
type: string
description: Nomad version to install
default: 1.7.3
default: 1.9.1
required: yes
nomad_dc:
type: string
description: Nomad datacenter name
default: ifca-ai4os-new
default: ifca-ai4eosc-new
required: yes
nomad_domain:
type: string
Expand All @@ -175,7 +175,7 @@ topology_template:
consul_join_datacenter:
type: string
description: Primary datacenter of the Consul cluster to join
default: 'ifca-ai4os'
default: 'ifca-ai4eosc'

node_templates:

Expand Down
Loading