Re: Guest VMs not able to acquire DHCP IP from Virtual Router unless Guest and VR are on the same KVM host

2013-11-19 Thread Travis Graham
Since DHCP leases aren't something that immediately go away you could temporarily stop DHCP services on your default router and see if that allows CS instances to pull IPs correctly then enable your default DHCP server again once you know more. That would eliminate your default router from the

Re: Destroy Instance from CMD line

2013-11-19 Thread Travis Graham
You'll want to use something like cloudmonkey or one of the clients that consume the API to do anything from the command line. * http://cloudstack.apache.org/downloads.html#cloudmonkey * https://github.com/chipchilders/cloudstack_ruby_client * https://github.com/promptworks/stacker_bee On Nov

Re: [Doc] Volunteers for Completing 4.2.1 Upgrade Section

2013-11-14 Thread Travis Graham
I'll be able to help as well. We probably need to get an idea of who's doing what so we don't cause any conflicts. I have a server setup to build the docs but I think we need to work on a total redo of the RN to make them actually readable. There's too much info missing to just shim whats

Re: [Doc] Volunteers for Completing 4.2.1 Upgrade Section

2013-11-14 Thread Travis Graham
, Travis Graham wrote: I'll be able to help as well. We probably need to get an idea of who's doing what so we don't cause any conflicts. I have a server setup to build the docs but I think we need to work on a total redo of the RN to make them actually readable. There's too much info missing

Re: Urgent - usage databae always empty

2013-10-30 Thread Travis Graham
when running status command), heartbeat info along with start and end_date I have checked the logs, I keep seeing Not owner of usage job, skipping... when execution time occur. On Wed, Oct 30, 2013 at 8:32 AM, Travis Graham tgra...@tgraham.us wrote: Is the usage agent actually

Re: Urgent - usage databae always empty

2013-10-30 Thread Travis Graham
this stupid error Not owner of usage job, skipping... when execution time occur Any other ideas? Dean On Wed, Oct 30, 2013 at 9:24 AM, Travis Graham tgra...@tgraham.us wrote: Can you check your timezone settings in the global configs to make sure there's a correct timezone

Re: Running devcloud on dom0

2013-10-21 Thread Travis Graham
You can run both. The agent is only needed for KVM so if you aren't using KVM you won't need it. Travis On Monday, October 21, 2013, Mario Giammarco wrote: Hello, I have a server with ubuntu server 12.04 fresh installed. I would like to run on it cloudstack manager AND agent. I read in

Re: Cloudstack and JuJu

2013-10-18 Thread Travis Graham
There aren't currently any charms written for CloudStack that I can find, but they shouldn't be too hard to write. You'd need to break them down into a few different charms, depending on how you or others might want to deploy them. You'll want to browse some of the other charms to borrow from

Re: Instance create with ISO always fails. Templates create fine.

2013-10-12 Thread Travis Graham
Have you tried to setting the OS Type for the ISO to something more generic like Other Linux (64-bit)? I had the same problem trying to get Ubuntu 12.04 working from an ISO and once I changed the OS Type to be more generic it worked. The OS Type field is what determines things like NIC drivers

Re: Setting user data removes SSH public key data on a running VM

2013-10-11 Thread Travis Graham
The public key being removed from the VR is the correct behavior. The VR has a cache that stores the ssh key when you make the API call and once it has been requested is removed from the cache. Travis On Oct 11, 2013, at 4:31 AM, Stanislav Petrov devilfighter1...@gmail.com wrote: Hi all,

Re: Doc Updates

2013-10-10 Thread Travis Graham
What's an acceptable/expected timeframe for rolling out the published fixes once a patch has made it's way in? Is that something that can be automated after a successful Jenkins run? Travis On Oct 10, 2013, at 1:48 PM, David Nalley da...@gnsa.us wrote: That is how it has been done previously

Re: DevCloud with Centos and Xen

2013-10-10 Thread Travis Graham
I have no real idea of how the LXC implementation works, but it's layered on top of libvirt and it's KVM/QEMU drivers. Would tapping into libvirt in the same way with it's Xen driver be possible? And I ask that having zero idea of how CS uses QEMU and libvirt to get its hooks into KVM or KVM

Re: After upgrade to CS 4.2 not able to create the Vm instance | Resource [Pod:1] is unreachable: Unable to apply userdata and password entry on router

2013-10-09 Thread Travis Graham
Yes, it's required. The docs are wrong in the install section but you can get the correct systemvm links and upgrade process from the Release Notes under the 3.x to 4.2.0 upgrade section for your hypervisor(s). Travis On Oct 9, 2013, at 11:52 PM, Kirk Kosinski kirkkosin...@gmail.com wrote:

Re: CS 4.2 KVM cluster vlan configuration

2013-10-08 Thread Travis Graham
A quick glance and I'm seeing your ifcfg-eth1 is referencing Bridge=Cloudbr1 and that need to be BRIDGE=cloudbr1. Not sure if that's totally your problem, but it would keep your eth1 interface from coming up. As for the rest, I'm not sure. Travis On Oct 8, 2013, at 8:58 PM, motty cruz

Re: System VM Template : wrong path for downloading in 4.2

2013-10-08 Thread Travis Graham
Both are referenced in that doc, the first is for CentOS and the second is for Ubuntu. Which OS are you using? Travis On Oct 9, 2013, at 12:15 AM, Bjoern Teipel bjoern.tei...@internetbrands.com wrote: How can I fix the doc ? There is a wrong path at

Re: cloudstack 4.2 xenserver 6.2 template not downloading

2013-10-04 Thread Travis Graham
Here are the correct links for 4.2.0: Xenserver : http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2 KVM : http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2 VMware :

Re: cloudstack 4.2 xenserver 6.2 template not downloading

2013-10-04 Thread Travis Graham
used with xenserver 6.2 can't really think of anything else :( Dean On Fri, Oct 4, 2013 at 3:54 PM, Travis Graham tgra...@tgraham.us wrote: Here are the correct links for 4.2.0: Xenserver : http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2

Re: cloudstack 4.2 xenserver 6.2 template not downloading

2013-10-04 Thread Travis Graham
, Travis Graham tgra...@tgraham.us wrote: Can you check your /opt/xensource/bin directory contains the vhd-util script from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util ? Another gotcha, zones are disabled when you first create them, can you check that your zone is enabled? (you

Re: Create Template on NFS secondary Storage

2013-10-03 Thread Travis Graham
Can you check the permissions on the subdirectories? Travis On Oct 3, 2013, at 3:51 PM, Pierre-Luc Dion pd...@cloudops.com wrote: Hi all, We are currently using Cloudstack 4.1.0 managing XenServer 6.0.2 servers. Since recently, I don't know what cause this to appear on our system but

Re: Create Template on NFS secondary Storage

2013-10-03 Thread Travis Graham
rue Guy Montréal QC H3J 1S6 www.cloudops.com @CloudOps_ On Thu, Oct 3, 2013 at 3:59 PM, Travis Graham tgra...@tgraham.us wrote: Can you check the permissions on the subdirectories? Travis On Oct 3, 2013, at 3:51 PM, Pierre-Luc Dion pd...@cloudops.com wrote: Hi all, We

Re: migration fails when iso is attached to running vm

2013-10-02 Thread Travis Graham
Hello Valery, That is expected. You'll need to always unmount ISO files from a VM before migrating. Travis On Oct 2, 2013, at 5:26 AM, Valery Ciareszka valery.teres...@gmail.com wrote: Hi all. I am testing CS 4.2+KVM and when I try to migrate running VM I get following error: jobresult:

Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Travis Graham
Hey Dean, I've had the same problem this morning. It's actually from the old docs site being cached. You'll want to clear your cache or use a different browser. Here's a direct link: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/index.html Travis On Oct

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Travis Graham
Did you rerun cloudstack-setup-agent and let it reconfigure the agent.properties file and reconfigure the networking and all the other stuff it does? Travis On Sep 30, 2013, at 10:49 AM, sebgoa run...@gmail.com wrote: On Sep 30, 2013, at 4:46 PM, Nguyen Anh Tu ng.t...@gmail.com wrote:

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Travis Graham
That directory is configurable in the agent.properties file. Check and see what you have set and change it to match what's on your system. Might need to file a bug if the two defaults don't match up. If the agent setup defaults to some other path than what the common package installs things

Re: Multiple Public IP ranges

2013-09-25 Thread Travis Graham
. Since all the subnets you are using are untagged, all the CIDRs will be treated as part of same vlan and CS throws error when you try to add multiple subnets. This feature may be supported in future versions of CS. Thanks, Sanjeev -Original Message- From: Travis Graham

Re: Free CloudStack ebook

2013-09-25 Thread Travis Graham
I'm not sure that's legal. That's a Packt Pub book that's for sale. Can someone verify? Travis On Sep 25, 2013, at 3:20 PM, Kirk Jantzer kirk.jant...@gmail.com wrote: http://ebookmeme.com/programming/apache-cloudstack-cloud-computing.html Regards, Kirk Jantzer

Re: CS4.2.0 issue- can't get cloud-agent installation for kvm host to start

2013-09-25 Thread Travis Graham
Can you check the agent.log file for any errors? Possibly the libvirt log as well since sometimes libvirt doesn't start so the agent doesn't start. If you can pastiebin some of the log files that would help pinpoint the problem. Travis On Sep 25, 2013, at 8:06 PM, Dean Kamali

Multiple Public IP ranges

2013-09-24 Thread Travis Graham
I have a testing CloudStack install setup with 4.1.1 running on CentOS 6.4 for both Management and KVM compute hosts. I'm trying to add additional public IP ranges to a zone that uses Advanced Networking and I keep getting errors. My first range is a subset of an existing /24 we have that

Re: Change default libvirt storage pool location on KVM

2013-09-13 Thread Travis Graham
, then virsh pool-destroy and finally virsh pool-define with your xml config I believe. Thanks, Jithin On Thu, Aug 29, 2013 at 7:53 PM, Travis Graham t...@tgraham.us wrote: When I add a new KVM host to a cluster it sets up a default Primary storage that's pointing to the /var/lib

Re: [VOTE][RESULTS] Release Apache CloudStack 4.2.0 (fourth round)

2013-09-11 Thread Travis Graham
I'd be glad to jump in and help with this as well. I've taken notes on things that differ from the docs when we were setting up a few test environments and would love to help out to get the doc in shape in any way I can. Travis On Sep 11, 2013, at 8:32 AM, Ron Wheeler

Re: Ubuntu 12.04 LTS or 14.04 on XenServer 6.0.2 with CS 4.1.1? templates in general?

2013-09-09 Thread Travis Graham
If you change the LINK to http://cloud-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-amd64-root.tar.gz it wont redirect and things should stay current for newer point releases and you wont have to update the script when newer versions are cut. On Sep 9, 2013, at 9:43

Re: Which host network Ip should I user when I have different networks for guest, management and storage

2013-09-08 Thread Travis Graham
We always use the management IP address since that's the IP we want the Management server to talk to the hosts on. Travis On Sep 8, 2013, at 6:52 PM, Rafael Weingartner rafaelweingart...@gmail.com wrote: Hi guys, I am deploying a CS environment and I am using different networks for

Re: CS 4.2 release date

2013-09-08 Thread Travis Graham
The vote has been extended until at least EOD Monday. On Sep 9, 2013, at 12:06 AM, Dean Kamali dean.kam...@gmail.com wrote: Any updates on this? On Tue, Sep 3, 2013 at 6:10 AM, Sebastien Goasguen run...@gmail.com wrote: On Sep 3, 2013, at 6:03 AM, Gaspare A Silvestri

Re: SSVM stopped

2013-09-05 Thread Travis Graham
You don't need the vhd-util file for KVM installs (XenServer only). You'll need the cloudstack-agent for KVM hosts. Travis On Sep 5, 2013, at 6:14 AM, Kashif Ali temujin...@gmail.com wrote: minh , i found systemvm.iso in vms folder and my kvm folder doesnot contains any vhd-util file but

Re: Ubuntu 12.04 LTS or 14.04 on XenServer 6.0.2 with CS 4.1.1? templates in general?

2013-09-05 Thread Travis Graham
We ran into that issue as well. Had to select Other 64 bit to make things work. I want to say there was one other gotcha. But I'm not at my laptop and can't remember. We did get a 12.04.3 instance up and created a template to use for spinning up other instances. Travis On Thursday, September 5,

Change default libvirt storage pool location on KVM

2013-08-29 Thread Travis Graham
When I add a new KVM host to a cluster it sets up a default Primary storage that's pointing to the /var/lib/libvirt/images/ directory on the KVM host. I've dug around trying to find where to change that default but I'm not see where it's being configured. I've tried to change the local_path

Virtual Router creation fails

2013-08-29 Thread Travis Graham
I just setup a new CentOS 6.4 instance with KVM and Advanced Networking. I was able to spin up the CPVM and SSVM without any problems but when trying to spin up the first instance things kept failing miserably. After a bit of trial and error all signs finally pointed at the VRVM failing to

Download mirror for SystemVM templates

2013-08-28 Thread Travis Graham
Are there any mirrors for the SystemVM templates? I'm currently downloading at a whopping 45-60K/s with about an hour to go. Thanks, Travis

Re: Remote force expunge?

2013-08-26 Thread Travis Graham
Hey David, As far as I understand it, there is no way to immediately expunge a deleted VM easily. By design there's a minimum 10 minute window to allow the recovery of a VM once it has been deleted. If you wanted to remove all references from the database and manually remove the associated

Re: fail to login after recovery Cloud MySQL database.

2013-08-26 Thread Travis Graham
Since you are on 4.1.1, try this: cloudstack-setup-databases cloud:password@localhost --deploy-as=root -i 192.168.230.2 Remove the password for your --deploy-as= Travis On Aug 26, 2013, at 1:00 PM, 不坏阿峰 onlydeb...@gmail.com wrote: Cloudstack 4.1.1 (upgrade from 4.0.2) i want to try

Re: Primary storage: does it make sense/is it valid to have it local/unshared?

2013-08-23 Thread Travis Graham
Hey Steve, That's how it would work. If you create the local storage on the compute servers then that's the only server that has access to use it as Primary storage. Nothing wrong with that setup, especially for testing. That's how we started our initial tests before setting up different

New User API key

2013-08-20 Thread Travis Graham
When creating a new user their API key and secret key aren't created by default and there's no API to generate those keys that I can see, only a way to retrieve them using the API. I checked through the global setting to see if there were any switches to flip and I couldn't find anything that

Re: Storage options for new Cloudstack setup.

2013-08-19 Thread Travis Graham
Just to clarify... We are just starting to get a CS 4.1.1 install up and working. We have our management server and two XenServer 6.1 hosts. If we create local storage SR's for each XenServer CloudStack will only recognize one of those local storage pools? We can't add the second storage pool

4.1 install docs

2013-06-20 Thread Travis Graham
With the state of the 4.1 install docs looking pretty much like the 4.0.2 instructions, does that mean to get a clean initial install of 4.1 up and running I need to install 4.0.2 and then follow the 4.1 upgrade docs? I've tried, initially, to use the 4.1 repos to get things going, but there's