Skip to content

Commit

Permalink
Ansible: checkout release-1.9 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Mar 26, 2024
1 parent d43de7c commit 3d44728
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.9 # 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.9 # 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.9 # 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/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.9 # 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.9 # 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 3d44728

Please sign in to comment.