Openstackid.org openid instance

Create a productive instance of openid service at openstackid.org. This
domain was bought by the Foundation to avoid *.openstack.org cross-domain
issues.

Related tasks:
- create trove database for openid service (openstackid_id_mysql* variables)
- setup connection string to openstack.org profile db
  (openstackid_ss_mysql_* variables)
- issue openstackid.org x509 certificate
  (openstackid_ssl* variables)
- setup openstackid_redis_password and openstackid_site_admin_password
  hiera variables.

Change-Id: Iaf198d004d0c9cad10668405b0e5b2537b791a7f
This commit is contained in:
Marton Kiss 2014-09-05 14:47:47 +02:00 committed by Jeremy Stanley
parent 55ab25b180
commit 09e45fbda1
2 changed files with 3 additions and 2 deletions

View File

@ -48,6 +48,7 @@ class openstackid (
$id_recaptcha_public_key = '',
$id_recaptcha_private_key = '',
$id_recaptcha_template = '',
$openstackid_release = 'latest',
) {
# php packages needed for openid server

View File

@ -1,5 +1,5 @@
SITE_ROOT=/srv/openstackid
SOURCE_TARBALL=http://tarballs.openstack.org/openstackid/openstackid-latest.tar.gz
SOURCE_TARBALL=http://tarballs.openstack.org/openstackid/openstackid-<%= @openstackid_release %>.tar.gz
LARAVEL_ENV=dev
RELEASE_NAME=openstackid-latest.tar.gz
RELEASE_NAME=openstackid-<%= @openstackid_release %>.tar.gz
SOURCE_ROOT=http://tarballs.openstack.org/openstackid/