Re: [Openstack] wget: can't connect to remote host (169.254.169.254): No route to host, but can ping and ssh

2013-05-24 Thread Paras pradhan
How does your ifconfig and route -n look on the host? The network topolgy in the dashboard is also very helpful to see the big picture what is going on. Paras. On Fri, May 24, 2013 at 9:32 AM, Sergio dos Santos Oliveira sergio.olive...@mandic.net.br wrote: Are you use Quantum or

[Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
Hi, My instances can ping the ips but not using dns. The resolv.conf gets populated by the private instance network dns ip (10.0.0.2, from 10.0.0.0/24) . I can ping the dns ip but dns resolv is not working. What might be the issue? I am on quantum and grizzly in 12.04 lts. Thanks Paras.

Re: [Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
some other requirement. -Ashok On Sat, May 18, 2013 at 12:38 AM, Paras pradhan pradhanpa...@gmail.comwrote: Hi, My instances can ping the ips but not using dns. The resolv.conf gets populated by the private instance network dns ip (10.0.0.2, from 10.0.0.0/24) . I can ping the dns ip

Re: [Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
. On Sat, May 18, 2013 at 1:45 AM, Paras pradhan pradhanpa...@gmail.comwrote: Thanks. Yes I got the concept but something is not working. I can't resolv the hosts from my instances. Thanks Paras. On Fri, May 17, 2013 at 3:10 PM, Ashok Kumaran ashokkumara...@gmail.comwrote

Re: [Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
out to the instance's resolv.conf or whatever. Darragh. From: Paras pradhan pradhanpa...@gmail.com To: openstack openstack@lists.launchpad.net Sent: Friday, 17 May 2013, 20:08 Subject: [Openstack] instance dns issue Hi, My instances can ping

Re: [Openstack] swift and disk usage

2013-05-13 Thread Paras pradhan
Thanks Christian you have been a good help ! Paras. On Sat, May 11, 2013 at 3:14 AM, Christian Schwede i...@cschwede.de wrote: Hi Paras, Am 08.05.13 22:02, schrieb Paras pradhan: Thanks Christian. How do we keep track of the usage? For example with 5 nodes i.e 40TB. How do we know how

[Openstack] swift and disk usage

2013-05-08 Thread Paras pradhan
I have a three nodes swift cluster. I can see the objects being replicated to all three nodes. Each node has 12 2TB disks. Since I have 3 replicas the usable space is only 24TB ? How this will scale up if we add two more storage nodes of the same capacity? Also, is there any tool to monitor the

Re: [Openstack] swift and disk usage

2013-05-08 Thread Paras pradhan
Thanks Christian. How do we keep track of the usage? For example with 5 nodes i.e 40TB. How do we know how much space has been consumed out of this 40TB? Paras. On Wed, May 8, 2013 at 2:44 PM, Christian Schwede i...@cschwede.de wrote: Am 08.05.13 21:18, schrieb Paras pradhan: I have

[Openstack] swauth

2013-05-07 Thread Paras pradhan
Hi, I am getting 500 server Error when I create the user. The command i used: swauth-add-user -K swauthkey -a test testerrr testin swauth version = 1.0.2+git2028-0ubuntu1 swift from grizzly runing on 12.04 lts. However I can see from swauth-list swauth-list -A

Re: [Openstack] swauth

2013-05-07 Thread Paras pradhan
Yes but where do I find it. I can only see 1.0.9-dev at github. Paras. On Tue, May 7, 2013 at 10:55 AM, Christian Schwede i...@cschwede.de wrote: Hi, Am 07.05.13 17:32, schrieb Paras pradhan: I am getting 500 server Error when I create the user. The command i used: swauth-add-user

Re: [Openstack] swauth

2013-05-07 Thread Paras pradhan
/4fc009d5ad9d3309ed023d433c01ade21e0e16af.zip Christian Am 07.05.13 18:12, schrieb Paras pradhan: Yes but where do I find it. I can only see 1.0.9-dev at github. Paras. On Tue, May 7, 2013 at 10:55 AM, Christian Schwede i...@cschwede.de mailto:i...@cschwede.de wrote: Hi, Am 07.05.13 17:32, schrieb Paras

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Paras pradhan
guide is perfect, have no bugs. Tested it +50 times. Cheers! Thiago On 22 April 2013 19:18, Paras pradhan pradhanpa...@gmail.com wrote: So this is what I understand. Even if you do flat (nova-network style) , no floating ip you still need l3 for metadata(?). I am really confused. I could

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Paras pradhan
Any idea why I could not hit http://169.254.169.254/20090404/instanceid ? Here is what I am seeing in cirros . -- Sending discover... Sending select for 192.168.122.98... Lease of 192.168.122.98 obtained, lease time 120 deleting routers route: SIOCDELRT: No such process route: SIOCADDRT: No such

[Openstack] Cinder + Live migration

2013-04-17 Thread Paras pradhan
Hi, If we boot a instance from cinder volume. Is it possible to setup live migrations? Hypervisor would be KVM Thanks Paras. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] swift multinode test

2013-03-01 Thread Paras pradhan
, Paras. On Thu, Feb 28, 2013 at 11:05 PM, Gareth academicgar...@gmail.com wrote: That goes infinite seems like waiting connection. You should check connection first. To use curl any_url is ok. Any response depends on successful connection. On Fri, Mar 1, 2013 at 5:41 AM, Paras pradhan

Re: [Openstack] swift multinode test

2013-03-01 Thread Paras pradhan
Ok it looks like a ssl issue. If I disable #cert_file = /etc/swift/cert.crt #key_file = /etc/swift/cert.key it is working. Do I need to change my endpoint to use ssl? Thanks Paras. On Fri, Mar 1, 2013 at 10:05 AM, Paras pradhan pradhanpa...@gmail.com wrote: Can somebody check if my

[Openstack] swift multinode test

2013-02-28 Thread Paras pradhan
Hi, I have a swift proxy node and a storage node. Also keystone resides in another server. Swift is from ubuntu cloud archive i.e 1.7.4. I am using private keys in swift proxy if it matters.The below command is returning nothing and goes infinite.192.168.122.20 is my keystone server. --

Re: [Openstack] metadata issue

2013-02-13 Thread Paras pradhan
-network or quantum? And according to the model you use, which kind? For instance vlan, flat, flatDHP for nova-network ? thanks, *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 12 févr. 2013 à 17:03, Paras pradhan pradhanpa...@gmail.com a écrit : Hi, I

Re: [Openstack] metadata issue

2013-02-12 Thread Paras pradhan
:38 AM, Razique Mahroua razique.mahr...@gmail.comwrote: Hi, what is your current network model? thanks *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 12 févr. 2013 à 00:25, Paras pradhan pradhanpa...@gmail.com a écrit : Hi, The packages I am

Re: [Openstack] metadata issue

2013-02-12 Thread Paras pradhan
iptables -A POSTROUTING -t mangle -p udp --dport 68 -j CHECKSUM --checksum-fill fixed the issue. Paras. On Tue, Feb 12, 2013 at 10:03 AM, Paras pradhan pradhanpa...@gmail.comwrote: Hi, I have two nodes. A controller node and a compute. Both has 2 nics , eth0 is public and eth1 is private

[Openstack] metadata issue

2013-02-11 Thread Paras pradhan
Hi, The packages I am using are from folsom ubuntu quantal branch. When I run an instance I see -- wget: can't connect to remote host (169.254.169.254): Network is unreachable -- this might be the network issue as well. nova list shows my instance . I am running nova-network on compute node.

Re: [Openstack] netns help

2013-02-01 Thread Paras pradhan
No, that does not work. Cannot remove /var/run/netns/qdhcp-20554b0b-dc5f-48c5-87fa-47b90dc9242f: Device or resource busy Thanks Paras. On Fri, Feb 1, 2013 at 2:41 AM, Endre Karlson endre.karl...@gmail.com wrote: ip netns del NS i believe Den 1. feb. 2013 00:44 skrev Paras pradhan pradhanpa

[Openstack] netns help

2013-01-31 Thread Paras pradhan
Hi all, How does one delete netns? I followed the following link to create requited net,subnet, router in which dhcp is disabled https://raw.github.com/EmilienM/openstack-folsom-guide/master/scripts/quantum-networking.sh but I still see as : root@folsom-network:~# ip netns

Re: [Openstack] folsom quantum network issue

2012-11-26 Thread Paras pradhan
...@gmail.com wrote: Hi, The DHCP related logs at /var/log/syslog will be helpful to find the issue. Thanks Neel On Thu, Nov 22, 2012 at 1:34 PM, Gary Kotton gkot...@redhat.com wrote: On 11/21/2012 10:28 PM, Paras pradhan wrote: Hi all I am following this tutorial https://github.com

[Openstack] folsom quantum network issue

2012-11-21 Thread Paras pradhan
Hi all I am following this tutorial https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst When I start the instance, it starts well but it doesnot get the IP however I can see the ip assigned at Horizon. I am seeing this on

Re: [Openstack] Autoscalar

2012-11-02 Thread Paras pradhan
IMO Sent from my iPhone On Oct 26, 2012, at 1:08 PM, Paras pradhan pradhanpa...@gmail.com wrote: Hi, Can we use auto scalar like Haizea (http://opennebula.org/software:ecosystem:haizea) with openstack compute or there is some other projects/tools similar to this. Thanks! Paras

[Openstack] Autoscalar

2012-10-26 Thread Paras pradhan
Hi, Can we use auto scalar like Haizea (http://opennebula.org/software:ecosystem:haizea) with openstack compute or there is some other projects/tools similar to this. Thanks! Paras. ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack] network question

2012-05-23 Thread Paras pradhan
Hi, I am a bit confused about the networking of nova in flatdhp mode. Can somebody share nova.conf and the output of ifconfig from controller and compute nodes? Also the /etc/network/interface file if possible. I can't access/ssh my instances using floating ips but I can acess them using

Re: [Openstack] vlan network question

2012-05-16 Thread Paras pradhan
on a separate vlan.  Finally you could put all of the vms on their own vlan (or if you are using vlan mode as you say, then each project will get its own vlan). Vish On May 16, 2012, at 10:24 AM, Paras pradhan wrote: Hi, I have 2 servers. One is the controller that runs everything except nova

[Openstack] Documentation: pdf link missing

2012-05-01 Thread Paras pradhan
The pdf icon in this link is not working. http://docs.openstack.org/trunk/openstack-compute/admin/content/ Paras. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Documentation: pdf link missing

2012-05-01 Thread Paras pradhan
an Essex release for the docs so I'll be sure to address this, thanks. Anne On Tue, May 1, 2012 at 9:51 AM, Paras pradhan pradhanpa...@gmail.com wrote: The pdf icon in this link is not working. http://docs.openstack.org/trunk/openstack-compute/admin/content/ Paras

Re: [Openstack] Documentation: pdf link missing

2012-05-01 Thread Paras pradhan
on the Cloud docs plugin at https://github.com/rackspace/clouddocs-maven-plugin to improve the output. Thanks, Anne On Tue, May 1, 2012 at 10:25 AM, Paras pradhan pradhanpa...@gmail.com wrote: Great Thanks. BTW are there another formats available? Like chm. Paras. On Tue, May 1, 2012

Re: [Openstack] swift keystone help

2012-02-24 Thread Paras pradhan
PM, Chmouel Boudjnah chmo...@chmouel.com wrote: On Thu, Feb 23, 2012 at 10:57 PM, Alan Pevec ape...@gmail.com wrote: On Thu, Feb 23, 2012 at 11:23 PM, Paras pradhan pradhanpa...@gmail.com wrote: Now I have keystone configured at http://192.168.122.14:5000/v2.0  how to use curl in this case

Re: [Openstack] swift keystone help

2012-02-23 Thread Paras pradhan
like: curl -i -X PUT -H 'x-auth-token: token' 'http://127.0.0.1:8080/v1/token/container_name' Hope that helps Jo From: Paras pradhan pradhanpa...@gmail.com To: Pete Zaitcev zait...@redhat.com Cc: openstack openstack@lists.launchpad.net Sent: Wednesday

Re: [Openstack] swift keystone help

2012-02-22 Thread Paras pradhan
-- Now how do I create a container over there? Thanks Paras. On Tue, Feb 21, 2012 at 2:10 PM, Paras pradhan pradhanpa...@gmail.com wrote: Pete, This is what I have #keystone-manage endpointTemplates add RegionOne swift http://192.168.122.14:8080/v1/AUTH_%tenant_id% http://192.168.122.14

Re: [Openstack] swift keystone help

2012-02-21 Thread Paras pradhan
adminTenant Did I miss something? Thanks! Paras. On Mon, Feb 20, 2012 at 10:53 PM, Pete Zaitcev zait...@redhat.com wrote: On Mon, 20 Feb 2012 14:34:22 -0600 Paras pradhan pradhanpa...@gmail.com wrote: http://paste.openstack.org/show/4912/ Did you notice this: #[filter:keystone] use

Re: [Openstack] swift keystone help

2012-02-21 Thread Paras pradhan
. On Tue, Feb 21, 2012 at 11:56 AM, Pete Zaitcev zait...@redhat.com wrote: On Tue, 21 Feb 2012 11:24:06 -0600 Paras pradhan pradhanpa...@gmail.com wrote: Yeah that was a type when I copy pasted. You mean, the commented section header #[]? keystone-manage tenant add adminTenant keystone

[Openstack] swift keystone help

2012-02-20 Thread Paras pradhan
Hi everyone, I have swift installed with swauth and is working properly. Now I need to make swift work with keystone. I am getting this error: # swift -A http://192.168.122.14:5000/v2.0 -U adminUser -K secretword stat -v Auth GET failed: http://192.168.122.14:5000/tokens 401 Unauthorized

[Openstack] swift and Keystone test

2012-02-16 Thread Paras pradhan
Hi, When we test swift for keystone what should we use? swift -A or swift -V 2 -A ? Error: I am getting -- root@server3:~# swift -V 2 -A http://192.168.122.14:5000/v1.0 -U user1 -K secrete stat -v Auth GET failed: http://192.168.122.14:5000/tokens 401 Unauthorized --- Keystone from rcb - ii

Re: [Openstack] Keystone installation with ManagedIT packages...

2012-02-02 Thread Paras pradhan
I got the same error and now resolved. You can check if you have pipeline = versionnegotiation authtoken keystone_shim apiv1app in glance-api and pipeline = authtoken keystone_shim registryapp in glance-registry. Paras. On Thu, Feb 2, 2012 at 4:12 PM, Lillie Ross-CDSR11

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
exception.NotAuthorized() NotAuthorized: None root@server3:~# Thanks Paras. On Tue, Jan 31, 2012 at 6:23 PM, Jay Pipes jaypi...@gmail.com wrote: On 01/31/2012 06:00 PM, Paras pradhan wrote: Hi, How do I check if glance is working with keystone? This is what I've done so far and getting errors

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
}]}]} -- Paras. On Wed, Feb 1, 2012 at 10:22 AM, Jay Pipes jaypi...@gmail.com wrote: If you do: curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 GLANCE_API_HOST:GLANCE_API_PORT/v2/images What is returned? -jay On 02/01/2012 11:19 AM, Paras pradhan wrote: Didn't work here

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
looks http://pastebin.com/1pqVKZkV Thanks Paras. On Wed, Feb 1, 2012 at 10:40 AM, Jay Pipes jaypi...@gmail.com wrote: Sorry about that... should have been v1 not v2 :) -jay On 02/01/2012 11:29 AM, Paras pradhan wrote: Got this -- root@server3:/etc/nova# curl -v -H X-Auth-Token

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
@server3:/etc/glance# -- Thanks Paras. On Wed, Feb 1, 2012 at 10:44 AM, Paras pradhan pradhanpa...@gmail.com wrote: np. here is it root@server3:/etc/nova# curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 192.168.122.14:9292/v1/images * About to connect() to 192.168.122.14 port

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
, Paras pradhan pradhanpa...@gmail.com wrote: So this one? -- root@server3:/home/localadmin/creds# curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 192.168.122.14:9292/v1.1/images * About to connect() to 192.168.122.14 port 9292 (#0) *   Trying 192.168.122.14... connected

[Openstack] euca2ools

2012-02-01 Thread Paras pradhan
Hi, Is this the correct command to add to keystone in order for euca2ools to work? keystone-manage credentials add adminUser EC2 'secretword' adminTenant This is what I am getting when i list credentials -- root@server3:~# keystone-manage credentials list ERROR: 'NoneType' object has no

Re: [Openstack] dashboard in oneric

2012-01-24 Thread Paras pradhan
$HOME/youropenstackplace (will install all of horizons dependencies also) ./stack –c horizon –a start –d $HOME/youropenstackplace (should start horizon + dependencies, haven’t messed around with this yet, might need a little work) -Josh On 1/23/12 12:37 PM, Paras pradhan pradhanpa

[Openstack] dashboard in oneric

2012-01-23 Thread Paras pradhan
Has anyone recently able to run dashboard/horizon in Ubuntu Oneric. If yes which one should I use? dashboard from ubuntu or horizon src from github? Thanks Paras. ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Paras pradhan
, 2012 at 4:26 PM, Paras pradhan pradhanpa...@gmail.com wrote: Has anyone recently able to run dashboard/horizon in Ubuntu Oneric. If yes which one should I use? dashboard from ubuntu or horizon src from github? Thanks Paras. ___ Mailing list