Uh oh!
There was an error while loading. Please reload this page.
Allow additional configuration metadata to VMs - #3510
Conversation
anuragaw
commented
Jul 23, 2019
@blueorangutan package |
blueorangutan
commented
Jul 23, 2019
@anuragaw a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jul 23, 2019
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-174 |
borisstoyanov
commented
Jul 23, 2019
@blueorangutan test matrix |
blueorangutan
commented
Jul 23, 2019
@borisstoyanov a Trillian-Jenkins matrix job (centos6 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Jul 24, 2019
Trillian test result (tid-206)
|
blueorangutan
commented
Jul 24, 2019
Trillian test result (tid-207)
|
wido
commented
Jul 24, 2019
This seems to be Xen specific, right? What can this do in addition to user-data through cloud-init? |
borisstoyanov
commented
Jul 24, 2019
This is not just Xen specific but for vmware and kvm as well @wido, it only adds extra configuration to a VM it has nothing to do with user data and cloud-init. |
wido
commented
Jul 24, 2019
@borisstoyanov I got confused by some keys I noticed. I see it also works for KVM, but what kind of keys would somebody want to configure with KVM? |
I'll take a look @borisstoyanov |
@anuragaw Hi. Small question. how does this work in practise? do we speak about the systemvm? |
borisstoyanov
left a comment
There was a problem hiding this comment.
@anuragaw can you address the merge conflicts pls
d0fcd97 to
4427f14Compareanuragaw
commented
Sep 11, 2019
@blueorangutan package |
blueorangutan
commented
Sep 11, 2019
@anuragaw a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Sep 11, 2019
Packaging result: ✔centos6 ✖centos7 ✔debian. JID-273 |
anuragaw
commented
Sep 11, 2019
@blueorangutan package |
blueorangutan
commented
Sep 11, 2019
@anuragaw a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Sep 11, 2019
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-275 |
anuragaw
commented
Sep 12, 2019
@blueorangutan test |
blueorangutan
commented
Sep 12, 2019
@anuragaw a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
ddc1689 to
1d22a0aCompareanuragaw
commented
Dec 21, 2019
Needed rebasing after merge conflicts. @blueorangutan package |
blueorangutan
commented
Dec 21, 2019
@anuragaw a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 21, 2019
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-500 |
borisstoyanov
commented
Dec 31, 2019
@blueorangutan test |
blueorangutan
commented
Dec 31, 2019
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 31, 2019
Trillian test result (tid-676)
|
anuragaw
commented
Jan 3, 2020
@DaanHoogland - can you please take a look at the last commit for code review. Thanks!! @blueorangutan package |
blueorangutan
commented
Jan 3, 2020
@anuragaw a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jan 3, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-521 |
anuragaw
commented
Jan 3, 2020
@blueorangutan test |
blueorangutan
commented
Jan 3, 2020
@anuragaw a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Jan 3, 2020
Trillian test result (tid-682)
|
andrijapanicsb
left a comment
There was a problem hiding this comment.
LGMT.
Tested "in-house" and seems to be working fine for all 3 hypervisors.
andrijapanicsb
commented
Jan 8, 2020
|
* Suqash commits to a single commit and rebase against master Update marvin tests to use white list * * Fix marvin test failure * Add new marvin negative tests cases * Remove hard-coded hypervisor types in marvin tests * Fix build error after rebase and add hugepagesless * Fix readability of python code * Fix failing test * Adding cleanup of vms for negative tests * Bug fixes - change config checks properly and block extraconfig in details * Trim to compare the keys * CR comments * Don't skip extraconfig without exception Co-authored-by: Boris Stoyanov - a.k.a Bobby <bss.stoyanov@gmail.com>
@pavanaravapalli please open a github issue when you see anything not working with appropriate information and steps. Thanks |
pavanaravapalli
commented
Dec 2, 2020
@harikrishna-patnala ok i will do necessary if required. |
Currently, CloudStack does not allow additional configuration metadata to guest VMs during deployment. This feature aims to provide operators the functionality to pass arbitrary additional configuration metadata that will be included everytime the guest VM is started.
FS document: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enable+additional+configuration+metadata+to+virtual+machines
Description
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?