Cloudstack 4.13.1 integration with KVM Host issue

2020-06-10 Thread deepak
Hi, Whenever we are creating an VM on a particular Basic zone we are not getting IP on that VM but when we check router we are getting ip there for that VM and when we assign that IP on VM it is working fine but we are doing manually. so we would like to know the reason of not getting IP for

[GitHub] [cloudstack-primate] davidjumani opened a new pull request #411: Adding showunique parameter to list templates and isos

2020-06-10 Thread GitBox
davidjumani opened a new pull request #411: URL: https://github.com/apache/cloudstack-primate/pull/411 Fixes https://github.com/apache/cloudstack/issues/4041 This is an automated message from the Apache Git Service. To respon

[GitHub] [cloudstack-primate] davidjumani commented on pull request #411: Adding showunique parameter to list templates and isos

2020-06-10 Thread GitBox
davidjumani commented on pull request #411: URL: https://github.com/apache/cloudstack-primate/pull/411#issuecomment-641935166 @rhtyd Good to go? This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [cloudstack-primate] davidjumani commented on pull request #411: Adding showunique parameter to list templates and isos

2020-06-10 Thread GitBox
davidjumani commented on pull request #411: URL: https://github.com/apache/cloudstack-primate/pull/411#issuecomment-641944977 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #411: Adding showunique parameter to list templates and isos

2020-06-10 Thread GitBox
blueorangutan commented on pull request #411: URL: https://github.com/apache/cloudstack-primate/pull/411#issuecomment-641945317 @davidjumani a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. -

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #411: Adding showunique parameter to list templates and isos

2020-06-10 Thread GitBox
blueorangutan commented on pull request #411: URL: https://github.com/apache/cloudstack-primate/pull/411#issuecomment-641949798 Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive. QA: http://primate-qa.cloudstack.cloud:8080/client/pr/411 (JID-1

[GitHub] [cloudstack-primate] davidjumani commented on pull request #383: Fixing wrong labels

2020-06-10 Thread GitBox
davidjumani commented on pull request #383: URL: https://github.com/apache/cloudstack-primate/pull/383#issuecomment-641977179 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-primate] davidjumani commented on pull request #407: [WIP] Adding API messages

2020-06-10 Thread GitBox
davidjumani commented on pull request #407: URL: https://github.com/apache/cloudstack-primate/pull/407#issuecomment-641977546 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #383: Fixing wrong labels

2020-06-10 Thread GitBox
blueorangutan commented on pull request #383: URL: https://github.com/apache/cloudstack-primate/pull/383#issuecomment-641978541 @davidjumani a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. -

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #407: Adding API messages

2020-06-10 Thread GitBox
blueorangutan commented on pull request #407: URL: https://github.com/apache/cloudstack-primate/pull/407#issuecomment-641978114 @davidjumani a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. -

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #383: Fixing wrong labels

2020-06-10 Thread GitBox
blueorangutan commented on pull request #383: URL: https://github.com/apache/cloudstack-primate/pull/383#issuecomment-641982971 Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive. QA: http://primate-qa.cloudstack.cloud:8080/client/pr/383 (JID-1

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #407: Adding API messages

2020-06-10 Thread GitBox
blueorangutan commented on pull request #407: URL: https://github.com/apache/cloudstack-primate/pull/407#issuecomment-641982957 Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive. QA: http://primate-qa.cloudstack.cloud:8080/client/pr/407 (JID-1

[GitHub] [cloudstack-primate] davidjumani commented on issue #354: Template and ISO views pagination is inconsistent

2020-06-10 Thread GitBox
davidjumani commented on issue #354: URL: https://github.com/apache/cloudstack-primate/issues/354#issuecomment-641994153 Fixing in #411 This is an automated message from the Apache Git Service. To respond to the message, pl

Re: Cloudstack 4.13.1 integration with KVM Host issue

2020-06-10 Thread nux
Hi, Please upload images somewhere else, the mailing list strips them out of emails. Can't see anything. On 2020-06-10 06:59, deepak wrote: Hi, Whenever we are creating an VM on a particular Basic zone we are not getting IP on that VM but when we check router we are getting ip there for

[GitHub] [cloudstack-primate] utchoang commented on pull request #372: Add support for UI customisation

2020-06-10 Thread GitBox
utchoang commented on pull request #372: URL: https://github.com/apache/cloudstack-primate/pull/372#issuecomment-642375799 @rhtyd cc @svenvogel I tried to customize the theme by apply https://www.npmjs.com/package/antd-theme-webpack-plugin. I was able to change the text color, button colo

[GitHub] [cloudstack-primate] rhtyd commented on pull request #372: Add support for UI customisation

2020-06-10 Thread GitBox
rhtyd commented on pull request #372: URL: https://github.com/apache/cloudstack-primate/pull/372#issuecomment-642378983 No, I think wr don't need to configure fonts, sizes etc. The feature of providing some way to customise the theme to the end user by means of some config file is enough.

[GitHub] [cloudstack-primate] utchoang commented on pull request #372: Add support for UI customisation

2020-06-10 Thread GitBox
utchoang commented on pull request #372: URL: https://github.com/apache/cloudstack-primate/pull/372#issuecomment-642379729 @rhtyd Yes. Just change the information in the config.json file. Then refresh the page and it will be applied. --

[GitHub] [cloudstack-primate] rhtyd commented on pull request #372: Add support for UI customisation

2020-06-10 Thread GitBox
rhtyd commented on pull request #372: URL: https://github.com/apache/cloudstack-primate/pull/372#issuecomment-642380117 Fantastic, well done @utchoang - is it ready for review now, or you still doing changes? This is an au

[GitHub] [cloudstack-primate] utchoang commented on pull request #372: Add support for UI customisation

2020-06-10 Thread GitBox
utchoang commented on pull request #372: URL: https://github.com/apache/cloudstack-primate/pull/372#issuecomment-642381218 @rhtyd I need to edit a few more points. Also, do I need to write user documentation? This is an aut

[GitHub] [cloudstack-primate] rhtyd commented on pull request #372: Add support for UI customisation

2020-06-10 Thread GitBox
rhtyd commented on pull request #372: URL: https://github.com/apache/cloudstack-primate/pull/372#issuecomment-642384244 A short markdown documentation in `docs/` would be great @utchoang thanks This is an automated message f

Re: apidocs build failure

2020-06-10 Thread Rohit Yadav
I think you've found the difference in BSD vs GNU/Linux sed on Mac (https://github.com/apache/cloudstack/pull/3312). One way to fix on Macs could be to install GNU sed using brew. Pull requests are welcome Sina! Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com __

[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #369: [BUG] Fix translation usage across config and components and fix doclinks

2020-06-10 Thread GitBox
davidjumani edited a comment on issue #369: URL: https://github.com/apache/cloudstack-primate/issues/369#issuecomment-637350976 Fixing in #371 and #407 This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-primate] davidjumani opened a new pull request #412: Delete VM show specific data disks

2020-06-10 Thread GitBox
davidjumani opened a new pull request #412: URL: https://github.com/apache/cloudstack-primate/pull/412 Fixes #389 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a