Re: [Openstack] Error while installing devstack using ./stack.sh

2013-08-23 Thread Michael NA
Hello, looks like the error is in the package install portion. Try running an install of the packages listed in a new terminal window (or tab) for example run; apt-get install -y dnsmasq-base apt-get install -y iptables apt-get install -y ldap-utils apt-get install -y libldap-2.4-2 apt-g

Re: [Openstack] Fw: problem in setting up TempAuth authentication and authrization with swift

2013-08-23 Thread Kuo Hugo
Hi 1) swift_hash_path_suffix *must be* consistently on all nodes in the cluster. 2) force killing all swift daemons and then start again. +Hugo Kuo+ h...@swiftstack.com tonyt...@gmail.com +886 935004793 2013/8/23 pragya jain > > hello sir! > > I tried the commands again. > > > root@arun-Aspire

[Openstack] Fw: problem in setting up TempAuth authentication and authrization with swift

2013-08-23 Thread pragya jain
hello sir! I tried the commands again. root@arun-Aspire-5742:~# sudo swift-init proxy start Starting proxy-server...(/etc/swift/proxy-server.conf) root@arun-Aspire-5742:~# sudo useradd swift useradd: user 'swift' already exists root@arun-Aspire-5742:~# sudo swift-init account start Starting accou

Re: [Openstack] Help With Quantum Networking - Interesting Use Case

2013-08-23 Thread Geraint Jones
I have checked the routes where I think it makes sense. I.e Server A can reach Server B and vice versa (otherwise OSPF would not work) It is like the packet it exiting Server B's eth0 and is then being suppressed.. Server A knows where the LXC is as I can see the packet leave Server A and arrive

Re: [Openstack] Help With Quantum Networking - Interesting Use Case

2013-08-23 Thread Victor Palma
This might be a bit silly, but have you checked your routes? Regards, Victor Palma On Aug 23, 2013, at 6:28 PM, Geraint Jones wrote: > Hi > > I have an interesting use case for quantum networking > > This is the example : > > Server A eth0 10.1.1.1 (http proxy) > Server B eth0 10.1.1.2 (ru

[Openstack] Help With Quantum Networking - Interesting Use Case

2013-08-23 Thread Geraint Jones
Hi I have an interesting use case for quantum networking This is the example : Server A eth0 10.1.1.1 (http proxy) Server B eth0 10.1.1.2 (runs LXC VM's) Server B lxc-br 10.1.2.0/24 (the LXC's get addresses here) Server A and B run OSPF so server A knows 10.1.2.0/24 is behind 10.1.1.2. (We have

[Openstack] Nova Boot works on 50% of hosts but not on the other 50%. Horizon is happy on 100%

2013-08-23 Thread Geraint Jones
Hi We have deployed 2 x Controller and 8 x Compute nodes. The controllers run everything in HA behind HAProxy ­ Except MySQL (MySQL is standalone on controller0) When issuing nova boot then the following work fine : nova boot --flavor 3 --user_data /srv/install_salt --image 02e7425f-a71b-4e5f-b

[Openstack] OpenStack Community Weekly Newsletter (Aug 10-23)

2013-08-23 Thread Stefano Maffulli
Cast your vote for the presentation to be presented at OpenStack Summit, November 5-8, in Hong Kong ???, Introducing t

Re: [Openstack] Designate /DnsaaS

2013-08-23 Thread claudio
Thank you so much for your help. I just have one question. I've already created a server, a domain and a "A" record, then I used the Google's IP for this record. I ping this record and nothing appends. Am I doing something wrong? Just for a better explanation, this is what I have done so far:

[Openstack] cgroups cpu share allocation in grizzly seems incorrect

2013-08-23 Thread Chris Friesen
I sent this to the openstack-dev list but got no response, so I'll repost here. In Grizzly regardless of the number of vCPUs the value of /sys/fs/cgroup/cpu/libvirt/qemu/instance-X/cpu.shares seems to be the same. If we were overloaded, this would give all instances the same cpu time regardl

Re: [Openstack] Designate /DnsaaS

2013-08-23 Thread Mac Innes, Kiall
There is also the CLI - https://github.com/stackforge/python-designateclient/ Thanks, Kiall On 23/08/13 14:08, claudio wrote: > Hi Kiall > > Good news then, work in progress. > In that case I will continue to explore DESIGNATE with HTTP client or Curl. > > Thanks a lot > Cheers > > Claudio Ma

[Openstack] Swift basic installation guide

2013-08-23 Thread Remo Mattei
Hello does anyone have a good basic guide to install swift into a single node. Thanks for sharing. Remo ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http:/

Re: [Openstack] Does devstack installs swift?

2013-08-23 Thread Remo Mattei
Yes it does, here is my localrc info for Swift. Remo enable_service swift SWIFT_HASH=stackme SWIFT_REPLICAS=3 On Aug 23, 2013, at 06:33 , Swapnil Kulkarni wrote: > Enabling swift in devstack is easy > > Follow the localrc configuration in http://devstack.org/localrc.html section > Swif

Re: [Openstack] [OpenStack] [Replication] [Swift] Configuration guide for Swift replication.

2013-08-23 Thread Kuo Hugo
Replicator relies rsync for part of works. You can start with SAIO document. That will help you to understand more. http://docs.openstack.org/developer/swift/development_saio.html +Hugo Kuo+ h...@swiftstack.com tonyt...@gmail.com +886 935004793 2013/8/23 Piotr Kopec > Hello folks, > > Does a

Re: [Openstack] Swift basic installation guide

2013-08-23 Thread Kuo Hugo
The perfect one in my knowing. http://docs.openstack.org/developer/swift/development_saio.html +Hugo Kuo+ h...@swiftstack.com tonyt...@gmail.com +886 935004793 2013/8/23 Remo Mattei > Hello does anyone have a good basic guide to install swift into a single > node. > > Thanks for sharing. >

[Openstack] [OpenStack] [Replication] [Swift] Configuration guide for Swift replication.

2013-08-23 Thread Piotr Kopec
Hello folks, Does any of you know some configuration guide which will help me tu use replication of swift up and running. I would like to replicate swift data to another node but I cannot find any guide. Regards Piotr ___ Mailing list: http://lists.open

Re: [Openstack] Does devstack installs swift?

2013-08-23 Thread Swapnil Kulkarni
Enabling swift in devstack is easy Follow the localrc configuration in http://devstack.org/localrc.htmlsection Swift (Search with swift) Keep single replica at start to verify your configuration works. Extend it as per your convenience. Also keep an eye on the glance, as it will select swift as

Re: [Openstack] Designate /DnsaaS

2013-08-23 Thread claudio
Hi Kiall Good news then, work in progress. In that case I will continue to explore DESIGNATE with HTTP client or Curl. Thanks a lot Cheers Claudio Marques -Mensagem original- De: Mac Innes, Kiall [mailto:ki...@hp.com] Enviada: 23 de agosto de 2013 13:26 Para: claudio Cc: 'Simo

Re: [Openstack] Does devstack installs swift?

2013-08-23 Thread Tong Li
By default, it does not install swift. You can add the following lines (or uncomment) in your devstack localrc file, notice that the SERVICE_TOKEN needs to be what you setup. With that, you run stack.sh again, then it will all work with swift running. enable_service swift SWIFT_HASH=66a3d6b56c1

Re: [Openstack] Designate /DnsaaS

2013-08-23 Thread Mac Innes, Kiall
Hey Cláudio, Yes and No .. There is a fork of Horizon[1] where we have really basic integration (Create, List, Delete domains - No support for records etc) Once we get this a little more complete, We we're going to figure out how to make it an actual horizon plugin rather than a fork :) Thanks,

[Openstack] Unable to see xen in controller

2013-08-23 Thread Jitendra Bhaskar
Hi All, I have openstack(Grizzly) setup with two compute , one network(quantum) and one controller. I configured one more compute over XCP(1.6). Able to see in control with commant : nova hypervisor-list, but I am not getting correct vcpus, diskspace and memory info. Attached file contains : sele

Re: [Openstack] Designate /DnsaaS

2013-08-23 Thread claudio
Hello guys I appreciate your help with DESIGNATE and your patience. Is there any plugin to integrate designate in Horizon? Cheers Cláudio Marques clau...@onesource.pt http://www.onesource.pt/ De: Simon McCartney [mailto:si...@mccartney.ie] Enviada: 22 de agosto de 2013 18:37 Para: clau...@

Re: [Openstack] Why would ovs_ofctl and ovs_vsctl disagree about br-ex being a bridge?

2013-08-23 Thread Mina Nagy Zaki
I'm facing this same problem right now, have you had any success with this? On Fri, Aug 16, 2013 at 5:56 PM, Andrew Spiers wrote: > Hi, I think the reason I wasn't getting any traffic out of my public > network from my instances was simply that I needed to configure this > network as a 'flat' net

Re: [Openstack] Baremetal - Hardware preparation

2013-08-23 Thread Philip Keogh
iLO is just one of many vendor solutions that implements IPMI, an industry standard which NEC server BMCs also support. See http://support.express.nec.co.jp/wpaper/rwu/rwu.pdf for more info on that particular server line. 110Rh-1 supports IPMI 2.0. On many systems there is simply a prompt durin

Re: [Openstack] Baremetal - Hardware preparation

2013-08-23 Thread K, Shanthakumar
As I said before, “Your physical hardware needs to be in iLO / power management”. You can use any power management tool to control this but you’re your hardware should support the power management functionality. Thanks Shanthakumar K From: Jake G. [mailto:dj_dark_jungl...@yahoo.com] Sent: Frid

Re: [Openstack] Does devstack installs swift?

2013-08-23 Thread Subramanian K
Nope, devstack includes swift. Check your stack.sh script used for installation. It will clearly states the components included in devstack On 23-Aug-2013 1:48 PM, "Peeyush Gupta" wrote: > Hi, > > I have installed openstack using devstack on Ubuntu 12.04 LTS. > I tried to find swift in the instal

Re: [Openstack] can all objects be stored under a single account?

2013-08-23 Thread Hugo
reseller_prefix = AUTH Ref: https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample 從我的 iPhone 傳送 pangj 於 2013/8/23 上午12:32 寫道: > > Hi, > > I changed the account name for tempauth in proxy-server.conf: > > user_system_root = somepasswd .admin http://172.17.6.32:8080/v1/T

Re: [Openstack] Does devstack installs swift?

2013-08-23 Thread Ollie Leahy
See http://devstack.org/localrc.html basically you must add swift to the list of enabled services in devstack/localrc, eg: ENABLED_SERVICES=${ENABLED_SERVICES},c-bak,swift SWIFT_REPLICAS=3 SWIFT_LOOPBACK_DISK_SIZE=1000 On Fri 23 Aug 2013 08:43:37 IST, Peeyush Gupta wrote: Hi, I have ins

Re: [Openstack] Baremetal - Hardware preparation

2013-08-23 Thread Jake G.
iLo is an HP product only. On 2013/08/23, at 16:35, "K, Shanthakumar" wrote: > Irrespective of hardware it should work. Please use your ilo management IP > Address, username & password for enrollment and proceed further. > > Thanks > Shanthakumar K > > From: Jake G. [mailto:dj_dark_jungl..

Re: [Openstack] can all objects be stored under a single account?

2013-08-23 Thread pangj
On 2013-8-23 16:09, Hugo wrote: reseller_prefix = AUTH Ref: https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample 從我的 iPhone 傳送 Thanks Hugo. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

Re: [Openstack] Baremetal - Hardware preparation

2013-08-23 Thread Jake G.
I wish I had ilo. My test hardware is not an HP server unfortunately. It's an older NEC Express5800/110Rh-1 On 2013/08/23, at 16:27, "K, Shanthakumar" wrote: > I got your concern, Your physical hardware needs to be in iLO / power > management. So that you will have management ilo IP address,

[Openstack] Does devstack installs swift?

2013-08-23 Thread Peeyush Gupta
Hi, I have installed openstack using devstack on Ubuntu 12.04 LTS. I tried to find swift in the installation, but couldn't. I mean, all other components are there like nova, cinder, horizon etc. but there is no swift. I couldn't find any process by the name of swift either. Is it the  case that de

Re: [Openstack] can all objects be stored under a single account?

2013-08-23 Thread pangj
Hi, I changed the account name for tempauth in proxy-server.conf: user_system_root = somepasswd .admin http://172.17.6.32:8080/v1/TEST_system As shown above I changed the "AUTH_system" to "TEST_system". Then I restarted the proxy: swift-init proxy restart To get the auth token: curl -v -H 'X-

Re: [Openstack] Baremetal - Hardware preparation

2013-08-23 Thread K, Shanthakumar
I got your concern, Your physical hardware needs to be in iLO / power management. So that you will have management ilo IP address, username and password to enroll your hardware. FYI: You don't need to have OS installed in your physical hardware to enroll hardware for your baremetal. Thanks Sh

Re: [Openstack] Baremetal - Hardware preparation

2013-08-23 Thread K, Shanthakumar
Irrespective of hardware it should work. Please use your ilo management IP Address, username & password for enrollment and proceed further. Thanks Shanthakumar K From: Jake G. [mailto:dj_dark_jungl...@yahoo.com] Sent: Friday, August 23, 2013 1:00 PM To: K, Shanthakumar Cc: openstack@lists.openst

Re: [Openstack] Baremetal - Hardware preparation

2013-08-23 Thread Peter Funk
Jake G. wrote 22.08.2013 23:23: > I understand your points and that is taken care of, but how > exactly is Openstack going to connect to the hardware if the > hardware has no OS and no IP? How should the hardware be > prepared so I can give Openstack the information it needs > to enroll the hardwa