Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-31 Thread Chip Childers
On Tue, Jul 31, 2012 at 9:56 PM, David Nalley wrote: > That said, it's important to establish that the image isn't an > official release of the project. Agreed. > Perhaps your people.apache.org space > - though I'd certainly ask in #asfinfra before I DDoSed people.a.o :) It's actually a bit mor

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-31 Thread John Kinsella
On Jul 31, 2012, at 6:56 PM, David Nalley wrote: On Tue, Jul 31, 2012 at 9:36 PM, Chip Childers mailto:chip.child...@sungard.com>> wrote: Does anyone know if there is an appropriate place within the ASF infrastructure to be generating / hosting files that are around ~500 GB? If I don't hear fro

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-31 Thread Chip Childers
s/GB/MB Doh! On Tue, Jul 31, 2012 at 9:56 PM, David Nalley wrote: > On Tue, Jul 31, 2012 at 9:36 PM, Chip Childers > wrote: > >> Does anyone know if there is an appropriate place within the ASF >> infrastructure to be generating / hosting files that are around ~500 >> GB? If I don't hear from

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-31 Thread David Nalley
On Tue, Jul 31, 2012 at 9:36 PM, Chip Childers wrote: > Does anyone know if there is an appropriate place within the ASF > infrastructure to be generating / hosting files that are around ~500 > GB? If I don't hear from anyone in a day or two, I'll open a ticket 500GB Not all of us work for

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-31 Thread Chip Childers
I have this working end to end now: 1 - veewee to build a base Ubuntu VM - (I saw this config in the repo Edison, and just started using it as our starting point for the overall process) 2 - vagrant / puppet to apply the devcloud pre-config to that base ubuntu box 3 - export of a new "box" based on

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-30 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Monday, July 30, 2012 6:02 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > Edison, > > I'm working on co

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-30 Thread Chip Childers
Edison, I'm working on converting the second phase of the devcloudsetup.sh script to puppet, but I ran into this issue. Looking for help understanding what you were doing here: In this section of the script: 107 echo "configure xcp" 108 wget $fileSvr/echo -P /usr/lib/xcp/plugins/ 109

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-26 Thread Chip Childers
gt;>> To: cloudstack-dev@incubator.apache.org >>> Subject: Re: Update on wrapping DevCloud into a Vagrant Box >>> >>> Edison, >>> >>> A couple of questions for you: >>> >>> 1 - It looks like you are using password-based authentication for

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-20 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, July 13, 2012 8:17 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > On Thu, Jul 12, 2012 at 6:17 PM, Edi

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-20 Thread David Nalley
On Fri, Jul 20, 2012 at 2:19 PM, Edison Su wrote: > > >> -Original Message- >> From: Chip Childers [mailto:chip.child...@sungard.com] >> Sent: Friday, July 20, 2012 10:56 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: Update on

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-20 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, July 20, 2012 10:56 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > Edison, > > A couple of questions

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-20 Thread Chip Childers
hilders [mailto:chip.child...@sungard.com] > > Sent: Thursday, July 19, 2012 1:17 AM > > To: cloudstack-dev@incubator.apache.org > > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > > > On Mon, Jul 16, 2012 at 9:10 PM, Edison Su wrote: > &g

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-19 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Thursday, July 19, 2012 1:17 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > On Mon, Jul 16, 2012 at 9:10

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-19 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Thursday, July 19, 2012 1:17 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > On Mon, Jul 16, 2012 at 9:10

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-19 Thread Chip Childers
On Mon, Jul 16, 2012 at 9:10 PM, Edison Su wrote: > > > > -Original Message- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent: Friday, July 13, 2012 8:17 AM > > To: cloudstack-dev@incubator.apache.org > > Subject: Re: Update on

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-16 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, July 13, 2012 8:17 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > On Thu, Jul 12, 2012 at 6:17 PM, Edi

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-13 Thread David Nalley
On Fri, Jul 13, 2012 at 11:16 AM, Chip Childers wrote: > On Thu, Jul 12, 2012 at 6:17 PM, Edison Su wrote: >> If automate doesn't work, document it?,.. > > I'm going to pivot a bit here, and aim for the following: > > 1 - Unattended Ubuntu 12.04 installation, per Edison's specs. > 2 - Puppet mani

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-13 Thread Chip Childers
On Thu, Jul 12, 2012 at 6:17 PM, Edison Su wrote: > If automate doesn't work, document it?,.. I'm going to pivot a bit here, and aim for the following: 1 - Unattended Ubuntu 12.04 installation, per Edison's specs. 2 - Puppet manifest to describe handle the pre-configuration phase. 3 - Puppet man

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-13 Thread sebgoa
On Jul 12, 2012, at 6:19 PM, Outback Dingo wrote: > On Thu, Jul 12, 2012 at 5:32 PM, sebgoa wrote: >> >> On Jul 12, 2012, at 4:32 PM, Chip Childers wrote: >> >>> 2 - Does anyone have an alternate suggestion for how to achieve what I >>> had hoped to achieve? >> >> Hi Chip, I did not know abou

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread Edison Su
> -Original Message- > From: sebgoa [mailto:run...@gmail.com] > Sent: Thursday, July 12, 2012 2:32 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Update on wrapping DevCloud into a Vagrant Box > > > On Jul 12, 2012, at 4:32 PM, Chip Childers wrote

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread Outback Dingo
On Thu, Jul 12, 2012 at 5:32 PM, sebgoa wrote: > > On Jul 12, 2012, at 4:32 PM, Chip Childers wrote: > >> 2 - Does anyone have an alternate suggestion for how to achieve what I >> had hoped to achieve? > > Hi Chip, I did not know about Vagrant, it sounds great, but if it does not > work you might

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Thursday, July 12, 2012 1:33 PM > To: cloudstack-dev@incubator.apache.org > Subject: Update on wrapping DevCloud into a Vagrant Box > > I've been working on encapsulating the DevCloud configuration into

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread sebgoa
On Jul 12, 2012, at 4:32 PM, Chip Childers wrote: > 2 - Does anyone have an alternate suggestion for how to achieve what I > had hoped to achieve? Hi Chip, I did not know about Vagrant, it sounds great, but if it does not work you might want to check out rpath: http://www.rpath.com/product/rpat

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread David Nalley
On Thu, Jul 12, 2012 at 4:32 PM, Chip Childers wrote: > I've been working on encapsulating the DevCloud configuration into a > Vagrant [1] box this week. This was something that was being > discussed on the DevCloud thread [2], but I wanted to break it out > into a different discussion. I've rea