[jira] [Comment Edited] (CLOUDSTACK-8266) Automatic workload Management in the clusters Managed by CloudStack for efficient host Management.

2015-02-20 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14328770#comment-14328770
 ] 

Tilak Raj Singh edited comment on CLOUDSTACK-8266 at 2/20/15 10:59 AM:
---

Hi Marcus...Thanks for your suggestion..I have starting looking at the code of 
StatsCollector at 
https://github.com/apache/cloudstack/blob/master/server/src/com/cloud/server/StatsCollector.java
 and trying to understand it. Could you please share the code of the basic 
reporting service you have implemented so that I have have some further 
insights with perspective to this issue.

Meanwhile I will discuss with Rajesh and bring up the functional specs for the 
ticket on the link you provided.

Regards


was (Author: tillu):
Hi Marcus...Thanks for your suggestion..I have starting looking at the code of 
StatsCollector at 
https://github.com/apache/cloudstack/blob/master/server/src/com/cloud/server/StatsCollector.java
 and trying to understand it. Could you please share the code of the basic 
reporting service you have implemented so that I have have some further 
insights with perspective to this issue.

Regards

> Automatic workload Management in the clusters Managed by CloudStack for 
> efficient host Management.
> --
>
> Key: CLOUDSTACK-8266
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8266
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Hypervisor Controller, Management Server
>Affects Versions: 4.5.0
> Environment: Java, Linux, Hypervisor
>Reporter: Rajesh Battala
>  Labels: gsoc2015
> Fix For: 4.5.0
>
>
> CloudStack manages hypervisor hosts as clusters. It will deploy the vm's to 
> ensure proper hosts capacity are used max. 
> Due to some operations by user on vm's like stop/migrate/destroy hosts usage 
> in the clusters will be in inefficient state. 
> To solve this issue we can have a new Manager who will regularly checks host 
> capacity and implement Server Consolidtion by taking the actions: 
> 1. Live migrate the vm's if possible along with storage. Migrate them such 
> that hosts are fully utilized. 
> 2. After redistributing the vm's Shutdown the hosts which are empty. 
> 3. When load is getting increased,power-on the hosts remotely by WOL(Wake On 
> Lan) mechanisam.
> This idea is discussed and presented in Collab Conference 2014.
> Here is the youtube link
> https://www.youtube.com/watch?v=hJKdZcSpGNQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-8266) Automatic workload Management in the clusters Managed by CloudStack for efficient host Management.

2015-02-20 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14328770#comment-14328770
 ] 

Tilak Raj Singh commented on CLOUDSTACK-8266:
-

Hi Marcus...Thanks for your suggestion..I have starting looking at the code of 
StatsCollector at 
https://github.com/apache/cloudstack/blob/master/server/src/com/cloud/server/StatsCollector.java
 and trying to understand it. Could you please share the code of the basic 
reporting service you have implemented so that I have have some further 
insights with perspective to this issue.

Regards

> Automatic workload Management in the clusters Managed by CloudStack for 
> efficient host Management.
> --
>
> Key: CLOUDSTACK-8266
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8266
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Hypervisor Controller, Management Server
>Affects Versions: 4.5.0
> Environment: Java, Linux, Hypervisor
>Reporter: Rajesh Battala
>  Labels: gsoc2015
> Fix For: 4.5.0
>
>
> CloudStack manages hypervisor hosts as clusters. It will deploy the vm's to 
> ensure proper hosts capacity are used max. 
> Due to some operations by user on vm's like stop/migrate/destroy hosts usage 
> in the clusters will be in inefficient state. 
> To solve this issue we can have a new Manager who will regularly checks host 
> capacity and implement Server Consolidtion by taking the actions: 
> 1. Live migrate the vm's if possible along with storage. Migrate them such 
> that hosts are fully utilized. 
> 2. After redistributing the vm's Shutdown the hosts which are empty. 
> 3. When load is getting increased,power-on the hosts remotely by WOL(Wake On 
> Lan) mechanisam.
> This idea is discussed and presented in Collab Conference 2014.
> Here is the youtube link
> https://www.youtube.com/watch?v=hJKdZcSpGNQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CLOUDSTACK-8266) Automatic workload Management in the clusters Managed by CloudStack for efficient host Management.

2015-02-19 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14327336#comment-14327336
 ] 

Tilak Raj Singh edited comment on CLOUDSTACK-8266 at 2/19/15 12:20 PM:
---

Hi Rajesh,

I am interested in implementing this feature in cloudstack. I am a final year 
student from NIT Allahabad, India pursuing my Bachelors in Information 
Technlogy. I went through the video and currently am getting familiarised with  
the cloudstack database to gather the metrics that can be used to support this 
feature

Regards


was (Author: tillu):
Hi Rajesh,

I am interested in implementing this feature in cloudstack. I went through the 
video and currently am getting familiarised with  the cloudstack database to 
gather the metrics that can be usd to support this feature

Regards

> Automatic workload Management in the clusters Managed by CloudStack for 
> efficient host Management.
> --
>
> Key: CLOUDSTACK-8266
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8266
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Hypervisor Controller, Management Server
>Affects Versions: 4.5.0
> Environment: Java, Linux, Hypervisor
>Reporter: Rajesh Battala
>  Labels: gsoc2015
> Fix For: 4.5.0
>
>
> CloudStack manages hypervisor hosts as clusters. It will deploy the vm's to 
> ensure proper hosts capacity are used max. 
> Due to some operations by user on vm's like stop/migrate/destroy hosts usage 
> in the clusters will be in inefficient state. 
> To solve this issue we can have a new Manager who will regularly checks host 
> capacity and implement Server Consolidtion by taking the actions: 
> 1. Live migrate the vm's if possible along with storage. Migrate them such 
> that hosts are fully utilized. 
> 2. After redistributing the vm's Shutdown the hosts which are empty. 
> 3. When load is getting increased,power-on the hosts remotely by WOL(Wake On 
> Lan) mechanisam.
> This idea is discussed and presented in Collab Conference 2014.
> Here is the youtube link
> https://www.youtube.com/watch?v=hJKdZcSpGNQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-8266) Automatic workload Management in the clusters Managed by CloudStack for efficient host Management.

2015-02-19 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14327336#comment-14327336
 ] 

Tilak Raj Singh commented on CLOUDSTACK-8266:
-

Hi Rajesh,

I am interested in implementing this feature in cloudstack. I went through the 
video and currently am getting familiarised with  the cloudstack database to 
gather the metrics that can be usd to support this feature

Regards

> Automatic workload Management in the clusters Managed by CloudStack for 
> efficient host Management.
> --
>
> Key: CLOUDSTACK-8266
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8266
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Hypervisor Controller, Management Server
>Affects Versions: 4.5.0
> Environment: Java, Linux, Hypervisor
>Reporter: Rajesh Battala
>  Labels: gsoc2015
> Fix For: 4.5.0
>
>
> CloudStack manages hypervisor hosts as clusters. It will deploy the vm's to 
> ensure proper hosts capacity are used max. 
> Due to some operations by user on vm's like stop/migrate/destroy hosts usage 
> in the clusters will be in inefficient state. 
> To solve this issue we can have a new Manager who will regularly checks host 
> capacity and implement Server Consolidtion by taking the actions: 
> 1. Live migrate the vm's if possible along with storage. Migrate them such 
> that hosts are fully utilized. 
> 2. After redistributing the vm's Shutdown the hosts which are empty. 
> 3. When load is getting increased,power-on the hosts remotely by WOL(Wake On 
> Lan) mechanisam.
> This idea is discussed and presented in Collab Conference 2014.
> Here is the youtube link
> https://www.youtube.com/watch?v=hJKdZcSpGNQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-8227) Creating VDI support tool for cloudstack

2015-02-11 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317154#comment-14317154
 ] 

Tilak Raj Singh commented on CLOUDSTACK-8227:
-

HI Rajesh,

I just sent a mail on us...@cloudstack.apache.org and cced your email id 
rajesh.batt...@citrix.com. I have explained my whole current setup there and 
the improvements I would like to add into it. Please have a look at it and let 
me know your feedback on the same.
Also if you want to have a look at the current system let's discuss some time 
and I can show you the whole setup via team viewer.

Regards

> Creating VDI support tool for cloudstack
> 
>
> Key: CLOUDSTACK-8227
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8227
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Tilak Raj Singh
>  Labels: cloud, gsoc2015, java
>
> I wish to create a VDI support tool for cloudstack so that DesktopAsAService 
> can be provided using Cloudstack. I wish to use Guacamole Web Service 
> (http://guac-dev.org/) for the purpose which is based on VNC to do the same



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-8227) Creating VDI support tool for cloudstack

2015-02-10 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14314439#comment-14314439
 ] 

Tilak Raj Singh commented on CLOUDSTACK-8227:
-

Hi Rajesh, 

Thanks for your interest in the idea. I have a demo system already setup where 
the guacamole webserver is situated on the management server (we can change the 
server location wherever required. The users home directory are mounted via 
ldap on the vms and the desktop provided to the end users is that of the VM 
instantiated through cloudstack. I can show you the current setup on my college 
lab via team viewer if you would like to have a look at it. There are a few 
issues which I wish to improve upon to increase the stability of the system. 
Let me know where can we discuss the project details, here on jira or on 
cloudstack user mail list or via personal mails. My email id is 
tila...@gmail.com. I also have skype. Let me know and perhaps we can arrange a 
chat there.

Regards

> Creating VDI support tool for cloudstack
> 
>
> Key: CLOUDSTACK-8227
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8227
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Tilak Raj Singh
>  Labels: cloud, gsoc2015, java
>
> I wish to create a VDI support tool for cloudstack so that DesktopAsAService 
> can be provided using Cloudstack. I wish to use Guacamole Web Service 
> (http://guac-dev.org/) for the purpose which is based on VNC to do the same



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-8227) Creating VDI support tool for cloudstack

2015-02-09 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313750#comment-14313750
 ] 

Tilak Raj Singh commented on CLOUDSTACK-8227:
-

I was wanting to implement it myself...I have some ideas and wanted to do it as 
GSOC2015 project. I needed a mentor for this.
@Fjodor Vershinin if you can mentor me then we can discuss the details of the 
system...

> Creating VDI support tool for cloudstack
> 
>
> Key: CLOUDSTACK-8227
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8227
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Tilak Raj Singh
>  Labels: cloud, gsoc2015, java
>
> I wish to create a VDI support tool for cloudstack so that DesktopAsAService 
> can be provided using Cloudstack. I wish to use Guacamole Web Service 
> (http://guac-dev.org/) for the purpose which is based on VNC to do the same



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-8227) Creating VDI support tool for cloudstack

2015-02-08 Thread Tilak Raj Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14311446#comment-14311446
 ] 

Tilak Raj Singh commented on CLOUDSTACK-8227:
-

Can somebody be a mentor for this project this GSOC? I have a demo system setup 
and would like to improve upon it.

> Creating VDI support tool for cloudstack
> 
>
> Key: CLOUDSTACK-8227
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8227
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Tilak Raj Singh
>  Labels: cloud, gsoc2015, java
>
> I wish to create a VDI support tool for cloudstack so that DesktopAsAService 
> can be provided using Cloudstack. I wish to use Guacamole Web Service 
> (http://guac-dev.org/) for the purpose which is based on VNC to do the same



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CLOUDSTACK-8228) Allow adding hosts from different subnets in same POD

2015-02-06 Thread Tilak Raj Singh (JIRA)
Tilak Raj Singh created CLOUDSTACK-8228:
---

 Summary: Allow adding hosts from different subnets in same POD
 Key: CLOUDSTACK-8228
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8228
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Management Server
Affects Versions: 4.4.1
Reporter: Tilak Raj Singh
Priority: Minor
 Fix For: 4.4.2


According to definition of Pods, all hosts in one Pod should belong to the same 
subnet only. But through the web GUI when trying to add hosts of different 
subnets running same hypervisor into same Pod in Basic Networking, cloudstack 
does not not throw any error. Such operation should not be allowed



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CLOUDSTACK-8227) Creating VDI support tool for cloudstack

2015-02-06 Thread Tilak Raj Singh (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilak Raj Singh updated CLOUDSTACK-8227:

Description: I wish to create a VDI support tool for cloudstack so that 
DesktopAsAService can be provided using Cloudstack. I wish to use Guacamole Web 
Service (http://guac-dev.org/) for the purpose which is based on VNC to do the 
same  (was: I wish to create a VDI support tool for cloudstack so that 
DesktopAsAService can be provided using Cloudstack. I wish to use Guacamole 
Service which is based on VNC to do the same)

> Creating VDI support tool for cloudstack
> 
>
> Key: CLOUDSTACK-8227
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8227
> Project: CloudStack
>  Issue Type: New Feature
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Tilak Raj Singh
>  Labels: cloud, gsoc2015, java
>
> I wish to create a VDI support tool for cloudstack so that DesktopAsAService 
> can be provided using Cloudstack. I wish to use Guacamole Web Service 
> (http://guac-dev.org/) for the purpose which is based on VNC to do the same



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CLOUDSTACK-8227) Creating VDI support tool for cloudstack

2015-02-06 Thread Tilak Raj Singh (JIRA)
Tilak Raj Singh created CLOUDSTACK-8227:
---

 Summary: Creating VDI support tool for cloudstack
 Key: CLOUDSTACK-8227
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8227
 Project: CloudStack
  Issue Type: New Feature
  Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Tilak Raj Singh


I wish to create a VDI support tool for cloudstack so that DesktopAsAService 
can be provided using Cloudstack. I wish to use Guacamole Service which is 
based on VNC to do the same



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)