Windows 7 sysprep ( Cloudstack KVM )

2015-09-10 Thread Cristian Ciobanu
Hello,     Did someone tested windows 7 ? i'm curious if works, because i tested and works on first boot (with generated password by cloudstack), but if i restart the VPS the Administrator password is removed, I'm able to log in via console without password, but if i set the password manually a

Re: ACS 4.5 - volume snapshots NOT removed from CEPH (only from Secondaryt NFS and DB)

2015-09-10 Thread Andrija Panic
Eh, OK. Thx for the info. BTW why is 16 snapshot limits hardcoded - any reason for that ? Not cleaning snapshots on CEPH and trying to delete volume after having more than 16 snapshtos in CEPH = Agent crashing on KVM side...and some VMs being rebooted etc - which means downtime :| Thanks, On 9

Re: VPC VPN Connectivity Issues

2015-09-10 Thread Remi Bergsma
@Jayapal can you verify VPN is supposed to work on Mac OSX or not? On 10/09/15 01:47, "Jeremy Peterson" wrote: >So I'm still looking into this has anyone ever tried this? > >Do you have anyone I can talk to? > >I've been asking since 8.29.2015 > >I guess the issue is on a Mac since my VPN net

Re: VPC VPN Connectivity Issues

2015-09-10 Thread Andrija Panic
Jeremy, I will give you here my observations and experience on ipsec and remote VPN per my experience (anyone please correct me if Im wrong - this is pure experience, not how it perhaps should be meant to be) - ipsec tunesl - worked for us always (acs 4.5.1 + kvm - plus vxlan, previously vlan se

Re: ACS 4.5 - volume snapshots NOT removed from CEPH (only from Secondaryt NFS and DB)

2015-09-10 Thread Andrija Panic
We are testing some [dirty?] patch on our dev system and we shall soon share it for review. Basically, we are using external python script that is invoked in some part of code execution to delete needed CEPH snapshots and then after that proceeds with volume deleteion etc... On 10 September 2015

Re: Windows 7 sysprep ( Cloudstack KVM )

2015-09-10 Thread Pierre-Luc Dion
Hi Cristian, What VPS refer to ? VPC or VR in cloudstack or something else in Windows? Cheers, On Thu, Sep 10, 2015 at 5:12 AM, Cristian Ciobanu wrote: > Hello, > > Did someone tested windows 7 ? i'm curious if works, because i tested > and works on first boot (with generated password by

RE: VPC VPN Connectivity Issues

2015-09-10 Thread Jeremy Peterson
I first thought of that but he doesn't know root and cannot sudo to add routes. That's why I changed it to a full tunnel pushing all traffic over the VPN. Jeremy -Original Message- From: Sam Ceylani [mailto:[email protected]] Sent: Wednesday, September 9, 2015 6:52 PM To: Subje

Re: VPC VPN Connectivity Issues

2015-09-10 Thread Andrija Panic
ok, I also do that, route all traffic over VPN, but in that case, you need to know Internet stops working on your laptop :) not nice, but good security :) On 10 September 2015 at 14:15, Jeremy Peterson wrote: > I first thought of that but he doesn't know root and cannot sudo to add > routes. > >

RE: VPC VPN Connectivity Issues

2015-09-10 Thread Jeremy Peterson
Why does internet stop working? Shouldn't all traffic route to the VR and use the VR's public interface for network connectivity? Jeremy -Original Message- From: Andrija Panic [mailto:[email protected]] Sent: Thursday, September 10, 2015 7:25 AM To: [email protected] Su

Packer and CloudStack

2015-09-10 Thread Hany Fahim
Hi Folks, I’m currently looking into adopting Packer to build images for CloudStack easily. I’ve been looking in packer-cloudstack plugin, but unfortunately there have been some backwards incompatible changes made to Packer

Re: Windows 7 sysprep ( Cloudstack KVM )

2015-09-10 Thread Cristian Ciobanu
Hello,      For VR, i found the solution for. I used the CloudbaseInit  (usually used for openstack) Regards, Cristian On 9/10/2015 2:49:28 PM, Pierre-Luc Dion wrote: Hi Cristian, What VPS refer to ? VPC or VR in cloudstack or something else in Windows? Cheers, On Thu, Sep 10, 2015 at 5:1

Re: VPC VPN Connectivity Issues

2015-09-10 Thread Andrija Panic
Logic makes sense I agree, but I'm not aware of the cause of this behaviour, It's simply at the moment how it works - you can isseu Jira ticket to improve this I guess... On 10 September 2015 at 14:29, Jeremy Peterson wrote: > Why does internet stop working? > > Shouldn't all traffic route to th

Re: Cloudmonkey doubt

2015-09-10 Thread Prashant s
you can also use a forloop first get all your projects > list projects domainid=ec1fd5f6-b5c8-11e3-89aa-b208915c1447 filter=id then list your vms in projects > !for i in `cat useast-projects` ; do cloudmonkey list virtualmachines domainid=ac45a97a-a54b-11e3-a5ba-42c77b0ab567 projectid=$i fil

Re: Packer and CloudStack

2015-09-10 Thread Tim Mackey
Hany, Take a look at this: https://github.com/xenserverarmy/packer. I updated it last week for the changes in Packer 0.8.6, and have tested it with XenServer 6.2 and 6.5. Here are the things you might want to know which I've not updated in the README.MD: - There are two builders, xenserver-iso

Re: Packer and CloudStack

2015-09-10 Thread Hany Fahim
Thanks for the quick reply Tim! I actually stumbled on this project during my research. If my understanding is correct, this requires access to an XenServer host. I unfortunately only have access to the CloudStack API and not the underlying XenServer hypervisor. Is it possible to use this tool wit

Re: Packer and CloudStack

2015-09-10 Thread Tim Mackey
Hany, It does require a XenServer host, call it a "build host", but that host can be anywhere including local to you (actually preferable). The "build host" also doesn't have to even remotely match the capabilities of the hosts in the CloudStack instance, including things like storage and network

Re: Packer and CloudStack

2015-09-10 Thread Hany Fahim
Thanks a lot Tim for the thorough explanation. I haven't thought about using a local XenServer to act as the "build host". I'll need to look into getting my hands on some hardware to install XenServer. It's good to know this is an option. Are there alternative methods out there that can allow one

Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-10 Thread Cristian Ciobanu
Hello,     I have a problem when i try to deploy a VM with DATADISK via API, i don't have any issue when i deploy from the CS interface. I found some logs on CS MGMT: ==> management-server.log <== 2015-09-10 19:07:19,584 DEBUG [c.c.a.ApiServlet] (catalina-exec-21:ctx-60c7d3d4 ctx-a0298b0c ctx

Re: Packer and CloudStack

2015-09-10 Thread Pierre-Luc Dion
Hello Hany, I think Erik did some work with Packer and CloudStack, I don't know if he would have some insight here. Erik, are you still planning to do a talk at CCCEU15? Cheers, On Thu, Sep 10, 2015 at 1:14 PM, Hany Fahim wrote: > Thanks a lot Tim for the thorough explanation. I haven't thou

RE: Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-10 Thread Somesh Naidu
Cristian, First off, I would recommend masking information such as apikey, signature, public IPs, etc. when posting on the list for security reasons. The reason for failure as per logs is "InsufficientServerCapacityException" however, from the logs snippets it is not possible to find the root c

RE: Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-10 Thread Cristian Ciobanu
Hello,    Thanks for answer and suggestion ( is a testing environment )    Also i did a grep for the job-754, and i found more events about this problem ( I use CS 4.5.2 with KVM on CentOS-6.6, Local Storage enabled,basic network ) [root@mgcs management]# cat  *.log | grep job-754 2015-09-10 1

Re: Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-10 Thread Simon Weller
Cristian, The following logs look the most interesting: 2015-09-10 19:07:19,637 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] (API-Job-Executor-91:ctx-71d92d17 job-754 ctx-38551c18) ClusterScopeStoragePoolAllocator looking for storage pool 2015-09-10 19:07:19,637 DEBUG [o.a.c.s.a.ClusterSc

RE: Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-10 Thread Somesh Naidu
> 2015-09-10 19:07:19,638 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] > (API-Job-Executor-91:ctx-71d92d17 job-754 ctx-38551c18) No storage pools > available for shared volume allocation, returning > 2015-09-10 19:07:19,638 DEBUG [o.a.c.s.a.ZoneWideStoragePoolAllocator] > (API-Job-Executor

Re: Packer and CloudStack

2015-09-10 Thread Erik Weber
My talk was based on packer-cloudstack, and was made before the changes to packer. As mentioned in the issues thread on GitHub, Sander @ SBP plans to make this a packer built in builder. I don't know if he has gotten around to start on this yet, but the current best option is to try to get packer

RE: listStoragePools does not exist or it is not available for user with id

2015-09-10 Thread Somesh Naidu
I hope you realize that this API is only available to ROOT Admin users. Regards, Somesh -Original Message- From: Vadim Kimlaychuk [mailto:[email protected]] Sent: Thursday, September 10, 2015 2:00 AM To: [email protected] Cc: Cristian Ciobanu Subject: Re: listStoragePools do

RE: Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-10 Thread Cristian Ciobanu
Hello,     Thanks for the help! Regards, Cristian   On 9/10/2015 9:34:18 PM, Somesh Naidu wrote: > 2015-09-10 19:07:19,638 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] > (API-Job-Executor-91:ctx-71d92d17 job-754 ctx-38551c18) No storage pools > available for shared volume allocation,

Re: CCP-4.5.0: Adding additional interfaces are not accepting on VMs if the VM has vm snapshots

2015-09-10 Thread Mike Tutkowski
This code looks pretty "sure" of itself (so I'm thinking it's not a bug to prohibit this action): // Check that Vm does not have VM Snapshots if (_vmSnapshotDao.findByVm(vmId).size() > 0) { throw new InvalidParameterValueException("NIC cannot be added to VM with VM Sn

RE: Unable to add Ceph KVM node in cloudstack

2015-09-10 Thread Shetty, Pradeep
I have one question: Is ceph rbd protocol supported by default on libvirt version 0.10.2-54.el6.x86_64 OR do we need to compile libvirt to support rbd within cloudstack. Regards, Pradeep -Original Message- From: Vadim Kimlaychuk [mailto:[email protected]] Sent: 09 September 2015 12

Repo still pointing 4.5.1

2015-09-10 Thread Keerthiraja SJ
Hi All, I tried to validate the 4.5.2 after pointing the repo below and did the yum install cloud-management still I could see yum pushes on the 4.5.1 not the 4.5.2. cat /etc/yum.repos.d/cloudstack.repo [cloudstack] name=cloudstack baseurl=http://cloudstack.apt-get.eu/rhel/4.5/ enabled=1 gpgcheck

Re: Repo still pointing 4.5.1

2015-09-10 Thread Keerthiraja SJ
Really need someone to do createrepo because the repodata seems to be very old. repodata/ 2015-05-07 16:04 Kindly do the need full as soon as possible. Thanks, Keerthi On Fri, Sep 11, 2015 at 11:43 AM, Keerthiraja SJ wrote: > Hi All, > > I tr