Skip to content

Commit

Permalink
Update nomad ai4eosc
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 2, 2024
1 parent 44252a8 commit 0522b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions artifacts/lrms/nomad_ai4eosc_fe_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
- name: Set facts
set_fact:
consul_servers_ip: "{{ server_list }}"
from_scratch_cluster_installation: true

- name: Set facts
set_fact:
Expand Down
2 changes: 2 additions & 0 deletions artifacts/lrms/nomad_ai4eosc_wn_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
launch_traefik: "{{ nomad_launch_traefik | default(false) }}"
certs_url: "{{ consul_cert_url | default('') }}"
consul_join: "{{ consul_server_join | default('') }}"
from_scratch_cluster_installation: true
pre_tasks:
- name: Convert server_list to list
set_fact:
Expand All @@ -21,6 +22,7 @@
- name: Set primary_datacenter
set_fact:
consul_primary_datacenter: "{{ consul_join_datacenter | default('ifca-ai4eosc') }}"
from_scratch_cluster_installation: false
when: consul_join != ''
roles:
- role: 'grycap.docker'
Expand Down

0 comments on commit 0522b63

Please sign in to comment.