[GitHub] [cloudstack-primate] DaanHoogland commented on a change in pull request #313: Bootintobios

2020-04-25 Thread GitBox
DaanHoogland commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415079853 ## File path: src/views/compute/DeployVM.vue ## @@ -275,6 +275,16 @@ + +

[GitHub] [cloudstack-primate] DaanHoogland commented on a change in pull request #313: Bootintobios

2020-04-25 Thread GitBox
DaanHoogland commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415079913 ## File path: src/views/compute/DeployVM.vue ## @@ -918,6 +933,8 @@ export default { deployVmData.keypair = values.keypair

[GitHub] [cloudstack-primate] DaanHoogland commented on a change in pull request #313: Bootintobios

2020-04-25 Thread GitBox
DaanHoogland commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415079678 ## File path: src/config/section/compute.js ## @@ -86,7 +86,7 @@ export default { dataView: true, groupAction: true,

Re: Release packaging noredist

2020-04-25 Thread Rohit Yadav
Hi Paul, I think the only a netapp filesystems plugin had a restrictive dependency/jar license that forbid redistribution. This was solved with the help of Mike. From what I had checked and understood all other "non-oss" CloudStack plugins and their dependencies (jars) allow redistribution of th

Re: [PRIMATE][SIG] Meeting Notes

2020-04-25 Thread Rohit Yadav
24 April 2020 High-level changes and updates: * 100% complete by number of APIs to be supported for tech preview * About 30 open issues, 20 open PRs * Review/merge/test the issues/PRs before RC1 could be cut * Demo shown: * B&R support * CKS * SAML single-sign

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #313: Bootintobios

2020-04-25 Thread GitBox
rhtyd commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415016449 ## File path: src/views/compute/DeployVM.vue ## @@ -918,6 +933,8 @@ export default { deployVmData.keypair = values.keypair deploy

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #313: Bootintobios

2020-04-25 Thread GitBox
rhtyd commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415016307 ## File path: src/views/compute/DeployVM.vue ## @@ -275,6 +275,16 @@ + +

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #313: Bootintobios

2020-04-25 Thread GitBox
rhtyd commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415016173 ## File path: src/views/compute/DeployVM.vue ## @@ -275,6 +275,16 @@ +

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #313: Bootintobios

2020-04-25 Thread GitBox
rhtyd commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415015946 ## File path: src/config/section/compute.js ## @@ -86,7 +86,7 @@ export default { dataView: true, groupAction: true,

[GitHub] [cloudstack-primate] rhtyd commented on issue #311: [BUG] defaults selection in deploy wizard are missing

2020-04-25 Thread GitBox
rhtyd commented on issue #311: URL: https://github.com/apache/cloudstack-primate/issues/311#issuecomment-619344124 I think we simply need to auto-select the first item in the list (if the item is not empty) - @utchoang can you fix this whenever you get time, thanks. -