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
This commit is contained in:
Jeremy Stanley 2022-01-10 20:03:07 +00:00
parent 2fc2d4be4e
commit e9770ef33f
1 changed files with 1 additions and 1 deletions

View File

@ -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'),