Re: GSoC'17

2017-05-05 Thread Sverrir Berg
Congratulations with the selection!

We at Greenqloud have been using NoVNC as integral part of Qstack until
recently.  We are now using Apache Guacamole
https://guacamole.incubator.apache.org/.
The main reasons for us to switch were Windows support - native RDP support
is required for the Hyper-V Hypervisor.  Other benefits are that it is
written in Java and released under the Apache License.
If you decide to go with NoVNC note that the idea of generating signed
certificates for wss support will not work since no browser accepts self
signed certificates for WebSocket connections (we were using the Python
bridge).
If you would like further information please send me an email.

Good luck with your project,
Sverrir


On Fri, May 5, 2017 at 3:49 PM, sachin patil  wrote:

> Hello all,
>
>I have been selected for GSoC'17 and would be working on
> CloudStack-9778 (
>  Adding a new NoVNC console ).
>
> The aim of this feature is to make it possible to connect to VM consoles
> using  VNC client called NoVNC in browsers.
>
> NoVNC console is better than our current customized console. Additional
> features that NoVNC provides over the current customized console include a
> copy/paste functionality, scrollback. NoVNC uses websockets that provides a
> more reliable and secure connections.
>
> My proposal can be found here
> https://docs.google.com/document/d/1IqJiZ_sJZktAoPjdQePoinBNZzPboR1jCkUX
> Bpqanjo/edit
>
> I have been selected for this project with my mentors Rohit Yadav and Syed
> Ahmed.
>
> Would like to know about your thoughts/ideas on this project.
>
> Regards,
> Sachin Patil
>



-- 

Sverrir Á. Berg

Senior Developer - Research & Development

sver...@qstack.com | LI: is.linkedin.com/in/sverrir

Tel: (+354) 415 0200 | Website: qstack.com  |
Twitter: @qstackcloud 


[image: qstack_blue_landscape.png]


Re: GSoC'17

2017-05-05 Thread Erik Weber
Congratulations!

CloudStack will do well with a new console :-)


-- 
Erik
fre. 5. mai 2017 kl. 17.49 skrev sachin patil :

> Hello all,
>
>I have been selected for GSoC'17 and would be working on
> CloudStack-9778 (
>  Adding a new NoVNC console ).
>
> The aim of this feature is to make it possible to connect to VM consoles
> using  VNC client called NoVNC in browsers.
>
> NoVNC console is better than our current customized console. Additional
> features that NoVNC provides over the current customized console include a
> copy/paste functionality, scrollback. NoVNC uses websockets that provides a
> more reliable and secure connections.
>
> My proposal can be found here
>
> https://docs.google.com/document/d/1IqJiZ_sJZktAoPjdQePoinBNZzPboR1jCkUXBpqanjo/edit
>
> I have been selected for this project with my mentors Rohit Yadav and Syed
> Ahmed.
>
> Would like to know about your thoughts/ideas on this project.
>
> Regards,
> Sachin Patil
>


GSoC'17

2017-05-05 Thread sachin patil
Hello all,

   I have been selected for GSoC'17 and would be working on
CloudStack-9778 (
 Adding a new NoVNC console ).

The aim of this feature is to make it possible to connect to VM consoles
using  VNC client called NoVNC in browsers.

NoVNC console is better than our current customized console. Additional
features that NoVNC provides over the current customized console include a
copy/paste functionality, scrollback. NoVNC uses websockets that provides a
more reliable and secure connections.

My proposal can be found here
https://docs.google.com/document/d/1IqJiZ_sJZktAoPjdQePoinBNZzPboR1jCkUXBpqanjo/edit

I have been selected for this project with my mentors Rohit Yadav and Syed
Ahmed.

Would like to know about your thoughts/ideas on this project.

Regards,
Sachin Patil


Re: unable to download volume on cloudstack 4.6

2017-05-05 Thread Syed Ahmed
Marc,

Does changing the path from .ova to .vmdk help at all? Also, is it a data
volume or a ROOT volume?

Thanks,
-Syed

On Thu, May 4, 2017 at 6:44 AM, Marc Poll Garcia  wrote:

> Hi all,
>
> i'm not able to download a "volume" on cloudstack 4.6, having a 403
> forbidden instead.
>
> I've just upgraded our cloudstack version to 4.6, so i'm performing a list
> of tests to confirm the usage is ok.
>
> My setup is the following one:
>
> - 1 x cloudstack managment server
> - 1 x bbdd server cloudstack database on it
> - 2 x Vmware Hipervisors (hosts)
>
> Everything went well until i tried:
>
> I'm having problems when i try to download a volume, cloudstack creates a
> link like this:
>
> Status
> Please click
> http://147.xxx.xxx.xxx/userdata/f7da105d-627d-473d-868d-bc33fa50777e.ova
> to
> download volume
>
>
> But it points to a directory instead of an "OVA" file, so it shows me a 403
> forbidden on the browser instead of letting me download the file.
>
> That's what i see directly on the system VM:
>
> Symbolik link to the files:
> root@s-210-VM:/var/www/html/userdata# ls -lstha
> 4.0K lrwxrwxrwx 1 root root   99 May  4 10:12
> f7da105d-627d-473d-868d-bc33fa50777e.ova ->
> /mnt/SecStorage/14fbc3c2-3302-3e50-b64e-71737bad431c/volumes/2/354/
> 0c1f6612bee9482a8144276be07d317f
>
>
> As you can see, the path does not contain any OVA file, it's vmdk & .ovf
> stored instead:
> /mnt/SecStorage/14fbc3c2-3302-3e50-b64e-71737bad431c/volumes/2/354/
> 0c1f6612bee9482a8144276be07d317f#
> ls -lstha
> total 84K
> 8.0K -rwxrwxrwx 1 root root 6.3K May  4 10:12
> 0c1f6612bee9482a8144276be07d317f.ovf
> 4.0K drwxrwxrwx 1 root root  168 May  4 10:12 .
>  68K -rwxrwxrwx 1 root root  67K May  4 10:12
> 0c1f6612bee9482a8144276be07d317f-disk0.vmdk
>
> Why is it happening?
> It does not happen on our old 4.5.2 version.
>
> Is there any way to fix it? changing any global parameter or permissions
> issue?
>
> We need a clue with that because if affecting to our production
> environment.
>
> Thanks in advance.
>
> Kind regards.
>