Re: [Openstack] Laptop Demo Environment

2012-04-12 Thread Sam Su
I also recommend you use devstack to build an all-in-one Openstack
environment. I have searched so many instructions in Google, but few of
them can works fine.

Sam

On Tue, Apr 10, 2012 at 6:34 AM, Lance Haig lh...@haigmail.com wrote:

 On 10/04/12 14:09, Vaze, Mandar wrote:

 Would 
 http://devstack.org/guides/**single-machine.htmlhttp://devstack.org/guides/single-machine.htmlwork
  for you ? (Or does it need to be installed from packages)

 -Mandar

  Hi Mandar,

 I used devstack before and I would prefer to build the environment
 manually to learn how each piece behaves and integrates


 Thanks

 Lance

 --
 This message was scanned by Better Hosted and is believed to be clean.
 http://www.betterhosted.com


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Laptop Demo Environment

2012-04-10 Thread Lance Haig

Hi All,

I am starting to build a laptop demo environment to be able to showcase 
OS to customers without having to get access to the outside world from 
their meeting rooms.


My intention is to use kvm on my laptop and then build the environment 
from scratch.


My last interaction with OS was during my course at Rackspace in Feb.

Has anyone done something similar to this and is willing to share a config?

Is Ubuntu still the preferred distribution for running OS on?

Thanks

Lance

--
This message was scanned by Better Hosted and is believed to be clean.
http://www.betterhosted.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Laptop Demo Environment

2012-04-10 Thread Pierre Amadio
On 04/10/2012 01:38 PM, Lance Haig wrote:
 Hi All,
 
 I am starting to build a laptop demo environment to be able to showcase
 OS to customers without having to get access to the outside world from
 their meeting rooms.
 
 My intention is to use kvm on my laptop and then build the environment
 from scratch.
 
 My last interaction with OS was during my course at Rackspace in Feb.
 
 Has anyone done something similar to this and is willing to share a config?
 
 Is Ubuntu still the preferred distribution for running OS on?
 
 Thanks

Hi there !

I had such a thing working for diablo, with the following vms:

1 Orchestra server used to deploy other vms.
1 cloud controller node running nova-api, nova-scheduler,
nova-objectstore, nova-volume , and IScsi tgt.
1 Db  messaging node running RabbitMQ, MySql, Glance.
1 compute node running nova-compute, nova-api and nova-network.
1 compute node running nova-compute and nova-api.
1 swift node running swift-proxy and swift-storage.

nova-compute was using qemu (i try lxc first, but it was not successfull).

It was kind of slow but it of worked.

I am trying to do the same thing with essex, but i must admit i am lost
trying to have kesytone/glance/swift working together.

I can share any kvm tips and tricks, config file for diablo, but have
nothing actually working for essex now.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Laptop Demo Environment

2012-04-10 Thread Lance Haig

On 10/04/12 12:54, Pierre Amadio wrote:

On 04/10/2012 01:38 PM, Lance Haig wrote:

Hi All,

I am starting to build a laptop demo environment to be able to showcase
OS to customers without having to get access to the outside world from
their meeting rooms.

My intention is to use kvm on my laptop and then build the environment
from scratch.

My last interaction with OS was during my course at Rackspace in Feb.

Has anyone done something similar to this and is willing to share a config?

Is Ubuntu still the preferred distribution for running OS on?

Thanks

Hi there !

I had such a thing working for diablo, with the following vms:

 1 Orchestra server used to deploy other vms.
 1 cloud controller node running nova-api, nova-scheduler,
nova-objectstore, nova-volume , and IScsi tgt.
 1 Db  messaging node running RabbitMQ, MySql, Glance.
 1 compute node running nova-compute, nova-api and nova-network.
 1 compute node running nova-compute and nova-api.
 1 swift node running swift-proxy and swift-storage.

nova-compute was using qemu (i try lxc first, but it was not successfull).

It was kind of slow but it of worked.

I am trying to do the same thing with essex, but i must admit i am lost
trying to have kesytone/glance/swift working together.

I can share any kvm tips and tricks, config file for diablo, but have
nothing actually working for essex now.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

--
This message was scanned by Better Hosted and is believed to be clean.
Click here to report this message as spam.
http://mx1.betterhosted.com/cgi-bin/learn-msg.cgi?id=4A0479F151.A73F2



Dude thanks for the heads up.

Are you using Ubuntu ? if so what version? 10.04?

what networking config have you used?

Regards

Lance

--
This message was scanned by Better Hosted and is believed to be clean.
http://www.betterhosted.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Laptop Demo Environment

2012-04-10 Thread Diego Parrilla
Have you tried stackops single node deployment? Now you don't need internet 
access.

You can download it from www.stackops.org


Enviado desde mi iPhone, perdona la brevedad

El 10/04/2012, a las 13:38, Lance Haig lh...@haigmail.com escribió:

 Hi All,
 
 I am starting to build a laptop demo environment to be able to showcase OS to 
 customers without having to get access to the outside world from their 
 meeting rooms.
 
 My intention is to use kvm on my laptop and then build the environment from 
 scratch.
 
 My last interaction with OS was during my course at Rackspace in Feb.
 
 Has anyone done something similar to this and is willing to share a config?
 
 Is Ubuntu still the preferred distribution for running OS on?
 
 Thanks
 
 Lance
 
 --
 This message was scanned by Better Hosted and is believed to be clean.
 http://www.betterhosted.com
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Laptop Demo Environment

2012-04-10 Thread Pierre Amadio
 Dude thanks for the heads up.
 
 Are you using Ubuntu ? if so what version? 10.04?

I was using oneiric (11.10) for diablo, and am using precise (12.04) for
essex. Chance are you could use 10.04 (but i bet you will have to
install openstack package from tarball or git then).

 what networking config have you used?

On my hypervisor virsh net-edit default show the following:

network
  namedefault/name
  uuidd5d3dcc1-f863-9bbf-8d57-1149e361de6d/uuid
  forward mode='nat'/
  bridge name='virbr0' stp='on' delay='0' /
  mac address='52:54:00:5C:7B:5D'/
  ip address='192.168.122.1' netmask='255.255.255.0'
  /ip
/network

The orchestra server was also a dhcp server and ran on 192.168.122.2
The other node were all on the 192.168.122.0/24 network.

The network for the vms ip was 10.0.0.0/24

I was using flat dhcp networking. There was no need to build some bridge
manually on the compute node. It was alos working when making the bridge
manually on those nodes with the following in /etc/network/interfaces:
auto br100

iface br100 inet dhcp
bridge_portseth0
bridge_stp   off
bridge_maxwait   0
bridge_fd0


The network for floating ip was 192.168.123.0/24

In order to have access to the 192.168.123.0/24 network (public
network for the vms), from my hypervisor, i needed to have a route to
this network using the node running nova-network as gateway
(192.168.122.103) :


sudo route add -net 192.168.123.0 netmask 255.255.255.0 gw
192.168.122.103 dev virbr0


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Laptop Demo Environment

2012-04-10 Thread Vaze, Mandar
Would http://devstack.org/guides/single-machine.html work for you ? (Or does it 
need to be installed from packages)

-Mandar

-Original Message-
From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net 
[mailto:openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net] On 
Behalf Of Lance Haig
Sent: Tuesday, April 10, 2012 5:08 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Laptop Demo Environment

Hi All,

I am starting to build a laptop demo environment to be able to showcase OS to 
customers without having to get access to the outside world from their meeting 
rooms.

My intention is to use kvm on my laptop and then build the environment from 
scratch.

My last interaction with OS was during my course at Rackspace in Feb.

Has anyone done something similar to this and is willing to share a config?

Is Ubuntu still the preferred distribution for running OS on?

Thanks

Lance

--
This message was scanned by Better Hosted and is believed to be clean.
http://www.betterhosted.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

__
Disclaimer:This email and any attachments are sent in strictest confidence for 
the sole use of the addressee and may contain legally privileged, confidential, 
and proprietary data.  If you are not the intended recipient, please advise the 
sender by replying promptly to this email and then delete and destroy this 
email and any attachments without any further use, copying or forwarding

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Laptop Demo Environment

2012-04-10 Thread Lance Haig



what networking config have you used?

On my hypervisor virsh net-edit default show the following:

network
   namedefault/name
   uuidd5d3dcc1-f863-9bbf-8d57-1149e361de6d/uuid
   forward mode='nat'/
   bridge name='virbr0' stp='on' delay='0' /
   mac address='52:54:00:5C:7B:5D'/
   ip address='192.168.122.1' netmask='255.255.255.0'
   /ip
/network

The orchestra server was also a dhcp server and ran on 192.168.122.2
The other node were all on the 192.168.122.0/24 network.

The network for the vms ip was 10.0.0.0/24

I was using flat dhcp networking. There was no need to build some bridge
manually on the compute node. It was alos working when making the bridge
manually on those nodes with the following in /etc/network/interfaces:
auto br100

iface br100 inet dhcp
 bridge_portseth0
 bridge_stp   off
 bridge_maxwait   0
 bridge_fd0


The network for floating ip was 192.168.123.0/24

In order to have access to the 192.168.123.0/24 network (public
network for the vms), from my hypervisor, i needed to have a route to
this network using the node running nova-network as gateway
(192.168.122.103) :


sudo route add -net 192.168.123.0 netmask 255.255.255.0 gw
192.168.122.103 dev virbr0


Thanks Pierre

Lance


--
This message was scanned by Better Hosted and is believed to be clean.
http://www.betterhosted.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Laptop Demo Environment

2012-04-10 Thread Lance Haig

On 10/04/12 14:09, Vaze, Mandar wrote:

Would http://devstack.org/guides/single-machine.html work for you ? (Or does it 
need to be installed from packages)

-Mandar


Hi Mandar,

I used devstack before and I would prefer to build the environment 
manually to learn how each piece behaves and integrates


Thanks

Lance

--
This message was scanned by Better Hosted and is believed to be clean.
http://www.betterhosted.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp