Re: Generating OS Templates

2013-07-18 Thread Prasanna Santhanam
Agreed this is something I'd like to see in our test pipeline too and integrated into our internal clouds. Managing multiple templates can be messy. Once I finish off some 4.2 related stuff I'll look at implementing a CloudStack provider for packer in Go. Right now puppet provisioning is absent as

Re: core components of Cloudstack

2013-07-18 Thread kashif Ali
Thanks for replying . i just thinking about can we add more virtual appliances as per our need .. are these appliances available as open source or paid. can you please provide me with list of some appliances uses by cloudstack. On Thu, Jul 18, 2013 at 12:07 PM, Ahmad Emneina wrote: > c

Re: Create Guest network for a user

2013-07-18 Thread Punit Dambiwal
Hi Ron, Thanks For your updates... Actually for the Cloudstack POC ,i have the following :- 1. One Cloudstack Mgmt server and one Xenserver host. 2. I want to use advanced zone without any NAT service,as i don't have NAT enabled at my switch and router. I want to achieve the same :- Please adv

Re: Create Guest network for a user

2013-07-18 Thread Ron Wheeler
That does not work. "Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!" should say that "If you follow these instructions you will lose network connectivity" It seems that no one who knows the

Re: Create Guest network for a user

2013-07-18 Thread Punit Dambiwal
Hi Ron, Yes... it's in docs... http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/index.html 8.1.7.2.1. Configure in RHEL or CentOS On Thu, Jul 18, 2013 at 8:21 PM, Ron Wheeler wrote: > Is that in the docs? > > Ron > > On 18/07/2013 5:31 AM, Geoff Higginb

Re: Agent is running but KVM Failed

2013-07-18 Thread Alex Yang
Hi Jeff, You should make sure the module of kvm is loaded. lsmod | grep kvm 2013/7/18 Jefferson Briones (CONVERGE) > Hi guys, > > Im trying to install my agent on a separate host and im having some issue > when going to the setup stage. > > > > [root@cloudhost01 network-scripts]# service cl

Re: CloudStack Network architecture for VPC...

2013-07-18 Thread Ahmad Emneina
Have you allowed for the traffic to flow via the VPC's network acl's? You might need to add some ingress rules... On Tue, Jul 9, 2013 at 2:44 AM, COCHE Sébastien wrote: > Hello > > > > No body deployed VPC feature on a large scale deployment ? L > > > > > > De : COCHE Sébastien [mailto:sco...@

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
Looks like a problem with your configured DNS server. Try Google's: $ dig +short 192-168-2-203.realhostip.com @8.8.8.8 192.168.2.203 On Thu, Jul 18, 2013 at 5:47 PM, Bradley Hieber wrote: > http://pastebin.com/M3vtsNRX > > > > On Thu, Jul 18, 2013 at 8:45 PM, Bradley Hieber >wrote: > > > [ro

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
http://pastebin.com/M3vtsNRX On Thu, Jul 18, 2013 at 8:45 PM, Bradley Hieber wrote: > [root@master ~]# dig +short 192.168.2.201.realhostip.com > [root@master ~]# dig +short realhostip.com > [root@master ~]# > > > > > On Thu, Jul 18, 2013 at 8:41 PM, Carlos Reategui wrote: > >> Do you mean your

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
[root@master ~]# dig +short 192.168.2.201.realhostip.com [root@master ~]# dig +short realhostip.com [root@master ~]# On Thu, Jul 18, 2013 at 8:41 PM, Carlos Reategui wrote: > Do you mean your hosts do not have access to the internet? > > realhostip does not care the ip that you pass to it is p

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
Do you mean your hosts do not have access to the internet? realhostip does not care the ip that you pass to it is public or private. As long as the machine that is doing the lookup can get to the ip you are ok: $ dig +short 127-0-0-1.realhostip.com 127.0.0.1 $ dig +short 192-168-1-1.realhostip.c

Re: Generating OS Templates

2013-07-18 Thread Kirk Kosinski
Hi, the problem you saw probably happened because Ubuntu cannot be installed in PV mode from ISO on XenServer. A PV mode Ubuntu installation must be network-based, which is not possible with CloudStack. Your workaround is the recommended solution: perform a network-based installation of Ubuntu on

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
Agreed Carlos On Thu, Jul 18, 2013 at 8:37 PM, Carlos Reategui wrote: > On Thu, Jul 18, 2013 at 5:25 PM, Mir Islam wrote: > > > Restart the iptables. Without that the host will not be able to route the > > traffic to your VM. > > > Are you sure about that? Iptables has been disabled on my host

Re: cloudstack-management service auto-start?

2013-07-18 Thread Ahmad Emneina
can you post your management server logs, maybe there's a telling error as to why it wont start. Is mysql starting on boot (assuming its on the same box)? On Wed, Jul 17, 2013 at 8:01 PM, Indra Pramana wrote: > Dean, > > Good day to you, and thank you for your e-mail. > > I tried your suggestio

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
On Thu, Jul 18, 2013 at 5:25 PM, Mir Islam wrote: > Restart the iptables. Without that the host will not be able to route the > traffic to your VM. Are you sure about that? Iptables has been disabled on my hosts for months and I have no issues. I don't think iptables has anything to do with r

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
my problem is that my "public" addresses aren't public, but private. On Thu, Jul 18, 2013 at 8:32 PM, Carlos Reategui wrote: > I would hope that they are deployed in some durable fashion: > > $ dig +short realhostip.com -t NS @8.8.8.8 > ns2.realhostip.com. > ns.realhostip.com. > > > > > On Thu,

Re: Copying template from one zone to another…errors

2013-07-18 Thread Ahmad Emneina
it should be public side of ssvm A to pub side of ssvm B. On Wed, Jul 17, 2013 at 11:16 PM, Sanjeev Neelarapu < sanjeev.neelar...@citrix.com> wrote: > Hi, > > Also make sure that /var/www/html/.htaccess file in SSVMs has the public > ip addresses of each other ssvm. > This is to enable the trust

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
I would hope that they are deployed in some durable fashion: $ dig +short realhostip.com -t NS @8.8.8.8 ns2.realhostip.com. ns.realhostip.com. On Thu, Jul 18, 2013 at 5:21 PM, Bradley Hieber wrote: > How do you know if the ddns server is running? > — > Sent from Mailbox for iPhone > > On Thu,

Re: SSVM Template

2013-07-18 Thread Mir Islam
Restart the iptables. Without that the host will not be able to route the traffic to your VM. There definitely is some issue when host,nfs and management are running on the same box and with your iptables rules. But theoretically, secondary storage is needed when you download a template/iso or w

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
How do you know if the ddns server is running? — Sent from Mailbox for iPhone On Thu, Jul 18, 2013 at 8:19 PM, Carlos Reategui wrote: > https://cwiki.apache.org/CLOUDSTACK/role-of-realhostip-in-cloudstack.html > On Thu, Jul 18, 2013 at 4:52 PM, Bradley Hieber wrote: >> any reason why "View Conso

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
https://cwiki.apache.org/CLOUDSTACK/role-of-realhostip-in-cloudstack.html On Thu, Jul 18, 2013 at 4:52 PM, Bradley Hieber wrote: > any reason why "View Console is trying to go here > https://192-168-2-203.realhostip.com/"; > > > On Thu, Jul 18, 2013 at 7:36 PM, Carlos Reategui >wrote: > > > Gla

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
any reason why "View Console is trying to go here https://192-168-2-203.realhostip.com/"; On Thu, Jul 18, 2013 at 7:36 PM, Carlos Reategui wrote: > Glad that worked for you. However I don't think that is the way it should > work. Hopefully someone with more CS + XS experience will chime in and

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
Glad that worked for you. However I don't think that is the way it should work. Hopefully someone with more CS + XS experience will chime in and let us know if this is a bug in CS not configuring the XS host iptables properly or if it is an installation documentation bug. On Thu, Jul 18, 2013 a

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
I'm just building the proof of concept on my computer at home. We don't have the budget for a test and dev environment. On Thu, Jul 18, 2013 at 7:15 PM, Caleb Call wrote: > We've had the same issues and besides maintaining the iptables rules > manually (not realistic when everything else is so

Re: SSVM Template

2013-07-18 Thread Caleb Call
We've had the same issues and besides maintaining the iptables rules manually (not realistic when everything else is so dynamic), our fix too was turning off the iptables on the XS hosts. On top of that you have to run some type of check the ensure that they remain off because many things that

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
That was it! On Thu, Jul 18, 2013 at 5:56 PM, Carlos Reategui wrote: > I had problems with a XS6.0.2 + CS4.0.1 with Basic network that were > "solved" by turning off iptables on the XS hosts. > > > On Thu, Jul 18, 2013 at 2:43 PM, Bradley Hieber >wrote: > > > Iptables are turned off on manageme

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
I had problems with a XS6.0.2 + CS4.0.1 with Basic network that were "solved" by turning off iptables on the XS hosts. On Thu, Jul 18, 2013 at 2:43 PM, Bradley Hieber wrote: > Iptables are turned off on management server. Ssvm is running on another > machine. > — > Sent from Mailbox for iPhone >

RE: Generating OS Templates

2013-07-18 Thread Brian Galura
We have an automated process for deploying code onto existing hosts, it would be cool to have it just build an image instead. -Original Message- From: celso.fernan...@gmail.com [mailto:celso.fernan...@gmail.com] On Behalf Of Celso Fernandes Sent: Thursday, July 18, 2013 2:21 PM To: users

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
Iptables are turned off on management server. Ssvm is running on another machine.  — Sent from Mailbox for iPhone On Thu, Jul 18, 2013 at 5:28 PM, Mir Islam wrote: > ok, but it is clear that the ssvm is not able to mount the secondary storage. > What is in the iptables on the host (I assume it

Re: SSVM Template

2013-07-18 Thread Mir Islam
ok, but it is clear that the ssvm is not able to mount the secondary storage. What is in the iptables on the host (I assume it is the management server as well) ? On Jul 18, 2013, at 1:03 PM, Bradley Hieber wrote: > this is a POC environment. Everything is running on a 192.168.2.0/24 with a >

Re: Generating OS Templates

2013-07-18 Thread Celso Fernandes
What is this kind of continuous integration? To generate OS templates? ;) Celso Fernandes www.zertico.com +55 35 4105-0922 Av. BPS, 1303 - PCE - PCTI - Sala 10 On Thu, Jul 18, 2013 at 5:11 PM, Brian Galura wrote: > Yes I opened that issue with packer. Would love to see that support and use >

RE: Public cloudstack UI

2013-07-18 Thread Musayev, Ilya
I've looked at Eds slides, I do disagree with him on some aspects. I have a feeling he bases it off older version or older CCP platform. > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Thursday, July 18, 2013 4:19 PM > To: users@cloudstack.apache.org

Re: Console Proxy not starting

2013-07-18 Thread Bradley Hieber
pastebin please On Thu, Jul 18, 2013 at 4:24 PM, Caleb Call wrote: > When trying to start the console proxy in one of my zones fails. I'm > getting an error that says "no suitable storagePools for in this cluster". > Which storage pool would this be? For some reason I was thinking the > syst

Console Proxy not starting

2013-07-18 Thread Caleb Call
When trying to start the console proxy in one of my zones fails.  I'm getting an error that says "no suitable storagePools for in this cluster".  Which storage pool would this be?  For some reason I was thinking the system VMs lived on the secondary storage, but I'm probably wrong on that.  Either

Re: Public cloudstack UI

2013-07-18 Thread Chip Childers
On Thu, Jul 18, 2013 at 08:04:58PM +, Brian Galura wrote: > I get the impression cloudstack was really designed for internal clouds. I wouldn't say that at all. There are many public clouds using CloudStack. > Does anyone have recommendations for securing a publicly facing install? That wo

Re: Public cloudstack UI

2013-07-18 Thread David Nalley
Ed from Datapipe presented about some of the challenges at the CCC in Vegas http://www.slideshare.net/elaczynski/solving-the-cloudstack-puzzle-the-complete-stack-explored To be clear, the UI is a reference implementation, and while plenty of folks use it completely stock as well as the default API

Re: Generating OS Templates

2013-07-18 Thread Brian Galura
Yes I opened that issue with packer. Would love to see that support and use it with a continuous integration automation pipeline. On Jul 18, 2013, at 9:11, "Prasanna Santhanam" wrote: Celso, There's an issue on the packer [1] github that you may be interested in if you plan on building suppor

Re: Ceph RBD With Xen Server

2013-07-18 Thread Brian Galura
There is a xenserver tech preview available which supports rbd. This is publicly available afaik. We plan on doing some testing soon. On Jul 18, 2013, at 8:48, "Chip Childers" wrote: On Thu, Jul 18, 2013 at 03:49:48PM +0100, Adrian Lewis wrote: > Hi, > > > > First post and only just subscri

Public cloudstack UI

2013-07-18 Thread Brian Galura
I get the impression cloudstack was really designed for internal clouds. Does anyone have recommendations for securing a publicly facing install? I saw recently there was a patch for rate limiting to mitigate some attacks and we can have some network devices do some basic things in front of the

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
this is a POC environment. Everything is running on a 192.168.2.0/24 with a SOHO acting as DNS and gateway. On Thu, Jul 18, 2013 at 4:01 PM, Mir Islam wrote: > Looks like your network is not probably setup correctly. What is your > topology looking like? > > > On Jul 18, 2013, at 12:38 PM, Brad

Re: SSVM Template

2013-07-18 Thread Mir Islam
Looks like your network is not probably setup correctly. What is your topology looking like? On Jul 18, 2013, at 12:38 PM, Bradley Hieber wrote: > http://pastebin.com/gdTdGGBu > > > > On Thu, Jul 18, 2013 at 2:57 PM, Bradley Hieber wrote: > >> No mount on /mnt/SecStorage >> — >> Sent from

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
http://pastebin.com/gdTdGGBu On Thu, Jul 18, 2013 at 2:57 PM, Bradley Hieber wrote: > No mount on /mnt/SecStorage > — > Sent from Mailbox for iPhone > > > On Thu, Jul 18, 2013 at 2:46 PM, Dean Kamali wrote: > >> Okay, can you open up the proxy console of your S

Re: core components of Cloudstack

2013-07-18 Thread Ahmad Emneina
cloudstack is an all in one solution but doesnt limit you to one type of technology or topology. It works in conjunction with system (appliance) vm's. The three types of system vm's are console proxy vm, secondary storage vm, and virtual router vms' (each of these "router vm's" provide a multitude

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
No mount on /mnt/SecStorage — Sent from Mailbox for iPhone On Thu, Jul 18, 2013 at 2:46 PM, Dean Kamali wrote: > Okay, can you open up the proxy console of your SSVM? > On Thu, Jul 18, 2013 at 2:42 PM, Mir Islam wrote: >> Try to mount your secondary storage NFS mount point from within the SSVM.

Re: Changing the Guest Network IP Range in a POD

2013-07-18 Thread Ahmad Emneina
is this for a basic zone? also dependent on version, what one can do is from infrastructure: navigate to zone -> physical network -> guest network and here's the tricky part (assuming no vm's are deployed) add a non overlapping range, delete the original range, and possibly readd a segment of the d

Re: SSVM Template

2013-07-18 Thread Dean Kamali
Okay, can you open up the proxy console of your SSVM? On Thu, Jul 18, 2013 at 2:42 PM, Mir Islam wrote: > Try to mount your secondary storage NFS mount point from within the SSVM. > There maybe some firewall rule preventing it from mounting the storage. > Find the link local IP of the SSVM and

Re: SSVM Template

2013-07-18 Thread Mir Islam
Try to mount your secondary storage NFS mount point from within the SSVM. There maybe some firewall rule preventing it from mounting the storage. Find the link local IP of the SSVM and ssh into it on port 3922 using identity under /root/.ssh/id_rsa.cloud from your host machine. Then do a df to s

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
they show as running in the Infrastructure-> System VM's area, but the management logs say there is none 2013-07-18 14:35:37,814 DEBUG [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1 is ready to launch secondary storage VM 2013-07-18 14:35:38,704 DEBUG [cloud.consoleprox

Re: SSVM Template

2013-07-18 Thread Dean Kamali
Did you enable your zone? If so, system VMS should get automatically deployed On Jul 18, 2013 2:33 PM, "Bradley Hieber" wrote: > So I have the following: > ID a54fae18-ef07-11e2-b49d-000c293c698f Zone name Red Zone ID > 8f59e824-a9f1-4acd-8a5c-f68ea9ced479 Description SystemVM Template > (XenSe

SSVM Template

2013-07-18 Thread Bradley Hieber
How do you know if the secondary storage vm is downloading the CentOS template? I am seeing the following even though my SSVM is running 2013-07-18 14:26:07,813 DEBUG [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1 is ready to launch secondary storage VM -- Brad

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
So I have the following: ID a54fae18-ef07-11e2-b49d-000c293c698f Zone name Red Zone ID 8f59e824-a9f1-4acd-8a5c-f68ea9ced479 Description SystemVM Template (XenServer) Hypervisor XenServer Type SYSTEM Ready Yes Status Download Complete But I can't deploy and instance from it...thoughts? On Thu, Ju

Re: SSVM Template

2013-07-18 Thread Dean Kamali
>From the UI, go to templates, then you will find System VM template, click on it, and you should see a progress bar for download, or errors if there is an issue. If all goes well, you should see "successfully installed" or "Ready" On Thu, Jul 18, 2013 at 2:26 PM, Bradley Hieber wrote: > How do

Re: Generating OS Templates

2013-07-18 Thread Celso Fernandes
On Thu, Jul 18, 2013 at 1:10 PM, Prasanna Santhanam wrote: > Celso, > > There's an issue on the packer [1] github that you may be interested in if > you plan on building support for CS. I've been playing around with > packer for the last few weeks and find it quite stable for a version 0.1 > tool

Re: Generating OS Templates

2013-07-18 Thread Celso Fernandes
inline reply Celso Fernandes www.zertico.com +55 35 4105-0922 Av. BPS, 1303 - PCE - PCTI - Sala 10 On Thu, Jul 18, 2013 at 12:26 PM, Indra Pramana wrote: > Hi Sanjay and all, > > What if we don't have any VMs running with the mentioned OS types yet? How > can we prepare the first template? T

Changing the Guest Network IP Range in a POD

2013-07-18 Thread JSmith
The web interface allows you to change the Pod's IP Range for the Reserved System IPs in the 'Details' tab. I can view, but not modify the Guest Network IP Range, under the 'IP Allocations' tab in the Pod? I would like to change this address range. How do I go about doing this? Where can I

Re: Generating OS Templates

2013-07-18 Thread Carlos Reategui
I've found that it is easier to do with a separate host that is not part of cloudstack. I keep a standalone Xenserver around to create the templates. Unfortunately this is not a completely automated (I do have some automation using kickstart). For some reason I have not been successful at import

Re: NYC CloudStack User Group Meetup #2

2013-07-18 Thread Phong Nguyen
We (Gilt) would be happy to talk about the LXC and Cloudstack integration. Please contact me offline about the details. Thanks, Phong On Thu, Jul 18, 2013 at 8:20 AM, David Nalley wrote: > Phong is in NYC and previously offered to talk about the LXC > integration that they built for CloudStac

Re: Generating OS Templates

2013-07-18 Thread Prasanna Santhanam
Celso, There's an issue on the packer [1] github that you may be interested in if you plan on building support for CS. I've been playing around with packer for the last few weeks and find it quite stable for a version 0.1 tool and since it's by the Vagrant author himself I think it'll get good tra

Re: Password Management for Templates

2013-07-18 Thread Indra Pramana
Hi Ian, Many thanks. Yes, it works for me as well. Cheers. On Thu, Jul 18, 2013 at 11:32 PM, Ian Duffy wrote: > Hi Indra, > > Came across that issue myself the other day. > > I just grabbed the scripts from this github repo: > https://github.com/shankerbalan/cloudstack-scripts > > They worked

Re: Ceph RBD With Xen Server

2013-07-18 Thread Chip Childers
On Thu, Jul 18, 2013 at 03:49:48PM +0100, Adrian Lewis wrote: > Hi, > > > > First post and only just subscribed so not sure if this will connect up > with the existing thread but I’m very interested in XenServer and Ceph/RBD. > I understand that Wido has informally committed to building the > Xe

Re: Memory Modules

2013-07-18 Thread Chip Childers
On Wed, Jul 17, 2013 at 11:35:29PM -0300, Mario Loewenhaupt wrote: > Hi guys! > > I´ve testing Cloudstack for a while now and planing to go live with it for > some of our clients. > > As cloudstack claims that it runs from standard hardware, my question is: > > Is it necessary for a live depoyme

Re: Password Management for Templates

2013-07-18 Thread Ian Duffy
Hi Indra, Came across that issue myself the other day. I just grabbed the scripts from this github repo: https://github.com/shankerbalan/cloudstack-scripts They worked for me. On 18 July 2013 16:24, Indra Pramana wrote: > Dear all, > > I am following the instruction on below guide on how to a

RE: Advanced Zone Network offering without NAT

2013-07-18 Thread Sanjeev Neelarapu
Need logs to analyze what went wrong in starting vm. -Sanjeev -Original Message- From: Punit Dambiwal [mailto:hypu...@gmail.com] Sent: Thursday, July 18, 2013 3:41 PM To: users@cloudstack.apache.org Subject: Re: Advanced Zone Network offering without NAT Hi Sanjeev, Thanks For your rep

Re: Generating OS Templates

2013-07-18 Thread Indra Pramana
Hi Sanjay and all, What if we don't have any VMs running with the mentioned OS types yet? How can we prepare the first template? Do I need to download the ISO, attach to VM, and then convert to template? Is it possible? Looking forward to your reply, thank you. Cheers. On Thu, Jul 18, 2013 at

Password Management for Templates

2013-07-18 Thread Indra Pramana
Dear all, I am following the instruction on below guide on how to add password management to our template: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Admin_Guide/add-password-management-to-templates.html I tried to download the cloud-set-guest-password for Linux: http:

Re: Ceph RBD With Xen Server

2013-07-18 Thread Adrian Lewis
Hi, First post and only just subscribed so not sure if this will connect up with the existing thread but I’m very interested in XenServer and Ceph/RBD. I understand that Wido has informally committed to building the Xenserver/RBD glue when it is supported on XenServer (think this was in a video

Re: Generating OS Templates

2013-07-18 Thread Celso Fernandes
Christian, I've been using veewee to generate vagrant boxes in a while, for me is much better to develop something based on this and automate to import on Cloudstack instead of develop something from scratch. Prasanna, Thank you for the point.. Packer seems a really cool to do this task, I'm gonna

Re: Generating OS Templates

2013-07-18 Thread James Weir
You can also check out: www.usharesoft.com that provides a platform for creating templates. It has a free online platform that you can use. Disclaimer: I work for this company. Regards James On 7/18/13 4:25 PM, Prasanna Santhanam wrote: There are no providers for CloudStack yet in these proj

Re: Generating OS Templates

2013-07-18 Thread Cristian Latapiat
Ola Celso, Acredito que este processo pode ser optimizado , mas requer um pouco de conhecimento nas ferramentas de gerencia de configuração . Att Cristian Latapiat 2013/7/18 Celso Fernandes > Hi Sanjay, thank you for your reply, > > I thought were some more automated process like Veewee does

Re: Generating OS Templates

2013-07-18 Thread Prasanna Santhanam
There are no providers for CloudStack yet in these projects (vagrant/packer). Only for AWS, vmware fusion, vbox and possibly openstack. So you'll have to convert to vhd manually and then import as template and then muck around with the networking a little bit to get it right. On Thu, Jul 18, 2013

Re: Generating OS Templates

2013-07-18 Thread Prasanna Santhanam
Yes you can use vhd-util for xen and qcow2 for kvm. See the example in tools/appliance/build.sh. This is a veewee+Vagrant definition of the systemvm built from Debian ISO. This works only with Vagrant(1.0) and not 1.1+. For 1.1 + you can check the tool by mitchellh (packer) On Thu, Jul 18, 2013 a

Re: Generating OS Templates

2013-07-18 Thread Celso Fernandes
Hi Sanjay, thank you for your reply, I thought were some more automated process like Veewee does for Vagrant boxes. Is there any way to convert Vagrant boxes to XenServer ones? So would be much more simpler to automate the process. I'm gonna search for some info and test, then publish any result I

RE: Not able to add kvm host to cluster

2013-07-18 Thread Shivaprasad Katta
Hi, When I logged into the ssvm, I could see that it is not able to reach download.cloud.com and not even the gateway which I defined. Looks to be a mess with my networks :-(. Could anyone please help me with setting up network with 2 physical nics..? I have 3 hosts (one is manager and other tw

Re: NYC CloudStack User Group Meetup #2

2013-07-18 Thread David Nalley
Phong is in NYC and previously offered to talk about the LXC integration that they built for CloudStack. If he does, it please record video. --David On Thu, Jul 18, 2013 at 8:17 AM, Kelly Hair wrote: > I reached out to Chris Swenson from WebMD after running into him at an event > about hostin

Re: Create Guest network for a user

2013-07-18 Thread Ron Wheeler
Is that in the docs? Ron On 18/07/2013 5:31 AM, Geoff Higginbottom wrote: Hi Punit, You should not be trying to create networks manually in the Host, as CloudStack will assign a VLAN ID when it creates the Network/VMs, so doing it in the Host manually is going to cause you problems. For Shar

NYC CloudStack User Group Meetup #2

2013-07-18 Thread Kelly Hair
I reached out to Chris Swenson from WebMD after running into him at an event about hosting the 2nd CloudStack User Group meetup. He obliged with gusto and we're tentatively looking at the first week of September. The questions I wanted to pose are: - Who should present? - What should they cover

RE: Bridge creation issue on Management Server for CS 4.1

2013-07-18 Thread Geoff Higginbottom
Ashutosh, You could try looking at the devcloud instructions https://cwiki.apache.org/CLOUDSTACK/devcloud.html Although they reference building a combined CloudStack and KVM installation on a VM, you could follow the same basic steps on you metal host. Regards Geoff Higginbottom D: +44 20 36

Re: Bridge creation issue on Management Server for CS 4.1

2013-07-18 Thread Ashutosh Narayan
Hi Geoff, I am using a single NIC on management server. And it's a all in one setup. I have installed CloudStack 4.1 on Centos 6.3 on a metal box and using KVM On Wed, Jul 17, 2013 at 8:40 PM, Geoff Higginbottom < geoff.higginbot...@shapeblue.com> wrote: > Dean, > > Can you provide a bit more i

core components of Cloudstack

2013-07-18 Thread kashif Ali
hello everyone 1.what are core components of cloudstack like cinder, swift etc of openstack. 2.how cloudstack provide security. -- Regards, *Kashif Ali* Undergraduate Student | 6th Semester BESE-1A | NUST-SEECS | Islamabad 10besek...@seecs.edu.pk

Re: Advanced Zone Network offering without NAT

2013-07-18 Thread Punit Dambiwal
Hi Sanjeev, Thanks For your replyi have created the shared network...but when try to deploy the new instance with the shared network it failed with error (2013-07-18 16:24:06,982 INFO [cloud.vm.VirtualMachineManagerImpl] (Job-Executor-35:job-50) Unable to start VM on Host[-3-Routing] due to U

Re: Create Guest network for a user

2013-07-18 Thread Punit Dambiwal
Hi Geoff, Thanks For your replyas i have just *trunked* the host NICS as per the cloudstack guide ( 8.1.7.2.1. Configure in RHEL or CentOS)...the difference is now i am using Xenserver instead of KVM... Please advise me on the following :- 1. On my host the WAN on eth0 and LAN on eth1,so sho

RE: Advanced Zone Network offering without NAT

2013-07-18 Thread Sanjeev Neelarapu
Hi, To create shared network first you need to create network offering with Guest Type as shared and with all the required services. Using this network offering create a shared network by navigating to "Infrastructure->zone->PhysicalNetwork->Guest->AddGuestNetwork" For the vm start error the m

RE: Create Guest network for a user

2013-07-18 Thread Geoff Higginbottom
Hi Punit, You should not be trying to create networks manually in the Host, as CloudStack will assign a VLAN ID when it creates the Network/VMs, so doing it in the Host manually is going to cause you problems. For Shared Networks you always have to specify the VLAN and IP Ranges when you creat

Re: Create Guest network for a user

2013-07-18 Thread Punit Dambiwal
Hi Geoff, I read this emaili have one question...can create guest network without specifying the VLAN...as i have created the tagged network in the host like eth0.40 On Thu, Jul 18, 2013 at 4:29 PM, Geoff Higginbottom < geoff.higginbot...@shapeblue.com> wrote: > Hi Dean, > > Sorry for c

Agent is running but KVM Failed

2013-07-18 Thread Jefferson Briones (CONVERGE)
Hi guys, Im trying to install my agent on a separate host and im having some issue when going to the setup stage. [root@cloudhost01 network-scripts]# service cloudstack-agent status cloudstack-agent (pid 5884) is running... [root@cloudhost01 agent]# tail -f agent.log 2013-07-18 17:12:5

Re: Advanced Zone Network offering without NAT

2013-07-18 Thread Punit Dambiwal
Hi Sanjeev, I have done the modification as per your reply...now the summaries details as follows :- *1. Management Network :- 202.0.0.0/28 untagged.* *2. Public :- 172.235.0.0/28 * *3. Guest Public :- **172.235.0.0/28* *4. Guest Private :- 10.0.1.0/23* *5. Storage :- 10.10.0.0/22* I have added

RE: Create Guest network for a user

2013-07-18 Thread Geoff Higginbottom
Hi Dean, Sorry for causing confusion, in order to create a Shared Network available to all users, simply create a new Guest Network by going to Infrastructure > Zones > Your Zone Name > Physical Network > Your Network Name (the one with Guest Traffic) > Guest - Configure > Network Tab > Add Gue

RE: NFS directories

2013-07-18 Thread Alramzana Nujum Navaz
Hi, I faced samed problem some time back. Followed the steps here http://ostechnix.wordpress.com/2013/02/28/setup-nfs-server-in-centos-rhel-scientific-linux-6-3-step-by-step/ especially the one for the IP tables and the premission denied problem disappeared. Hope it helps. Regards, Ramzana