summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* tgt: Inherit update-rc.d for initscriptsMihai Prica2013-08-281-1/+4
| | | | | | | The initscript was not ran because the update-rc.d class was not inherited. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* 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>
* tgt: Removed commentsMihai Prica2013-08-281-1/+0
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* tgt: Changed perl-tests to perl-ptestMihai Prica2013-08-281-2/+2
| | | | 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>
* tgt: added 1.0.36Mihai Prica2013-08-282-0/+120
| | | | 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>