Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
c05ecb96
Commit
c05ecb96
authored
7 years ago
by
Jenkins
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add enable_haproxy to globals.yml"
parents
19924ade
7d62a1c3
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
etc/kolla/globals.yml
+4
-2
4 additions, 2 deletions
etc/kolla/globals.yml
with
4 additions
and
2 deletions
etc/kolla/globals.yml
+
4
−
2
View file @
c05ecb96
...
@@ -24,8 +24,9 @@
...
@@ -24,8 +24,9 @@
#node_custom_config: "/etc/kolla/config"
#node_custom_config: "/etc/kolla/config"
# This should be a VIP, an unused IP on your network that will float between
# This should be a VIP, an unused IP on your network that will float between
# the hosts running keepalived for high-availability. When running an All-In-One
# the hosts running keepalived for high-availability. If you want to run an
# without haproxy and keepalived, this should be the first IP on your
# All-In-One without haproxy and keepalived, you can set enable_haproxy to no
# in "OpenStack options" section, and set this value to the first IP on your
# 'network_interface' as set in the Networking section below.
# 'network_interface' as set in the Networking section below.
kolla_internal_vip_address
:
"
10.10.10.254"
kolla_internal_vip_address
:
"
10.10.10.254"
...
@@ -147,6 +148,7 @@ kolla_internal_vip_address: "10.10.10.254"
...
@@ -147,6 +148,7 @@ kolla_internal_vip_address: "10.10.10.254"
#enable_freezer: "no"
#enable_freezer: "no"
#enable_gnocchi: "no"
#enable_gnocchi: "no"
#enable_grafana: "no"
#enable_grafana: "no"
#enable_haproxy: "yes"
#enable_heat: "yes"
#enable_heat: "yes"
#enable_horizon: "yes"
#enable_horizon: "yes"
#enable_horizon_cloudkitty: "{{ enable_cloudkitty | bool }}"
#enable_horizon_cloudkitty: "{{ enable_cloudkitty | bool }}"
...
...
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