Remove the local database management on paste.openstack.org now that
it's back to running with a remote Trove database again.
This reverts commit b7e352cc86bb850fa1c4d6b74253e5450165afa2.
Change-Id: I7b8513b427395f610b23e3f226109ea954ee210b
Now that we've determined how to adjust Trove configuration
parameters to override extremely short default connection timeouts
imposed by our provider, switch back to using a remote database for
the loggeit installation on paste.openstack.org.
This reverts commit 8cad8d737f3a53650159ab7c00cb8e3b4649e2fb.
Change-Id: I7f172b2b4f09703f1360aff0b1fef902fc935067
Parameterize vhost parameter for lodgeit, defaulting
to ::fqdn, for easier deployment in other testing
environments and to make it more reconsumable
downstream.
Change-Id: Id88d8fb52599b6bd002f7373a6adfad63e21c620
Now that paste.openstack.org is using a local MySQL database,
unnecessary parameters are removed from the manifests. This should
only be approved after the maintenance to start using the local
database has concluded.
Change-Id: Icc63a6a08e3ee36fbc6fde207542b9e3647fb4cf
Due to performance problems with the current Trove backend, add a
MySQL database locally on paste.openstack.org for later use.
Change-Id: Idc04a95ba157e4d3722c3ea8a703e52c5793976c
Now with extra unwrap!
Change-Id: I7c622ffa77821f33f911793fc6b6cdaaba37904a
Reviewed-on: https://review.openstack.org/15052
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
Pass the sysadmins list into each node definition. This allows us to
retrieve the data from hiera rather than hard coding it in the puppet
manifests. Also, update test script to use bogus sysadmin data when
testing.
Change-Id: Ide3560f16bce4d66fb95cc5021fc879476e6a712
Reviewed-on: https://review.openstack.org/12512
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins