Uh oh!
There was an error while loading. Please reload this page.
support for multidisk OVA files - #7
Conversation
borisstoyanov
commented
Mar 21, 2017
@abhinandanprateek shouldn't this be in the Interoute repo? Can you please move the PR there? |
abhinandanprateek
commented
Mar 21, 2017
@borisstoyanov AFAIK other than the two FR that @rhtyd is working on, others need to go to master cc @PaulAngus |
borisstoyanov
commented
Mar 21, 2017
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? |
yadvr
commented
Apr 12, 2017
@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. |
yadvr
commented
Apr 12, 2017
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? |
borisstoyanov
commented
Apr 18, 2017
Hi guys, looks like there are conflicts in the data schema, can we resolve them before jumping into testing please? @abhinandanprateek @rhtyd |
borisstoyanov
commented
Apr 19, 2017
Hi guys tried building the PR but build failed with http://build.yadav.xyz:8080/job/shapeblue-pkg-builder/60/ |
yadvr
commented
Apr 19, 2017
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.
@abhinandanprateek I've made this additional change
d60e160 to
69b96a3Compare9960c45 to
42710caCompareSigned-off-by: Abhinandan Prateek <abhinandan.prateek@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…ptop while does not when build on jenkins,
025ff2c to
896b29bCompare961ce01 to
bb23562CompareDaanHoogland
commented
Jun 13, 2017
@abhinandanprateek Did you merge back master? I think you better rebase, instead. This is going to look messy. |
abhinandanprateek
commented
Jun 13, 2017
@DaanHoogland heard ya |
abhinandanprateek
commented
Jun 13, 2017
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 <rohit.yadav@shapeblue.com>
This implements a work-in-progress VM deployment wizard. Co-authored-by: Rohit Yadav <rohit@apache.org> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>


Signed-off-by: Abhinandan Prateek abhinandan.prateek@shapeblue.com