Re: [Openstack] How to Setup Networking for single node installation with 3 NICs

2013-07-02 Thread Heling Yao
Hi, Here's some documentation on packstack: https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack_Preview/2/html/Getting_Started_Guide/part-Deploying_OS_using_PackStack.html especially the "editing an answer file" section is relevant. And the openstack.redhat.com forums is also r

[Openstack] Cloud Archive repository

2013-07-02 Thread Igor Laskovy
Hello! When bug is fixed how long time usually spend to transfer fix to Cloud Archive repository? For example, I just now found that my setup have this bug https://bugs.launchpad.net/nova/+bug/1171284 , but already month as it's in *"*Fix Released" status. -- Igor Laskovy facebook.com/igor.lasko

[Openstack] VLAN mode and 100 vlan

2013-07-02 Thread Igor Laskovy
Hello! I have little deployment Grizzly on Ubuntu 12.04. When I do nova network-create vlan201 --fixed-range-v4 192.168.201.0/24 --vlan 201 --bridge br201 --bridge-interface bond0 --project-id 963fe3d5eaac48fdbb09253553bc590a and get DuplicateVlan: Detected existing vlan with id 100 because b

[Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread jt628910
hi all: I just install openstack Grizzly , but when i login dashboard ,it show Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator. my steps: 1 install keystone , use sample_data.sh to init keystone 2 install

[Openstack] 答复: login openstack dashboard Grizzly error

2013-07-02 Thread Nick Xin3 Sun
Hi ttjiang Here is the link for G version installation doc from my co-worker: Su Yan You can go through it. http://yansu.org/2013/05/13/openstack-grizzly-multihost-deployment-doc.html#title13 发件人: Openstack [openstack-bounces+sunxin3=lenovo@lists.launchpad.net]

Re: [Openstack] VLAN mode and 100 vlan

2013-07-02 Thread Stas Maksimov
Hi Igor, I think there used to be a bug in the client, the fix exists but hasn't been released as far as I know: https://bugs.launchpad.net/python-novaclient/+bug/1167779 You can try and patch it yourself and see if it helps. Thanks, Stas On 2 July 2013 08:31, Igor Laskovy wrote: > Hello! > >

[Openstack] Ceilometer getting a "Connection refused" from

2013-07-02 Thread Jobin Raju George
I have a controller node and a compute node on two different hosts. When I query ceilometer from the compute node, I get a "Connection refused" errror from port no 27017 of controller node, which I suppose is the port no where mongo listens. I haven't installed mongodb in the compute node, though t

Re: [Openstack] Cloud Archive repository

2013-07-02 Thread James Page
Hi Igor On 02/07/13 08:23, Igor Laskovy wrote: When bug is fixed how long time usually spend to transfer fix to Cloud Archive repository? For example, I just now found that my setup have this bug https://bugs.launchpad.net/nova/+bug/1171284 , but already month as it's in *"*Fix Released" status.

[Openstack] Availability Zones in Grizzly are not recognized

2013-07-02 Thread Vogl, Yves
Hi, I want to segregate my installation into „Availability Zones“. I've configured a working multi-host installation with following hosts: [FIGURE 1] # nova availability-zone-list +---++ | Name                  | Status              

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Razique Mahroua
Hi, can you look at /var/log/apache2/error.log?thanks! Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 2 juil. 2013 à 09:39, jt628910 a écrit :hi all:I just install openstack Grizzly  ,  but when i login dashboard ,it showSomething went wrong!An u

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Rahul Sharma
Hi ttjiang, Try accessing the following links and see whats the status:- http:///horizon/project/instances/ http:///horizon/admin/projects/ http:///horizon/project/access_and_security/ If there is an error due to failure of some service, then the UI gives the error you mentioned. If any of the ab

Re: [Openstack] How to query healthnmon?

2013-07-02 Thread Chinmaya Bharadwaj A
hi jobin, 1) you can refer this link to get the utilization data :https://github.com/healthnmon/healthnmon/wiki/utilization-data healthnmon gives you set of Api s, you can query through rest client. 2) You can absolutely use healthnmon for serve your purpose. r

Re: [Openstack] Availability Zones in Grizzly are not recognized

2013-07-02 Thread raghavendra.lad
Hi, Please find the below Grizzly link that I have followed to install separate Network, compute and Openstack. http://docs.openstack.org/grizzly/basic-install/apt/openstack-basic-install-apt-grizzly.pdf At page 8 I find that the bash script for keystone may not be correctly pasted (any help

Re: [Openstack] Ceilometer getting a "Connection refused" from

2013-07-02 Thread Julien Danjou
On Tue, Jul 02 2013, Jobin Raju George wrote: > Please feel free to ask for clarification. Could you paste the content of your configuration file? -- Julien Danjou /* Free Software hacker * freelance consultant http://julien.danjou.info */ signature.asc Description: PGP signature _

Re: [Openstack] Ceilometer getting a "Connection refused" from

2013-07-02 Thread Jobin Raju George
Here is my /etc/ceilometer/ceilometer.conf: http://pastebin.ubuntu.com/5835612/ On Tue, Jul 2, 2013 at 2:28 PM, Julien Danjou wrote: > On Tue, Jul 02 2013, Jobin Raju George wrote: > > > Please feel free to ask for clarification. > > Could you paste the content of your configuration file? > > -

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread jt628910
I got the reason ,thanks . I do not set quantum. ttjiang jt628910 From: Rahul Sharma Date: 2013-07-02 17:21 To: jt628910 CC: openstack Subject: Re: [Openstack] login openstack dashboard Grizzly error Hi ttjiang, Try accessing the following links and see whats the status:- http:///horizon/

Re: [Openstack] Ceilometer getting a "Connection refused" from

2013-07-02 Thread Julien Danjou
On Tue, Jul 02 2013, Jobin Raju George wrote: > Here is my /etc/ceilometer/ceilometer.conf: > http://pastebin.ubuntu.com/5835612/ So the problem is that you configured it to use mongodb at mongodb://10.112.107.107:27017/ceilometer but mongodb doesn't seem to answer on this IP/port considering the

Re: [Openstack] Ceilometer getting a "Connection refused" from

2013-07-02 Thread Jobin Raju George
10.112.107.107 is the IP address of the controller node where nova, keystone, ceilometer have been installed(and so is mongodb). I have installed ceilometer on the compute node also and configured it so that it knows that mongodb listens on 10.112.107.107:27017 but I don't know why it is refusing c

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Razique Mahroua
Good to know! Le 2 juil. 2013 à 11:10, jt628910 a écrit : > I got the reason ,thanks . > I do not set quantum. > > ttjiang > > 发件人: Razique Mahroua > 发送时间: 2013-07-02 16:24 > 收件人: jt628910 > 抄送: openstack > 主题: Re: [Openstack] login openstack dashboard Grizzly error > Hi, > can you look at

Re: [Openstack] [Ceilometer][Healthnmon] Monitoring & Alarm in openstack

2013-07-02 Thread Emanuel Marzini
Thank you! It's true that in Havana disappear Healthnmon that will be merge with Ceilometer? 2013/7/2 Angus Salkeld > On 01/07/13 13:42 +0200, Emanuel Marzini wrote: > >> Hi, >> I want to retrive Vm information from Openstack. I am interested of CPU & >> RAM utilization. >> I known that someone

[Openstack] 回复: Re: login openstack dashboard Grizzly error

2013-07-02 Thread jt628910
I got the reason ,thanks . I do not set quantum. ttjiang 发件人: Razique Mahroua 发送时间: 2013-07-02 16:24 收件人: jt628910 抄送: openstack 主题: Re: [Openstack] login openstack dashboard Grizzly error Hi, can you look at /var/log/apache2/error.log? thanks! Razique Mahroua - Nuage & Co razique.mahr...@g

Re: [Openstack] Ceilometer getting a "Connection refused" from

2013-07-02 Thread Ashok Kumaran
Glad its working ! your connection refused error should disappear now Best, Ashok On Tue, Jul 2, 2013 at 3:33 PM, Jobin Raju George wrote: > > Hey, Ashok! > > > I did the following: > > 1) Changed bind_ip=10.112.107.107 in /etc/mongodb.conf > 2) Restarted mongodb using service mongodb restart. >

[Openstack] Openstack installation on multiple host belongs to different network

2013-07-02 Thread Lei Zhang
Hi, Stacker We would like to install openstack on our several spare computers, when all of them are in the same network, it works well. But when we try to install openstack on hosts in different network, the VM in compute node, which is in different network from controller node, can't be acces

[Openstack] [OSSN][OSSG] Nova Baremetal Exposes Previous Tenant Data

2013-07-02 Thread Clark, Robert Graham
Nova Baremetal Exposes Previous Tenant Data - ### Summary ### Data of previous tenants may be exposed to new ones when using Nova Baremetal ### Affected Services / Software ### Keystone, Databases ### Discussion ### Nova Baremetal is intended for testing and development only, it is not inten

Re: [Openstack] Problem installing healthnmon

2013-07-02 Thread Claudio Marques
Hi Jobin Not yet. I am busy on quantum right now, but I wen I return to healthnmon i will let you now, and will paste here all my updates. Cheers Claudio Marques clau...@onesource.pt http://www.onesource.pt/ 2013/7/2 Jobin Raju George > Hey Claudio! > > Is your healthnmon up and running? P

Re: [Openstack] [Ceilometer][Healthnmon] Monitoring & Alarm in openstack

2013-07-02 Thread Angus Salkeld
On 02/07/13 11:29 +0200, Emanuel Marzini wrote: Thank you! It's true that in Havana disappear Healthnmon that will be merge with Ceilometer? Not that I am aware of, Ceilometer is just getting Alarming functionality. -Angus 2013/7/2 Angus Salkeld On 01/07/13 13:42 +0200, Emanuel Marzini w

[Openstack] Avoiding IP Address allocation.

2013-07-02 Thread Steven Carter (stevenca)
I do not want quantum to allocate addresses for a particular network. From what I read, I should just do the "quantum net-create" without the "quantum subnet-create", but when I do I get the following error in compute.log: 2013-07-02 01:17:11.895 ERROR nova.compute.manager [req-5b09d7cf-ac78-

[Openstack] Grizzly libvirt volume drivers all in single file "volume.py"?

2013-07-02 Thread Brad Goodman
I am trying to write a volume driver for a new/unique storage type uncovered by the existing ones. I have a Cinder driver working fine - but I am now working on adding the nova/libvirt component of it (for Nova clients to connect into). It appears that (unlike in Cinder) - ALL of the drivers are

Re: [Openstack] Grizzly libvirt volume drivers all in single file "volume.py"?

2013-07-02 Thread Daniel P. Berrange
On Tue, Jul 02, 2013 at 08:31:22AM -0400, Brad Goodman wrote: > I am trying to write a volume driver for a new/unique storage type > uncovered by the existing ones. > > I have a Cinder driver working fine - but I am now working on adding the > nova/libvirt component of it (for Nova clients to conn

Re: [Openstack] [Ceilometer][Healthnmon]

2013-07-02 Thread Doug Hellmann
The work to merge ceilometer and healthnmon hasn't made much progress, yet. The ceilometer team is working on collecting information about CPU and RAM utilization for triggering alarms for Heat. That work is schedule for the havana release, and is moving along nicely. We could use some help with c

Re: [Openstack] DHCP problem in grizzly

2013-07-02 Thread James Page
On 20/05/13 07:51, Heinonen, Johanna (NSN - FI/Espoo) wrote: Hi, I have installed grizzly with quantum and ovs-plugin. It seems that grizzly allocates the third address of each subnet for dhcp. (In folsom it was the second address). This means that the VMs will get addresses This sound alot lik

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-07-02 Thread Everett Toews
The fix for this issue [1] is actively being worked on in jclouds. The fix is ready but the contributor is waiting for his CLA to be signed. Saqib, I see you already kicked off a conversation over on the jclouds mailing list [2]. I'll update the thread over there when the fix is in and how to ge

[Openstack] [OpenStack] OpenStack XCP with Quantum

2013-07-02 Thread Chandler Li
Hi, I am trying to use OpenStack grizzly to control XCP hypervisor, and trying to use quantum ovs plugin to implement network function. But the official document makes me confused. ( http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/introduction-to-xen.html#xen-config-referen

[Openstack] [Design] Why/how object storage(Swift) better than scale-out NAS?

2013-07-02 Thread Li, Leon
Hi, I have googled and found some answers but they are not to the point I think. Why foundation choice object storage other than scale-out NAS? I see some points about benefit of object storage(swift) *Storing billions of files. *Storing Petabytes (millions of Gigabytes) of dat