recommit for updates in build 1
This commit is contained in:
@@ -60,9 +60,8 @@
|
||||
<div id="content"><div id='filecontents'>
|
||||
<h1 id="label-Readme">Readme</h1>
|
||||
|
||||
<p>|<code>cd_haproxy</code>| 1.0.3.0 | <a
|
||||
href="https://pipelines.confdroid.com/job/cd_haproxy/"><img
|
||||
src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p>
|
||||
<p><a href="https://pipelines.confdroid.com/job/haproxy_cd/"><img
|
||||
src="https://pipelines.confdroid.com/buildStatus/icon?job=haproxy_cd"></a>|</p>
|
||||
|
||||
<p>[[<em>TOC</em>]]</p>
|
||||
|
||||
@@ -72,7 +71,7 @@ src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p>
|
||||
balancer to balance incoming requests between multiple instances of web-,
|
||||
application- or database servers etc.</p>
|
||||
|
||||
<p><code>cd_haproxy</code> automates installation and configuration of
|
||||
<p><code>haproxy_cd</code> automates installation and configuration of
|
||||
<code>HA proxy</code> including self-healing, monitoring and firewall etc.</p>
|
||||
|
||||
<h2 id="label-WARNING">WARNING</h2>
|
||||
@@ -107,6 +106,8 @@ production</em></strong></p>
|
||||
<p>back-end options</p>
|
||||
</li><li>
|
||||
<p>ACL options</p>
|
||||
</li><li>
|
||||
<p>manage fail2ban integration (optional, requires fail2ban_cd module)</p>
|
||||
</li></ul>
|
||||
|
||||
<p>SERVICE</p>
|
||||
@@ -137,7 +138,7 @@ managing file fragments</p>
|
||||
<p>via site.pp or nodes.pp</p>
|
||||
|
||||
<pre class="code ruby"><code class="ruby">node 'example.example.net' {
|
||||
include cd_haproxy
|
||||
include haproxy_cd
|
||||
}
|
||||
</code></pre>
|
||||
<ul><li>
|
||||
@@ -145,7 +146,7 @@ managing file fragments</p>
|
||||
</li></ul>
|
||||
|
||||
<p>In order to apply parameters through Foreman,
|
||||
<strong>cd_haproxy::params</strong> must be added to the host or host group
|
||||
<strong>haproxy_cd::params</strong> must be added to the host or host group
|
||||
in question.</p>
|
||||
|
||||
<p>See <a
|
||||
@@ -164,7 +165,7 @@ concatenated from various templates through a define in this puppet module.
|
||||
In order to create proxy instances, you will need an external class, which
|
||||
addresses the define, like so:</p>
|
||||
|
||||
<pre class="code ruby"><code class="ruby">cd_haproxy::server::proxy { 'testing':
|
||||
<pre class="code ruby"><code class="ruby">haproxy_cd::server::proxy { 'testing':
|
||||
haproxy_fqdn => 'node.example.net',
|
||||
frontend_name => 'test01-frontend',
|
||||
frontend_mode => 'http',
|
||||
@@ -191,9 +192,9 @@ selinux is disabled, these contexts are ignored.</p>
|
||||
|
||||
<h2 id="label-Support">Support</h2>
|
||||
<ul><li>
|
||||
<p>OS: CentOS 7, Rocky 9</p>
|
||||
<p>OS: Rocky 9</p>
|
||||
</li><li>
|
||||
<p>Puppet 6</p>
|
||||
<p>Puppet 8</p>
|
||||
</li></ul>
|
||||
|
||||
<h2 id="label-Tests">Tests</h2>
|
||||
@@ -222,12 +223,6 @@ block</code>, not per class.</p>
|
||||
</li><li>
|
||||
<p>ERB Template Parser</p>
|
||||
</li><li>
|
||||
<p>Test for unwanted UTF8 files in the Puppet code (see tests/UTF_Files)</p>
|
||||
</li><li>
|
||||
<p>Markdown-lint</p>
|
||||
</li><li>
|
||||
<p>Spellcheck</p>
|
||||
</li><li>
|
||||
<p>Sonar Quality Gate</p>
|
||||
</li></ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user