Re: About GRE isolation in CS 4.1.1

2013-08-16 Thread ACKE AC
Thanks for Venkata's answer, it's successful to create GRE tunnel for each host without VLAN and can isolate for each Network. It's really awesome and cool without VLAN configuration, easy and effective for isolation in advance mode! Configuration Note: 1. sdn.ovs.controller -> true 2. sdn.ovs.co

RE: XS6.1 support

2013-08-16 Thread Donal Lafferty
Hi Carlos, I updated the JIRA issue. Have a quick read. The issue may not affect you. DL > -Original Message- > From: [email protected] [mailto:[email protected]] On Behalf Of > Carlos Reategui > Sent: 16 August 2013 00:57 > To: [email protected] > Subject: Re: XS6.1 sup

Re: Single Server | Advanced Mode | KVM | Cent OS 6.4

2013-08-16 Thread Thomas Joseph
Hi Maurice, Have you tried test mounting the secondary storage onto the secondary storage VM? updating the /etc/resolv.conf on your secondary storage may resolve your DNS lookup issues. regards, Thomas On 15/08/13 23:32, Maurice Lawler wrote: > Hello, > > I'm working with KVM | CloudStack

Re: Single Server | Advanced Mode | KVM | Cent OS 6.4

2013-08-16 Thread Venkata SwamyBabu Budumuru
Please have a look at the following troubleshooting guide https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec ondary+storage+troubleshooting On 16/08/13 3:29 PM, "Thomas Joseph" wrote: >Hi Maurice, > >Have you tried test mounting the secondary storage onto the >seco

Shared Networks

2013-08-16 Thread Christopher M. Ryan
Hi all! What is the purpose of shared networks? I cannot make them accessible to the internet (in our case, the office network) unless they are on isolated VLANs with static (or source) NAT. I would like the VMS to exist as if they were on the office network without having to acquire a static

Re: Shared Networks

2013-08-16 Thread Venkata SwamyBabu Budumuru
Did you try something like this? * create a shared network * During creation specify the tagged VLAN your office network is on * Specify the office n/w ip range that you want your Vms to be on * Specify a gateway for the above range (This will be an existing GW that you

[ANNOUNCE] Announcing CloudStack Collaboration Conference Europe

2013-08-16 Thread Hugo Trippaers
We’re pleased to announce the CloudStack Collaboration Conference Europe!  With two very successful events in the United Stated we know it is time to bring this conference to Europe. This time we’re gathering the community in The Netherlands. More specific, right in the center of Amsterdam in on

Re: [ANNOUNCE] Announcing CloudStack Collaboration Conference Europe

2013-08-16 Thread Kishore Yerrapragada
Cheers Kish. Ph. 6504795325 Hugo Trippaers wrote: We’re pleased to announce the CloudStack Collaboration Conference Europe! With two very successful events in the United Stated we know it is time to bring this conference to Europe. This time we’re gathering the community in The Netherlands

Re: Monitoring feature for CS

2013-08-16 Thread John Kinsella
I've been thinking a lot about monitoring over the last 6 weeks or so. For over a decade I've been a huge fan of Opsview/nagios, but I started getting the nagging feeling that this wasn't necessarily the best way to go anymore, with this whole cloud thing. So I've been looking/playing with a bun

Storage options for new Cloudstack setup.

2013-08-16 Thread Tyler Wilson
Greetings All, We are looking into setting up Cloudstack for one of our new racks and I am trying to get a picture of our options for storage; 1. Can we use primary storage with the specs below? It seems primary storage is meant for single, dedicated storage boxes (SAN, NFS) that don't house VM's

Admin Password

2013-08-16 Thread Maurice Lawler
Riddle me this… I am unsure as to what the issue is, I installed CS 4.1.1 and created a secondary user, logged out of the Admin portion logged into the regular user and now the admin password does not work. How would one change the password via the database or another method ? - Maurice

Re: Storage options for new Cloudstack setup.

2013-08-16 Thread Kirk Jantzer
With the specs provided, you'll want to create a zone with local storage enabled (as well as change the global setting that allows system vms to be placed on primary storage). That way, when you add hosts, their local disks will be added as primary storage. Regards, Kirk Jantzer http://about.me/k

Re: Storage options for new Cloudstack setup.

2013-08-16 Thread Tyler Wilson
Hello Kirk, Thanks for the reply, will any features be disabled/unavailable with this method? Regards, On Fri, Aug 16, 2013 at 1:53 PM, Kirk Jantzer wrote: > With the specs provided, you'll want to create a zone with local storage > enabled (as well as change the global setting that allows sys

Re: Storage options for new Cloudstack setup.

2013-08-16 Thread Kirk Jantzer
I'd wait for the experts to reply, but off the top of my head in the current versions (4.x), you'd lose the ability to live migrate instances and offer HA service offerings. Regards, Kirk Jantzer http://about.me/kirkjantzer On Aug 16, 2013 5:49 PM, "Tyler Wilson" wrote: > Hello Kirk, > > Thanks

Re: Storage options for new Cloudstack setup.

2013-08-16 Thread Tyler Wilson
Hello Kirk, While I do agree with the Live migration issue I do think If you have multiple hosts couldnt you replicate the data and establish HA via load balancing. Am I correct in thinking this? Would these specs be considered one 'pod' or a single 'cluster'? Thanks again for you help. On Fri,

Problem with basic installation

2013-08-16 Thread Vadim Bartko
Hi all, I am trying to install CloudStack in basic configuration. I've spent almoust one week, but still can't setup it. My environment is: one machine (my laptop with eth card) network - cable attached to router (dlink) CenOS 6.4 x64 Cloustack 4.1.1 (installed from official repo) Configuratio

Re: Storage options for new Cloudstack setup.

2013-08-16 Thread Kirk Jantzer
The hosts would be in a cluster, but their storage is local to the host. I'm not aware of anything in cloudstack yet (storage migration is slated for future versions) that would make it aware of replication done on the host level. People are experimenting with Ceph for primary storage, but I don't

CS 4.1.1 nonoss rpms?

2013-08-16 Thread Zojonc, Josh
HI, I'm been digging for nonoss RPMS for 4.1.1, I see some for 4.2 at http://jenkins.cloudstack.org/. I tired to build from SRC and while it'll compile I get a error of "createPhysicalNetwork failed. Error: " when trying to create a vmware zone. And yes, I followed the steps here http://clouds

Re: CS 4.1.1 nonoss rpms?

2013-08-16 Thread Ian Duffy
Hi Josh, I believe the RHEL ones on the repos are non-oss based. http://cloudstack.apt-get.eu/rhel/4.1/ This believe is due the release email of those binaries: http://markmail.org/thread/usl2als3qhuvlus6 @Chip - can you confirm that the RHEL ones are non-oss? On 16 August 2013 23:25, Zojonc,

Re: Admin Password

2013-08-16 Thread Venkata SwamyBabu Budumuru
Password in the DB is stored as MD5sum hash. In order to set the password, you need to generate MD5 hash for the password string that you want to set. You can use one such link to generate it online http://www.md5hashgenerator.com/index.php For more info on how to set, please follow the link http

Re: Problem with basic installation

2013-08-16 Thread Ron Wheeler
The docs are wrong. There are quite a few people in your situation including myself. I was able to put my project on hold until the docs are fixed but others have plowed through and got it working. If you figure out where the docs led you astray, please write a bug report. Ron On 16/08/2013