Re: Adding SSH access to guest VMs

2014-09-30 Thread Derek Cole
click on "Configuration" allow port 22 for ssh. > > I hope this help you, > > Thanks, > Motty > > On Tue, Sep 30, 2014 at 2:38 PM, Derek Cole wrote: > > > Hello, > > > > What are the steps necessary to add ssh access to my guest VMs? > > > &

Adding SSH access to guest VMs

2014-09-30 Thread Derek Cole
Hello, What are the steps necessary to add ssh access to my guest VMs? I have a range of public IP addresses 10.20.128.0/21 and my guest VM's are 10.1.1/24 The guest VM's can get out to my network, but I can't figure out how to set it up so that I can SSH back into the guest VMs. I assume this h

Re: Active IP's in the reserved range

2014-09-23 Thread Derek Cole
must be using those ip's > > > Sent on a Sprint Samsung Galaxy S® III > > Original message From: Derek Cole < > derek.c...@gmail.com> Date:09/22/2014 4:32 PM (GMT-05:00) > To: users@cloudstack.apache.org Subject: Active > IP's in the reserved range Hello, &

Active IP's in the reserved range

2014-09-22 Thread Derek Cole
Hello, I originally set up a guest network as 10.1.1.0/24 I wanted to change that CIDR to 10.1.1.0/26 to allow for some static IPs for me to use, as is mentioned here: http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/networking/ip_reservation_in_guest_networks.html?high

Re: FreeBSD10 ISO Template not working

2014-09-05 Thread Derek Cole
; and you should be good to go, I am also running CS 4.4 XenServer. > > Thanks, > Motty > > > On Fri, Sep 5, 2014 at 2:23 PM, Derek Cole wrote: > > > Hello, > > > > I have just upgraded to cloudstack 4.4 > > > > I was previously using 4.2, and

FreeBSD10 ISO Template not working

2014-09-05 Thread Derek Cole
Hello, I have just upgraded to cloudstack 4.4 I was previously using 4.2, and I was able to get my FreeBSD10 templates creating VM's on a Xenserver 6.2 server. Now, whenever I try, I am getting a status message of "Job failed due to exception Unable to create a deployment for VM[User|i-2-7-VM]. B

Re: Using external gateway for managed VMs

2014-02-27 Thread Derek Cole
higginbot...@shapeblue.com<mailto:geoff.higginbot...@shapeblue.com> > | www.shapeblue.com | Twitter:@cloudstackguru< > https://twitter.com/#!/cloudstackguru> > > ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N > 4HS > > > On 27 Feb 2014, at 16:43, "Derek Col

Using external gateway for managed VMs

2014-02-27 Thread Derek Cole
Hello, I am currently using cloudstack to manage VM's on a Xenserver. My internal guest network is 10.1.1.0/24. For the VMs, a default route is in place of 10.1.1.1 which is a cloudstack system vm. This means that ALL VM traffic gets routed through this cloudstack VM before being NAT out to my en

Trouble creating a VM on xenserver

2014-01-27 Thread Derek Cole
Hello, I am using a puppet script to create a bunch of VMs. At a particular point, one of the VM's hangs on startup, and I can't seem to figure out what is the problem. According to the dashboard, I have plenty of memory, IPs, CPU, and storage I tried to create an instance manually, and was unabl

Re: Need help with advanced zone/2 nics

2014-01-24 Thread Derek Cole
is going wrong. On Fri, Jan 24, 2014 at 8:47 AM, Derek Cole wrote: > I saw those egress rules and I set it to allow all. If I try to ping > out, I can see the request going through all of my system vms and the > VR. Does this imply that this setup is correct and maybe I have some >

RE: Need help with advanced zone/2 nics

2014-01-24 Thread Derek Cole
policy is set to denied in the default offering. You may need to allow the required traffic using egress rules. Thanks, Sanjeev -Original Message- From: Derek Cole [mailto:derek.c...@gmail.com] Sent: Friday, January 24, 2014 5:13 AM To: users@cloudstack.apache.org Subject: Need help with

Need help with advanced zone/2 nics

2014-01-23 Thread Derek Cole
Hello, I have attempted to set up an advanced zone, using xenserver, and giving my guest vm's their own CIDR of 192.168.0.0/24 I have two physical networks, and one of them i called "management" and one i called "traffic" I put public and guest traffic on "traffic" and storage and management on

Re: Unable to deploy instance from ISO to xenserver

2014-01-23 Thread Derek Cole
g > Service Offering that uses a local storage to deploy a VM. May I know > whether the service offering that you used to deploy this VM uses shared or > local storage, > > Thank you, > Chandan. > > -Original Message- > From: Derek Cole [mailto:dere

Unable to deploy instance from ISO to xenserver

2014-01-23 Thread Derek Cole
Hello, I am trying to setup a cloudstack managed xenserver. I had a fresh xenserver 6.2 install, and I was able to upload my ISO. Whenever I try to create an instance, I get the error that I have pasted below in this email. In my setup, the cloudstack-management box is hosting an NFS share for th

Re: Cloudstack user-data empty for VMs

2013-12-04 Thread Derek Cole
ppet > and get anything in the catalog theoretically) > > Please do submit a pull request for the userdata feature (feel free to > submit it against my repo or Dan's) > > --David > > On Wed, Dec 4, 2013 at 6:44 PM, Derek Cole wrote: > > Well I started to post abo

Re: Cloudstack user-data empty for VMs

2013-12-04 Thread Derek Cole
Well I started to post about getting something broken. I modified cloudstack_resources to take an argument for userdata. I was getting all kinds of issues with that, until I realized that the argument in userdata has to be base64 encoded. I fixed that, and now my VMs can get their metadata! I had s

Re: Cloudstack user-data empty for VMs

2013-12-04 Thread Derek Cole
ey is CLI tool to call CloudStack REST API easily and you can > give parameters as key value pair. In the example, user-data is base64 > encoded shell script and provied as a parameter. > > Best regards > Hiroki Ohashi > > 2013/12/5 Derek Cole : > > I was kind of wondering ab

Re: Cloudstack user-data empty for VMs

2013-12-04 Thread Derek Cole
uppet resources are useful. > > Setting user-data is different than setting group: > > Look at the options here: > > http://cloudstack.apache.org/docs/api/apidocs-4.2/user/deployVirtualMachine.html > > --David > > On Wed, Dec 4, 2013 at 11:54 AM, Derek Cole wrote: >

Cloudstack user-data empty for VMs

2013-12-04 Thread Derek Cole
Hello, I am attempting to use the cloudstack API to get user-data for my VMs. I am creating the VMs with the puppet cloudstack-resources module, and it seems to populate it (From the cloudstack GUI, under "Group" I see my data) However, when I do a wget http://router/latest/user-data I get bac