[GitHub] [cloudstack] rhtyd merged pull request #3370: ssvm: apply MTU value on storage/management nic if available

2019-06-04 Thread GitBox
rhtyd merged pull request #3370: ssvm: apply MTU value on storage/management nic if available URL: https://github.com/apache/cloudstack/pull/3370 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack] blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498641121 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

[GitHub] [cloudstack] rhtyd opened a new pull request #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
rhtyd opened a new pull request #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373 This does not remove VM entries in dbags when hostnames match. The current codebase already removes entry when a VM is stopped/removed so we don't need to

[GitHub] [cloudstack] rhtyd commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498622455 Thanks for the PR @richardlawley - do you think it can cause regression when the VR has multiple public IPs (i.e multiple public nics) as

[GitHub] [cloudstack] rhtyd commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498622614 Nevermind I compared your changes with what Jayapal was trying to do, LGTM.

[GitHub] [cloudstack] svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498626344 @rhtyd @syed thanks for help. i will introduce a flag for managed storage and revert

[GitHub] [cloudstack] rhtyd commented on issue #3273: VR DHCP VPC multihomed VM broken

2019-06-04 Thread GitBox
rhtyd commented on issue #3273: VR DHCP VPC multihomed VM broken URL: https://github.com/apache/cloudstack/issues/3273#issuecomment-498630239 Reproduced on latest 4.11 This is an automated message from the Apache Git Service.

[GitHub] [cloudstack] rhtyd commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498640802 @blueorangutan test This is an automated message from the Apache Git

[GitHub] [cloudstack] rhtyd edited a comment on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
rhtyd edited a comment on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498640405 @svenvogel to setup a dev-test env; If you're on Mac/Windows, the basic process

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3297: [WIP DO NOT MERGE] Support copy tags from template/iso image to VM from deploy vm command

2019-06-04 Thread GitBox
anuragaw commented on a change in pull request #3297: [WIP DO NOT MERGE] Support copy tags from template/iso image to VM from deploy vm command URL: https://github.com/apache/cloudstack/pull/3297#discussion_r288937563 ## File path:

[GitHub] [cloudstack] svenvogel edited a comment on issue #3294: Set default service offering over api and ui

2019-06-04 Thread GitBox
svenvogel edited a comment on issue #3294: Set default service offering over api and ui URL: https://github.com/apache/cloudstack/pull/3294#issuecomment-498599819 @rafaelweingartner thanks for the comment. @rafaelweingartner @DaanHoogland @DennisKonrad @pbankonier @PaulAngus

[GitHub] [cloudstack] svenvogel edited a comment on issue #3294: Set default service offering over api and ui

2019-06-04 Thread GitBox
svenvogel edited a comment on issue #3294: Set default service offering over api and ui URL: https://github.com/apache/cloudstack/pull/3294#issuecomment-498599819 @DaanHoogland @DennisKonrad @pbankonier @PaulAngus @rafaelweingartner thanks for the comment. Yes, the proposal is to

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3297: [WIP DO NOT MERGE] Support copy tags from template/iso image to VM from deploy vm command

2019-06-04 Thread GitBox
anuragaw commented on a change in pull request #3297: [WIP DO NOT MERGE] Support copy tags from template/iso image to VM from deploy vm command URL: https://github.com/apache/cloudstack/pull/3297#discussion_r288937563 ## File path:

[GitHub] [cloudstack] rhtyd commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498621358 @blueorangutan package This is an automated message from the Apache Git

[GitHub] [cloudstack] richardlawley opened a new pull request #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
richardlawley opened a new pull request #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366 ## Description The VR code has provision for inserting rules at the top or bottom by specifying "front" as the second parameter to

[GitHub] [cloudstack] rhtyd removed a comment on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd removed a comment on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498621358 @blueorangutan package This is an automated message from the

[GitHub] [cloudstack] rhtyd commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498621704 Can you review this - @ustcweizhou @anuragaw @shwstppr ? @blueorangutan package

[GitHub] [cloudstack] blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498621720 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

[GitHub] [cloudstack] rhtyd closed pull request #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd closed pull request #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [cloudstack] anuragaw commented on issue #3372: Add to listRouters response the scriptsversion

2019-06-04 Thread GitBox
anuragaw commented on issue #3372: Add to listRouters response the scriptsversion URL: https://github.com/apache/cloudstack/pull/3372#issuecomment-498636074 @blueorangutan package This is an automated message from the Apache

[GitHub] [cloudstack] blueorangutan commented on issue #3372: Add to listRouters response the scriptsversion

2019-06-04 Thread GitBox
blueorangutan commented on issue #3372: Add to listRouters response the scriptsversion URL: https://github.com/apache/cloudstack/pull/3372#issuecomment-498636394 @anuragaw a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498647661 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2840 This is an

[cloudstack] branch master updated (3e4c55c -> 50869fe)

2019-06-04 Thread nvazquez
This is an automated email from the ASF dual-hosted git repository. nvazquez pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 3e4c55c Merge remote-tracking branch 'origin/4.12' add 12c850e KVM: Improvements on upload direct

[cloudstack] 01/01: Merge branch '4.12'

2019-06-04 Thread nvazquez
This is an automated email from the ASF dual-hosted git repository. nvazquez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 50869fec9208a8973d59e5d5831e241c50923646 Merge: 3e4c55c bea627a Author: nvazquez AuthorDate: Tue Jun 4 09:49:39

[GitHub] [cloudstack] rhtyd commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
rhtyd commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498611909 @svenvogel @DennisKonrad here are bunch of issues with this PR: - It breaks the

[GitHub] [cloudstack] rhtyd commented on issue #3369: MTU for storage interface on SSVM is not honored

2019-06-04 Thread GitBox
rhtyd commented on issue #3369: MTU for storage interface on SSVM is not honored URL: https://github.com/apache/cloudstack/issues/3369#issuecomment-498614818 Fixed and merged in https://github.com/apache/cloudstack/pull/3370

[GitHub] [cloudstack] rhtyd closed issue #3369: MTU for storage interface on SSVM is not honored

2019-06-04 Thread GitBox
rhtyd closed issue #3369: MTU for storage interface on SSVM is not honored URL: https://github.com/apache/cloudstack/issues/3369 This is an automated message from the Apache Git Service. To respond to the message, please log

[cloudstack] branch 4.11 updated (12c850e -> 42501ce)

2019-06-04 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a change to branch 4.11 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 12c850e KVM: Improvements on upload direct download certificates (#2995) add 42501ce ssvm: apply MTU value

[GitHub] [cloudstack] svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498632771 @rhtyd how can i test it by self with "@blue"?

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498639334 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

[GitHub] [cloudstack] rhtyd commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
rhtyd commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498639503 Can you help review this - @ustcweizhou @shwstppr @anuragaw, thanks. This is an

[GitHub] [cloudstack] rhtyd commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
rhtyd commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498639209 To test it, I deployed a VM with a VPC with two tiers. By adding two nics on the VPC's tier1 and tier2, I could confirm that VM gets dhcp/dns

[GitHub] [cloudstack] rhtyd commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
rhtyd commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498648166 @blueorangutan test This is an automated message from the Apache Git Service.

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498648235 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

[GitHub] [cloudstack] svenvogel commented on issue #3294: Set default service offering over api and ui

2019-06-04 Thread GitBox
svenvogel commented on issue #3294: Set default service offering over api and ui URL: https://github.com/apache/cloudstack/pull/3294#issuecomment-498599819 @rafaelweingartner thanks for the comment. Yes, the proposal is to change this "standard" and add a to create/propose a

[GitHub] [cloudstack] ustcweizhou commented on issue #3194: Suspending a VM before snapshot deletion (see PR #3193)

2019-06-04 Thread GitBox
ustcweizhou commented on issue #3194: Suspending a VM before snapshot deletion (see PR #3193) URL: https://github.com/apache/cloudstack/pull/3194#issuecomment-498616755 @rhtyd good lgtm now. This is an automated message

[GitHub] [cloudstack] rhtyd commented on issue #3194: Suspending a VM before snapshot deletion (see PR #3193)

2019-06-04 Thread GitBox
rhtyd commented on issue #3194: Suspending a VM before snapshot deletion (see PR #3193) URL: https://github.com/apache/cloudstack/pull/3194#issuecomment-498616612 Looks like it is already handled. The UI already says this: ![Screenshot from 2019-06-04

[GitHub] [cloudstack] anuragaw opened a new pull request #3372: Add to listRouters response the scriptsversion

2019-06-04 Thread GitBox
anuragaw opened a new pull request #3372: Add to listRouters response the scriptsversion URL: https://github.com/apache/cloudstack/pull/3372 Add missing scriptsversion field to list router api call response. Fixes: #3357 ## Description

[GitHub] [cloudstack] svenvogel commented on a change in pull request #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel commented on a change in pull request #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#discussion_r290209035 ## File path: scripts/storage/secondary/createtmplt.sh

[GitHub] [cloudstack] rhtyd commented on issue #3075: [WIP]: Prevent regenerating keystore and add background task to upload certificates

2019-06-04 Thread GitBox
rhtyd commented on issue #3075: [WIP]: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-498615186 @nvazquez can you rebase and advise the latest state, thanks.

[GitHub] [cloudstack] blueorangutan commented on issue #3372: Add to listRouters response the scriptsversion

2019-06-04 Thread GitBox
blueorangutan commented on issue #3372: Add to listRouters response the scriptsversion URL: https://github.com/apache/cloudstack/pull/3372#issuecomment-498645630 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2839 This is

[cloudstack] branch 4.12 updated (3f2399f -> bea627a)

2019-06-04 Thread nvazquez
This is an automated email from the ASF dual-hosted git repository. nvazquez pushed a change to branch 4.12 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 3f2399f server: Fix forward merge missing import causing build failure add 12c850e KVM: Improvements on

[GitHub] [cloudstack] rhtyd merged pull request #3194: Suspending a VM before snapshot deletion (see PR #3193)

2019-06-04 Thread GitBox
rhtyd merged pull request #3194: Suspending a VM before snapshot deletion (see PR #3193) URL: https://github.com/apache/cloudstack/pull/3194 This is an automated message from the Apache Git Service. To respond to the

[cloudstack] branch 4.11 updated: kvm: suspend a VM before snapshot deletion (see PR #3193) (#3194)

2019-06-04 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.11 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.11 by this push: new c94ee14 kvm: suspend a VM before snapshot

[GitHub] [cloudstack] rhtyd commented on issue #3193: qcow2 images are being corrupted

2019-06-04 Thread GitBox
rhtyd commented on issue #3193: qcow2 images are being corrupted URL: https://github.com/apache/cloudstack/issues/3193#issuecomment-498617254 Merged in https://github.com/apache/cloudstack/pull/3194 This is an automated

[GitHub] [cloudstack] rhtyd closed issue #3193: qcow2 images are being corrupted

2019-06-04 Thread GitBox
rhtyd closed issue #3193: qcow2 images are being corrupted URL: https://github.com/apache/cloudstack/issues/3193 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3297: [WIP DO NOT MERGE] Support copy tags from template/iso image to VM from deploy vm command

2019-06-04 Thread GitBox
anuragaw commented on a change in pull request #3297: [WIP DO NOT MERGE] Support copy tags from template/iso image to VM from deploy vm command URL: https://github.com/apache/cloudstack/pull/3297#discussion_r290263718 ## File path:

[GitHub] [cloudstack] blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498627631 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2838 This is an

[GitHub] [cloudstack] rhtyd commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
rhtyd commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498640405 @svenvogel to setup a dev-test env; If you're on Mac/Windows, the basic process is to

[GitHub] [cloudstack] svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498680738 > @blueorangutan test

[GitHub] [cloudstack] svenvogel removed a comment on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel removed a comment on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498680738 > @blueorangutan test

[GitHub] [cloudstack] gmueller-ewerk commented on issue #3186: [WIP DO NOT MERGE] Add possibility to set KVM MTU size for NIC

2019-06-04 Thread GitBox
gmueller-ewerk commented on issue #3186: [WIP DO NOT MERGE] Add possibility to set KVM MTU size for NIC URL: https://github.com/apache/cloudstack/pull/3186#issuecomment-498689127 @DaanHoogland I'm already working on it. This

[GitHub] [cloudstack] blueorangutan commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
blueorangutan commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498689049 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I

[GitHub] [cloudstack] svenvogel removed a comment on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel removed a comment on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498680084 @blueorangutan test

[GitHub] [cloudstack] DaanHoogland commented on issue #3297: Support copy tags from template/iso image to VM from deploy vm command

2019-06-04 Thread GitBox
DaanHoogland commented on issue #3297: Support copy tags from template/iso image to VM from deploy vm command URL: https://github.com/apache/cloudstack/pull/3297#issuecomment-498682996 This may not be on your PR @anuragaw, but since it is both tag related better look at it anyway:

[GitHub] [cloudstack] pbankonier commented on issue #3294: Set default service offering over api and ui

2019-06-04 Thread GitBox
pbankonier commented on issue #3294: Set default service offering over api and ui URL: https://github.com/apache/cloudstack/pull/3294#issuecomment-498716577 @svenvogel @DennisKonrad @rafaelweingartner @PaulAngus looked into the code for the global default offering settings and found that

[GitHub] [cloudstack] rafaelweingartner commented on issue #3294: Set default service offering over api and ui

2019-06-04 Thread GitBox
rafaelweingartner commented on issue #3294: Set default service offering over api and ui URL: https://github.com/apache/cloudstack/pull/3294#issuecomment-498671734 @svenvogel can you describe how this migration path would work for people that are currently using the "configurations" table

[GitHub] [cloudstack] svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498679582 @rhtyd can you rekick a test for me?

[GitHub] [cloudstack] rhtyd commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
rhtyd commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498731089 Thanks for testing and reviewing @nvazquez - it's likely that when nic is removed the rules are not removed from the VR. I'll test and try to

[GitHub] [cloudstack] svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
svenvogel commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498680084 @blueorangutan test

[GitHub] [cloudstack] DaanHoogland commented on issue #3186: [WIP DO NOT MERGE] Add possibility to set KVM MTU size for NIC

2019-06-04 Thread GitBox
DaanHoogland commented on issue #3186: [WIP DO NOT MERGE] Add possibility to set KVM MTU size for NIC URL: https://github.com/apache/cloudstack/pull/3186#issuecomment-498688504 @gmueller-ewerk new conflicts, sorry. can you please resolve them?

[GitHub] [cloudstack] rhtyd commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
rhtyd commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498688681 @blueorangutan package

[GitHub] [cloudstack] pbankonier edited a comment on issue #3294: Set default service offering over api and ui

2019-06-04 Thread GitBox
pbankonier edited a comment on issue #3294: Set default service offering over api and ui URL: https://github.com/apache/cloudstack/pull/3294#issuecomment-498716577 @svenvogel @DennisKonrad @rafaelweingartner @PaulAngus I looked into the code for the global default offering settings and

[GitHub] [cloudstack] blueorangutan commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh

2019-06-04 Thread GitBox
blueorangutan commented on issue #3371: Fix template size for managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-498697729 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2841

[GitHub] [cloudstack] rhtyd commented on issue #2913: Deactivate ehcache

2019-06-04 Thread GitBox
rhtyd commented on issue #2913: Deactivate ehcache URL: https://github.com/apache/cloudstack/pull/2913#issuecomment-498733887 I'm in favour of merging this as the ehcache does not work with currently CloudStack at all, all queries end up on the mysql server. What do others think -

[GitHub] [cloudstack] rhtyd closed pull request #2983: WIP: KVM live storage migration intra cluster from NFS source and destination

2019-06-04 Thread GitBox
rhtyd closed pull request #2983: WIP: KVM live storage migration intra cluster from NFS source and destination URL: https://github.com/apache/cloudstack/pull/2983 This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack] rhtyd commented on issue #2983: WIP: KVM live storage migration intra cluster from NFS source and destination

2019-06-04 Thread GitBox
rhtyd commented on issue #2983: WIP: KVM live storage migration intra cluster from NFS source and destination URL: https://github.com/apache/cloudstack/pull/2983#issuecomment-498734754 @nvazquez is this ready for review/merging?

[GitHub] [cloudstack] nvazquez opened a new pull request #2983: WIP: KVM live storage migration intra cluster from NFS source and destination

2019-06-04 Thread GitBox
nvazquez opened a new pull request #2983: WIP: KVM live storage migration intra cluster from NFS source and destination URL: https://github.com/apache/cloudstack/pull/2983 ## Description Feature Specification:

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498778124 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2842 This is an

[GitHub] [cloudstack] blueorangutan commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
blueorangutan commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-498814310 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2843

[GitHub] [cloudstack] nvazquez commented on issue #3075: [WIP]: Prevent regenerating keystore and add background task to upload certificates

2019-06-04 Thread GitBox
nvazquez commented on issue #3075: [WIP]: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-498807491 @blueorangutan package This is

[GitHub] [cloudstack] nvazquez commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
nvazquez commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-498815882 @blueorangutan test This is an automated message

[GitHub] [cloudstack] nvazquez commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
nvazquez commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498770854 @blueorangutan package This is an automated message from the Apache Git

[cloudstack] branch 4.11 updated: router: Fix rule duplication with non-VPC static NAT rules (#3366)

2019-06-04 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.11 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.11 by this push: new 41f569e router: Fix rule duplication with

[GitHub] [cloudstack] rhtyd closed issue #3177: Static NAT causes duplicate firewall rules to be added

2019-06-04 Thread GitBox
rhtyd closed issue #3177: Static NAT causes duplicate firewall rules to be added URL: https://github.com/apache/cloudstack/issues/3177 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack] rhtyd commented on issue #3177: Static NAT causes duplicate firewall rules to be added

2019-06-04 Thread GitBox
rhtyd commented on issue #3177: Static NAT causes duplicate firewall rules to be added URL: https://github.com/apache/cloudstack/issues/3177#issuecomment-498838829 Merged in https://github.com/apache/cloudstack/pull/3366

[GitHub] [cloudstack] rhtyd merged pull request #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
rhtyd merged pull request #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [cloudstack] nvazquez commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
nvazquez commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498784751 @blueorangutan test This is an automated message from the Apache Git

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498784858 @nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

[GitHub] [cloudstack] blueorangutan commented on issue #3075: [WIP]: Prevent regenerating keystore and add background task to upload certificates

2019-06-04 Thread GitBox
blueorangutan commented on issue #3075: [WIP]: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-498807829 @nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498770930 @nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

[GitHub] [cloudstack] blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
blueorangutan commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498836075 Trillian test result (tid-3641) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 29513

[GitHub] [cloudstack] nvazquez commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
nvazquez commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-498816770 @rhtyd this is ready for review This is an

[GitHub] [cloudstack] blueorangutan commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
blueorangutan commented on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-498816251 @nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

[GitHub] [cloudstack] ustcweizhou commented on issue #3366: Fix rule duplication with static NAT rules

2019-06-04 Thread GitBox
ustcweizhou commented on issue #3366: Fix rule duplication with static NAT rules URL: https://github.com/apache/cloudstack/pull/3366#issuecomment-498844958 I was just testing it. it works fine. This is an automated

[GitHub] [cloudstack] falcon78921 commented on issue #3195: Python 3 compatibility

2019-06-04 Thread GitBox
falcon78921 commented on issue #3195: Python 3 compatibility URL: https://github.com/apache/cloudstack/issues/3195#issuecomment-498865598 @rhytd @wido I would love to help with moving over to Python 3, if that's still the plan.

[GitHub] [cloudstack] ustcweizhou commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
ustcweizhou commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498849991 code LGTM did not test it. This is an automated message from the

[GitHub] [cloudstack] nvazquez commented on issue #3374: KVM: Enhancements for direct download feature

2019-06-04 Thread GitBox
nvazquez commented on issue #3374: KVM: Enhancements for direct download feature URL: https://github.com/apache/cloudstack/pull/3374#issuecomment-498920622 @blueorangutan package This is an automated message from the Apache

[GitHub] [cloudstack] nvazquez opened a new pull request #3374: KVM: Enhancements for direct download feature

2019-06-04 Thread GitBox
nvazquez opened a new pull request #3374: KVM: Enhancements for direct download feature URL: https://github.com/apache/cloudstack/pull/3374 ## Description Extend improvements on PR #2995 and #3075 - Add an API method to revoke certificates from hosts - Add a background task

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498855154 Trillian test result (tid-3642) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 32057

[GitHub] [cloudstack] blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC

2019-06-04 Thread GitBox
blueorangutan commented on issue #3373: router: support multi-homed VMs in VPC URL: https://github.com/apache/cloudstack/pull/3373#issuecomment-498914407 Trillian test result (tid-3644) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 27722

[GitHub] [cloudstack] falcon78921 edited a comment on issue #3195: Python 3 compatibility

2019-06-04 Thread GitBox
falcon78921 edited a comment on issue #3195: Python 3 compatibility URL: https://github.com/apache/cloudstack/issues/3195#issuecomment-498865598 @rhtyd @wido I would love to help with moving over to Python 3, if that's still the plan.

[GitHub] [cloudstack] blueorangutan commented on issue #3374: KVM: Enhancements for direct download feature

2019-06-04 Thread GitBox
blueorangutan commented on issue #3374: KVM: Enhancements for direct download feature URL: https://github.com/apache/cloudstack/pull/3374#issuecomment-498920704 @nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.11' into 4.12

2019-06-04 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.12 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit ff23131701f493928b303cde484677249825ab41 Merge: bea627a 8fb388e Author: Rohit Yadav AuthorDate: Wed Jun 5 10:00:45

[cloudstack] branch 4.12 updated (bea627a -> ff23131)

2019-06-04 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a change to branch 4.12 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from bea627a Merge branch '4.11' into 4.12 add 41f569e router: Fix rule duplication with non-VPC static NAT rules

[GitHub] [cloudstack] rhtyd commented on a change in pull request #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
rhtyd commented on a change in pull request #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#discussion_r290569265 ## File path: scripts/util/keystore-cert-import ## @@ -38,9 +38,6 @@ if [ -z

[GitHub] [cloudstack] blueorangutan commented on issue #3374: KVM: Enhancements for direct download feature

2019-06-04 Thread GitBox
blueorangutan commented on issue #3374: KVM: Enhancements for direct download feature URL: https://github.com/apache/cloudstack/pull/3374#issuecomment-498923949 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2844 This is

[GitHub] [cloudstack] rhtyd commented on a change in pull request #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
rhtyd commented on a change in pull request #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#discussion_r290569474 ## File path: scripts/util/keystore-cert-import ## @@ -38,9 +38,6 @@ if [ -z

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
blueorangutan removed a comment on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-466094673 Trillian test result (tid-3408) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API

2019-06-04 Thread GitBox
blueorangutan removed a comment on issue #3075: KVM: Prevent regenerating keystore on provisionCertificate API URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-465891041 @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke

  1   2   >