Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/270329
Change subject: Designate needs to refer to 'testlabs' by id rather than by name. ...................................................................... Designate needs to refer to 'testlabs' by id rather than by name. Change-Id: I57c4e725f49da046ae0cadb2d61cabb0412aafb8 --- M modules/openstack/templates/kilo/designate/designate.conf.erb 1 file changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/29/270329/1 diff --git a/modules/openstack/templates/kilo/designate/designate.conf.erb b/modules/openstack/templates/kilo/designate/designate.conf.erb index a0bae33..9df368b 100644 --- a/modules/openstack/templates/kilo/designate/designate.conf.erb +++ b/modules/openstack/templates/kilo/designate/designate.conf.erb @@ -221,7 +221,8 @@ reverse_format = '%(hostname)s.%(project_name)s.%(domain)s' keystone_auth_name = "novaadmin" keystone_auth_pass = "<%= @keystoneconfig['ldap_user_pass'] %>" -keystone_auth_project = "testlabs" +# This is the id for 'testlabs': +keystone_auth_project = "669709120c054d078d04d8b90d1a8a1e" keystone_auth_url = "http://<%= @designateconfig['controller_hostname'] %>:35357/v3" #----------------------- @@ -238,11 +239,13 @@ ldappassword = <%= @keystoneconfig['ldap_user_pass'] %> nova_auth_name = "novaadmin" nova_auth_pass = "<%= @keystoneconfig['ldap_user_pass'] %>" -nova_auth_project = "testlabs" +# This is the id for 'testlabs': +nova_auth_project = "669709120c054d078d04d8b90d1a8a1e" nova_auth_url = "http://<%= @designateconfig['controller_hostname'] %>:35357/v2.0" keystone_auth_name = "novaadmin" keystone_auth_pass = "<%= @keystoneconfig['ldap_user_pass'] %>" -keystone_auth_project = "testlabs" +# This is the id for 'testlabs': +keystone_auth_project = "669709120c054d078d04d8b90d1a8a1e" keystone_auth_url = "http://<%= @designateconfig['controller_hostname'] %>:35357/v3" certmanager_user = certmanager -- To view, visit https://gerrit.wikimedia.org/r/270329 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I57c4e725f49da046ae0cadb2d61cabb0412aafb8 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
