Re: [SOLVED] No response received when trying to login

2015-04-20 Thread Rohit Yadav
This is a known issue with ACS 4.3, where ACS becomes unresponsive/stuck if RabbitMQ is not running or if both RMQ broker and ACS plugin are not correctly configured. I’m not sure about 4.4, but with 4.5+ in case RabbitMQ server is not running or the plugin is not correctly configured, ACS will

Re: Change Network Service Offering

2015-04-20 Thread Andrija Panic
Please let me know if you manage to change service offering for EXISTING GUEST network - this was NOT possible/supported some release ago - I had to manually, change offering ID, in the network table (particular guest network - I changed network_offering_id to point to new network offering - I adde

Re: CoreOS/Docker - a new blog series

2015-04-20 Thread cs user
Hi All, Thanks for the blog post Phillip, very impressive! :) I've had a play with coreos/cloudstack myself, but it's been pretty manual and the SSH public key has been baked into the template. I guess I'm missing something very simple here, but how is everyone managing to set the following via

Re: CoreOS/Docker - a new blog series

2015-04-20 Thread cs user
Ah, I managed to get the sshkeypair working with this template! :) http://dl.openvm.eu/cloudstack/coreos/x86_64/ Just need to get discovery working now. On Mon, Apr 20, 2015 at 8:58 AM, cs user wrote: > Hi All, > > Thanks for the blog post Phillip, very impressive! :) > > I've had a play with

AW: KVM CPU Overprovisioning issues.

2015-04-20 Thread S . Brüseke - proIO GmbH
If you change the value of the setting you need to reboot all instances which were running before the change. If you do not do this the calculation in CS is wrong. Reason for that is that CS is attaching the value to the instance. Here is an example: cpu.overprovisioning.factor = 1 create instan

Re: CloudStack agent for HyperV

2015-04-20 Thread mvs babu
I have followed below steps to build CloudStack agent for Hyper-V in windows machine. Follow instructions of step 1 at https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudStack+dev+environment+on+Windows Don’t forget to select git, wget, vim, mv etc.. (mention in above

Problem with SMB/CIFS primary storage version 4.5 hyperv Host

2015-04-20 Thread Tischner, Thomas
Hi, i try to add a cifs primary storage via the web wizard and get the following errors: management-sever logs: -- 2015-04-20 09:43:17,041 DEBUG [c.c.h.h.r.HypervDirectConnectResource] (DirectAgent-460:ctx-e813c1b2) (logid:e1495dea) POST response is [{"com.cloud.agent.api.ModifyStoragePoolAnsw

Custom disk size at cloudstack UI

2015-04-20 Thread Vadim Kimlaychuk
Hello all, I remember there is an option at CS UI that opens hidden element to show input field for custom disk size at VM addition wizard. Can someone point me to the file location I need to change in order to use custom disk size functionality? Thank you, Vadim Kimlaychuk

Primary Storage algorithm - when having more primary storages

2015-04-20 Thread Andrija Panic
Hi people, just wondering - if I have 3 primary storages (3 x NFS boxes) - what is the volume alocation algoritm - is it compelte random, or is it like 1 client's volume goes always to 1 storage... Any info appreciated ! Thanks, -- Andrija Panić

XenServer 6.5 - Security Groups

2015-04-20 Thread Geoff Higginbottom
Hi, Is anyone using XenServer 6.5 with a Basic Zone with Security Groups, and if so, are you experiencing any problems? Regards Geoff Higginbottom CTO / Cloud Architect [Description: Mail Logo Bottom Align] D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shap

Re: [DISCUSS] XCP usage with CloudStack

2015-04-20 Thread Rafael Weingartner
Hi Tim, I did not even notice that you were an evangelist from Citrix. I believe that must be cool ;). I hope that I have not said anything stupid. Sometimes I feel like I am the only one using XCP with CS, so far it has been pretty stable and we have not had many problems. Beside the normal bug

RE: XenServer 6.5 - Security Groups

2015-04-20 Thread Somesh Naidu
I am running that in my lab and haven't encountered any issues. But note I may not be covering a whole lot of use cases. Any specific issues that you are facing? Somesh CloudPlatform Escalations Citrix Systems, Inc. From: Geoff Higginbottom [mailto:[email protected]] Sent: Monday

RE: XenServer 6.5 - Security Groups

2015-04-20 Thread Geoff Higginbottom
We are currently testing a 4.5.1 CloudStack deployment with XenServer 6.5 and the Security Groups are very temperamental. Sometimes they allow traffic, sometimes they block it. Lots of errors in the cloud.log file on the XenServer saying failed to update iptables etc Regards Geoff Higginbotto

RE: XenServer 6.5 - Security Groups

2015-04-20 Thread Somesh Naidu
I am running 4.5.0. I probably don't use my lab setup that often to encounter these inconsistencies. I will look for any XS hotfixes that have fixes around this area and let you know if I find one. Somesh CloudPlatform Escalations Citrix Systems, Inc. -Original Message- From: Geoff Higg

RE: XenServer 6.5 - Security Groups

2015-04-20 Thread Geoff Higginbottom
Many thank Somesh Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 [email protected] -Original Message- From: Somesh Naidu [mailto:[email protected]] Sent: 20 April 2015 15:55 To: [email protected] Subject: RE: XenSe

RE: XenServer 6.5 - Security Groups

2015-04-20 Thread Geoff Higginbottom
FYI we have just re-deployed the environment using ACS 4.4.3 and XenServer 6.2 and now it is all working as expected. We now need to work out if the problem is with ACS 4.5.1 or XenServer 6.5 Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginb

Re: Custom disk size at cloudstack UI

2015-04-20 Thread Nux!
Vadim, That only works for KVM btw. On which ACS version are you? There are different methods.. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Vadim Kimlaychuk" > To: [email protected] > Sent: Monday, 20 April, 20

Re: Custom disk size at cloudstack UI

2015-04-20 Thread Clément Schneider
Vadim, The root disk custom size feature is currently limited to KVM but the secondary disks sizes can be customized when adding a new disk to a VM - I don't know if it is avaible on all hypervisor but I'm sure it is with xenserver. Here are the steps to do so: Go to "Service Offerings", add

Re: CoreOS/Docker - a new blog series

2015-04-20 Thread Phillip Kent
Hi cs user, I have not so far had any issues with using discovery and passing the discovery URL via userdata. If you are using a 'Private with Gateway Services' network this simple 'cloud-config' file should work: https://github.com/Interoute/CoreOS-and-VDC/blob/master/cloud-config-template-simpl

RE: XenServer 6.5 - Security Groups

2015-04-20 Thread Tim Mackey
Geoff, was this a fresh install of both XenServer and CloudStack, or was there any post install steps or upgrades? I'm thinking of setting this up and tracing things tomorrow. Might be good to get your logs to compare against what I see. On Apr 20, 2015 3:24 PM, "Geoff Higginbottom" < geoff.higgi

[CLOUDSTACK DAYS TOKYO] CFP Deadline - April 24th

2015-04-20 Thread Karen Vuong
Hi everyone, Just a friendly reminder that the CFP deadline for CloudStack Days Tokyo has been extended to Friday, April 24th. You could submit your proposal here: http://events.linuxfoundation.org/events/cloudstack-tokyo/program/cfp Thanks, Karen

Re: XenServer 6.5 - Security Groups

2015-04-20 Thread Koushik Das
What is the output of "cat /etc/sysctl.conf"? Update it as per http://cloudstack-installation.readthedocs.org/en/latest/hypervisor/xenserver.html. If there was an upgrade from XS 6.2 to XS 6.5, then changes to sysctl.conf is not persisted. On 21-Apr-2015, at 6:24 AM, Tim Mackey wrote: > Geof

Re: Change Network Service Offering

2015-04-20 Thread Sanjeev N
It is possible to change the network offering for existing guest network as well from UI/API. On Mon, Apr 20, 2015 at 1:25 PM, Andrija Panic wrote: > Please let me know if you manage to change service offering for EXISTING > GUEST network - this was NOT possible/supported some release ago - I ha

RE: Change Network Service Offering

2015-04-20 Thread Koushik Das
For getting compatible offering, the following properties are compared: - It shouldn't be a system offering - It should be in enabled state - Guest type, Traffic type and Specify vlan properties should be same as existing offering -Original Message- From: Sanjeev N [mailto:sanj...@apache.

Netwok offerings

2015-04-20 Thread Vadim Kimlaychuk
Hi all, Need you advice regarding network offers. I have ACS with advanced networking implemented. VPC works fine. But probably not all clients need to have VPC. How can I offer public IP address from IP pool (shared?) without creating VPC ?? For example client just need 1 VM wit

RE: Custom disk size at cloudstack UI

2015-04-20 Thread Vadim Kimlaychuk
Nux, I have ACS 4.5.1 RC2 and XenServer 6.5 with latest patchset. Is it possible to implement it there? Vadim. -Original Message- From: Nux! [mailto:[email protected]] Sent: Tuesday, April 21, 2015 2:17 AM To: [email protected] Subject: Re: Custom disk size at cloudsta

RE: Netwok offerings

2015-04-20 Thread Geoff Higginbottom
Hi Vadim, You can use the 'Shared Network' offering for this, and assign a Public IP range. Just be aware that if you are using different NICs on your Hypervisors for Public and Guest traffic, the Shared Network is still treated as Guest traffic so you need to ensure the VLAN you assign to the

RE: XenServer 6.5 - Security Groups

2015-04-20 Thread Geoff Higginbottom
@Tim - this was a fresh install of both ACS 4.5 and XenServer 6.5 @Koushik - /etc/sysctl.conf was correctly configured, and Linux Bridge was enabled etc FYI we have now performed a code review and cannot see any differences between 4.4. and 4.5 relating to Security Groups, so the current thinki

Re: Custom disk size at cloudstack UI

2015-04-20 Thread Erik Weber
There was a patch on reviewboard for initial XenServer root resize functionality, but it was never merged or followed up. -- Erik On Tue, Apr 21, 2015 at 8:00 AM, Vadim Kimlaychuk wrote: > Nux, > > I have ACS 4.5.1 RC2 and XenServer 6.5 with latest patchset. Is > it possible to implem