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
Merge requests
!4
Dev rhmk
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dev rhmk
dev-rhmk
into
rhmk_ha
Overview
0
Commits
6
Pipelines
0
Changes
Merged
Riccardo Bucchi
requested to merge
dev-rhmk
into
rhmk_ha
9 years ago
Overview
0
Commits
6
Pipelines
0
Changes
-
Expand
0
0
Merge request reports
Compare
rhmk_ha
rhmk_ha (base)
and
latest version
latest version
bf8c4c12
6 commits,
9 years ago
+
547
−
240
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
examples/hieradata/common.yaml
+
6
−
4
Options
@@ -12,10 +12,12 @@ iaas::profile::base::ntp_servers: [ntp.cnaf.infn.it, pool.ntp.org]
#iaas::profile::base::ntp_servers: [puppet]
# Endpoints
iaas::role::endpoint::servers: [ocp-ubuntu15, ocp-ubuntu16, ocp-ubuntu17] # List of load-balancers
iaas::role::endpoint::main_hostname: 'ocp-ubuntu15'
iaas::role::endpoint::main_address: ocp-ubuntu15 # The main virtual address pointing to the load-balancers
#iaas::role::endpoint::servers: [ocp-ubuntu15, ocp-ubuntu16, ocp-ubuntu17] # List of load-balancers
#iaas::role::endpoint::main_hostname: 'ocp-ubuntu15'
#iaas::role::endpoint::main_address: ocp-ubuntu15 # The main virtual address pointing to the load-balancers
iaas::role::haproxy::servers: [ocp-ubuntu15, ocp-ubuntu16, ocp-ubuntu17]
iaas::role::haproxy::ipaddresses_server: [131.154.100.160,131.154.100.164,131.154.100.166]
iaas::profile::haproxy::stats_enabled: true
iaas::profile::haproxy::stats_ports: [1936]
iaas::profile::haproxy::stats_refresh: "30s"
Loading