Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
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
Kayobe
Commits
77c13fe6
Commit
77c13fe6
authored
7 years ago
by
Darren Hoyland
Browse files
Options
Downloads
Patches
Plain Diff
Added a comment to explain what's going on with kolla_nova_compute_ironic_host
parent
b0a67996
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/group_vars/all/nova
+4
-0
4 additions, 0 deletions
ansible/group_vars/all/nova
ansible/roles/kolla-ansible/defaults/main.yml
+4
-2
4 additions, 2 deletions
ansible/roles/kolla-ansible/defaults/main.yml
with
8 additions
and
2 deletions
ansible/group_vars/all/nova
+
4
−
0
View file @
77c13fe6
...
...
@@ -5,3 +5,7 @@
# Which group to use to deploy the nova-compute services for ironic. By default
# all hosts in the nova group are used - typically the controllers.
kolla_nova_compute_ironic_group: nova
# Which host to use to deploy the nova-compute services for ironic. By default
# this is none and the kolla_nova_compute_ironic_group is used instead.
kolla_nova_compute_ironic_host:
This diff is collapsed.
Click to expand it.
ansible/roles/kolla-ansible/defaults/main.yml
+
4
−
2
View file @
77c13fe6
...
...
@@ -210,12 +210,14 @@ kolla_openstack_logging_debug:
# Nova options
#######################
kolla_nova_compute_ironic_host
:
# Which group to use to deploy the nova-compute services for ironic. By default
# all hosts in the nova group are used - typically the controllers.
kolla_nova_compute_ironic_group
:
nova
# Which host to use to deploy the nova-compute services for ironic. By default
# this is none and the kolla_nova_compute_ironic_group is used instead.
kolla_nova_compute_ironic_host
:
###############################################################################
# Extra free-form configuraton.
...
...
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