From: Lucas Di Pentima Date: Thu, 11 May 2023 14:49:46 +0000 (-0300) Subject: 20482: Adds upgrade notes on domain_name variable changes. X-Git-Tag: 2.7.0~111^2~2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/936e915054b952552f36358864365a1934c0bffe?hp=1cabb7a57d7810ce0b0012351eb97ee2fb222082 20482: Adds upgrade notes on domain_name variable changes. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 5c76f534ac..53e194bada 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -28,7 +28,12 @@ TODO: extract this information based on git commit messages and generate changel
-h2(#main). development main (as of 2023-04-18) +h2(#main). development main (as of 2023-05-11) + +h3. Multi-node installer's Terraform code changes + +The @domain_name@ variable at @terraform/vpc/terraform.tfvars@ changed its meaning. In previous versions it was used in combination with @cluster_name@ to build the cluster's domain name (e.g.: @cluster_name@.@domain_name@). To allow the use of any arbitrary cluster domain, now we don't enforce using the @cluster_name@ as part of the domain, so @domain_name@ needs to hold the entire domain for the given cluster. +For example, if @cluster_name@ is set to @"xarv1"@ and @domain_name@ was previously set to @"example.com"@, it should now be set to @"xarv1.example.com"@ to keep using the same cluster domain. "previous: Upgrading to 2.6.1":#v2_6_1