Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soctools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
gn4-3-wp8-t3.1 SOC
soctools
Commits
96b4a9f0
Commit
96b4a9f0
authored
4 years ago
by
Temur Maisuradze
Browse files
Options
Downloads
Patches
Plain Diff
fix haproxy configuration
parent
876a5d58
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/haproxy/templates/haproxy.cfg.j2
+5
-5
5 additions, 5 deletions
roles/haproxy/templates/haproxy.cfg.j2
with
5 additions
and
5 deletions
roles/haproxy/templates/haproxy.cfg.j2
+
5
−
5
View file @
96b4a9f0
...
@@ -27,7 +27,7 @@ listen nifiserv
...
@@ -27,7 +27,7 @@ listen nifiserv
balance source
balance source
option tcpka
option tcpka
{% for nifihost in groups['nificontainers'] %}
{% for nifihost in groups['nificontainers'] %}
server {{nifihost}} {{nifihost}}:9443 check
server {{nifihost}} {{nifihost}}:9443
ssl
check
verify none
{% endfor %}
{% endfor %}
listen odfeserv
listen odfeserv
...
@@ -92,9 +92,9 @@ listen nifiservhttp{{port}}
...
@@ -92,9 +92,9 @@ listen nifiservhttp{{port}}
balance source
balance source
option tcpka
option tcpka
{% for nifihost in groups['nificontainers'] %}
{% for nifihost in groups['nificontainers'] %}
server {{nifihost}} {{nifihost}}:77{{port}} check
server {{nifihost}} {{nifihost}}:{{port}} check
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
...
@@ -109,7 +109,7 @@ listen nifiservtcp{{port}}
...
@@ -109,7 +109,7 @@ listen nifiservtcp{{port}}
option tcp-check
option tcp-check
tcp-check connect port {{port}}
tcp-check connect port {{port}}
{% for nifihost in groups['nificontainers'] %}
{% for nifihost in groups['nificontainers'] %}
server {{nifihost}} {{nifihost}}:77{{port}} check
server {{nifihost}} {{nifihost}}:{{port}} check
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
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