aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-04Add norpm package provider and helper class.Dan Prince2-0/+75
This patch adds a new norpm package provider that extends the Puppet provided default RPM package provider and stubs out all of the package install, update, purging so that no packages will get installed. This may be useful when deploying pre-built images where we effectively just want to use Puppet for configuration (not installation). Includes a ::tripleo::package_provider class that will assist in cleanly disabling package installation via hiera.
2015-02-03Merge pull request #2 from enovance/mysqlDan Prince7-0/+778
First implementation of tripleo::database::mysql
2015-02-02First implementation of tripleo::database::mysqlEmilien Macchi7-0/+778
2015-02-02Moved loadbalancer.pp to top level.Dan Prince1-0/+0
2015-02-02Merge pull request #1 from dprince/loadbalancerEmilien Macchi1-0/+419
Add tripleo::loadbalancer.
2015-02-02Add tripleo::loadbalancer.Dan Prince1-0/+419
This class configures an HAProxy/keepalived setup for TripleO.
2015-02-02README: basic words for now.Emilien Macchi1-142/+2
2015-02-02Add basic structure for a Puppet moduleEmilien Macchi8-30/+225
2015-02-02Add .gitreview fileEmilien Macchi1-0/+4
We prepare the repo for being hosting by OpenStack infra.
2015-02-02Initial commitEmilien Macchi2-0/+204