[Openstack] A simple guide to install OpenStack Folsom

2012-10-10 Thread Skible OpenStack

Hi,

I proudly present my OpenStack Folsom Install Guide.
It's simple, easy to use and most of all well tested.

I am counting our your feedback to enhance my work and contribute it to 
the OpenStack Eco System.


Direct access to the guide: OpenStack Folsom Install Guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
Direct access to the git repository: OpenStack Folsom Install Guide 
reposiroty https://github.com/mseknibilel/OpenStack-Folsom-Install-guide



Best regards.
___
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] A simple guide to install OpenStack Folsom

2012-10-10 Thread Skible OpenStack


Hi,

I proudly present my OpenStack Folsom Install Guide.
It's simple, easy to use and most of all well tested.

I am counting on our your feedback to enhance my work and contribute it 
to the OpenStack Eco System.


Direct access to the guide: OpenStack Folsom Install Guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
Direct access to the git repository: OpenStack Folsom Install Guide 
reposiroty https://github.com/mseknibilel/OpenStack-Folsom-Install-guide



Best regards.



___
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] A simple guide to install OpenStack Folsom

2012-10-10 Thread Skible OpenStack

Hi,

I proudly present my OpenStack Folsom Install Guide.
It's simple, easy to use and most of all well tested.

I am counting on our your feedback to enhance my work and contribute it 
to the OpenStack Eco System.


Direct access to the guide: OpenStack Folsom Install Guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
Direct access to the git repository: OpenStack Folsom Install Guide 
reposiroty https://github.com/mseknibilel/OpenStack-Folsom-Install-guide



Best regards.
___
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] A simple guide to install OpenStack Folsom

2012-10-10 Thread Skible OpenStack

Le 10/10/2012 11:23, Alan Pevec a écrit :

On Wed, Oct 10, 2012 at 11:10 AM, Skible OpenStack
skible.openst...@gmail.com wrote:

I am counting on our your feedback to enhance my work and contribute it to
the OpenStack Eco System.

I wonder about 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/tree/master/Scripts
which say:
# Mainly inspired by
https://github.com/openstack/keystone/blob/master/tools/sample_data.sh

Why not submit that as an improvement to Keystone?
I'd like to propose consolidation of all keystone initialization
scripts around (Keyston's sample_data.sh, Devstack's keystone_data.sh,
scripts like yours) and  move to Lorin's YAML config (see
https://lists.launchpad.net/openstack/msg17204.html)
I'm just not sure yet if additional dependency on YAML is worth it.

Cheers,
Alan

Hi Alan,

That's a very good idea. I personally prefer scripting over YAML since 
it is simpler and easier to use.
devstack's script is way fat to me, it adds things i don't need so i had 
put it on  a diet to come out with a much simpler and easier script.


I will see how i can submit my work to keystone people.

___
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] A simple guide to install OpenStack Folsom

2012-10-10 Thread Skible OpenStack

Thanks Emilien for your suggestions, this really means a lot to me :)

So, first

1- glance image-create has another set of flags (couldn't figure them 
out yet, so i just used the old one which works very fine), I will 
update it as soon as possible !


2- i had a problem with nova ownership, so just to be safe, i edited the 
ownership


3- You are a 100% right, thanks !

4- I believe the ext-net is shared between all the tenants but i will 
surely look at your usecase  for more experience


Best regards !

Le 10/10/2012 11:36, Emilien Macchi a écrit :

Hi,

Great job !

I suggest some things :

- glance add command is deprecated, please use glance image-create.
- no need to modify ownership for nova.
- typo here : /etc/cinder/api-paste.init (it's a INI file)
- for Quantum, you are using the use case in which only one tenant can 
reach external network, I don't suggest this use case for many 
deployments. You can have a look to my script [1] for enabling all 
tenants access to external network.




Regards



*De: *Skible OpenStack skible.openst...@gmail.com
*À: *Alan Pevec ape...@gmail.com
*Cc: *openstack@lists.launchpad.net
*Envoyé: *Mercredi 10 Octobre 2012 11:27:15
*Objet: *Re: [Openstack] A simple guide to install OpenStack Folsom

Le 10/10/2012 11:23, Alan Pevec a écrit :
 On Wed, Oct 10, 2012 at 11:10 AM, Skible OpenStack
 skible.openst...@gmail.com wrote:
 I am counting on our your feedback to enhance my work and 
contribute it to

 the OpenStack Eco System.
 I wonder about 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/tree/master/Scripts

 which say:
 # Mainly inspired by
 https://github.com/openstack/keystone/blob/master/tools/sample_data.sh

 Why not submit that as an improvement to Keystone?
 I'd like to propose consolidation of all keystone initialization
 scripts around (Keyston's sample_data.sh, Devstack's keystone_data.sh,
 scripts like yours) and  move to Lorin's YAML config (see
 https://lists.launchpad.net/openstack/msg17204.html)
 I'm just not sure yet if additional dependency on YAML is worth it.

 Cheers,
 Alan
Hi Alan,

That's a very good idea. I personally prefer scripting over YAML since
it is simpler and easier to use.
devstack's script is way fat to me, it adds things i don't need so i had
put it on  a diet to come out with a much simpler and easier script.

I will see how i can submit my work to keystone people.

___
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] A simple guide to install OpenStack Folsom

2012-10-11 Thread Skible OpenStack

I'm Glad that my suggestion found its way to a much better solution.

Just one small advice, please keep it as simple as possible.
Don't fill it up with things that won't be used by everyone, make it 
generic and leave the rest for OpenStack administrators !

Le 11/10/2012 06:20, Asher Newcomer a écrit :

Hi,

This is great stuff. This is a nicely distilled version of the 
official docs for anyone looking for a quick outline, and this 
includes quantum rather than nova-net. Thanks much - just what I've 
been after.



On Wed, Oct 10, 2012 at 4:48 AM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Hi,

I proudly present my OpenStack Folsom Install Guide.
It's simple, easy to use and most of all well tested.

I am counting our your feedback to enhance my work and contribute
it to the OpenStack Eco System.

Direct access to the guide: OpenStack Folsom Install Guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
Direct access to the git repository: OpenStack Folsom Install
Guide reposiroty
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide


Best regards.

___
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] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack

Hi,

This looks like there is something did not start correclty, please give 
me the last 15 lines of glance-api  glance registry log files.


Le 15/10/2012 10:18, Trinath Somanchi a écrit :

Hi-

I have installed Folsom Glance in my Ubuntu machine.

When I upload the Image to glance, the get this error

root@openstackController:~/openstack_images# glance add 
name=Ubuntu_Server_1204 is_public=true container_format=ovf 
disk_format=qcow2  ubuntu_server.img

Error communicating with /v1/images: [Errno 111] Connection refused


Can any one help me on solving the issue.

Thanking you


--
Regards,
--
Trinath Somanchi,
+91 9866 235 130



___
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] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack
This is why you were getting the Err111 because you can't reach 
Glance-api service since it doesn't load !
ERROR: Unable to load glance-api from configuration file 
/etc/glance/glance-api-paste.ini


Verify your glance-api-paste.ini file with the steps provided in this 
Folsom Install Guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst 
to find what's missing :


Le 15/10/2012 12:55, Trinath Somanchi a écrit :
ERROR: Unable to load glance-api from configuration file 
/etc/glance/glance-api-paste.ini


___
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] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack

can you send me the glance-api.conf
and the keystone.log please.
Le 15/10/2012 13:11, Trinath Somanchi a écrit :

Hi-

I followed the folsom guide given below,
but the error is intact.

ERROR: Unable to load glance-api-keystone from configuration file 
/etc/glance/glance-api-paste.ini.
Got: ImportError(module 'glance.api' from 
'/usr/local/lib/python2.7/dist-packages/glance-2012.2-py2.7.egg/glance/api/__init__.pyc' 
has no 'root_app_factory' attribute,)


Any guidance on troubleshooting the same'

The glance-api-paste.ini is as follows

# Use this pipeline for no auth or image caching - DEFAULT
[pipeline:glance-api]
pipeline = versionnegotiation unauthenticated-context rootapp

# Use this pipeline for image caching and no auth
[pipeline:glance-api-caching]
pipeline = versionnegotiation unauthenticated-context cache rootapp

# Use this pipeline for caching w/ management interface but no auth
[pipeline:glance-api-cachemanagement]
pipeline = versionnegotiation unauthenticated-context cache 
cachemanage rootapp


# Use this pipeline for keystone auth
[pipeline:glance-api-keystone]
pipeline = versionnegotiation authtoken context rootapp

# Use this pipeline for keystone auth with image caching
[pipeline:glance-api-keystone+caching]
pipeline = versionnegotiation authtoken context cache rootapp

# Use this pipeline for keystone auth with caching and cache management
[pipeline:glance-api-keystone+cachemanagement]
pipeline = versionnegotiation authtoken context cache cachemanage rootapp

[composite:rootapp]
paste.composite_factory = glance.api:root_app_factory
/: apiversions
/v1: apiv1app
/v2: apiv2app

[app:apiversions]
paste.app_factory = glance.api.versions:create_resource

[app:apiv1app]
paste.app_factory = glance.api.v1.router:API.factory

[app:apiv2app]
paste.app_factory = glance.api.v2.router:API.factory

[filter:versionnegotiation]
paste.filter_factory = 
glance.api.middleware.version_negotiation:VersionNegotiationFilter.factory


[filter:cache]
paste.filter_factory = glance.api.middleware.cache:CacheFilter.factory

[filter:cachemanage]
paste.filter_factory = 
glance.api.middleware.cache_manage:CacheManageFilter.factory


[filter:context]
paste.filter_factory = 
glance.api.middleware.context:ContextMiddleware.factory


[filter:unauthenticated-context]
paste.filter_factory = 
glance.api.middleware.context:UnauthenticatedContextMiddleware.factory


[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
auth_host = 10.232.90.115
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = password







On Mon, Oct 15, 2012 at 4:28 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


This is why you were getting the Err111 because you can't reach
Glance-api service since it doesn't load !

ERROR: Unable to load glance-api from configuration file
/etc/glance/glance-api-paste.ini

Verify your glance-api-paste.ini file with the steps provided in
this Folsom Install Guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
to find what's missing :

Le 15/10/2012 12:55, Trinath Somanchi a écrit :

ERROR: Unable to load glance-api from configuration file
/etc/glance/glance-api-paste.ini





--
Regards,
--
Trinath Somanchi,
+91 9866 235 130



___
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] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack
/to/dir

# When forming a bucket url, boto will either set the bucket name as the
# subdomain or as the first token of the path. Amazon's S3 service will
# accept it as the subdomain, but Swift's S3 middleware requires it be
# in the path. Set this to 'path' or 'subdomain' - defaults to 
'subdomain'.

#s3_store_bucket_url_format = subdomain

#  RBD Store Options =

# Ceph configuration file path
# If using cephx authentication, this file should
# include a reference to the right keyring
# in a client.USER section
rbd_store_ceph_conf = /etc/ceph/ceph.conf

# RADOS user to authenticate as (only applicable if using cephx)
rbd_store_user = glance

# RADOS pool in which images are stored
rbd_store_pool = images

# Images will be chunked into objects of this size (in megabytes).
# For best performance, this should be a power of two
rbd_store_chunk_size = 8

#  Delayed Delete Options =

# Turn on/off delayed delete
delayed_delete = False

# Delayed delete time in seconds
scrub_time = 43200

# Directory that the scrubber will use to remind itself of what to delete
# Make sure this is also set in glance-scrubber.conf
scrubber_datadir = /var/lib/glance/scrubber

# === Image Cache Options =

# Base directory that the Image Cache uses
image_cache_dir = /var/lib/glance/image-cache/

[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = password

[paste_deploy]
# Name of the paste configuration file that defines the available 
pipelines

#config_file = glance-api-paste.ini

# Partial name of a pipeline in your paste configuration file with the
# service name removed. For example, if your paste section name is
# [pipeline:glance-api-keystone], you would configure the flavor below
# as 'keystone'.
flavor=keystone



On Mon, Oct 15, 2012 at 5:59 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


can you send me the glance-api.conf
and the keystone.log please.
Le 15/10/2012 13:11, Trinath Somanchi a écrit :

Hi-

I followed the folsom guide given below,
but the error is intact.

ERROR: Unable to load glance-api-keystone from configuration file
/etc/glance/glance-api-paste.ini.
Got: ImportError(module 'glance.api' from

'/usr/local/lib/python2.7/dist-packages/glance-2012.2-py2.7.egg/glance/api/__init__.pyc'
has no 'root_app_factory' attribute,)

Any guidance on troubleshooting the same'

The glance-api-paste.ini is as follows

# Use this pipeline for no auth or image caching - DEFAULT
[pipeline:glance-api]
pipeline = versionnegotiation unauthenticated-context rootapp

# Use this pipeline for image caching and no auth
[pipeline:glance-api-caching]
pipeline = versionnegotiation unauthenticated-context cache rootapp

# Use this pipeline for caching w/ management interface but no auth
[pipeline:glance-api-cachemanagement]
pipeline = versionnegotiation unauthenticated-context cache
cachemanage rootapp

# Use this pipeline for keystone auth
[pipeline:glance-api-keystone]
pipeline = versionnegotiation authtoken context rootapp

# Use this pipeline for keystone auth with image caching
[pipeline:glance-api-keystone+caching]
pipeline = versionnegotiation authtoken context cache rootapp

# Use this pipeline for keystone auth with caching and cache
management
[pipeline:glance-api-keystone+cachemanagement]
pipeline = versionnegotiation authtoken context cache cachemanage
rootapp

[composite:rootapp]
paste.composite_factory = glance.api:root_app_factory
/: apiversions
/v1: apiv1app
/v2: apiv2app

[app:apiversions]
paste.app_factory = glance.api.versions:create_resource

[app:apiv1app]
paste.app_factory = glance.api.v1.router:API.factory

[app:apiv2app]
paste.app_factory = glance.api.v2.router:API.factory

[filter:versionnegotiation]
paste.filter_factory =
glance.api.middleware.version_negotiation:VersionNegotiationFilter.factory

[filter:cache]
paste.filter_factory =
glance.api.middleware.cache:CacheFilter.factory

[filter:cachemanage]
paste.filter_factory =
glance.api.middleware.cache_manage:CacheManageFilter.factory

[filter:context]
paste.filter_factory =
glance.api.middleware.context:ContextMiddleware.factory

[filter:unauthenticated-context]
paste.filter_factory =
glance.api.middleware.context:UnauthenticatedContextMiddleware.factory

[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
auth_host = 10.232.90.115
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = password







On Mon, Oct 15, 2012 at 4:28 PM, Skible OpenStack

Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Skible OpenStack

Le 18/10/2012 12:26, Trinath Somanchi a écrit :
I have installed Folsom version of Openstack using the installation 
guide https://github.com/EmilienM/openstack-folsom-guide


The Horizon GUI looks awkward  and the login gives me this error in 
the apache error logs.


I have installed Horizon the way given in the Folsom guide given above.
If you want to fix the bad looking GUI look here 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst 
in this guide in the Horizon Install section
For the Endpoind thing, have you installed Quantum or not ?? Because 
when i had that problem i think it was looking for the quantum endpoint :)



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


[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 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 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-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


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


[Openstack] Horizon limitations

2012-11-02 Thread Skible OpenStack

Hello Stackers,

 i am reading this 
http://docs.openstack.org/developer/horizon/releases/2012_2.html when i 
got to the limitations part !


Does anyone have anyidea when the fixes will be submitted ? i really 
need to provide my users with an easy way to associate floating IPs :)



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


[Openstack] Error in l3_agent

2012-11-05 Thread Skible OpenStack

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running 
l3_nat daemon_loop

Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 170, in daemon_loop

self.do_single_loop()
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 227, in do_single_loop

self.process_router(ri)
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 300, in process_router

self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 398, in external_gateway_added

ri.iptables_manager.apply()
  File 
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py, 
line 282, in apply

root_helper=self.root_helper))
  File /usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py, 
line 55, in execute

raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap', 
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']

Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
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] Error in l3_agent

2012-11-05 Thread Skible OpenStack

Thanks Gary, Atul, gong and Stephan

I am using ubuntu 12.10 and i think it is not yet packaged !
I fixed it manually and everything is working now !

Thanks !

Le 05/11/2012 11:27, Gary Kotton a écrit :

Hi,
The bug has been fixed upstream and is merged into the stable folsom 
branch. Please note that this may not have been packaged by the 
various linux distributions.
If you need to fix this locally then please look at 
https://github.com/openstack/quantum/commit/84d60f5fd477237bd856b97b9970dd796b10647e 
for the change.

Thanks
Gary

On 11/05/2012 12:11 PM, Atul Jha wrote:

Skible,

Looks to me like a reported bug.

https://bugs.launchpad.net/quantum/+bug/1069966


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on 
behalf of Skible OpenStack [skible.openst...@gmail.com]

Sent: Monday, November 05, 2012 3:22 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Error in l3_agent

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running
l3_nat daemon_loop
Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 170, in daemon_loop
  self.do_single_loop()
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 227, in do_single_loop
  self.process_router(ri)
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 300, in process_router
  self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 398, in external_gateway_added
  ri.iptables_manager.apply()
File
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py, 


line 282, in apply
  root_helper=self.root_helper))
File 
/usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py,

line 55, in execute
  raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap',
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']
Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
http://www.csscorp.com/common/email-disclaimer.php

___
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 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


[Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack

Hello Stackers !

I am currently trying to create pictures of my OpenStack deployment 
architecture as a part of my OpenStack Folsom install guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst 
and i would like to ask a favorite.


Could you be kind and please take a look at these Pics below and report 
back if there is a missing or wrong thing.


Thank you.


==Quantum  on VLAN + 3 NICs on controller node
http://i.imgur.com/Ueh5Z.jpg
===

==Quantum  on VLAN + 2 NICs on controller node
http://i.imgur.com/RK6X7.jpg
===

==Quantum  on GRE-tunneling + 3 NICs on controller node===
http://i.imgur.com/1jCFC.jpg
===


To make of OpenStack, the IT project of the century

Best regards




___
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] Bug with the openVSwitch plugin Agent !

2012-11-08 Thread Skible OpenStack

Hi to all !

I am using Quantum with Tunneling and this is my 
/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini

[OVS]
tenant_network_type = gre
tunnel_id_ranges = 1:1000
integration_bridge = br-int
tunnel_bridge = br-tun
local_ip = 100.10.10.51
enable_tunneling = True

When i do look in the log of the openvSwitch plugin agent, i find this

2012-11-08 12:14:23ERROR 
[quantum.plugins.openvswitch.agent.ovs_quantum_agent] Failed to create 
OVS patch port. Cannot have tunneling enabled on this agent, since this 
version of OVS does not support tunnels or patch ports.


i am runing ubuntu 12.10 and my OpenVSwitch version is 1.4.3-0ubuntu2

Thank you for your help
___
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 (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
OpenStack Folsom install guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst 



You will find what you want and even more ;)

Le 08/11/2012 14:30, Veera Reddy a écrit :

Hi Skible,

Can you please send me below configuration files of three setups you 
have mentioned.


  * ovs_quantum_plugin.ini (For controller and node)
  * nova.conf (For controller and node)

Thanks in advance


Regards,
Veera.

On Thu, Nov 8, 2012 at 2:57 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Hello Stackers !

I am currently trying to create pictures of my OpenStack
deployment architecture as a part of my OpenStack Folsom install
guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
and i would like to ask a favorite.

Could you be kind and please take a look at these Pics below and
report back if there is a missing or wrong thing.

Thank you.


==Quantum  on VLAN + 3 NICs on controller node
http://i.imgur.com/Ueh5Z.jpg
===

==Quantum  on VLAN + 2 NICs on controller node
http://i.imgur.com/RK6X7.jpg
===

==Quantum  on GRE-tunneling + 3 NICs on controller node===
http://i.imgur.com/1jCFC.jpg
===


To make of OpenStack, the IT project of the century

Best regards





___
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




--
Regards,
VeeraReddy.B
9959236555.


___
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 (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Can someone please enlighten us about the goods of having a separated 
network node ?
I honestly work in production envirnoments (over 30 nodes) and i really 
give computing resources more credit than networking ones !


Am i doing it the wrong way here ?

Le 08/11/2012 18:49, balaji patnala a écrit :

Hi Openers,
One doubt i have is like, as we see in the demo setup in the Quantum 
Admin guide available in openstack.org http://openstack.org, we have 
Network Node as a seperate physical node connected to Controller Node 
and Compute Node.
But i see that the openstack community who is actively using Folsom is 
not discussing more on this kind of setup.
Not sure if iam missing any key information on this like that the 
Network Node setup may not be widely used in current deployment 
scenarios or it is too early to use Network Node as a seperate 
physical host for openstack.
Open comments on this will be more helpful for openstack community to 
understand better on the features of folsom.

regards,
balaji


On Thu, Nov 8, 2012 at 7:09 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


OpenStack Folsom install guide

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


You will find what you want and even more ;)

Le 08/11/2012 14:30, Veera Reddy a écrit :

Hi Skible,

Can you please send me below configuration files of three setups
you have mentioned.

  * ovs_quantum_plugin.ini (For controller and node)
  * nova.conf (For controller and node)

Thanks in advance


Regards,
Veera.

On Thu, Nov 8, 2012 at 2:57 PM, Skible OpenStack
skible.openst...@gmail.com mailto:skible.openst...@gmail.com
wrote:

Hello Stackers !

I am currently trying to create pictures of my OpenStack
deployment architecture as a part of my OpenStack Folsom
install guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
and i would like to ask a favorite.

Could you be kind and please take a look at these Pics below
and report back if there is a missing or wrong thing.

Thank you.


==Quantum  on VLAN + 3 NICs on controller
node
http://i.imgur.com/Ueh5Z.jpg
===

==Quantum  on VLAN + 2 NICs on controller
node
http://i.imgur.com/RK6X7.jpg
===

==Quantum  on GRE-tunneling + 3 NICs on controller
node===
http://i.imgur.com/1jCFC.jpg
===


To make of OpenStack, the IT project of the century

Best regards





___
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




-- 
Regards,

VeeraReddy.B
9959236555.



___
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 (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack

Le 08/11/2012 18:26, Robert Garron a écrit :

Robert Garron

Welcome aboard Dear Robert !
I can't wait to hear your suggestions and feedbacks.
my personal mail is bilel.mse...@telecom-sudparis.eu, i am pretty sure 
we will collaborate together to make this guide even better ;)


___
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] GRE Tunneling with Ubuntu 12.10

2012-11-08 Thread Skible OpenStack

Hello,

Can anyone please confirm that GRE Tunneling can be done using ubuntu  
12.10 !


I am kind of having a problem with my OVS agent, it doesn't work because 
patch or something is not supported by my kernel version !


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] Bug with the openVSwitch plugin Agent !

2012-11-08 Thread Skible OpenStack

Thank you for replying back. I had a bad day because of this problem.
I have installed openvswitch-datapath-dkms but it doesn't seem to solve 
the problem.


Le 08/11/2012 21:48, Dan Wendlandt a écrit :
This is not an issue with the agent.  I believe this was handled in 
another post, which pointed out that 12.10 originally shipped with a 
version of OVS that did not include tunnel support, but this has since 
been correctly.


See: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068365

Dan

p.s. thanks to rkukura for making sure there was a friendly error 
message in this case :)


On Thu, Nov 8, 2012 at 3:21 AM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Hi to all !

I am using Quantum with Tunneling and this is my
/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
[OVS]
tenant_network_type = gre
tunnel_id_ranges = 1:1000
integration_bridge = br-int
tunnel_bridge = br-tun
local_ip = 100.10.10.51
enable_tunneling = True

When i do look in the log of the openvSwitch plugin agent, i find
this

2012-11-08 12:14:23ERROR
[quantum.plugins.openvswitch.agent.ovs_quantum_agent] Failed to
create OVS patch port. Cannot have tunneling enabled on this
agent, since this version of OVS does not support tunnels or patch
ports.

i am runing ubuntu 12.10 and my OpenVSwitch version is 1.4.3-0ubuntu2

Thank you for your help

___
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




--
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com http://www.nicira.com
twitter: danwendlandt
~~~



___
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 (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Thank you Dan for shedding light on this matter. However, there is 
something concerns me and a lot of other people trying to deploy 
OpenStack is that most Servers has 2 NICs which creates a problem 
because your Demo is a great one but the necessary hardware is just not 
always met !


I have been struggling to find a solution out of it, can you suggest 
some please ?

Le 08/11/2012 21:38, Dan Wendlandt a écrit :

Hi,

The Quantum Admin Guide indicates that you can choose to combine all 
services onto a single node, or have separate nodes: 
http://docs.openstack.org/trunk/openstack-network/admin/content/services.html


I will update the text to indicate that that the main reason to use a 
dedicated network gateway node is if you plan on having VMs send 
substantial amounts of traffic through that node, and thus would not 
want that CPU usage to conflict with other openstack services running 
on your controller node.


dan

On Thu, Nov 8, 2012 at 11:06 AM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Can someone please enlighten us about the goods of having a
separated network node ?
I honestly work in production envirnoments (over 30 nodes) and i
really give computing resources more credit than networking ones !

Am i doing it the wrong way here ?

Le 08/11/2012 18:49, balaji patnala a écrit :

Hi Openers,
One doubt i have is like, as we see in the demo setup in the
Quantum Admin guide available in openstack.org
http://openstack.org, we have Network Node as a seperate
physical node connected to Controller Node and Compute Node.
But i see that the openstack community who is actively using
Folsom is not discussing more on this kind of setup.
Not sure if iam missing any key information on this like that the
Network Node setup may not be widely used in current deployment
scenarios or it is too early to use Network Node as a seperate
physical host for openstack.
Open comments on this will be more helpful for openstack
community to understand better on the features of folsom.
regards,
balaji


On Thu, Nov 8, 2012 at 7:09 PM, Skible OpenStack
skible.openst...@gmail.com mailto:skible.openst...@gmail.com
wrote:

OpenStack Folsom install guide

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


You will find what you want and even more ;)

Le 08/11/2012 14:30, Veera Reddy a écrit :

Hi Skible,

Can you please send me below configuration files of three
setups you have mentioned.

  * ovs_quantum_plugin.ini (For controller and node)
  * nova.conf (For controller and node)

Thanks in advance


Regards,
Veera.

On Thu, Nov 8, 2012 at 2:57 PM, Skible OpenStack
skible.openst...@gmail.com
mailto:skible.openst...@gmail.com wrote:

Hello Stackers !

I am currently trying to create pictures of my OpenStack
deployment architecture as a part of my OpenStack Folsom
install guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
and i would like to ask a favorite.

Could you be kind and please take a look at these Pics
below and report back if there is a missing or wrong thing.

Thank you.


==Quantum  on VLAN + 3 NICs on controller
node
http://i.imgur.com/Ueh5Z.jpg
===

==Quantum  on VLAN + 2 NICs on controller
node
http://i.imgur.com/RK6X7.jpg
===

==Quantum  on GRE-tunneling + 3 NICs on
controller node===
http://i.imgur.com/1jCFC.jpg
===


To make of OpenStack, the IT project of the century

Best regards





___
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




-- 
Regards,

VeeraReddy.B
9959236555.



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

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack

Le 09/11/2012 03:56, Robert Garron a écrit :

Myself, if I can get past my current nova and horizon issues,


What are your nova and horizon issues, i will be glad to help you out !


___
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] Bug with the openVSwitch plugin Agent !

2012-11-09 Thread Skible OpenStack

I am sorry, i believe i am having a hardware problem because i have done

apt-get install -y openvswitch-switch openvswitch-datapath-dkms


on other nodes and tunneling just got back to work fine ! my mistake !

thank you for your kind help, i appreciate that !

Le 09/11/2012 03:33, Dan Wendlandt a écrit :
have you rebooted the device to make sure you're reloaded the new 
kernel module?


On Thu, Nov 8, 2012 at 1:03 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Thank you for replying back. I had a bad day because of this problem.
I have installed openvswitch-datapath-dkms but it doesn't seem to
solve the problem.

Le 08/11/2012 21:48, Dan Wendlandt a écrit :

This is not an issue with the agent.  I believe this was handled
in another post, which pointed out that 12.10 originally shipped
with a version of OVS that did not include tunnel support, but
this has since been correctly.

See: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068365

Dan

p.s. thanks to rkukura for making sure there was a friendly error
message in this case :)

On Thu, Nov 8, 2012 at 3:21 AM, Skible OpenStack
skible.openst...@gmail.com mailto:skible.openst...@gmail.com
wrote:

Hi to all !

I am using Quantum with Tunneling and this is my
/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
[OVS]
tenant_network_type = gre
tunnel_id_ranges = 1:1000
integration_bridge = br-int
tunnel_bridge = br-tun
local_ip = 100.10.10.51
enable_tunneling = True

When i do look in the log of the openvSwitch plugin agent, i
find this

2012-11-08 12:14:23ERROR
[quantum.plugins.openvswitch.agent.ovs_quantum_agent] Failed
to create OVS patch port. Cannot have tunneling enabled on
this agent, since this version of OVS does not support
tunnels or patch ports.

i am runing ubuntu 12.10 and my OpenVSwitch version is
1.4.3-0ubuntu2

Thank you for your help

___
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




-- 
~~~

Dan Wendlandt
Nicira, Inc: www.nicira.com http://www.nicira.com
twitter: danwendlandt
~~~






--
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com http://www.nicira.com
twitter: danwendlandt
~~~



___
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] Quantum Network Node setup

2012-11-10 Thread Skible OpenStack
Does anyone know how to configure l3 agent and dhcp agent when you have 
a router for each of your tenants !
i am loosing internet connection each time i don't assign a value to 
#router_id in the l3_agent.ini file !


Le 10/11/2012 15:06, balaji patnala a écrit :

Hi Yong,
I downloaded the Quantum Architecture in Folsom Powerpoint prepared by 
you and found that in slide-10:


lL3-agent
lTo implement floating Ipsand other L3 features, such as NAT
_lOne per network_
Can you elaborate on the comment 'one per network' for L3-Agent.
As i understood that the L3-Agent will be only one for complete setup.
If we have more than one Network Node then we must install dhcp-agent 
and L3-Agent in each of these Network Nodes.
So, the comment of 'one per network' is like we can have one 
router/gateway per tenant network.

Can you give us your comments on this.
bye,
balaji

On Wed, Oct 31, 2012 at 10:38 AM, balaji patnala patnala...@gmail.com 
mailto:patnala...@gmail.com wrote:


Hi Yong,
Thanks for information.
I think you mean to say that these Quantum Network Node is not per
Tenant basis and it can serve all the Tenants of DC setup.
Just want to understand what will be the advantages we are
thinking of by doing so.
Regards,
Balaji
On Tue, Oct 30, 2012 at 2:26 PM, gong yong sheng
gong...@linux.vnet.ibm.com mailto:gong...@linux.vnet.ibm.com
wrote:

Hi,
In fact, we can split Quantum network Node into two categories:
one is for dhcp, which install ovs agent and dhcp agent. We
can have one such kind of node
one is for l3 agent, we can deal with one external network on
one l3 agent. We can have many nodes of this kind.

Regards,

Yong Sheng Gong

On 10/30/2012 02:27 PM, balaji patnala wrote:

Hi Salvatore,
Just want to understand more on Network Node in the below
given app_demo page.
As i see in the setup, it looks like there will be one
Quantum Network Node for one Data centre setup. Please
correct me if my assumptions are wrong.
This Quantum Network Node will have all the virtual routers,
gateway which can be created with quantum-l3-agent plugin.
Also my assumption is that this quantum Network Node will
serve all the Tenant virtual gateways and routers created
using quantum.
Please give us some more information on this to understand
the setup.
Also do we have any specific reason for having quantum
Network Node instead of keeping these plugin on the
Controller Node similar to earlier release like Essex.
Thanks in advance.
Regards,
Balaji

On Fri, Oct 26, 2012 at 3:31 PM, Salvatore Orlando
sorla...@nicira.com mailto:sorla...@nicira.com wrote:

Hi Trinath,

Even if is perfectly reasonable to run the DHCP/L3 agents
in the controller node, the advice we give in the
administration guide is slightly different.
As suggested in [1], the only Quantum component running
on the controller node should be the API server.
The DHCP and L3 agents might run in a dedicated network
node. Please note you will need also the L2 agent
running on that node.

Regards,
Salvatore

[1]

http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo.html

On 26 October 2012 10:50, Trinath Somanchi
trinath.soman...@gmail.com
mailto:trinath.soman...@gmail.com wrote:

Hi Stackers-

I have found many installation and configuration
manuals for Openstack Folsom which state the
installation and configuration of Quantum-DHCP-Agent
in the Controller machine.

But I have doubt here,

Can't we have the Quantum-DHCP/L3-Agent to be running
in the Compute NODE rather than in the controller.

How does the Installation and configuration change
with this type of Installation?

Please guide me on How to achieve the same.

Thanking you

-- 
Regards,

--
Trinath Somanchi,
+91 9866 235 130 tel:%2B91%209866%20235%20130


___
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




[Openstack] how to configure l3_agent when you have Per-tenant Routers !

2012-11-10 Thread Skible OpenStack

Hello,

I am having trouble configuring my l3 agent when i have a quantum router 
for each of my tenants. None of my VMs seem to be internet accessible !
However, It seems that i can only use one router and set the router_id 
in the l3_agent to allow VMs access to internet !


please help

___
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] how to configure l3_agent when you have Per-tenant Routers !

2012-11-10 Thread Skible OpenStack

  
  

  
  https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/GRE-Tunneling/OpenStack_Folsom_Install_Guide_WebVersion.rst
  
  i have set my namespace in l3 agent and dhcp agent to true.
  set external network id to my external network id in the l3 agent
  file
  
  do i need to run multiple l3 agents to have the per tenant router
  usecase ?
  
  Le 10/11/2012 18:29, Razique Mahroua a crit:


  
  Hey there,
  which guide did you followed ?
  

  Nuage  Co -
  Razique Mahroua
razique.mahr...@gmail.com
  
  
  


  Le 10 nov. 2012  17:57, Skible OpenStack skible.openst...@gmail.com
a crit :
  
  Hello,

I am having trouble configuring my l3 agent when i have a
quantum router for each of my tenants. None of my VMs seem
to be internet accessible !
However, It seems that i can only use one router and set the
router_id in the l3_agent to allow VMs access to internet !

please help

___
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] how to configure l3_agent when you have Per-tenant Routers !

2012-11-12 Thread Skible OpenStack

  
  
This means that each tenant router
  should be linked to the external network router ? is that what you
  mean Logan ?
  Le 12/11/2012 15:10, logan_mcl...@dell.com a crit:


  
  
  
  
  
You
have to create multiple routers. You have one provider
level router that will be your external network router, You
can then create a router either for each tenant or for all
tenants to support the internal network depending on your
needs/topology.


  Logan 
  


  
From:
openstack-bounces+logan_mcleod=dell@lists.launchpad.net
[mailto:openstack-bounces+logan_mcleod=dell@lists.launchpad.net]
On Behalf Of Emilien Macchi
Sent: Monday, November 12, 2012 3:58 AM
To: Skible OpenStack
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] how to configure
l3_agent when you have Per-tenant Routers !
  



  Hi,
  
  I suggest you reading my script [1] which helps to create
  virtual networking in Folsom with OVS Plugin for you use
  case.
  
  [1] https://github.com/EmilienM/openstack-folsom-guide/blob/master/scripts/quantum-networking.sh
  
  
  Regards,
  
Emilien
Macchi

// eNovance Inc.   http://enovance.com
//  emil...@enovance.com
  
+33 (0)1 49 70 99 80
// 10 rue de la Victoire 75009 Paris
  
  
  
  
  
De:
"Skible
    OpenStack" skible.openst...@gmail.com
: "gong yong sheng"
gong...@linux.vnet.ibm.com
Cc: openstack@lists.launchpad.net
Envoy: Lundi 12 Novembre 2012 06:12:15
Objet: Re: [Openstack] how to configure l3_agent
when you have Per-tenant Routers !

  Thank
  you for responding back but i think when you configure
  the l3 agent to use one router the other tenant won't
  be able to connect to internet because their routers
  are not configured !
  i repeat : i wish to have a router for each of my
  tenants and they all connect to the internet
  Le 12/11/2012 01:31, gong yong sheng a crit:


  
There
is a router_id in l3_agent.ini, You can create a
router for a tenant and then start a l3 agent for
it.
On 11/11/2012 01:34 AM, Skible OpenStack wrote:
  
  

  https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/GRE-Tunneling/OpenStack_Folsom_Install_Guide_WebVersion.rst
  
  i have set my namespace in l3 agent and dhcp agent
  to true.
  set external network id to my external network id
  in the l3 agent file
  
  do i need to run multiple l3 agents to have the
  per tenant router usecase ?
  
  Le 10/11/2012 18:29, Razique Mahroua a crit:


  Hey
  there, 
  
which
guide did you followed ?
  
  


  Nuage
   Co - Razique Mahroua
  
  
razique.mahr...@gmail.com
  
  
  



  
Le
10 nov. 2012  17:57, Skible OpenStack skible.openst...@gmail.com
a crit :
  
  

Hello,

I am having trouble configuring my l3 agent
when i have a quantum router for each of my
tenants. None of my VMs seem to be internet
accessible !
However, It seems tha

Re: [Openstack] how to configure l3_agent when you have Per-tenant Routers !

2012-11-13 Thread Skible OpenStack

  
  
I have tried it and it seems it doesn't
  work at all !
  Le 12/11/2012 16:31, logan_mcl...@dell.com a crit:


  
  
  
  
  
I
havent tried it yet, but yes. You should be able to add
internal network interfaces from the external router setup
to a common internal network to which each of the tenant
routers is also connected to. Setting the external network
gateway of the tenant routers to that of the ext_net router
should then complete the connection 


  Logan


  
From:
openstack-bounces+logan_mcleod=dell@lists.launchpad.net
[mailto:openstack-bounces+logan_mcleod=dell@lists.launchpad.net]
On Behalf Of Skible OpenStack
Sent: Monday, November 12, 2012 8:21 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] how to configure
l3_agent when you have Per-tenant Routers !
  



  This means that each tenant router should
be linked to the external network router ? is that what you
mean Logan ?
Le 12/11/2012 15:10, logan_mcl...@dell.com
a crit:


  You
  have to create multiple routers. You have one provider
  level router that will be your external network router,
  You can then create a router either for each tenant or for
  all tenants to support the internal network depending on
  your needs/topology.
  
  
Logan


  
  

  From:
  openstack-bounces+logan_mcleod=dell@lists.launchpad.net
  [mailto:openstack-bounces+logan_mcleod=dell@lists.launchpad.net]
  On Behalf Of Emilien Macchi
  Sent: Monday, November 12, 2012 3:58 AM
  To: Skible OpenStack
  Cc: openstack@lists.launchpad.net
  Subject: Re: [Openstack] how to configure
  l3_agent when you have Per-tenant Routers !

  
  
  
Hi,

I suggest you reading my script [1] which helps to
create virtual networking in Folsom with OVS Plugin for
you use case.

[1] https://github.com/EmilienM/openstack-folsom-guide/blob/master/scripts/quantum-networking.sh


Regards,

  Emilien
  Macchi
  
  // eNovance Inc.   http://enovance.com
  //  emil...@enovance.com

  +33 (0)1 49 70 99 80
  // 10 rue de la Victoire 75009 Paris





  De: "Skible
  OpenStack" skible.openst...@gmail.com
  : "gong yong sheng" gong...@linux.vnet.ibm.com
  Cc: openstack@lists.launchpad.net
  Envoy: Lundi 12 Novembre 2012 06:12:15
  Objet: Re: [Openstack] how to configure
  l3_agent when you have Per-tenant Routers !
  
Thank
you for responding back but i think when you
configure the l3 agent to use one router the other
tenant won't be able to connect to internet because
their routers are not configured !
i repeat : i wish to have a router for each of my
tenants and they all connect to the internet
Le 12/11/2012 01:31, gong yong sheng a crit:
  
  

  There
  is a router_id in l3_agent.ini, You can create a
  router for a tenant and then start a l3 agent for
  it.
  On 11/11/2012 01:34 AM, Skible OpenStack wrote:


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

i have set my namespace in l3 agent and dhcp
agent to true.
set external network id to my external network
id in the l3 agent file

do i need to run multiple l3 agents to have the
per t

[Openstack] Quantum Suggestion

2012-11-15 Thread Skible OpenStack

Hi stackers,

Just like Nova does have the nova-manage service list to check on how 
well the nova-services are running in all the nodes, i suggest that 
quantum does the same. After all, we have the l3-agent, dhcp agent, 
quantum server and many plugin agents running in different nodes and it 
will be nice to have a common monitoring function which checks the state 
of each service



The blueprint is registered here: 
https://blueprints.launchpad.net/quantum/+spec/quantum-monitoring-function 
if anyone is interested.


Best regards
___
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] Looking for a good Folsom + Quantum guide

2012-11-15 Thread Skible OpenStack

  
  
Are you talking about this l3 bug ?
  
  
  https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/Tricks%26Ideas/modify_iptables_manager.rst
  
  Le 15/11/2012 16:06, Razique Mahroua a crit:


  
  Hi Sam,
  here is an official guide to start with
  http://docs.openstack.org/trunk/openstack-compute/install/apt/content/ap_installingfolsomubuntuprecise.html
  Note that at the moment, the official quantum packages
contain bugs - I'm thinking about the l3 agent for instance.
  Let us know how it's going
  Best regards,
  Razique
  

  Nuage  Co - Razique Mahroua
razique.mahr...@gmail.com
  
  
  


  Le 15 nov. 2012  15:30, Samuel Winchenbach swinc...@gmail.com
a crit :
  
  Hi All,


I am looking for a good guide to help me get started with
Folsom and
Quantum for either 12.04 or 12.10.

I have been attempting to use: goo.gl/vIdcr but when I get
to section
5 (openvswitch) I get an error (SIOCADDRT: no such process)
when
trying to set the interface for the default gateway to the
bridge
created in the previous step. I have tried a number of
different
things, including installing 12.10 on a virtual machine and
trying it
there instead of bare metal. Same outcome.

Doe anyone have any recommendations for a good guide to
follow? Or
if you have any suggestions on fixing the above error, that
would be
great too!

Thanks,
Sam

___
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] Looking for a good Folsom + Quantum guide

2012-11-15 Thread Skible OpenStack

  
  
I believe that the biggest problem is
  not bug fixes, we are able to fix them out by our selves.
  Instead, we do need that Dashboard able to communicate with
the quantum to allocate floating IP 
  
  Does anyone have an idea about the date ?
  
  Le 15/11/2012 16:14, Gary Kotton a crit:


  
  Hi,
  A considerable effort has been made to close a number of problems
  in the Folsom release.
  The list of issues addressed can be seen at
  https://review.openstack.org/#/q/status:merged+project:openstack/quantum+branch:stable/folsom,n,z
  There are still a few bug fixes in review. If I understand
  correctly around the 22nd of November there will be a stable
  release (maybe give or take a day).
  My two cents is to wait a couple of days for the reviews to go
  through and the various distributions to build the packages.
  If there is a painful issue that you have then please let us know.
  Thanks
  Gary
  
  On 11/15/2012 05:10 PM, Skible OpenStack wrote:
  

Are you talking about this l3 bug ?
  
  
  https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/Tricks%26Ideas/modify_iptables_manager.rst
  
  Le 15/11/2012 16:06, Razique Mahroua a crit:


  
  Hi Sam,
  here is an official guide to start with
  http://docs.openstack.org/trunk/openstack-compute/install/apt/content/ap_installingfolsomubuntuprecise.html
  Note that at the moment, the official quantum packages
contain bugs - I'm thinking about the l3 agent for
instance.
  Let us know how it's going
  Best regards,
  Razique
  
 Nuage

   Co - Razique Mahroua
razique.mahr...@gmail.com
  
   


  Le 15 nov. 2012  15:30, Samuel Winchenbach swinc...@gmail.com


a crit :
  
  Hi All,


I am looking for a good guide to help me get started
with Folsom and
Quantum for either 12.04 or 12.10.

I have been attempting to use: goo.gl/vIdcr but when I
get to section
5 (openvswitch) I get an error (SIOCADDRT: no such
process) when
trying to set the interface for the default gateway to
the bridge
created in the previous step. I have tried a number of
different
things, including installing 12.10 on a virtual machine
and trying it
there instead of bare metal. Same outcome.

Doe anyone have any recommendations for a good guide to
follow? Or
if you have any suggestions on fixing the above error,
that would be
great too!

Thanks,
Sam

___
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



  

___
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] Looking for a good Folsom + Quantum guide

2012-11-15 Thread Skible OpenStack

Can you please tell me what type of networking are you using ? VLAN or GRE ?


Le 15/11/2012 16:16, Gary Kotton a écrit :

On 11/15/2012 04:30 PM, Samuel Winchenbach wrote:

Hi All,


I am looking for a good guide to help me get started with Folsom and
Quantum for either 12.04 or 12.10.


Please look at 
http://docs.openstack.org/trunk/openstack-network/admin/content/index.html. 
There is a demo section.


You can see example from the Fedora test day - 
https://fedoraproject.org/wiki/Test_Day:2012-09-18_OpenStack. There is 
a specific Quantum section.


Thanks
Gary


I have been attempting to use: goo.gl/vIdcr but when I get to section
5 (openvswitch) I get an error (SIOCADDRT: no such process) when
trying to set the interface for the default gateway to the bridge
created in the previous step.  I have tried a number of different
things, including installing 12.10 on a virtual machine and trying it
there instead of bare metal.  Same outcome.

Doe anyone have any recommendations for a good guide to follow?   Or
if you have any suggestions on fixing the above error, that would be
great too!

Thanks,
Sam

___
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


[Openstack] Explanation about the demo quantum install

2012-11-23 Thread Skible OpenStack

Hello,

I have some questions about the quantum demo install found here : 
http://docs.openstack.org/trunk/openstack-network/admin/content/demo_logical_network_config.html


Can someone please tell me what should the IP address of eth2 ( bridged 
on br-ex) ?

and how it's related to the external network related later ?

quantum subnet-create ext_net 172.24.4.224/28 -- --enable_dhcp=False

+--+--+
| Field| Value|
+--+--+
| allocation_pools | {start: 172.24.4.226, end: 172.24.4.238} |
| cidr | 172.24.4.224/28  |
| dns_nameservers  |  |
| enable_dhcp  | False|
| gateway_ip   | 172.24.4.225 |
| host_routes  |  |
| id   | aef60b55-cbff-405d-a81d-406283ac6cff |
| ip_version   | 4|
| name |  |
| network_id   | 8858732b-0400-41f6-8e5c-25590e67ffeb |
| tenant_id| cbb574ac1e654a0a992bfc0554237abf |
+--+--+

I would like also to query about how to get the gateway_ip ? should it 
be created by default or mapped to the IP address of eth2 ??


Please shed some light on this matter

Regards,
___
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] Explanation about the demo quantum install

2012-11-23 Thread Skible OpenStack

Huges thanks for James and Ilkka !
This is very interresting material and i don't know why it wasn't 
mentionned in the demo guide !


Anyway, i managed to get access my VMs from the internet but my VMs 
can't access the internet ?

the routing table show only infos about the fixed network.

did i miss something ?

Le 23/11/2012 14:20, Ilkka Tengvall a écrit :

On 23.11.2012 13:12, James Page wrote:

You can specify the gateway_ip when creating the subnet:

  --gateway IP ADDRESS

This should be the gateway that external network traffic should be
routed to by default (probably your default outbound route for
internet access).


How do you add additional routes for the router? e.g.

--gateway 10.1.1.1 #default gw
--gateway 20.1.1.0/24 via 10.1.1.2 # another gateway to specific network

BR,

 -it

___
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] Can Ping VMs but not SSH to them ! (and this is not a sec rule problem )

2012-11-25 Thread Skible OpenStack

Hello,

I have installed OpenStack Folsom and i am experiencing some weird 
behaviour.


I can ping VMs ( both fixed and floating ips ) but can't SSH to them ( 
no internally nor externally) !!
I always get this message: connect to host x.x.x.x port 22: Connection 
refused


I have set the security rules right but still nothing !

I have a network node, controller node and a compute node. I am using GRE.

Note also that my VNC console is not responding to keyboard input even 
after sending CtrlAltDel !!


Please help me out.

Kind regards
A desperate stacker

___
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] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Skible OpenStack

Hello,

I am trying to connect to the Metadata server using a simple Get request:

 curl http://169.254.169.254/openstack


But there is not response, any idea why is that ?


Regards

___
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] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Skible OpenStack

Hi there,

It seems that i dont have this :

0 0 DNAT   tcp  --  *  * 0.0.0.0/0 http://0.0.0.0/0 
 169.254.169.254  tcp dpt:80 to:10.100.8.223:8775 
http://10.100.8.223:8775


so i will need to add it manually !
Well, I am running Folsom with quantum. Controller node is running 
nova-api as well as compute nodes are running nova-api-metadata


Should i remove the nova-api-metadata packages and point the l3 metadata 
to the controller node ?


Regards

Le 26/11/2012 10:28, Ray Sun a écrit :

If you check your iptables, you will find a record like this:

Chain nova-network-PREROUTING (1 references)
 pkts bytes target prot opt in out source 
destination
0 0 DNAT   tcp  --  *  * 0.0.0.0/0 http://0.0.0.0/0 
   169.254.169.254  tcp dpt:80 to:10.100.8.223:8775 
http://10.100.8.223:8775


So can you check if your nova-api provide any service on port 8775?

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn mailto:qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Mon, Nov 26, 2012 at 5:12 PM, Skible OpenStack 
skible.openst...@gmail.com mailto:skible.openst...@gmail.com wrote:


Hello,

I am trying to connect to the Metadata server using a simple Get
request:

 curl http://169.254.169.254/openstack


But there is not response, any idea why is that ?


Regards

___
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] Explanation about the demo quantum install

2012-11-30 Thread Skible OpenStack
 to simply make many quantum 
network entries and none of them showed up in iptables, but they did 
all show up in ifconfig -a.  I tried br-ex, br-int, and br-tun then I 
tried simple networks - an internal VM network 10.10.10.x/28 with an 
external floating ip network with route-able internet subnet (x.x.x.x 
- not posting my network).  All the networks I created with quantum 
showed up in ifconfig but not picked up by any of the above builders, 
especially the one recommended in the Folsom compute documentation, 
i.e. kvm ...


My conclusion, and I can be totally off base on this, as I am simply a 
guy trying to use Open Stack, the quantum code in the 'public' 
repository simply points to some set of networking tables that are not 
the kernal or 'normal' networking tables, thus all of the building 
tools, virt-manager, vmbuilder, virt-install, kvm and others do not 
pickup upon the quantum defined networks and associated sub-networks.  
Why, I do not know, that is the mystery to me!


I am available to anyone wishing to ask me more detailed questions of 
my tests and I am willing to test other versions of quantum, but for 
now I need sleep as I have been testing different configurations for 
that last four weeks after I thought I was home free using Skible's 
HOWTO... oh well.


Regards to all developers - Open Stack Rocks!
Robert





On 11/23/12 9:07 AM, Skible OpenStack wrote:

Huges thanks for James and Ilkka !
This is very interresting material and i don't know why it wasn't 
mentionned in the demo guide !


Anyway, i managed to get access my VMs from the internet but my VMs 
can't access the internet ?

the routing table show only infos about the fixed network.

did i miss something ?

Le 23/11/2012 14:20, Ilkka Tengvall a écrit :

On 23.11.2012 13:12, James Page wrote:

You can specify the gateway_ip when creating the subnet:

  --gateway IP ADDRESS

This should be the gateway that external network traffic should be
routed to by default (probably your default outbound route for
internet access).


How do you add additional routes for the router? e.g.

--gateway 10.1.1.1 #default gw
--gateway 20.1.1.0/24 via 10.1.1.2 # another gateway to specific 
network


BR,

 -it

___
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


[Openstack] nova-manage service list weirdo !

2012-11-30 Thread Skible OpenStack

Hello to all,

I am experiencing a strange behaviour:

When i do nova-manage service list on my controller node, i see 
nova-compute services are not working on my computes nodes.


However, when i do nova-manage service list on my compute nodes, they 
all seem to work fine !


Any idea what could the reason ?


regards,


___
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] How does VMs connect to cinder created Volumes ?

2012-12-05 Thread Skible OpenStack

Hello everyone,

I have cinder installed on my controller node, can anyone explain to me 
how a VM becomes aware of the volume ?


After all a VM is launched on a node different than the controller one 
so if the VM wants to store something on the Volume, does it have to 
send the data to the controller node which in his turn will save the 
data on the volume using cinder or is there a direct connection between 
the VM and the volume after allocation, if yes, is this connection on 
the hypervisor level or what level exaclty?


Thanks, really appreciate it if you can help me out there !

Best regards
Fellow Stacker

___
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] Communication between Qunatum Server and openVSwitch agent

2012-12-05 Thread Skible OpenStack

Hello everyone,

I am experiencing a problem after activating my firewall on compute 
nodes. My VMs can't be configured so i guess there is no communication 
between quantum components ( quantum server and OpenVSwitch).


If i desactive the firewall, everything goes back to normal ! So does 
anyone know what port the openvSwitch agent is using to communicate with 
Qunatum Server ?



Regards,
Fellow Stacker


___
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] Communication between Qunatum Server and openVSwitch agent

2012-12-05 Thread Skible OpenStack

  
  
Merci infiniment monsieur Mahroua
  
  Le 05/12/2012 11:25, Razique Mahroua a crit:


  
  You can insert a logging rule between the last one which drops
  packet
  with iptables something like this would do the trick :
  
  
  iptables -I
  INPUT (next-to-the-last rule number) -j LOG --log-prefix
  "blocked packets : "
  

  Razique Mahroua-Nuage  Co
razique.mahr...@gmail.com
Tel:
+33 9 72 37 94 15
  
  



  Le 5 dc. 2012  10:57, Skible OpenStack skible.openst...@gmail.com
a crit :
  
  Hello everyone,

I am experiencing a problem after activating my firewall on
compute nodes. My VMs can't be configured so i guess there
is no communication between quantum components ( quantum
server and OpenVSwitch).

If i desactive the firewall, everything goes back to normal
! So does anyone know what port the openvSwitch agent is
using to communicate with Qunatum Server ?


Regards,
Fellow Stacker


___
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] Volume Attach problem: BadRequest: The supplied device path (/dev/) is invalid

2012-12-12 Thread Skible OpenStack

Hello everyone,

so i have started  a VM and then allocated a 5G volume. Everything goes 
fine until i try to attach the volume to the VM: i am getting this: 
BadRequest: The supplied device path (/dev/vol_1) is invalid HTTP 400 !


Does anyone know what means or how to fix it ? I am using Folsom with 
cinder runing on controller node.


Kind regards,
Fellow Stacker.

___
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] Folsom and LXC problem

2013-02-21 Thread skible openstack
Hello,

I have installed OpenStack Folsom with Quantum to use it in my projects.

I am not using KVM virtualization but LXC so i have installed
nova-compute-lxc on my compute node.

In the beginning, i couldn't launch LXC instances until i modified the
setup_container method in /nova/virt/disk/api.py.

Now i can launch LXC successfully but once i delete them i can no longer
re-launch. I keep getting this error http://pastebin.com/Y1AeEBEi

My only solution is i have to reboot nova-compute service on compute node
each time i need to launch a LXC instance correctly which is kind of
annoying.

Can someone help me out or point me to a good HowTo that involves both LXC
and Quantum ?

Regards,

Fellow Stacker
___
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] LXC on Folsom

2013-02-22 Thread Skible OpenStack

Thank you Visgvananda.

Chuan-Heng : Can you please tell us how did you upload the image into 
glance: ( The detailed commands would help)  and have you done anything 
else beside installing nova-compute-lxc ??


Thanks

Bilel
On 02/22/2013 04:04 AM, Chuan-Heng Hsiao wrote:

Hi Vishvananda,

Thank you very much!

I just tried and it launched!

Though I can't access through VNC right now (code: 1006)
I believe it's the problem related to VNC setting and not related to lxc.

Sincerely,
Hsiao

The following is the startup console:

init: Unable to create device: /dev/kmsg
cloud-init start-local running: Fri, 22 Feb 2013 02:26:40 +. up
52122.82 seconds
no instance data found in start-local
ci-info: lo: 1 127.0.0.1   255.0.0.0   .
ci-info: eth0  : 1 .   .   fa:16:3e:74:2f:f5
route_info failed
cloud-init start running: Fri, 22 Feb 2013 02:31:43 +. up 52425.78 seconds
2013-02-22 02:31:43,997 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[0/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:44,999 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[1/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:46,000 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[2/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:47,002 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[3/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:48,003 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[4/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:49,004 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[5/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:51,111 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[7/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:53,114 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[9/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:55,116 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[11/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:57,118 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[13/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:31:59,120 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[15/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:02,124 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[18/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:05,127 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[21/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:08,130 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[24/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:11,133 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[27/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:14,137 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[30/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:18,138 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[34/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:22,142 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[38/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:26,147 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[42/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:30,151 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[46/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:34,155 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[50/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:39,161 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[55/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:44,166 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[60/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:49,171 - util.py[WARNING]:
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed
[65/120s]: url error [[Errno 101] Network is unreachable]
2013-02-22 02:32:54,172 - util.py[WARNING]:

Re: [Openstack] LXC on Folsom

2013-02-22 Thread Skible OpenStack

Thank you Chuan-Heng Hsiao for your reply.

I already have an OpenStack Folsom running with LXC.

I was just wondering how did you upload Vishvananda's image to glance. 
He is talking about the root file system and i am not sure what does 
that mean.


When i untar the package vish said, i have .img, floppy, loader, vmlinuz 
files and don't really now what to do.


Kind regards,
Bilel


On 02/22/2013 03:46 PM, Chuan-Heng Hsiao wrote:

2. glance image-create --location
http://uec-images.ubuntu.com/releases/12.04/release/ubuntu-12.04-server-cloudimg-amd64-disk1.img
   --is-public true --disk-format raw --container-format bare --name 
Ubuntu

3. glance image-update [img-uuid] --property hypervisor_type=lxc


___
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 Grizzly Install Guide

2013-03-29 Thread skible openstack
Hi Stackers,

I present to you my new guide : OpenStack Grizzly Install Guide by Bilel
Msekni. https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide

This is an easy way to deploy Grizzly on a single node and get to know the
new features it presents ! Two branches are currently created :

1- (master) Quantum + linuxbridge
2- (OVS_SingleNode) Quantum + OVS

More guides will be published soon to cover multinode deployment.

I hope you enjoy this work and please don't hesitate to give me your
feedbacks.

Let's make of OpenStack a Success :)

Kind regards,
Bilel Msekni
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp