Re: [Openstack] OpenStack Folsom Install Guide

2012-11-06 Thread Skible OpenStack

Hi Yi Sun,

We are facing the same problem. I guess my networking architecture was 
not as correct as i thought.
Although, i have just received a contribution from a friend that filled 
up the missing pieces and got it to work properly ! If you can bare with 
me, i will test it out tomorrow and publish it on the guide.


Best regards.
Le 06/11/2012 04:55, Yi Sun a écrit :

Skible,
Followed your guide, everything went through fine until I started my
VM. The VM image I used is a ubuntu cloud image
(http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img).
After boot up, the VM can not access meta server. It complains about
not route found.
I run a tcpdump on the VM tap interface, I'm seeing ARP requests to
the router for the VM network (10.5.5.1) from the VM but no arp reply.
quantum router-list and port-list give something below:
root@controller/# quantum router-list

| cc5e1de4-e59e-441d-92ea-da2f803f2903 | demo_net_router | null
   |

root@controller/# quantum port-list
| 1af24487-4a48-45a7-939f-486e5d7996b3 |  | fa:16:3e:fd:da:ab |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.2}  |
| 61c2bef9-1bd9-4c2d-ad73-28740b4d0759 |  | fa:16:3e:cf:f4:09 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.3}  |
| 63bea17f-af30-4d75-9aa5-052a426768d6 |  | fa:16:3e:f0:7a:16 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.1}  |

But ifconfig on controller does not show interface for router at all

Have you seen the same issue before?
Thanks
Yi

On Fri, Nov 2, 2012 at 2:36 AM, Skible OpenStack
skible.openst...@gmail.com wrote:

Hi Ian,

Many thanks for the remark. i fixed it :)

Le 02/11/2012 10:22, DarkSinclair a écrit :


Greetings Skible.

Great work to you and the rest on the guide.  A minor change is required
in nova.conf configuration for file VNC.  The parameter for
vncserver_proxyclient_address must be eth0's IP address, otherwise the
console reports 'failed to connect to server'.

vncserver_proxyclient_address=172.16.2.250
#vncserver_proxyclient_address=127.0.0.1

Regards,

Ian Sinclair

On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com
wrote:

hi Tomokazu,

oups ! i forget to add that in the guide ! thanks ! i will fix it right
away !

As for the noVNC problem ! i think because you haven't installed noVNC on
the compute node !


Le 01/11/2012 11:31, Tomokazu Hirai a écrit :

Hi Skible,

I installed openstack folsom with your guide and I noticed that
compute node's quantum can not access to controller node's
rabbitmq-server.

so I added computeNode:/etc/quantum/quantum.conf with :

  rabbit_host = compute node's IP addr

now I can access to both node's VMs and VM can access to the
Internet. :D

But I still have a problem.

I can not access to VM's noVNC on compute node. I can
access to the VM's noVNC on controller node.

Best regards,

-- Tomokazu Hirai @jedipunkz

From: Skible OpenStack skible.openst...@gmail.com
Subject: [Openstack] OpenStack Folsom Install Guide
Date: Wed, 31 Oct 2012 13:46:31 +0100


Hi Stackers,

i am currently seeing a lot of people having trouble deploying
OpenStack Folsom si i humbly present this guide for those who are
experimented and even those who are still taking their first steps
into the cloud world.

The guide has been updated from the last version to support:

* Multi Node install
* ubuntu server 12.10
* Quatum Configuration
* No Quantum is you are not interrested

Test it to see for yourself how simple and fun has OpenStack
deployment has became !

OpenStack Folsom Install Guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

Cheers

___
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



___
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] OpenStack Folsom Install Guide

2012-11-06 Thread Choe, Cheng-Dae
when metadata server connecting problem.. please check below

- on network node(l3_agent running) ping to metadata_ip that specified by 
l3_agent.py
  if you using namespace run in router namespace
  ip netns exec qrouter-d7e9ec57-77c2-4046-aebf-d978ed4a4f83 ping metadata_ip

- meta traffic is transferred with DNAT from 169.254.169.254:80 to 
metadata_ip:8775

- on metadata server(nova_api server) check connection to vm's subnets such as 
172.16.1.3
  openstack does not manage this routing. you manage this routing manually when 
tenant's subnet are private!
  i wrote little and dirty script manage this routing at external router:
  https://github.com/whitekid/metadata_route_agent


2012. 11. 7., 오전 3:02, Skible OpenStack skible.openst...@gmail.com 작성:

 Hi Yi Sun,
 
 We are facing the same problem. I guess my networking architecture was not as 
 correct as i thought.
 Although, i have just received a contribution from a friend that filled up 
 the missing pieces and got it to work properly ! If you can bare with me, i 
 will test it out tomorrow and publish it on the guide.
 
 Best regards.
 Le 06/11/2012 04:55, Yi Sun a écrit :
 Skible,
 Followed your guide, everything went through fine until I started my
 VM. The VM image I used is a ubuntu cloud image
 (http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img).
 After boot up, the VM can not access meta server. It complains about
 not route found.
 I run a tcpdump on the VM tap interface, I'm seeing ARP requests to
 the router for the VM network (10.5.5.1) from the VM but no arp reply.
 quantum router-list and port-list give something below:
 root@controller/# quantum router-list
 
 | cc5e1de4-e59e-441d-92ea-da2f803f2903 | demo_net_router | null
   |
 
 root@controller/# quantum port-list
 | 1af24487-4a48-45a7-939f-486e5d7996b3 |  | fa:16:3e:fd:da:ab |
 {subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
 10.5.5.2}  |
 | 61c2bef9-1bd9-4c2d-ad73-28740b4d0759 |  | fa:16:3e:cf:f4:09 |
 {subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
 10.5.5.3}  |
 | 63bea17f-af30-4d75-9aa5-052a426768d6 |  | fa:16:3e:f0:7a:16 |
 {subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
 10.5.5.1}  |
 
 But ifconfig on controller does not show interface for router at all
 
 Have you seen the same issue before?
 Thanks
 Yi
 
 On Fri, Nov 2, 2012 at 2:36 AM, Skible OpenStack
 skible.openst...@gmail.com wrote:
 Hi Ian,
 
 Many thanks for the remark. i fixed it :)
 
 Le 02/11/2012 10:22, DarkSinclair a écrit :
 
 Greetings Skible.
 
 Great work to you and the rest on the guide.  A minor change is required
 in nova.conf configuration for file VNC.  The parameter for
 vncserver_proxyclient_address must be eth0's IP address, otherwise the
 console reports 'failed to connect to server'.
 
 vncserver_proxyclient_address=172.16.2.250
 #vncserver_proxyclient_address=127.0.0.1
 
 Regards,
 
 Ian Sinclair
 
 On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com
 wrote:
 
 hi Tomokazu,
 
 oups ! i forget to add that in the guide ! thanks ! i will fix it right
 away !
 
 As for the noVNC problem ! i think because you haven't installed noVNC on
 the compute node !
 
 
 Le 01/11/2012 11:31, Tomokazu Hirai a écrit :
 Hi Skible,
 
 I installed openstack folsom with your guide and I noticed that
 compute node's quantum can not access to controller node's
 rabbitmq-server.
 
 so I added computeNode:/etc/quantum/quantum.conf with :
 
  rabbit_host = compute node's IP addr
 
 now I can access to both node's VMs and VM can access to the
 Internet. :D
 
 But I still have a problem.
 
 I can not access to VM's noVNC on compute node. I can
 access to the VM's noVNC on controller node.
 
 Best regards,
 
 -- Tomokazu Hirai @jedipunkz
 
 From: Skible OpenStack skible.openst...@gmail.com
 Subject: [Openstack] OpenStack Folsom Install Guide
 Date: Wed, 31 Oct 2012 13:46:31 +0100
 
 Hi Stackers,
 
 i am currently seeing a lot of people having trouble deploying
 OpenStack Folsom si i humbly present this guide for those who are
 experimented and even those who are still taking their first steps
 into the cloud world.
 
 The guide has been updated from the last version to support:
 
 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested
 
 Test it to see for yourself how simple and fun has OpenStack
 deployment has became !
 
 OpenStack Folsom Install Guide
 
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
 Cheers
 ___
 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

Re: [Openstack] OpenStack Folsom Install Guide

2012-11-05 Thread Yi Sun
Skible,
Followed your guide, everything went through fine until I started my
VM. The VM image I used is a ubuntu cloud image
(http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img).
After boot up, the VM can not access meta server. It complains about
not route found.
I run a tcpdump on the VM tap interface, I'm seeing ARP requests to
the router for the VM network (10.5.5.1) from the VM but no arp reply.
quantum router-list and port-list give something below:
root@controller/# quantum router-list

| cc5e1de4-e59e-441d-92ea-da2f803f2903 | demo_net_router | null
  |

root@controller/# quantum port-list
| 1af24487-4a48-45a7-939f-486e5d7996b3 |  | fa:16:3e:fd:da:ab |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.2}  |
| 61c2bef9-1bd9-4c2d-ad73-28740b4d0759 |  | fa:16:3e:cf:f4:09 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.3}  |
| 63bea17f-af30-4d75-9aa5-052a426768d6 |  | fa:16:3e:f0:7a:16 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.1}  |

But ifconfig on controller does not show interface for router at all

Have you seen the same issue before?
Thanks
Yi

On Fri, Nov 2, 2012 at 2:36 AM, Skible OpenStack
skible.openst...@gmail.com wrote:
 Hi Ian,

 Many thanks for the remark. i fixed it :)

 Le 02/11/2012 10:22, DarkSinclair a écrit :

 Greetings Skible.

 Great work to you and the rest on the guide.  A minor change is required
 in nova.conf configuration for file VNC.  The parameter for
 vncserver_proxyclient_address must be eth0's IP address, otherwise the
 console reports 'failed to connect to server'.

 vncserver_proxyclient_address=172.16.2.250
 #vncserver_proxyclient_address=127.0.0.1

 Regards,

 Ian Sinclair

 On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com
 wrote:

 hi Tomokazu,

 oups ! i forget to add that in the guide ! thanks ! i will fix it right
 away !

 As for the noVNC problem ! i think because you haven't installed noVNC on
 the compute node !


 Le 01/11/2012 11:31, Tomokazu Hirai a écrit :

 Hi Skible,

 I installed openstack folsom with your guide and I noticed that
 compute node's quantum can not access to controller node's
 rabbitmq-server.

 so I added computeNode:/etc/quantum/quantum.conf with :

  rabbit_host = compute node's IP addr

 now I can access to both node's VMs and VM can access to the
 Internet. :D

 But I still have a problem.

 I can not access to VM's noVNC on compute node. I can
 access to the VM's noVNC on controller node.

 Best regards,

 -- Tomokazu Hirai @jedipunkz

 From: Skible OpenStack skible.openst...@gmail.com
 Subject: [Openstack] OpenStack Folsom Install Guide
 Date: Wed, 31 Oct 2012 13:46:31 +0100

 Hi Stackers,

 i am currently seeing a lot of people having trouble deploying
 OpenStack Folsom si i humbly present this guide for those who are
 experimented and even those who are still taking their first steps
 into the cloud world.

 The guide has been updated from the last version to support:

 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested

 Test it to see for yourself how simple and fun has OpenStack
 deployment has became !

 OpenStack Folsom Install Guide

 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

 Cheers

 ___
 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



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



-- 
Android-x86
http://www.android-x86.org

___
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] OpenStack Folsom Install Guide

2012-11-02 Thread DarkSinclair
Greetings Skible.

Great work to you and the rest on the guide.  A minor change is required in 
nova.conf configuration for file VNC.  The parameter for 
vncserver_proxyclient_address must be eth0's IP address, otherwise the console 
reports 'failed to connect to server'.

vncserver_proxyclient_address=172.16.2.250
#vncserver_proxyclient_address=127.0.0.1

Regards,

Ian Sinclair

On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com wrote:

hi Tomokazu,

oups ! i forget to add that in the guide ! thanks ! i will fix it right away !

As for the noVNC problem ! i think because you haven't installed noVNC on the 
compute node !


Le 01/11/2012 11:31, Tomokazu Hirai a écrit :
 Hi Skible,
 
 I installed openstack folsom with your guide and I noticed that
 compute node's quantum can not access to controller node's
 rabbitmq-server.
 
 so I added computeNode:/etc/quantum/quantum.conf with :
 
 rabbit_host = compute node's IP addr
 
 now I can access to both node's VMs and VM can access to the
 Internet. :D
 
 But I still have a problem.
 
 I can not access to VM's noVNC on compute node. I can
 access to the VM's noVNC on controller node.
 
 Best regards,
 
 -- Tomokazu Hirai @jedipunkz
 
 From: Skible OpenStack skible.openst...@gmail.com
 Subject: [Openstack] OpenStack Folsom Install Guide
 Date: Wed, 31 Oct 2012 13:46:31 +0100
 
 Hi Stackers,
 
 i am currently seeing a lot of people having trouble deploying
 OpenStack Folsom si i humbly present this guide for those who are
 experimented and even those who are still taking their first steps
 into the cloud world.
 
 The guide has been updated from the last version to support:
 
 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested
 
 Test it to see for yourself how simple and fun has OpenStack
 deployment has became !
 
 OpenStack Folsom Install Guide
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
 Cheers
 ___
 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


___
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] OpenStack Folsom Install Guide

2012-11-02 Thread Skible OpenStack

Hi Ian,

Many thanks for the remark. i fixed it :)

Le 02/11/2012 10:22, DarkSinclair a écrit :

Greetings Skible.

Great work to you and the rest on the guide.  A minor change is required in 
nova.conf configuration for file VNC.  The parameter for 
vncserver_proxyclient_address must be eth0's IP address, otherwise the console 
reports 'failed to connect to server'.

vncserver_proxyclient_address=172.16.2.250
#vncserver_proxyclient_address=127.0.0.1

Regards,

Ian Sinclair

On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com wrote:

hi Tomokazu,

oups ! i forget to add that in the guide ! thanks ! i will fix it right away !

As for the noVNC problem ! i think because you haven't installed noVNC on the 
compute node !


Le 01/11/2012 11:31, Tomokazu Hirai a écrit :

Hi Skible,

I installed openstack folsom with your guide and I noticed that
compute node's quantum can not access to controller node's
rabbitmq-server.

so I added computeNode:/etc/quantum/quantum.conf with :

 rabbit_host = compute node's IP addr

now I can access to both node's VMs and VM can access to the
Internet. :D

But I still have a problem.

I can not access to VM's noVNC on compute node. I can
access to the VM's noVNC on controller node.

Best regards,

-- Tomokazu Hirai @jedipunkz

From: Skible OpenStack skible.openst...@gmail.com
Subject: [Openstack] OpenStack Folsom Install Guide
Date: Wed, 31 Oct 2012 13:46:31 +0100


Hi Stackers,

i am currently seeing a lot of people having trouble deploying
OpenStack Folsom si i humbly present this guide for those who are
experimented and even those who are still taking their first steps
into the cloud world.

The guide has been updated from the last version to support:

* Multi Node install
* ubuntu server 12.10
* Quatum Configuration
* No Quantum is you are not interrested

Test it to see for yourself how simple and fun has OpenStack
deployment has became !

OpenStack Folsom Install Guide
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

Cheers

___
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




___
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] OpenStack Folsom Install Guide

2012-11-01 Thread Tomokazu Hirai
Hi Skible,

I installed openstack folsom with your guide and I noticed that
compute node's quantum can not access to controller node's
rabbitmq-server.

so I added computeNode:/etc/quantum/quantum.conf with :

rabbit_host = compute node's IP addr

now I can access to both node's VMs and VM can access to the
Internet. :D

But I still have a problem.

I can not access to VM's noVNC on compute node. I can 
access to the VM's noVNC on controller node.

Best regards,

-- Tomokazu Hirai @jedipunkz

From: Skible OpenStack skible.openst...@gmail.com
Subject: [Openstack] OpenStack Folsom Install Guide
Date: Wed, 31 Oct 2012 13:46:31 +0100

 Hi Stackers,
 
 i am currently seeing a lot of people having trouble deploying
 OpenStack Folsom si i humbly present this guide for those who are
 experimented and even those who are still taking their first steps
 into the cloud world.
 
 The guide has been updated from the last version to support:
 
 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested
 
 Test it to see for yourself how simple and fun has OpenStack
 deployment has became !
 
 OpenStack Folsom Install Guide
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
 Cheers

___
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] OpenStack Folsom Install Guide

2012-11-01 Thread Skible OpenStack

hi Tomokazu,

oups ! i forget to add that in the guide ! thanks ! i will fix it right 
away !


As for the noVNC problem ! i think because you haven't installed noVNC 
on the compute node !



Le 01/11/2012 11:31, Tomokazu Hirai a écrit :

Hi Skible,

I installed openstack folsom with your guide and I noticed that
compute node's quantum can not access to controller node's
rabbitmq-server.

so I added computeNode:/etc/quantum/quantum.conf with :

 rabbit_host = compute node's IP addr

now I can access to both node's VMs and VM can access to the
Internet. :D

But I still have a problem.

I can not access to VM's noVNC on compute node. I can
access to the VM's noVNC on controller node.

Best regards,

-- Tomokazu Hirai @jedipunkz

From: Skible OpenStack skible.openst...@gmail.com
Subject: [Openstack] OpenStack Folsom Install Guide
Date: Wed, 31 Oct 2012 13:46:31 +0100


Hi Stackers,

i am currently seeing a lot of people having trouble deploying
OpenStack Folsom si i humbly present this guide for those who are
experimented and even those who are still taking their first steps
into the cloud world.

The guide has been updated from the last version to support:

* Multi Node install
* ubuntu server 12.10
* Quatum Configuration
* No Quantum is you are not interrested

Test it to see for yourself how simple and fun has OpenStack
deployment has became !

OpenStack Folsom Install Guide
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

Cheers

___
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


[Openstack] OpenStack Folsom Install Guide

2012-10-31 Thread Skible OpenStack

Hi Stackers,

i am currently seeing a lot of people having trouble deploying OpenStack 
Folsom si i humbly present this guide for those who are experimented and 
even those who are still taking their first steps into the cloud world.


The guide has been updated from the last version to support:

* Multi Node install
* ubuntu server 12.10
* Quatum Configuration
* No Quantum is you are not interrested

Test it to see for yourself how simple and fun has OpenStack deployment 
has became !


OpenStack Folsom Install Guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst


Cheers
___
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] OpenStack Folsom Install Guide

2012-10-31 Thread balaji patnala
Hi Skibie,

If we can have installation guide for demo setup like Network Node, Compute
Node and Controller Node that would be great as it will help to create
deployment setup..

If any body has installation guide as per demo setup, Please share

regards,
Balaji

On Wed, Oct 31, 2012 at 6:16 PM, Skible OpenStack 
skible.openst...@gmail.com wrote:

 Hi Stackers,

 i am currently seeing a lot of people having trouble deploying OpenStack
 Folsom si i humbly present this guide for those who are experimented and
 even those who are still taking their first steps into the cloud world.

 The guide has been updated from the last version to support:

 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested

 Test it to see for yourself how simple and fun has OpenStack deployment
 has became !

 OpenStack Folsom Install 
 Guidehttps://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

 Cheers

 ___
 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] OpenStack Folsom Install Guide

2012-10-31 Thread Skible OpenStack

Hi Balaji,

My guide is inspired from the demo setup. What i have done is fused the 
network node and the controller node ;) to a single node (mother node) 
while leaving the compute node unharmed !


i probably should post a picture for my deployment architecture

regards,

Le 31/10/2012 14:02, balaji patnala a écrit :

Hi Skibie,
If we can have installation guide for demo setup like Network Node, 
Compute Node and Controller Node that would be great as it will help 
to create deployment setup..

If any body has installation guide as per demo setup, Please share
regards,
Balaji

On Wed, Oct 31, 2012 at 6:16 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Hi Stackers,

i am currently seeing a lot of people having trouble deploying
OpenStack Folsom si i humbly present this guide for those who are
experimented and even those who are still taking their first steps
into the cloud world.

The guide has been updated from the last version to support:

* Multi Node install
* ubuntu server 12.10
* Quatum Configuration
* No Quantum is you are not interrested

Test it to see for yourself how simple and fun has OpenStack
deployment has became !

OpenStack Folsom Install Guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

Cheers

___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
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] OpenStack Folsom Install Guide

2012-10-31 Thread Cheng-Dae Choe
Hi All

Here is my openstack folsom + quantum chef automation code.
It has controller, compute, network configuration and quantum + ovs plugin.
Please refer this works ^^;

Because it's a personal spike works. It has lack of documentation and some 
comments are korean.

It can be your starting point.

2012. 10. 31., 오후 10:06, Skible OpenStack skible.openst...@gmail.com 작성:

 Hi Balaji,
 
 My guide is inspired from the demo setup. What i have done is fused the 
 network node and the controller node ;) to a single node (mother node) while 
 leaving the compute node unharmed !
 
 i probably should post a picture for my deployment architecture
 
 regards,
 
 Le 31/10/2012 14:02, balaji patnala a écrit :
 Hi Skibie,
  
 If we can have installation guide for demo setup like Network Node, Compute 
 Node and Controller Node that would be great as it will help to create 
 deployment setup..
  
 If any body has installation guide as per demo setup, Please share
  
 regards,
 Balaji
 
 On Wed, Oct 31, 2012 at 6:16 PM, Skible OpenStack 
 skible.openst...@gmail.com wrote:
 Hi Stackers,
 
 i am currently seeing a lot of people having trouble deploying OpenStack 
 Folsom si i humbly present this guide for those who are experimented and 
 even those who are still taking their first steps into the cloud world.
 
 The guide has been updated from the last version to support:
 
 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested
 
 Test it to see for yourself how simple and fun has OpenStack deployment has 
 became !
 
 OpenStack Folsom Install Guide
 
 Cheers 
 
 ___
 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

___
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] OpenStack Folsom Install Guide

2012-10-31 Thread Skible OpenStack

Hi Cheng-Dae Choe,

I would love to add your work to my guide for richer user choices ;) if 
you may allow me.

however, i can't see to find a link !

P.S: don't worry about korean comments, everyone likes GanGnam style now :)
Le 31/10/2012 16:41, Cheng-Dae Choe a écrit :

Hi All

Here is my openstack folsom + quantum chef automation code.
It has controller, compute, network configuration and quantum + ovs 
plugin.

Please refer this works ^^;

Because it's a personal spike works. It has lack of documentation and 
some comments are korean.


It can be your starting point.

2012. 10. 31., 오후 10:06, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com 작성:



Hi Balaji,

My guide is inspired from the demo setup. What i have done is fused 
the network node and the controller node ;) to a single node (mother 
node) while leaving the compute node unharmed !


i probably should post a picture for my deployment architecture

regards,

Le 31/10/2012 14:02, balaji patnala a écrit :

Hi Skibie,
If we can have installation guide for demo setup like Network Node, 
Compute Node and Controller Node that would be great as it will help 
to create deployment setup..

If any body has installation guide as per demo setup, Please share
regards,
Balaji

On Wed, Oct 31, 2012 at 6:16 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Hi Stackers,

i am currently seeing a lot of people having trouble deploying
OpenStack Folsom si i humbly present this guide for those who
are experimented and even those who are still taking their first
steps into the cloud world.

The guide has been updated from the last version to support:

* Multi Node install
* ubuntu server 12.10
* Quatum Configuration
* No Quantum is you are not interrested

Test it to see for yourself how simple and fun has OpenStack
deployment has became !

OpenStack Folsom Install Guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

Cheers

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




___
Mailing list: https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net 
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack 
https://launchpad.net/%7Eopenstack

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] OpenStack Folsom Install Guide

2012-10-31 Thread Choe, Cheng-Dae
2012. 11. 1., 오전 1:02, Skible OpenStack skible.openst...@gmail.com 작성:

 Hi Cheng-Dae Choe,
Hi Skible!

 I would love to add your work to my guide for richer user choices ;) if you 
 may allow me.
Sure!

 however, i can't see to find a link !
Oh.. I missed.. here is
https://github.com/whitekid/openstack-chef

 
 P.S: don't worry about korean comments, everyone likes GanGnam style now :)
I love too. GangNam Style!

 Le 31/10/2012 16:41, Cheng-Dae Choe a écrit :
 Hi All
 
 Here is my openstack folsom + quantum chef automation code.
 It has controller, compute, network configuration and quantum + ovs plugin.
 Please refer this works ^^;
 
 Because it's a personal spike works. It has lack of documentation and some 
 comments are korean.
 
 It can be your starting point.
 
 2012. 10. 31., 오후 10:06, Skible OpenStack skible.openst...@gmail.com 작성:
 
 Hi Balaji,
 
 My guide is inspired from the demo setup. What i have done is fused the 
 network node and the controller node ;) to a single node (mother node) 
 while leaving the compute node unharmed !
 
 i probably should post a picture for my deployment architecture
 
 regards,
 
 Le 31/10/2012 14:02, balaji patnala a écrit :
 Hi Skibie,
  
 If we can have installation guide for demo setup like Network Node, 
 Compute Node and Controller Node that would be great as it will help to 
 create deployment setup..
  
 If any body has installation guide as per demo setup, Please share
  
 regards,
 Balaji
 
 On Wed, Oct 31, 2012 at 6:16 PM, Skible OpenStack 
 skible.openst...@gmail.com wrote:
 Hi Stackers,
 
 i am currently seeing a lot of people having trouble deploying OpenStack 
 Folsom si i humbly present this guide for those who are experimented and 
 even those who are still taking their first steps into the cloud world.
 
 The guide has been updated from the last version to support:
 
 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested
 
 Test it to see for yourself how simple and fun has OpenStack deployment 
 has became !
 
 OpenStack Folsom Install Guide
 
 Cheers 
 
 ___
 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
 
 

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