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
a02c6583
Commit
a02c6583
authored
5 years ago
by
Zuul
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix baremetal serial console autoenable"
parents
3c98bfa5
5977a441
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/baremetal-compute-serial-console-post-config.yml
+7
-2
7 additions, 2 deletions
ansible/baremetal-compute-serial-console-post-config.yml
releasenotes/notes/fix-baremetal-serial-autoenable-0ccfec017cf2ddbc.yaml
+7
-0
7 additions, 0 deletions
...tes/fix-baremetal-serial-autoenable-0ccfec017cf2ddbc.yaml
with
14 additions
and
2 deletions
ansible/baremetal-compute-serial-console-post-config.yml
+
7
−
2
View file @
a02c6583
---
---
# This is a wrapper around baremetal-compute-serial-console which only runs the playbook when
# This is a wrapper around baremetal-compute-serial-console which only runs the
# playbook when Ironic is enabled in the overcloud and
# ironic_serial_console_autoenable is set to true.
# ironic_serial_console_autoenable is set to true.
-
import_playbook
:
baremetal-compute-serial-console.yml
-
import_playbook
:
baremetal-compute-serial-console.yml
when
:
ironic_serial_console_autoenable | bool
vars
:
\ No newline at end of file
cmd
:
enable
when
:
-
kolla_enable_ironic | bool
-
ironic_serial_console_autoenable | bool
This diff is collapsed.
Click to expand it.
releasenotes/notes/fix-baremetal-serial-autoenable-0ccfec017cf2ddbc.yaml
0 → 100644
+
7
−
0
View file @
a02c6583
---
fixes
:
-
|
Fixes an issue with ``kayobe overcloud post configure`` when Ironic is
disabled, but ``ironic_serial_console_autoenable`` is set to ``true``.
See `story 2006662 <https://storyboard.openstack.org/#!/story/2006662>`__
for details.
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