Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread ifzing
Hi lucas, Maybe you can execute "./clean.sh" & "./unstack.sh", and try again. - Regards. Joe. At 2014-04-21 13:46:23,"lucas.g...@gmail.com" wrote: I've spent a good chunk of the weekend trying to get a devstack with neutron config going and I'm having issues on neutron. Can anyon

Re: [Openstack] No VNC configuration in Havana

2014-04-21 Thread Narayanan, Krishnaprasad
Hallo all, In continuation with my email below about the noVNC configuration, I am now able to see the console in the browser for an instance. But I am getting an error “Failed to connect to the server with code 1006”. I verified the nova-consoleauth-log and it doesn’t seem to have any errors.

[Openstack] [OpenStack] Launch LXC container Error

2014-04-21 Thread 刁民
hey guys, I tried to launch lxc container on openstack hanava+Red Hat Enterprise Linux Server 6.3 . Based on docs.openstack.org and mail list,I did following things 1,change nova.conf 2,compile nbd and qemu-nbd 3,extract ubuntu-12.04-server-cloudimg-amd64.tar.gz and use the precise-server-cloudim

[Openstack] Havana to Icehouse and OVS to ML2 failure

2014-04-21 Thread Igor Cardoso
This email supersedes my previous one on 2014/04/20 20:24 UTC, which wasn't properly formatted. I decided to upgrade my Havana deployment to Icehouse right after the official release so I could contribute on the documentation with the steps necessary, including Neutron and going from the OVS to th

Re: [Openstack] Openstack Swift with Azure Integration

2014-04-21 Thread Everett Toews
Hi Mehmet, There’s a couple of ways you can solve this problem. 1. Client side If you’re writing some sort of client for a customer to solve this problem, you can use a multi-cloud SDK like jclouds, libcloud, or Fog to store their files in one cloud or the other depending on how full Swift is.

[Openstack] oslo.messaging eventlet executor

2014-04-21 Thread Tong Li
When using oslo.messaging library for notification listener, one can use either blocking or eventlet, when using eventlet as the executor, for some reason, these threads in greenpool will block until all threads get a task to run, then some of the thread will run. Here is the program to reproduce

Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread lucas.g...@gmail.com
Thank you for the suggestion, however after running that I am still getting: 2014-04-21 06:29:06.994 | Invalid input for operation: IP address 10.0.0.1 is not a valid IP for the defined subnet. 2014-04-21 06:29:07.011 | + exit_trap gary@supermicro:~/stack/devstack$ 2014-04-21 06:29:07.013 | + loca

Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread Ian Y. Choi
Hello, It should work if you remove FIXED_RANGE option, but... it might not be a good answer for your situation. Just based on my experience, the default gateway in Neutron is 10.0.0.1. This is why you see this error: "10.0.0.1 is not a valid IP for the defined subnet.". You need to set NET

[Openstack] how to integration heat with extern cloud

2014-04-21 Thread long long
Hi experts,I have a cloud software other than openstack and my task is to Integrate Heat to orchestrate stacks in that Cloud.How will Heat communicate with My Cloud software? What changes are required in My Cloud software? Do I have to write a custom resource plugin to achieve this?Do I h

Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread lucas.g...@gmail.com
That is probably exactly what I needed to know, thank you. I'll check when I get back home this evening. G On Mon, Apr 21, 2014 at 7:28 AM, Ian Y. Choi wrote: > Hello, > > It should work if you remove FIXED_RANGE option, but... it might not be a > good answer for your situation. > > Just bas

[Openstack] [Swift] XFS Write Barriers

2014-04-21 Thread Shrinand Javadekar
Hi, I notice that the recommended way of deploying Swift is to use XFS on the storage nodes. This XFS volume is mounted using the "nobarriers" option. If I'm not wrong, Swift does an fsync after every put to make sure that the object is written to disk. But in the absence of barriers this isn't g

Re: [Openstack] oslo.messaging eventlet executor

2014-04-21 Thread Doug Hellmann
I don't see a call to eventlet.monkey_patch() at the beginning of your app. That could be related. Doug On Mon, Apr 21, 2014 at 9:51 AM, Tong Li wrote: > When using oslo.messaging library for notification listener, one can use > either blocking or eventlet, when using eventlet as the executor, f

[Openstack] [Keystone] Leverage an existing (non-KS) DB?

2014-04-21 Thread Adam Lawson
Small q company has a custom database with user/pass's scraped from LDAP with some existing cloud concoction, Is there a straight forward way for Keystone to use that database for authorization and authentication with minimal development/re-tooling? Is there a good starting point to create an API t

Re: [Openstack] [Keystone] Leverage an existing (non-KS) DB?

2014-04-21 Thread Adam Lawson
Crap, hit send half-way through. Let's try this again... Can Keystone work with a non-KS database for authentication and authorization via API? There is an existing SQL database of users/passwords/roles etc supporting an existing cloud and I'm being asked to research the options how to introduce K

[Openstack] [openstack][ceilometer] Runing ceilometer standalone on Essex

2014-04-21 Thread Alejandro Comisario
Hi guys, In the company i work for we are running openstack essex into production among other things, and want ceilometer to run "standalone" on the compute node, is there a chance to run ceilometer compute agent and not collector to log on files locally in the compute for me to analyze this data ?

[Openstack] using qemu-system-x86_64 in grizzly

2014-04-21 Thread Arindam Choudhury
Hi, As per I understand, onwards qemu 1.3 release all qemu-kvm features have been merged into upstream QEMU. So, if I use qemu 1.7.1 and use the -enable-kvm flag, the VM will use all kvm capabilities. I have a Openstack Grizzly deployment with nova-network and I want to use qemu 1.7.1. So, I

[Openstack] [devstack]

2014-04-21 Thread Pirate Fibonacci
when running stack.sh on a vm I get the following error: ERROR: cliff.app No service with a name or ID of 's3' exists. this is on a vm behind a corporate firewall. http_proxy and no_proxy set. all appears well until stack.sh gets to creating s3 endpoint. 12 endpoint are created successfully befo

[Openstack] [Swift] Restricted replication?

2014-04-21 Thread Adam Lawson
I haven't found this answer yet: Is there a setting for a single multi-region Swift cluster to force some regions to keep all data replicated within that one region and nowhere else versus other regions where the data can be replicated throughout the entire cluster? *Adam Lawson* AQORN, Inc. 427

Re: [Openstack] [Swift] Restricted replication?

2014-04-21 Thread John Dickinson
That's not supported today, but it's one of the exact use cases being implemented with storage policies. https://swiftstack.com/blog/2014/01/27/openstack-swift-storage-policies/ http://lists.openstack.org/pipermail/openstack-dev/2014-March/030937.html --John On Apr 21, 2014, at 1:20 PM, Adam

[Openstack] nova metadata api w/Neutron

2014-04-21 Thread Aaron Knister
I just spent a couple hours trying to figure this out so I thought I'd share. I'm using the stackforge puppet modules and writing my own integration module to pull the individual modules together. That allows me to integrate better with our current puppet methodology and with local security policy

Re: [Openstack] [Swift] Restricted replication?

2014-04-21 Thread Adam Lawson
Very good to know - thanks John. *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (844) 4-AQORN-NOW Direct: +1 (302) 268-6914 On Mon, Apr 21, 2014 at 1:27 PM, John Dickinson wrote: > That's not supported today, but it's one of the exact

Re: [Openstack] Swift steps into keystone after the installation

2014-04-21 Thread Adam Lawson
Remember if you were using swauth/tempauth, you were probably querying the Swift proxies directly. With Keystone you're querying it instead and redirected to whichever Swift endpoint you defined in there. *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-223

[Openstack] Virtual Interface creation failed

2014-04-21 Thread trinath.soman...@freescale.com
Hi Stackers- I got this error when I launched an instance with Icehouse on Ubuntu 14.04 in nova-compute.log 2014-04-19 19:35:19.470 20217 INFO nova.virt.libvirt.driver [req-b061faf1-32bc-42d1-a1f4-822fcc9aaca5 3e7ba37aa6cf4472b823c8057a29c217 93a7bf9a8cb64c0da27486e722ce07c1] [instance: bf2d0

[Openstack] information provided by swift-recon command for object updater

2014-04-21 Thread pragya jain
hello all, I have a basic question about the object and container updater information given by recon middleware. AS we run swift-recon command for object updater, it gives following results: root@swift-Virtualbox:~# swift-recon object --updater ==

[Openstack] information provided by swift-recon command for object expirer

2014-04-21 Thread pragya jain
hello all, I have a basic question about the object expirer information given by recon middleware. AS we run swift-recon command for object expirer, it gives following results: root@swift-Virtualbox:~# swift-recon object --expirer

Re: [Openstack] Openstack Swift with Azure Integration

2014-04-21 Thread mehmet hacısalihoğlu
Thank you so much Everett. I understand, I will write with code to extend swift. I must use this example documents. Regards. 2014-04-21 16:41 GMT+03:00 Everett Toews : > Hi Mehmet, > > There’s a couple of ways you can solve this problem. > > 1. Client side > > If you’re writing some sort of

Re: [Openstack] [Tripleo] [SSL] SSL Examples

2014-04-21 Thread Robert Collins
On 19 April 2014 11:02, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > Hello, > > I am attempting to turn SSL and stunnel on with the most current DevTest > TripleO code base and am wondering if anyone has some examples of how to > configure the SSL variables and the TripleO elements. >