Re: cloud-set-guest-password working with systemctl

2017-09-07 Thread Pierre-Luc Dion
Hi, On my side we use cloud-init in all our Linux templates. We got it to work for password, password-reset, sshkey and sshkey-reset. It also support user-data, and provide an easy way to manage a different user than root. I think our community documentation need an update on this topic... Cheer

Re: CloudStack 4.10 system VM without ip

2017-09-07 Thread Luis
Thank you From: Raja Pullela To: "[email protected]" ; "[email protected]" Sent: Wednesday, September 6, 2017 10:50 PM Subject: Re: CloudStack 4.10 system VM without ip Hi Luis, 4.10 release does not support XenServer 7.2.  You will have to downgrade to 7.0. Good l

Migrating VMs from AWS to CloudStack

2017-09-07 Thread Imran Ahmed
Hi All, I have got a task to migrate VMs from AWS to CloudStack (private cloud) . Any ideas to get this done efficiently? Regards, Imran

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Dag Sonstebo
Which hypervisor are you using in CloudStack? Regards, Dag Sonstebo Cloud Architect ShapeBlue On 07/09/2017, 13:08, "Imran Ahmed" wrote: Hi All, I have got a task to migrate VMs from AWS to CloudStack (private cloud) . Any ideas to get this done efficiently? Regards, I

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Dag Sonstebo
Also – take a look at http://docs.aws.amazon.com/vm-import/latest/userguide/what-is-vmimport.html - in short EC2 only lets you export VMs which have been previously imported, not natively created. Regards, Dag Sonstebo Cloud Architect ShapeBlue On 07/09/2017, 13:28, "Dag Sonstebo" wrote:

RE: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Imran Ahmed
Hi Dag, Thanks for the link. Also I am using KVM and CS 4.9 Cheers, Imran -Original Message- From: Dag Sonstebo [mailto:[email protected]] Sent: Thursday, September 07, 2017 5:33 PM To: [email protected] Subject: Re: Migrating VMs from AWS to CloudStack Also –

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Erik Weber
On Thu, Sep 7, 2017 at 2:08 PM, Imran Ahmed wrote: > Hi All, > I have got a task to migrate VMs from AWS to CloudStack (private cloud) . > Any ideas to get this done efficiently? Your most efficient long term bet is probably to re-deploy everything using some sort of automation (ansible, puppet,

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Ivan Kudryavtsev
Hi, if you have LVM2, you can try to dd snapshot to barely deployed VM with livecd (dd + gzip | ssh dd). 7 сент. 2017 г. 19:47 пользователь "Erik Weber" написал: > On Thu, Sep 7, 2017 at 2:08 PM, Imran Ahmed wrote: > > Hi All, > > I have got a task to migrate VMs from AWS to CloudStack (privat

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Makrand
Take a note that AWS used XEN (Open source) hyeprvisor for EC2. Even if you get your VM exported somehow, importing it into ACS on KVM will be an issue. -- Makrand On Thu, Sep 7, 2017 at 6:17 PM, Erik Weber wrote: > On Thu, Sep 7, 2017 at 2:08 PM, Imran Ahmed wrote: > > Hi All, > > I have g

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Dag Sonstebo
Taking into account Ivan and Makrands suggestions – if you did manage to dd the image off the EC2 instance you could use qemu-img to convert it from raw to qcow2. Your challenge is going to be how to get the raw image out of EC2 and onto on premise storage or an S3 bucket. Overall though – I ag

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Rodrigo Baldasso
Hello Use r1soft to take an imagem from that vm's and deploy a new VM in CS with the same partitioning, then use r1soft bare metal restore and you're set. Exactly the same VM on your new platform. Enviado de GMail Mobile Em 7 de set de 2017 10:20, "Dag Sonstebo" escreveu: > Taking into account

[RESULT][VOTE] Apache CloudStack 4.9.3.0 (RC1)

2017-09-07 Thread Rohit Yadav
All, The vote for CloudStack 4.9.3.0 [1] *passes* with 3 PMC + 3 non-PMC votes. +1 (PMC / binding) 3 persons (Milamber, Daan, Rohit) +1 (non binding) 3 person (Glenn, Boris, René) 0 none -1 none Thanks to everyone participating. I will now prepare the release announcement to go out after 24

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Eric Green
Not happening unless your instances on Amazon are Centos or some other "standard" Linux distribution, not standard Amazon Linux. Amazon Linux is its own thing and won't run outside the Amazon ecosphere, and Windows instances on AWS don't react well at all to having their hypervisor yanked out fr

Configuring CS with Advance Networking for an internal laboratory

2017-09-07 Thread Luis
Hi I am configuring CS with Advance Networking for internal use without rotatable IP's, this is for testing and lean CS Advance Networking, This is what I have CS 4.10XenServer 7.0FreeNas CS is already installed but I can't download any iso because V-Router can't ping outside my network, any advi

RE: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Imran Ahmed
Hi Eric, I must thank you for your detailed advice. I myself am a python lover and I use Ansible for automation and DevOps. The issue here is that this aws account was being maintained by the customer himself. Now after we designed and implemented this CloudStack solution for him, the customer h

Re: Migrating VMs from AWS to CloudStack

2017-09-07 Thread Sebastian Gomez
Puppet/Chef/Ansible will not help you to optimize the current task of migrating your servers from AWS to CS, but will reduce you if you have to do it again in the future. If you have to re-deploy the servers perhaps you can think about it. Automatic setup also reduces operative tasks, reduces human

Re: cloud-set-guest-password working with systemctl

2017-09-07 Thread Sebastian Gomez
Could you share them, please? Yes, I agree, perhaps our doc needs an update. Thanks in advanced. Atentamente, Sebastián Gómez On Thu, Sep 7, 2017 at 12:38 PM, Pierre-Luc Dion wrote: > Hi, > > On my side we use cloud-init in all our Linux templates. We got it to work > for password, passwor

RE: Configuring CS with Advance Networking for an internal laboratory

2017-09-07 Thread Paul Angus
Hi Luis, You can give CloudStack a range of RFC1918 addresses (ie private addresses) to act as an 'internal' public network. 10.0.1.10 - 10.0.1.30 GW: 10.0.1.254 Netmask - 255.255.255.0 If the gateway at 10.0.1.254 can route to the outside world then CloudStack will still be able to download

Re: Configuring CS with Advance Networking for an internal laboratory

2017-09-07 Thread Luis
thank you for your help, I have some questions if you can help me to answer this 1.- can i not use VLAN's for Advance Networking or are necessary for the configuration 2.- Do I need to create an extra server ans use it as gateway for this range of IP's?  3.- this is what I am using to create my v

RE: Configuring CS with Advance Networking for an internal laboratory

2017-09-07 Thread Paul Angus
No problem Luis, 1. Advanced networking replies on VLANs (or some SDN isolation method), so you need at have a range of VLANs free, that you tell CloudStack that it can use. 2. The IP ranges I described were only an example you can you any range you like, but ‘public’ traffic generally i