summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/postgresql
Commit message (Collapse)AuthorAgeFilesLines
* postgresql: Made the postgresql credentials configurableMihai Prica2013-08-281-2/+2
| | | | | | | The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* postgresql: Added timezone info to postgresqlMihai Prica2013-08-281-0/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* postgresql: Changed db user from nova to adminMihai Prica2013-08-281-3/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* postgresql: Configured service and added initscriptMihai Prica2013-08-282-0/+105
-The postinstall will initialize the database; -The postgres user is needed because postgresql can't be run as root. -The initscript will start the service at start-up. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>