Skip to content

Commit

Permalink
Merge pull request #195 from grycap/devel
Browse files Browse the repository at this point in the history
Fix default consul dc name
  • Loading branch information
micafer authored Oct 7, 2024
2 parents 6d22afc + b7fb42a commit 858d19e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-ai4eosc
default: ifca-ai4os
required: yes
nomad_domain:
type: string
Expand Down
4 changes: 2 additions & 2 deletions templates/nomad_ai4eosc_join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ topology_template:
nomad_dc:
type: string
description: Nomad datacenter name
default: ifca-ai4eosc-new
default: ifca-ai4os-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-ai4eosc'
default: 'ifca-ai4os'

node_templates:

Expand Down

0 comments on commit 858d19e

Please sign in to comment.