-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add oVirt cloud-init customization template #14139
Add oVirt cloud-init customization template #14139
Conversation
Currently ManageIQ doesn't include a customization template that can be used out of the box to set the host name, root password and IP address in oVirt, using cloud-init. This patch adds it. https://bugzilla.redhat.com/1427603
Checked commit https://github.com/jhernand/manageiq/commit/aee64100f9089caa582c8bd405d4fdc517c3c2c6 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
- :name: oVirt cloud-init | ||
:description: This template generates the cloud-init configuration supported by oVirt | ||
:script: |- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 for using the block syntax
euwe/no bc the BZ is for @miq-bot add_labels euwe/no, bug, providers/rhevm |
@durandom either @gmcculloug or @bdunne would be best. |
@bdunne The bug was cloned. @miq-bot add_labels euwe/yes |
…ation_template Add oVirt cloud-init customization template (cherry picked from commit 1029890) https://bugzilla.redhat.com/show_bug.cgi?id=1434428
Euwe backport details:
|
Currently ManageIQ doesn't include a customization template that can be used
out of the box to set the host name, root password and IP address in oVirt,
using cloud-init. This patch adds it.
https://bugzilla.redhat.com/1427603