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
2fd98454
Commit
2fd98454
authored
5 years ago
by
Zuul
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Comment out all variables in globals.yml"
parents
80f79262
16e58a46
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
+13
-12
13 additions, 12 deletions
etc/kolla/globals.yml
with
13 additions
and
12 deletions
etc/kolla/globals.yml
+
13
−
12
View file @
2fd98454
...
...
@@ -28,7 +28,7 @@
# All-In-One without haproxy and keepalived, you can set enable_haproxy to no
# in "OpenStack options" section, and set this value to the IP of your
# '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"
# This is the DNS name that maps to the kolla_internal_vip_address VIP. By
# default it is the same as kolla_internal_vip_address.
...
...
@@ -369,9 +369,10 @@ kolla_internal_vip_address: "10.10.10.254"
#glance_backend_swift: "no"
#glance_backend_vmware: "no"
#enable_glance_image_cache: "no"
# Configure glance upgrade option, due to this feature is experimental
# in glance, so default value should be set to "no".
glance_enable_rolling_upgrade
:
"
no"
# Configure glance upgrade option.
# Due to this feature being experimental in glance,
# the default value is "no".
#glance_enable_rolling_upgrade: "no"
####################
# Osprofiler options
...
...
@@ -468,9 +469,9 @@ glance_enable_rolling_upgrade: "no"
#############################
# dnsmasq bind interface for Ironic Inspector, by default is network_interface
#ironic_dnsmasq_interface: "{{ network_interface }}"
# following value must be set when enabl
e
ironic,
the value format
# is "192.168.0.10,192.168.0.100".
ironic_dnsmasq_dhcp_range
:
#
The
following value must be set when enabl
ing
ironic,
#
the value format
is "192.168.0.10,192.168.0.100".
#
ironic_dnsmasq_dhcp_range:
# PXE bootloader file for Ironic Inspector, relative to /tftpboot.
#ironic_dnsmasq_boot_file: "pxelinux.0"
...
...
@@ -524,11 +525,11 @@ ironic_dnsmasq_dhcp_range:
################################################
# Tempest - The OpenStack Integration Test Suite
################################################
# following value must be set when enabl
e
tempest
tempest_image_id
:
tempest_flavor_ref_id
:
tempest_public_network_id
:
tempest_floating_network_name
:
#
The
following value
s
must be set when enabl
ing
tempest
#
tempest_image_id:
#
tempest_flavor_ref_id:
#
tempest_public_network_id:
#
tempest_floating_network_name:
# tempest_image_alt_id: "{{ tempest_image_id }}"
# tempest_flavor_ref_alt_id: "{{ tempest_flavor_ref_id }}"
...
...
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