13 Commits

Author SHA1 Message Date
Sebastian Marcet
b1a9b16ba3 Updated OpenStackId dev instance assets URL
formerly was poiting to production
now by default is pointing to dev

Change-Id: I0ccef70ac2665c3488054cdfcc9ea67a70c45fa0
2017-06-02 15:07:39 -03:00
Sebastian Marcet
b42315d733 Update OpenStackId puppet settings
updated production node to deploy version
1.0.20 and to use LV 5 script

update dev node to use LV5 as default and
removed from site.pp

Change-Id: I8d4cee26096f026fb9c251c0d76fb6a1447aa0ca
2017-03-10 12:08:10 -03:00
Sebastian Marcet
2c0f542ba3 Updated OpenstackId Dev configuration to use LV 5.x
updated puppet settings for https://openstackid-dev.openstack.org/
in order to start using LV 5.x
https://review.openstack.org/#/c/305521/

Change-Id: I809aa5bb4357ce7014b27497db2f4feb7952c9db
2016-11-29 15:06:52 -03:00
Jeremy Stanley
9e9dd6c3ce Declare redis 2.8.4 on openstackid-dev
We're upgrading openstackid-dev.openstack.org to Ubuntu 14.04 LTS,
and so need to adjust the redis version passed to the openstackid
module for it.

Change-Id: I1de428679017a8b7a13d06c8ce072ff0e625bbcf
2016-03-30 23:18:51 +00:00
Sebastian Marcet
cfa22b1234 OpenStackId: Update Email configuration
This change is related to https://review.openstack.org/#/c/292605/
its sets smtp configuration and email log error capabilities to both nodes
production/dev.

Change-Id: Ie4ae1379451059b525a07611867dd4d3f6d6a9ac
2016-03-16 08:22:04 -03:00
Jenkins
cb80fe3799 Merge "Updated OpenStackId configuration" 2015-12-08 15:16:23 +00:00
Sebastian Marcet
4d80570860 Updated OpenStackId configuration
added following config variables:
id_recaptcha_public_key
id_recaptcha_private_key
app_url
app_key

Change-Id: I8362d6721b16b442ea974d282d82f506e809bbe0
2015-12-04 17:10:10 -03:00
Sebastian Marcet
8237277970 [smarcet]
Added parametrization suppport on Redis version

Updated classes openstack_project::openstackid_prod/
openstack_project::openstackid_dev to support Redis
version paremetrization.

Change-Id: I232bda0ca9cbf4bc4d72b6e9f08642c87ee80ce1
2015-11-13 09:48:16 -03:00
Jeremy Stanley
aef7867cc0 Update and normalize OpenStackID dev DB creds
* manifests/site.pp: Start using hiera for openstackid-dev's
id_mysql_user parameter for consistency.

* modules/openstack_project/manifests/openstackid_dev.pp: TipIt is
moving the openstackid-dev server to new Trove databases, so update
the database names accordingly. Also null out the lingering default
values which we're filling from hiera in site.pp.

Change-Id: Id1b3b17751a34d3e760a789bf23c3ebea9c8c606
2014-08-11 18:49:35 +00:00
Marton Kiss
45aa86293a Give ssh access to openstackid-dev
Add mkiss user account to openstackid-dev to investigate openstackid
application logs and check some strange puppet behaviour that
I cannot reproduce in local dev env.

Change-Id: Idc4673869c4bf044e152b16dec93932ea97258bf
2014-04-17 11:23:42 +02:00
Marton Kiss
7df5b877bf Add OpenstackID SSL Certs
Add openstackid ssl cert in site.pp and pass ssl cert contents
to underlying openstackid classes.

Change-Id: I5d26f42ceacc38389703ea9921b265e4ddeed00f
2014-03-03 16:43:22 +01:00
smarcet
b7ce8e9533 Clean up puppet (deploy LAMP / setup app config)
Implements: blueprint openid-oauth2-infra-implementation-puppet-script

Prepares a raw server with all software stack needed to run
openstackid project:

* installs PHP
* installs Apache
* installs Redis Server
* creates a initial environment configuration for laravel application
  (using *.erb templates)

Change-Id: If6216da0d70a45609076e8111a67055dbc87c9e4
2014-02-21 11:33:40 -03:00
Jeremy Stanley
318c79b9fc Set up openstackid module
Refactor the openstack_project::openstackid_dev module out into a
top-level openstackid module in preparation for multiple servers,
set up Apache to serve content out of /srv/openstackid, add an
/etc/openstackid/database.php file with connection details injected
from hiera and keep an updated clone of openstack-infra/openstackid
in /opt/openstackid.

Change-Id: Icdde594384e3af27c8dd185a51b9e5a71619fb7b
2013-12-27 22:56:55 +00:00