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 nova-net

Re: [Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
instead. Anyway the DHCP agent should > ensure > that it is pushed out to the instance's resolv.conf or whatever. > > Darragh. > > > > > From: Paras pradhan > >To: openstack > >Sent: Friday, 17 May 2013, 20:08 > >Subject

Re: [Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
; > On Sat, May 18, 2013 at 1:45 AM, Paras pradhan wrote: > >> 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 K

Re: [Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
the concept > > > On Sat, May 18, 2013 at 1:32 AM, Paras pradhan wrote: > >> So adding dnsmasq_dns_server= "external DNS IP" should populate the >> resolv.conf of my instances with the externel DNS IP? >> >> I did that but still seeing the same ip o

Re: [Openstack] instance dns issue

2013-05-17 Thread Paras pradhan
> Please let us know if you have some other requirement. > > -Ashok > > > On Sat, May 18, 2013 at 12:38 AM, Paras pradhan wrote: > >> Hi, >> >> My instances can ping the ips but not using dns. The resolv.conf gets >> populated by the private instance netw

[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] 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 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 w

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 wrote: > Am 08.05.13 21:18, schrieb Paras pradhan: > > I have a three no

[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] swauth

2013-05-07 Thread Paras pradhan
01ade21e0e16af.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 > <mailto:i...@cschwe

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 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: > >

[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 http://localhost:8080

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

2013-04-23 Thread Paras pradhan
admin guide. >>> I hope this clarifies the matter a little... although this thread has >>> gone a little bit off-topic. Can you consider submitting one or more >>> questions to ask.openstack.org? >>> >>> >>> Regards, >>> Salvatore >>>

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

2013-04-22 Thread Paras pradhan
ter should be created for your subnet and this router is >> binding with a l3 agent >> >> 3.in the l3 agent metadata proxy service should be works fine >> Metadata service config file should contains nova API host and keystone >> auth info >> >> 4. Ovs

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 p

[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 : https://launchpad.n

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 wrote: > Can somebody check if my endpoints are corr

Re: [Openstack] swift multinode test

2013-03-01 Thread Paras pradhan
, Paras. On Thu, Feb 28, 2013 at 11:05 PM, Gareth 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

[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. -- root@cont

Re: [Openstack] metadata issue

2013-02-13 Thread Paras pradhan
m? 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 a écrit : >

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 wrote: > Hi, > > I have two nodes. A controller node and a compute. Both has 2 nics , eth0 > is public and eth1 is private with

Re: [Openstack] metadata issue

2013-02-12 Thread Paras pradhan
:38 AM, Razique Mahroua wrote: > 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 a écrit : > > Hi, > > The pack

[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 wrote: > ip netns del i believe > > Den 1. feb. 2013 00:44 skrev "Paras pradhan" >

[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 qrouter-39d5fa21-c60

Re: [Openstack] folsom quantum network issue

2012-11-26 Thread Paras pradhan
: > 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 wrote: >> >> On 11/21/2012 10:28 PM, Paras pradhan wrote: >>> >>> Hi all >>> >>

Re: [Openstack] folsom quantum network issue

2012-11-26 Thread Paras pradhan
http://paste.openstack.org/show/26786/ On Mon, Nov 26, 2012 at 5:15 PM, Paras pradhan wrote: > Hi, > > Yes dhcp-agent and l3-agents are working. > > root@folsomtst2:/etc/init.d# service quantum-dhcp-agent status > quantum-dhcp-agent start/running, process 1471 > > roo

[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 compute

Re: [Openstack] Autoscalar

2012-11-02 Thread Paras pradhan
> Sent from my iPhone > > On Oct 26, 2012, at 1:08 PM, Paras pradhan wrote: > >> Hi, >> >> Can we use auto scalar like Haizea >> (http://opennebula.org/software:ecosystem:haizea) with openstack >> compute or there is some other projec

[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 : opens

[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 private

Re: [Openstack] vlan network question

2012-05-16 Thread Paras pradhan
eparate 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

[Openstack] vlan network question

2012-05-16 Thread Paras pradhan
Hi, I have 2 servers. One is the controller that runs everything except nova-compute. Another is a compute node that runs nova-compute only. Both of them has only one NIC (eth0) . In VLAN mode, do I need the second NIC (eth1) ? If yes in both nodes? This is what I am tyring to acheive. Install o

Re: [Openstack] Documentation: pdf link missing

2012-05-01 Thread Paras pradhan
May - all are > welcome to work 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 > wrote: >> >> Great Thanks. BTW are there another f

Re: [Openstack] Documentation: pdf link missing

2012-05-01 Thread Paras pradhan
cutting 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 > wrote: >> >> The pdf icon in this link is not working. >> >> >> http://do

[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 : https://launchpad.net/~open

Re: [Openstack] swift keystone help

2012-02-24 Thread Paras pradhan
12 at 5:09 PM, Chmouel Boudjnah wrote: > On Thu, Feb 23, 2012 at 10:57 PM, Alan Pevec wrote: >> On Thu, Feb 23, 2012 at 11:23 PM, Paras pradhan >> 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
gt; > curl command would be something like: > > curl -i -X PUT -H 'x-auth-token: ' > 'http://127.0.0.1:8080/v1//' > > Hope that helps > Jo > > > From: Paras pradhan > To: Pete Zaitcev > Cc: openstack > Sen

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 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.16

Re: [Openstack] swift keystone help

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

Re: [Openstack] swift keystone help

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

[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 Nee

[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 k

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 wrote: > Still hav

[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 attr

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
, Paras pradhan 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.12

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
quot;}]}]} -- Paras. On Wed, Feb 1, 2012 at 10:52 AM, Kiall Mac Innes wrote: > I think Jay  gave you the wrong command to try, he probably meant: (notice > the v2 changed to v1.1) > > curl -v -H "X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3" > :/v1.1/images

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
"/usr/lib/python2.7/dist-packages/glance/common/context.py", line 104, in process_request raise exception.NotAuthorized() NotAuthorized: None * Closing connection #0 root@server3:/etc/glance# -- Thanks Paras. On Wed, Feb 1, 2012 at 10:44 AM, Paras pradhan wrote: > np. here is

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
ges/glance/common/context.py", line 104, in process_request raise exception.NotAuthorized() NotAuthorized: None * Closing connection #0 root@server3:/etc/nova# My glance-api.conf looks http://pastebin.com/1pqVKZkV Thanks Paras. On Wed, Feb 1, 2012 at 10:40 AM, Jay Pipes wrote: > Sorry

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
uot;: [{"href": "http://0.0.0.0:9292/v1/";, "rel": "self"}]}, {"status": "SUPPORTED", "id": "v1.0", "links": [{"href": "http://0.0.0.0:9292/v1/";, "rel": "self"}]}]} --

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Paras pradhan
t;/usr/lib/python2.7/dist-packages/glance/common/context.py", line 104, in process_request raise exception.NotAuthorized() NotAuthorized: None root@server3:~# Thanks Paras. On Tue, Jan 31, 2012 at 6:23 PM, Jay Pipes wrote: > On 01/31/2012 06:00 PM, Paras pradhan wrote: >> >

[Openstack] Glance and Keystone

2012-01-31 Thread Paras pradhan
Hi, How do I check if glance is working with keystone? This is what I've done so far and getting errors # glance -A details 16afc976-4dfa-4175-a7ea-ec8446f636b3 That token is o/p from: curl -d '{"auth":{"passwordCredentials":{"username": "adminUser", "password": "secretword"}}}' -H "Conten

Re: [Openstack] How to start/stop/restart services in devstack

2012-01-26 Thread Paras pradhan
What should we use for production ? Paras. On Thu, Jan 26, 2012 at 1:57 PM, Kiall Mac Innes wrote: > Yea, re-running stack.sh should bring everything back up. > > Bear in mind this will wipe all users, images, instances etc (devstack is > for development, rather than production openstack environ

Re: [Openstack] dashboard in oneric

2012-01-24 Thread Paras pradhan
t I think it will do it. > > https://github.com/yahoo/Openstack-Devstack2 > > ./stack –c horizon –a install –d $HOME/youropenstackplace (will install all > of horizons dependencies also) > > ./stack –c horizon –a start –d $HOME/youropenstackplace (should start > horizon + de

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Paras pradhan
to manage the cloud (euca2ools). > > Regards. > > On Mon, Jan 23, 2012 at 4:26 PM, Paras pradhan > 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 >> git

[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 : openstack@lists.launchpad