Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iaas-ha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OCP-TOOLS
iaas-ha
Commits
c7ec7311
Commit
c7ec7311
authored
9 years ago
by
Riccardo Bucchi
Browse files
Options
Downloads
Patches
Plain Diff
cleaned haproxy comments
parent
93eac1a3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/profile/haproxy.pp
+0
-189
0 additions, 189 deletions
manifests/profile/haproxy.pp
with
0 additions
and
189 deletions
manifests/profile/haproxy.pp
+
0
−
189
View file @
c7ec7311
...
...
@@ -339,193 +339,4 @@ class iaas::profile::haproxy (
ipaddresses
=>
$controller_ips
,
options
=>
'check inter 2000 rise 2 fall 5'
,
}
#
# haproxy::listen { 'mysql_cluster_nova':
# ipaddress => '0.0.0.0',
# mode => 'tcp',
# ports => '7306',
# options => {
# 'option' => ['httpchk','tcpka'],
# 'balance' => 'leastconn',
# 'timeout' => [
# 'client 90m',
# 'server 90m',
# ],
# }
# }
#
# if $servers != undef {
# haproxy::balancermember { 'mysql_cluster_nova_prior':
# listening_service => 'mysql_cluster_nova',
# ports => '3307',
# server_names => $servers[priority_hostname],
# ipaddresses => $servers[priority_ip],
# options => 'check port 9200',
# }
# haproxy::balancermember { 'mysql_cluster_nova_secondaries':
# listening_service => 'mysql_cluster_nova',
# ports => '3307',
# server_names => $servers[hostnames],
# ipaddresses => $servers[ips],
# options => 'check port 9200 backup',
# }
# }
#
# haproxy::listen { 'mysql_cluster_neutron':
# ipaddress => '0.0.0.0',
# mode => 'tcp',
# ports => '9306',
# options => {
# 'option' => ['httpchk','tcpka'],
# 'balance' => 'leastconn',
# 'timeout' => [
# 'client 90m',
# 'server 90m',
# ],
# }
# }
#
# if $servers != undef {
# haproxy::balancermember { 'mysql_cluster_neutron_prior':
# listening_service => 'mysql_cluster_neutron',
# ports => '3307',
# server_names => $servers[priority_hostname],
# ipaddresses => $servers[priority_ip],
# options => 'check port 9200',
# }
# haproxy::balancermember { 'mysql_cluster_neutron_secondaries':
# listening_service => 'mysql_cluster_neutron',
# ports => '3307',
# server_names => $servers[hostnames],
# ipaddresses => $servers[ips],
# options => 'check port 9200 backup',
# }
# }
# haproxy::listen { 'rabbitmq':
# ipaddress => '0.0.0.0',
# mode => 'tcp',
# ports => '5672',
# options => {
# 'option' => ['tcpka'],
# 'timeout' => [
# 'client 7d',
# 'server 7d',
# ]
# }
# }
# haproxy::listen { 'keystone_admin_cluster':
# ipaddress => '0.0.0.0',
# ports => '35357',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'keystone_public_internal_cluster':
# ipaddress => '0.0.0.0',
# ports => '5000',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
# haproxy::listen { 'glance_api_cluster':
# ipaddress => '0.0.0.0',
# ports => '9292',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'glance_registry_cluster':
# ipaddress => '0.0.0.0',
# ports => '9191',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# 'http-check' => 'expect status 401',
# }
# }
#
# haproxy::listen { 'cinder_api_cluster':
# ipaddress => '0.0.0.0',
# ports => '8776',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'nova_api_cluster':
# ipaddress => '0.0.0.0',
# ports => '8774',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'nova_metadata_api_cluster':
# ipaddress => '0.0.0.0',
# ports => '8775',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'nova_novncproxy':
# ipaddress => '0.0.0.0',
# ports => '6080',
# options => {
# 'option' => ['tcpka', 'tcplog'],
# }
# }
#
# haproxy::listen { 'neutron_api_cluster':
# ipaddress => '0.0.0.0',
# ports => '9696',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'heat_api_cluster':
# ipaddress => '0.0.0.0',
# ports => '8004',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'heat_api_cfn_cluster':
# ipaddress => '0.0.0.0',
# ports => '8000',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'heat_api_cw_cluster':
# ipaddress => '0.0.0.0',
# ports => '8003',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'horizon_cluster':
# ipaddress => '0.0.0.0',
# ports => '80',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# }
# }
#
# haproxy::listen { 'ceilometer_api_cluster':
# ipaddress => '0.0.0.0',
# ports => '8777',
# options => {
# 'option' => ['tcpka', 'httpchk', 'tcplog'],
# 'http-check' => 'expect status 401',
# }
# }
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment