[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 and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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


From: Sina Kashipazha 
Sent: Wednesday, June 10, 2020 01:58
To: dev@cloudstack.apache.org 
Subject: Re: apidocs build failure

Hi Rohit,

Thanks for your suggestion to run the build command manually. I found the 
problem. Build script of apidocs used the sed inline replacement option, which 
has a different signature in MAC OS. I added '' after -i option of sed command 
in the below lines, and it fixed my problem.

https://github.com/apache/cloudstack/blob/fbfab5b5ebe1dba1000abbe30a8703c4d2f9d371/tools/apidoc/build-apidoc.sh#L64
 

https://github.com/apache/cloudstack/blob/fbfab5b5ebe1dba1000abbe30a8703c4d2f9d371/tools/apidoc/build-apidoc.sh#L65
 


More information:

https://stackoverflow.com/questions/7573368/in-place-edits-with-sed-on-os-x?rq=1
 

https://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux
 


Kind Regards,
Sina


On 2020/06/09 03:07:49, Rohit Yadav  wrote:
> Hi Sina,>
>
>
>
> Are you seeing this on latest master? You can debug what's causing failure by 
> either running the mvn command for -pl tools/apidocs, or run the command 
> manually:>
>
> https://github.com/apache/cloudstack/blob/master/tools/apidoc/pom.xml#L63>
>
>
>
> It could a jdk/java issue, you may install jenv and add jdk8 or jdk11 
> installed (depending on which branch you're on, for 4.14 and master use jdk11 
> for example).>
>
>
>
>
>
> Regards,>
>
>
>
> Rohit Yadav>
>
>
>
> Software Architect, ShapeBlue>
>
>
>
> https://www.shapeblue.com>
>
>
>
> >
>
> From: Sina Kashipazha >
>
> Sent: Tuesday, June 9, 2020 02:03>
>
> To: dev@cloudstack.apache.org >
>
> Subject: apidocs build failure>
>
>
>
> Hi,>
>
>
>
> I have trouble building apidocs on mac (see below). Any idea?>
>
>
>
> Kind Regards,>
>
> Sina>
>
>
>
> [INFO] Apache CloudStack apidocs .. FAILURE [ 31.185 
> s]>
>
> [INFO] Apache CloudStack marvin ... SKIPPED>
>
> [INFO] Apache CloudStack DevCloud4  SKIPPED>
>
> [INFO] Apache CloudStack DevCloud-KVM . SKIPPED>
>
> [INFO] 
> >
>
> [INFO] BUILD FAILURE>
>
> [INFO] 
> >
>
> [INFO] Total time: 22:03 h>
>
> [INFO] Finished at: 2020-06-08T21:01:37+02:00>
>
> [INFO] Final Memory: 132M/450M>
>
> [INFO] 
> >
>
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
> (compile) on project cloud-apidoc: Command execution failed. Process exited 
> with an error: 1 (Exit value: 1) -> [Help 1]>
>
> [ERROR]>
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.>
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.>
>
> [ERROR]>
>
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:>
>
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException>
>
> [ERROR]>
>
> [ERROR] After correcting the problems, you can resume the build with the 
> command>
>
> [ERROR]   mvn  -rf :cloud-apidoc>
>
>
>
>
>
> rohit.ya...@shapeblue.com >
>
> www.shapeblue.com>
>
> 3 London Bridge Street,  3rd floor, News Building, London  SE1 9SGUK>
>
> @shapeblue>
>
>   >
>
>  >
>
>
>
>

rohit.ya...@shapeblue.comĀ 
www.shapeblue.com
3 London Bridge Street,  3rd floor, News Building, London  SE1 9SGUK
@shapeblue
  
 



[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 from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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.
   @utchoang so does it work in the built dist and changing just the 
config.json? 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 color, etc. But for other properties such as font size, 
it only applies after rebuilding again.
   Can you have any solution for this?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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 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 that VM via DHCP 

VR screenshot:- 

VM screenshot:- 

Cloud Stack Version 4.13.1 and we are using KVM as Host which we have installed on Centos version 7.8 and its a local infra so weed nested virtualization. These KVM host are running on my esxi 6.5 server. 

Virtual Router template version 4.11.3 

KVM Host network configuration details; 

[root@kvmec network-scripts]# cat ifcfg-cloudbr0 

TYPE=Bridge 

BOOTPROTO=none 

DEVICE=cloudbr0 

ONBOOT=yes 

IPADDR=172.31.21.2 

NETMASK=255.255.255.0 

GATEWAY=172.31.21.254 

IPV6INIT=no 

IPV6_AUTOCONF=no 

DELAY=5 

STP=yes 

[root@iqlab1-demo-kvmec network-scripts]# cat ifcfg-ens192 

TYPE=Ethernet 

BOOTPROTO=none 

ONBOOT=yes 

HOTPLUG=no 

DEVICE=ens192 

BRIDGE=cloudbr0 

[root@kvmec network-scripts]# 


Thanks & Regards,
Deepak Kumar

[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, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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-1987)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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-1988)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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-1986)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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 that VM via DHCP

 

 VR screenshot:-

 

 

VM screenshot:-

 

Cloud Stack Version 4.13.1 and we are using KVM as Host which we have installed 
on Centos version 7.8 and its a local infra so weed nested virtualization. 
These KVM host are running on my esxi 6.5 server.

Virtual Router template version 4.11.3

 

KVM Host network configuration details;

 

[root@kvmec network-scripts]# cat ifcfg-cloudbr0

TYPE=Bridge

BOOTPROTO=none

DEVICE=cloudbr0

ONBOOT=yes

IPADDR=172.31.21.2

NETMASK=255.255.255.0

GATEWAY=172.31.21.254

IPV6INIT=no

IPV6_AUTOCONF=no

DELAY=5

STP=yes

[root@iqlab1-demo-kvmec network-scripts]# cat ifcfg-ens192

TYPE=Ethernet

BOOTPROTO=none

ONBOOT=yes

HOTPLUG=no

DEVICE=ens192

BRIDGE=cloudbr0

[root@kvmec network-scripts]#

 

 

 

Thanks & Regards,
Deepak Kumar