Re: [Openstack] Networking issues for openstack on XCP

2012-11-19 Thread Yan Zhai
have even more trouble setting up quantum itself. The plugin support in XCP looks not as good as KVM: the first problem is python 2.6 and it's solved by adding new repository. But when I installed the openvswitch agent, it can not start, requiring some quantum python module, which then seems have d

Re: [Openstack] Error while enabling s3 support in swift

2012-11-19 Thread Shashank Sahni
I haven't tested but the proxy server has started fine. Thanks. -- Shashank Sahni On Tue, Nov 20, 2012 at 12:55 PM, John Dickinson wrote: > check out the README at https://github.com/fujita/swift3 for the correct > proxy server config section. > > --john > > > On Nov 19, 2012, at 11:22 PM, Sh

Re: [Openstack] Error while enabling s3 support in swift

2012-11-19 Thread John Dickinson
check out the README at https://github.com/fujita/swift3 for the correct proxy server config section. --john On Nov 19, 2012, at 11:22 PM, Shashank Sahni wrote: > Hi, > > I'm trying to install swift 1.7.4 on Ubuntu 12.04. In order to enable the s3 > support, I added the appropriate paramete

[Openstack] Error while enabling s3 support in swift

2012-11-19 Thread Shashank Sahni
Hi, I'm trying to install swift 1.7.4 on Ubuntu 12.04. In order to enable the s3 support, I added the appropriate parameters in the /etc/swift/proxy-server.conf file [filter:swift3] use=egg:swift#swift3 and installed the package swift-plugin-s3. But when I try to start the proxy-server I get the

Re: [Openstack] Quantum + OpenVSwitch + GRE Tunneling with RHEL 6.3

2012-11-19 Thread hitesh wadekar
Thanks for raising this questions. I was not aware of it. Thanks, Hitesh On Tue, Nov 20, 2012 at 7:35 AM, Jian Hua Geng wrote: > Shake/Dan, > > Very thanks for your information, it is very useful for us. > > > -- > Best regard, > David Geng > > -

Re: [Openstack] Quantum + OpenVSwitch + GRE Tunneling with RHEL 6.3

2012-11-19 Thread Jian Hua Geng
Shake/Dan, Very thanks for your information, it is very useful for us. -- Best regard, David Geng -- Shake Chen

Re: [Openstack] Quantum + OpenVSwitch + GRE Tunneling with RHEL 6.3

2012-11-19 Thread Shake Chen
check Redhat annonuce. Now the quantum only support bridge plugin. https://www.redhat.com/archives/rhos-list/2012-November/msg00011.html Quantum support for openvswitch is not yet included, but we will update the Preview with support for openvswitch when the OVS kernel functionality is included i

[Openstack] [nova-network] question about log messages in nova-network.log

2012-11-19 Thread Ahmed Al-Mehdi
Hello, I have two node OpenStack setup, one controller-node (hostname: bodega) and one compute-node (hostname: sonoma). I am running nova-network in a single host mode, nova-network running on controller-node only. During the creation of a VM instance I am running into an error due to "RPC m

Re: [Openstack] python-swiftclient is missing from epel repo

2012-11-19 Thread Pete Zaitcev
On Sun, 18 Nov 2012 23:01:05 +0200 George Lekatsas wrote: > after a yum update in centos 6.3 i have the following error > Error: Package: python-glance-2012.2-3.el6.noarch (epel) >Requires: python-swiftclient Just retry it later. EPEL works fine to find python-swiftclient here, I ju

[Openstack] Question about nova-api log message entries

2012-11-19 Thread Ahmed Al-Mehdi
Hello, I am running into an issue creating a VM instance (RPC message timeout in nova-network). I have a few questions about the following entires in nova-api.log file: 1) 2012-11-18 15:50:27 DEBUG nova.openstack.common.rpc.amqp [-] Making asynchronous call on network ... from (pid=1688) m

[Openstack] Announcing Bufunfa - Chargeback [Billing] for OpenStack

2012-11-19 Thread Endre Karlson
* Multiple accounts to single billable account. * REST API * Openstack approach * Uses ceilometer for OpenStack metering / usage data. * Integrated with Keystone There's still some things that needs to be sorted out like how to ideally pull data from systems and ensure data is correct. I would li

Re: [Openstack] PoC Swift

2012-11-19 Thread John Dickinson
You can run your swift cluster with 2 replicas. This is set when the ring is first created. You can use `swift-ring-builder` (ie with no arguments) to get usage help. Note that there is not (yet) an easy way to change your replica count once the ring has been created. If you have more than one

[Openstack] Quantum Setup from source + Validate the flow

2012-11-19 Thread hitesh wadekar
Hello Guys, I have installed the Quantum from source on REHL. However, from Folsom onwards, "FakePlugin" configuration has been removed. I want to validate the setup (calls) without installing supported plugin (like earlier FakePlugin does) with sqlite://memory DB, can any one tell me what steps

Re: [Openstack] [devstack] How to purge, remove and wipe out devstack?

2012-11-19 Thread Joshua Harlow
U can try anvil also, its similar but I built it with the goal to do uninstalls/starts/stops from the start. Your mileage may vary though :-) -Josh From: Tong Li mailto:liton...@us.ibm.com>> Date: Monday, November 19, 2012 6:19 AM To: Gui Maluf mailto:gu

[Openstack] Folsom installation with openvswitch installed from source

2012-11-19 Thread Neelakantam Gaddam
Hi All, I installed folsom openstack successfully on ubuntu 12.10 with the openvswitch from ubuntu repositories. From the installation, I found that the quantum openvswitch plugin agent has a dependency on openvswitch, so openvswitch is installing with openvswitch plugin agent. When I install the

[Openstack] PoC Swift

2012-11-19 Thread Emilio García
Good day everyone, I want to set up a PoC for Swift. But we are willing to make it a little bit more complicated than just trivial. So we have two spare machines to dedicate to it. I was thinking we could just set up proxy and data node in the same machines. And have two data replicas (one per mac

[Openstack] Folsom with VlanManager

2012-11-19 Thread Juris
Hi all, I'm trying to configure Folsom to work with nova-networks and VlanManager and it doesn't work. I can create networks with: nova-manage network create --label testnet --fixed_range_v4 10.0.2.0/24--num_networks 1 --network_size 256 --vlan 200 list them later: nova-manage network list 1

Re: [Openstack] Quantum + OpenVSwitch + GRE Tunneling with RHEL 6.3

2012-11-19 Thread Dan Wendlandt
Hi David, Support for GRE tunneling is not part of the main-line kernel yet. Ubuntu support it by using the OVS kernel module that can be built from OVS source. Red Hat based platforms do not support this to my knowledge, though you could always download the OVS source and build it yourself, as

[Openstack] python-swiftclient is missing from epel repo

2012-11-19 Thread George Lekatsas
Hello, after a yum update in centos 6.3 i have the following error ¨--> Processing Dependency: python-swiftclient for package: python-glance-2012.2-3.el6.noarch --> Finished Dependency Resolution Error: Package: python-glance-2012.2-3.el6.noarch (epel) Requires: python-swiftclient You

Re: [Openstack] nova-volumes problem after host reboot

2012-11-19 Thread Pádraig Brady
On 11/10/2012 03:17 PM, Ronivon Costa wrote: Hi there, I am dealing with this issue for a while, but could not figure out what is going on. After a reboot in the openstack server, I am not able to restart ANY instance that had a nova-volume attached. I tried the DR procedure here without any

Re: [Openstack] [devstack] How to purge, remove and wipe out devstack?

2012-11-19 Thread Tong Li
There are configuration files under /etc for components that you enabled when you install devstack. such as /etc/nova, /etc/glance, etc. Tong Li Emerging Technologies & Standards From: Gui Maluf To: "openstack@lists.launchpad.net" , Date: 11/19/2012 05:10 AM Subject:

[Openstack] GRE tunneling Quantum, Openvswitch, traffic not allowed

2012-11-19 Thread Robert van Leeuwen
Hi, I'm currently setting up GRE tunnelling. ( Scientific Linux 6.3, Folsom, openvswitch 1.7.1 ) The flow trough the br-tun is not allowed because the quantum-ovs-agent sets the flow of the br-tun to drop: ovs-ofctl dump-flows br-tun NXST_FLOW reply (xid=0x4): cookie=0x0, duration=1264.414s, t

Re: [Openstack] Quantum + OpenVSwitch + GRE Tunneling with RHEL 6.3

2012-11-19 Thread Jian Hua Geng
Thanks for your response. BTW, is it possible to make the quantum + OpenVSwitch + VLAN type workable on my RHEL6.3? I am trying this in my environment, but my VM can not get IP address without any error in the quantum or compute log files. -- Best r

Re: [Openstack] [devstack] How to purge, remove and wipe out devstack?

2012-11-19 Thread Nicolae Paladi
Don't forget to delete the user 'stack' with 'userdel' On 19 November 2012 11:09, Gui Maluf wrote: > Hello, > if I would like to wipe, remove and purge everything devstack installed > and configured what should I do? > > rm -rf /opt/stack > rm -rf /usr/local/bin/ > > what else? > > thanks in ad

Re: [Openstack] [Swift] Public Container's file listing

2012-11-19 Thread Sujay M
Edward Zhang, thanks a lot for clarifying some of my doubts. On 19 November 2012 15:22, Hua ZZ Zhang wrote: > *>>Is this the correct general format?* > *>>user_username_grpname = password* > The tempauth format is *user__ = * > > > *>>Is there any way where i can list the containers in a accoun

[Openstack] [devstack] How to purge, remove and wipe out devstack?

2012-11-19 Thread Gui Maluf
Hello, if I would like to wipe, remove and purge everything devstack installed and configured what should I do? rm -rf /opt/stack rm -rf /usr/local/bin/ what else? thanks in advance! :) -- *guilherme* \n \t *maluf* ___ Mailing list: https://launchpad

Re: [Openstack] [Swift] Public Container's file listing

2012-11-19 Thread Hua ZZ Zhang
>>Is this the correct general format? >>user_username_grpname = password The tempauth format is user__ = >>Is there any way where i can list the containers in a account? I don't see the possibility of doing this without code change. >>Does .rlistings do the same job as staticweb? IMO, .rlistings