Skip to content

Commit

Permalink
Merge pull request #218 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Dec 4, 2024
2 parents d696913 + 4047d33 commit 78efb0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 78efb0b

Please sign in to comment.