-
Notifications
You must be signed in to change notification settings - Fork 6
support for multidisk OVA files #7
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
Conversation
@abhinandanprateek shouldn't this be in the Interoute repo? Can you please move the PR there? |
@borisstoyanov AFAIK other than the two FR that @rhtyd is working on, others need to go to master cc @PaulAngus |
I see @DaanHoogland has created the PR for FR2.6 in the Interoute repo as well, is there any concerns with submitting the PRs from the interoute repo? Actually what's the strategy on the community submissions? Where do we create PRs and how do we submit them in community? |
@abhinandanprateek @borisstoyanov /cc @PaulAngus I've implemented the following UI, where in case of multi-disk template (ova) you'll see options to select the disk offering for the data disk template: Though this will take away the option to deploy additional data disk with the template. The UI code sort of existed already in the wizard, I found this today and made some changes to the API and the UI to reuse the widget which is a list of checkbox with labels (the data disk name) and the list of disk offerings per data disk. |
Additional note: this may need some refining as it does not make sense to me to select a disk offering that has a fixed size where the data disk (template) might already have a fixed size? |
Hi guys, looks like there are conflicts in the data schema, can we resolve them before jumping into testing please? @abhinandanprateek @rhtyd |
2d7efd5
to
1dde0e2
Compare
Hi guys tried building the PR but build failed with
http://build.yadav.xyz:8080/job/shapeblue-pkg-builder/60/ |
Yes @borisstoyanov I've sent a PR to fix the master/upstream issue |
importSpecParams.setEntityName(importEntityName); | ||
importSpecParams.setDeploymentOption(""); | ||
|
||
String ovfDescriptor = removeOVFNetwork(HttpNfcLeaseMO.readOvfContent(ovfFilePath)); |
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.
@abhinandanprateek I've made this additional change
d60e160
to
69b96a3
Compare
9960c45
to
42710ca
Compare
Signed-off-by: Abhinandan Prateek <[email protected]>
Signed-off-by: Rohit Yadav <[email protected]>
…ootable disk info
…ptop while does not when build on jenkins,
025ff2c
to
896b29b
Compare
961ce01
to
bb23562
Compare
6f70007
to
019898e
Compare
019898e
to
80c50bd
Compare
5db84c4
to
ebc848d
Compare
@abhinandanprateek Did you merge back master? I think you better rebase, instead. This is going to look messy. |
@DaanHoogland heard ya |
moved to community. |
…via the VPC VR if it is gateway
Fix various linting warnings and errors in resource and basic layout component. Signed-off-by: Rohit Yadav <[email protected]>
This implements a work-in-progress VM deployment wizard. Co-authored-by: Rohit Yadav <[email protected]> Signed-off-by: Rohit Yadav <[email protected]>
Signed-off-by: Abhinandan Prateek [email protected]