Re: Help with testing Cloudbase-init on Cloudstack Windows VMs

2015-01-26 Thread Nux!
Well, nobody asked them to support Cloudstack earlier ... BTW we found the Admin password thingy does not work properly, so that is being fixed (already done in github I think). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "ilya mu

booting instances via pxe/tftp

2015-01-26 Thread Stephan Seitz
Hi all, I'm trying to boot instances via pxe. During my experiments that worked a few times, but I've tried a lot and didn't document my single steps as needed :/ Never got to a "stable" point. By now, I'm quite unsure if a particular vm tries to boot pxe with the default boot-order (HVM d,c) Fo

Re: booting instances via pxe/tftp

2015-01-26 Thread Nux!
Hi, I am not using PXE, but can confirm that at least on KVM PXE is first method tried - very handy. Not sure how it is in XenServer, but I would imagine it's the same, for consistency's sake. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Messag

Re: booting instances via pxe/tftp

2015-01-26 Thread Erik Weber
I've used the iPXE iso to boot successfully multiple times. Requires nothing on the hypervisor as far as I know, but I don't know how it works after you have an OS installed (I'm using it to bootstrap machines). -- Erik On Mon, Jan 26, 2015 at 12:52 PM, Stephan Seitz < s.se...@secretresearchfaci

Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Hi all, Any news on progress with the docker container support for ACS? I've seen a few articles on how to install CoreOS on ACS and thence docker as well as the wish list for docker containers to be supported in ACS like LXC but I was wondering when this'll become a reality. Also seen mentioned

Re: Docker Support?

2015-01-26 Thread Nux!
I've just stumbled upon this recently https://github.com/docker/machine/pull/129 HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Osay Osman Yuuni" > To: [email protected] > Sent: Monday, 26 January, 2015 12:51:37

Re: Docker Support?

2015-01-26 Thread Sebastien Goasguen
On Jan 26, 2015, at 7:51 AM, Osay Osman Yuuni wrote: > Hi all, > > Any news on progress with the docker container support for ACS? I've seen > a few articles on how to install CoreOS on ACS and thence docker as well as > the wish list for docker containers to be supported in ACS like LXC but I

Re: Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Hi Lucian, Thanks for the pointer. I seem to be blind to the updated README referred to in the pull request. I don't see any entry for cloudstack. Still searching. Also I just found that there is an image for cloudstact at CoreOS ( http://stable.release.core-os.net/amd64-usr/current/coreos_pro

Re: Docker Support?

2015-01-26 Thread Andrei Mikhailovsky
What I would like to see from CloudStack + CoreOS is an integrated automatic authentication, which would take the end user ssh keys from acs or automatically sets a password upon creation of CoreOS instance. As far as I recall, when I was testing CoreOS about 6 months ago, this was missing and i

Re: Hostname and IP address of VMs created from template.

2015-01-26 Thread Andrei Mikhailovsky
I've tried following the instructions for the 4.2.x version and it is partially working. Upon the first boot after vm instance is created from the template, the hostname is visible at the login prompt as well as by running the hostname command. However, after rebooting the instance, the hostname

agent host in alert state

2015-01-26 Thread Ugo Vasi
Hi all, we have installed a cloudstack 4.3.0 in advanced network mode on ubuntu systems with only kvm hypervisor. Today we received these series of notification (email): 1) Host disconnected, name: agent_name (id:7), availability zone: zone_name, pod: pod_name 2) Host is down, name: agent_na

Re: Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Andrei, I also tried and successfully created a CoreOs template on ACS but had a hard time authenticating. I agree that automatich authentication will be a big boost as creating CoreOS templates for ACS have pretty much been mastered. Osay On 26 January 2015 at 16:54, Andrei Mikhailovsky wrote:

Re: Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Seb, When you say "can install on their cloudstack setup" what do you exactly mean? I have downloaded the "template" which is in a .bin format. Do I have to run this on a VM as you suggest or how do I for example get it in a .vhd format for a Xenserver hypervisor in ACS? Osay On 26 January 201

Unable to start VM due to the HOST_NOT_ENOUGH_FREE_MEMORY error on XenServer

2015-01-26 Thread Yuri Kogun
Hi, I wonder if somebody experienced a similar issue. We have a very busy dev cloudstack installation  with 10 hosts, 3 clusters  and more than 300 user VM's running across the clusters. The cpu over-provisioning is set to 3. From time to time we are getting the following an error when starting

RE: agent host in alert state

2015-01-26 Thread Somesh Naidu
From the logs it appears that agent got connected but can't say what happened next. Need further logs. There are quite a few things that you could verify/check, like, 1. netstat shows a connection between mgmt. server (on port 8250) and systemvm. 2. the disk on the systemvm hasn't run out of spa

Re: Docker Support?

2015-01-26 Thread Nux!
Osay, You might want to get in touch with its creator, I do not know any details. https://github.com/svanharmelen HTH -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Osay Osman Yuuni" > To: [email protected] > Sent: Monday

RE: Unable to start VM due to the HOST_NOT_ENOUGH_FREE_MEMORY error on XenServer

2015-01-26 Thread Somesh Naidu
Yes, seen this quite a few times. I believe you already found CLOUDSTACK-2344. Basically, the issue happens when cloudstack's view of available memory is out of sync (more) than that of XS. This could happen due to incorrect calculation of memory overhead and Dom0 memory. It is also possible tha

RE: Unable to start VM due to the HOST_NOT_ENOUGH_FREE_MEMORY error on XenServer

2015-01-26 Thread Yuri Kogun
Hi Somesh,  Thank you for the reply, yes I found the issue in the Jira.  The affected host was running about 31 VM's and we don't use memory  over provisioning at all.  Unfortunately cloudstack fails to restart he VM and it is a big issue for us as the restart is a part of a nightly job and we p

Re: Docker Support?

2015-01-26 Thread ilya musayev
Dockers networking model is rather complex (to say the least). LXC would be the way to go, though it does not have as much marketing as docker does. Regards ilya On 1/26/15 4:51 AM, Osay Osman Yuuni wrote: Hi all, Any news on progress with the docker container support for ACS? I've seen a f

RE: Unable to start VM due to the HOST_NOT_ENOUGH_FREE_MEMORY error on XenServer

2015-01-26 Thread Somesh Naidu
Yes, XS will have the correct view since it is the one that's managing the memory. The problem is the way CS calculates the memory overhead. I don't think there is much we can do in terms of configuration. This is how CS arrives at total ram: ram = (long)((ram - dom0Ram - _xsMemoryUsed) * _xsV

secondary storage resource counter

2015-01-26 Thread Daniel Mezentsev
Hi All, I got some issue creating valume snapshot. Cloudstack is reporting that quota is exceeded. But that particular account that im trying to create snapshot for doesn't has any snapshots. Secondary storage utilization shows 200G out of 2Tb. Limit for account is 1Tb, dabase shows that account h

Re: Docker Support?

2015-01-26 Thread Nux!
Going LXC might be missing the point. I don't think people go Docker because they want containers foremost; they do because hey want an easy way to ship applications and configurations. Going LXC will do nothing for these people. /imho Lucian -- Sent from the Delta quadrant using Borg technolog

Cross Zone Templates

2015-01-26 Thread Logan Barfield
I'm setting up a test zone for a multi-site deployment, and I've thus far been unable to deploy a VM from our existing templates. We're using S3 for secondary storage, and we have set up an NFS staging server in the remote zone. The management server is able to mount the NFS store over the site-t

Re: Docker Support?

2015-01-26 Thread ilya musayev
Nope, i'm not missing the point, just speaking to folks who run large docker implementations for quite sometime and moving away from it into LXC world. Btw, shipping container - implies shipping a tar file with metadata. On 1/26/15 11:44 AM, Nux! wrote: Going LXC might be missing the point. I

Re: Cross Zone Templates

2015-01-26 Thread Logan Barfield
So it looks like the templates are searched for in "template_zone_ref," and if they aren't found there it throws the "not available" error. The problem is that there is not currently a way to update the "cross_zone" variable for existing templates. I would think running "Copy Template" would work

Re: Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Hi Nux!, I got it at last. Thx. On 26 January 2015 at 17:46, Nux! wrote: > Osay, > > You might want to get in touch with its creator, I do not know any details. > https://github.com/svanharmelen > > HTH > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > >