From e9770ef33f383474a76fca5cc6422ef9b9675342 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Jan 2022 20:03:07 +0000 Subject: [PATCH] Switch translate's IDP to OpenInfraID The OpenStackID project has been rebranded, and the old openstackid.org deployment is being retained temporarily in order to ease transition, but id.openinfra.dev is in place now and intended as its successor. Note that when this merges, a manual database edit will be required to associate every user's new ID with their existing accounts, so this should only be merged when we're ready to do that part just prior to deploying and then check it again after to make sure we didn't race any user additions. Change-Id: I05a0371e45dacc9da2c1b20cb469647206afe137 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 78e0c2f886..1a469e9896 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -209,7 +209,7 @@ node /^translate\d+\.open.*\.org$/ { class { 'openstack_project::server': } class { 'openstack_project::translate': admin_users => 'aeng,cboylan,eumel8,ianw,ianychoi,infra,jaegerandi,mordred,stevenk', - openid_url => 'https://openstackid.org', + openid_url => 'https://id.openinfra.dev', listeners => ['ajp'], from_address => 'noreply@openstack.org', mysql_host => hiera('translate_mysql_host', 'localhost'),