Feature #8289
use cloudinit user data in ovirt/rhev compute ressource
Description
as a ovirt/rhev user, i would like to use the cloudinit integration described at http://www.ovirt.org/Features/Cloud-Init_Integration from foreman
that means applying a user_data template and have it applied when deploying a ovirt/rhev vm from template
changes need to be done at the following level
-rbovirt to pass a specific body when using vm_action with 'start' action
-fog to pass a user when using vm.start
-foreman to handle user_data and pass it to setComputePowerUp in app/models/concerns/orchestration/compute.rb
make those changes invisible to other compute ressources
have the two first changes ready , working on the last one
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1939 added
- Pull request deleted (
)
#2
Updated by Dominic Cleal over 8 years ago
- Assignee set to Karim Boumedhel
#3
Updated by Dominic Cleal over 8 years ago
- Blocked by Refactor #8641: Update fog version to 1.27.x added
#4
Updated by Karim Boumedhel over 8 years ago
new PR ready at https://github.com/theforeman/foreman/pull/2198
#5
Updated by Bryan Kearney about 8 years ago
- Bugzilla link set to 1189813
#6
Updated by Karim Boumedhel about 8 years ago
ultimate PR at https://github.com/theforeman/foreman/pull/2350
#7
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/foreman/pull/3175 added
#8
Updated by Anonymous over 7 years ago
- Blocked by Refactor #13698: update to rest-client 1.8.x added
#9
Updated by Anonymous over 7 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/3175)
#10
Updated by Anonymous over 7 years ago
- Pull request https://github.com/theforeman/foreman/pull/2350 added
- Pull request deleted (
https://github.com/theforeman/foreman/pull/1939)
#11
Updated by Anonymous almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5dec3a526879e70ef0c3aeac0c8d0945d1614dba.
#12
Updated by Dominic Cleal almost 7 years ago
- Legacy Backlogs Release (now unused) set to 160
#13
Updated by Ivan Necas almost 6 years ago
- Related to Feature #20590: Full cloud-init support with ovirt provider added
#14
Updated by keith lin about 5 years ago
- Related to deleted (Feature #20590: Full cloud-init support with ovirt provider)
Fixes #8289 - handle user data in ovirt