Skip to content

Commit

Permalink
Set Yoda version to release-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
FuHsinyu authored and lwesterhof committed Feb 25, 2025
1 parent 04cea6b commit 554fdc8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion environments/development/allinone/group_vars/allinone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ postgresql_perform_db_upgrade: true

# Yoda configuration
instance: allinone # Name of Yoda instance, as defined in hosts file
yoda_version: development # Git branch, for example: development or release-1.8
yoda_version: release-1.10 # Git branch, for example: development or release-1.8
yoda_environment: development # Yoda environment: development, testing, acceptance or production
yoda_portal_fqdn: portal.yoda.test # Yoda Portal fully qualified domain name (FQDN)
yoda_davrods_fqdn: data.yoda.test # Yoda Davrods WebDAV fully qualified domain name (FQDN)
Expand Down
2 changes: 1 addition & 1 deletion environments/development/el8-database/group_vars/el8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ansible_ssh_private_key_file: vagrant/ssh/vagrant # Path to private key file of
# Yoda configuration
enable_pgbouncer: true
instance: el8 # Name of Yoda instance, as defined in hosts file
yoda_version: development # Git branch, for example: development or release-1.5
yoda_version: release-1.10 # Git branch, for example: development or release-1.5
yoda_environment: development # Yoda environment: development, testing, acceptance or production
yoda_portal_fqdn: portal.yoda.test # Yoda Portal fully qualified domain name (FQDN)
yoda_davrods_fqdn: data.yoda.test # Yoda Davrods WebDAV fully qualified domain name (FQDN)
Expand Down
2 changes: 1 addition & 1 deletion environments/development/full/group_vars/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ansible_ssh_private_key_file: vagrant/ssh/vagrant # Path to private key file of

# Yoda configuration
instance: full # Name of Yoda instance, as defined in hosts file
yoda_version: development # Git branch, for example: development or release-1.5
yoda_version: release-1.10 # Git branch, for example: development or release-1.5
yoda_environment: development # Yoda environment: development, testing, acceptance or production
yoda_portal_fqdn: portal.yoda.test # Yoda Portal fully qualified domain name (FQDN)
yoda_davrods_fqdn: data.yoda.test # Yoda Davrods WebDAV fully qualified domain name (FQDN)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ postgresql_perform_db_upgrade: true

# Yoda configuration
instance: single_fqdn # Name of Yoda instance, as defined in hosts file
yoda_version: development # Git branch, for example: development or release-1.8
yoda_version: release-1.10 # Git branch, for example: development or release-1.8
yoda_environment: development # Yoda environment: development, testing, acceptance or production
yoda_portal_fqdn: portal.yoda.test # Yoda Portal fully qualified domain name (FQDN)
yoda_davrods_fqdn: portal.yoda.test # Yoda Davrods WebDAV fully qualified domain name (FQDN)
Expand Down
2 changes: 1 addition & 1 deletion environments/development/surf/group_vars/surf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ansible_ssh_private_key_file: vagrant/ssh/vagrant # Path to private key file of

# Yoda configuration
instance: surf # Name of Yoda instance, as defined in hosts file
yoda_version: development # Git branch, for example: development or release-1.5
yoda_version: release-1.10 # Git branch, for example: development or release-1.5
yoda_environment: development # Yoda environment: development, testing, acceptance or production
yoda_portal_fqdn: portal.surfyoda.test # Yoda Portal fully qualified domain name (FQDN)
yoda_davrods_fqdn: data.surfyoda.test # Yoda Davrods WebDAV fully qualified domain name (FQDN)
Expand Down
2 changes: 1 addition & 1 deletion environments/development/ubuntu/group_vars/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ansible_ssh_private_key_file: vagrant/ssh/vagrant # Path to private key file of

# Yoda configuration
instance: ubuntu # Name of Yoda instance, as defined in hosts file
yoda_version: development # Git branch, for example: development or release-1.5
yoda_version: release-1.10 # Git branch, for example: development or release-1.5
yoda_environment: development # Yoda environment: development, testing, acceptance or production
yoda_portal_fqdn: portal.yoda.test # Yoda Portal fully qualified domain name (FQDN)
yoda_davrods_fqdn: data.yoda.test # Yoda Davrods WebDAV fully qualified domain name (FQDN)
Expand Down

0 comments on commit 554fdc8

Please # to comment.