summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-13loadbalancer: document required parametersDan Prince1-5/+5
Removes the (optional) comment from some of the required parameters. Change-Id: I0f2c96e0d77dfdb96d6b246c5f24511773592623
2015-02-06First commit on Stackforge: fix lint & Gerrit configEmilien Macchi2-1/+101
* Fix Gerrit config to be able to contribute at this module. * Fix lint issues in adding documentation for tripleo::loadbalancer Change-Id: If4d40962a4e5612410df441e8862e1870ec123c0
2015-02-04Drop package_providerDan Prince1-39/+0
The Package provider scope needs to be global so this class won't really help us much. Removing for now.
2015-02-04Merge pull request #3 from dprince/norpmEmilien Macchi2-0/+75
Add norpm package provider and helper class.
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