Re: [Openstack] Need Help

2013-01-09 Thread Umar Draz
HI Stefano, Thanks for your long help, Please take your time. I'll wait your response Best Regards, Umar On Thu, Jan 10, 2013 at 3:39 AM, Stefano Zanella wrote: > Hi Umar, > I'm sorry again but I'm approaching a deadline on next Tuesday, so I've > little for anything. > I'd like to reproduce

Re: [Openstack] Need Help

2013-01-09 Thread Stefano Zanella
Hi Umar, I'm sorry again but I'm approaching a deadline on next Tuesday, so I've little for anything. I'd like to reproduce your environment on my test system (it's not too distant from yours), so I can give you an accurate response. I'll keep you updated ASAP. Thanks for patience. Regards, Ste

Re: [Openstack] Need Help

2013-01-08 Thread Umar Draz
HI Stefano, Thanks for your reply I can ping all nodes from their local IP using any virtual machine. 1) I have ubuntu 12.10 on all compute nodes 2) I don't have any iptables on all compute nodes. Nova its self intall iptables firewall Please find attached file as per your instructions. Best R

Re: [Openstack] Need Help

2013-01-08 Thread Stefano Zanella
Sorry for the delay, it was a busy day. I'm missing a step here: are you able to ping all 3 compute nodes from a VM inside one of them, or can you ping for each VM only the corresponding node? Can you now paste the output of: ip addr list on hypervisor and VM route -n on hypervisor and VM brctl sho

Re: [Openstack] Need Help

2013-01-08 Thread Umar Draz
Hi Stefano, No Luck, Still same, I can ping all 3 compute nodes 192.168.1.133 192.168.1.134 192.168.1.135 from any virtual machine, but I can not ping, 192.168.1.136 another linux machine on local network. Best Regards, Umar On Tue, Jan 8, 2013 at 2:56 AM, Stefano Zanella wrote: > I think t

Re: [Openstack] Need Help

2013-01-08 Thread Umar Draz
HI, I also want public ip on Virtual Machine. So after changing as per your suggesstion can I access my virtual machine through public ip? Best Regards, Umar On Tue, Jan 8, 2013 at 2:56 AM, Stefano Zanella wrote: > I think there's a mismatching here between configuration and intended > behavio

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
I think there's a mismatching here between configuration and intended behavior, I'm sorry not to have detected it before. With your configuration, you're bridging (Layer 2) two different networks (Layer3). They cannot communicate if not properly routed or masqueraded. Do you need to NAT VMs direct

Re: [Openstack] Need Help

2013-01-07 Thread Umar Draz
I did this on compute root@compute1:~# echo 0 > /proc/sys/net/ipv4/conf/default/rp_filter and the result from vm root@vm:~# ping 192.168.1.134 PING 192.168.1.134 (192.168.1.134) 56(84) bytes of data. >From 10.0.0.2 icmp_seq=1 Destination Host Unreachable >From 10.0.0.2 icmp_seq=2 Destination Host

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
Can you try to set rp_filter to 0? I needed to disable it today, otherwise I was facing problem similar to yours. Try to ping with rp_filter disabled, let's see if we can resolve the problem that way. Regards, Stefano On Mon, Jan 7, 2013 at 8:57 PM, Umar Draz wrote: > Hi > > Here is the res

Re: [Openstack] Need Help

2013-01-07 Thread Umar Draz
Hi Here is the result Compute node *brctl show* bridge name bridge id STP enabled interfaces br100 8000.002590976edb no eth1 vnet0 *ip addr list* 1: lo: mtu 16436 qdisc noqu

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
Can you please post the output of "ip addr list", "route -n" and "brctl show" on compute node and virtual machine? More than a firewall issue, it seems a routing issue to me. Thanks, Stefano On Mon, Jan 7, 2013 at 7:38 PM, Umar Draz wrote: > I think My network configuration is ok, > > I can

Re: [Openstack] Need Help

2013-01-07 Thread Umar Draz
I think My network configuration is ok, I can ping compute's own ip address 192.168.1.133 from virtual machine. But I can't access other local machines. I think its security firewall issue or need some routing table? Here is the out put of ping. root@ubuntu-cloud# ping 192.168.1.133 PING 192.16

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
If you want to setup DHCP flat networking, maybe this page (and the chapter that contains it) could help: http://docs.openstack.org/essex/openstack-compute/admin/content/libvirt-flat-dhcp-networking.html Regards, Stefano On Mon, Jan 7, 2013 at 7:03 PM, Umar Draz wrote: > my_ip=6x.1x.84.132

[Openstack] Need Help

2013-01-07 Thread Umar Draz
Hi Here is my details 1) controller node 2 interfaces (eth0, eth1) eth0, public ip. = 6x.xx.xx.2 eth1 local ip = 192.168.1.2 1) compute node 2 interfaces (eth0, eth1) eth0, public ip. = 6x.xx.xx.3 eth1 local ip = 192.168.1.3 *My fixed range for virtual machines is (fixed

Re: [Openstack] Need help in deploying Nova on Vmware ESXi server

2012-12-17 Thread Ritesh Nanda
> > *From:* Ritesh Nanda [mailto:riteshnand...@gmail.com] > *Sent:* Monday, December 10, 2012 12:26 AM > *To:* HemanthRao Doddikindi > *Cc:* openstack@lists.launchpad.net > *Subject:* Re: [Openstack] Need help in deploying Nova on Vmware ESXi > server > > ** ** > >

Re: [Openstack] Need help in deploying Nova on Vmware ESXi server

2012-12-16 Thread HemanthRao Doddikindi
with dnsmasq, you need to add "--dnsmasq_config_file=/etc/dnsmasq-nova.conf" in nova.conf. Regards, Hemanth Rao D From: Ritesh Nanda [mailto:riteshnand...@gmail.com] Sent: Monday, December 10, 2012 12:26 AM To: HemanthRao Doddikindi Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Ne

Re: [Openstack] Need help in deploying Nova on Vmware ESXi server

2012-12-09 Thread Ritesh Nanda
You can use the dnsmasq option to specify the dns for each network , declare a flag in nova.conf specifying dnsmasq config file. dnsmasq option you can get from man page of dnsmasq. On Mon, Dec 3, 2012 at 7:52 PM, HemanthRao Doddikindi < hemanthrao_doddik...@persistent.co.in> wrote: > Hi All,***

[Openstack] Need help in deploying Nova on Vmware ESXi server

2012-12-03 Thread HemanthRao Doddikindi
Hi All, I have a requirement of using my coroporate DNS for nameserver in /etc/resolv.conf. I'm working on Essex 2012.1 branch with ESX as hypervisor I found an flag called "--dns_server" and set it to the desired value. And also created the network by setting the options "-dns1 and -dns2" wi

[Openstack] Need help in deploying Nova on ESXi 4.1 server with Vlan Networking mode

2012-10-14 Thread HemanthRao Doddikindi
Hi All, I'm trying to deploy Nova (Essex 2012.1) on Vmware ESXi 4.1 server. I did it using FlatDHCP networking mode and everything was working as expected. But now VlanManager compliants well to our requirements so thought of trying it. But when i use VlanManager for networking with ESXi, the

Re: [Openstack] need help on swift and python

2012-07-04 Thread Yogesh Bansal
? Thanks & Regards Yogesh Bansal -Original Message- From: Chmouel Boudjnah [mailto:chmo...@chmouel.com] Sent: 27 June 2012 AM 1:50 To: Christophe Le Guern Cc: Yogesh Bansal; openstack@lists.launchpad.net Subject: Re: [Openstack] need help on swift and python Yogesh, a couple of years

Re: [Openstack] need help about jenkins

2012-07-02 Thread Clark Boylan
There was a configuration error when creating the openstack- common test jobs. They were added to zuul (the tool that tells Jenkins when and what to test), but the test jobs were not properly added to Jenkins. This has been corrected and the tests have been run. The failures you see for the latest

Re: [Openstack] need help about jenkins

2012-07-02 Thread heut2008
jenkins still can't work correctly. I have recommit more than once.any one who can help check out what wrong with jenkins ? here is my commit https://review.openstack.org/#/c/9201/. 2012/7/2 heut2008 : > push another patch ,jenkins still can't pass through my commit . > > 2012/7/2 Monty Taylor

Re: [Openstack] need help about jenkins

2012-07-01 Thread heut2008
push another patch ,jenkins still can't pass through my commit . 2012/7/2 Monty Taylor : > Hi! > > We were doing some maintenance this afternoon on jenkins and gerrit - > you were unlucky enough to push right in the middle of that. > > Try amending your commit (git commit --amend) and change the c

Re: [Openstack] need help about jenkins

2012-07-01 Thread Monty Taylor
Hi! We were doing some maintenance this afternoon on jenkins and gerrit - you were unlucky enough to push right in the middle of that. Try amending your commit (git commit --amend) and change the commit message a little (put a space after the comma here: lp:1019348,update and then run git review

[Openstack] need help about jenkins

2012-07-01 Thread heut2008
Hi,all recently,I made a commit push to gerrit ,see https://review.openstack.org/#/c/9204/. jenkins always show failed ,how can I figure out what's wrong with my commit,or some thing wrong with jenkins? thanks in advance:) ___ Mailing list: https://laun

Re: [Openstack] need help on swift and python

2012-06-27 Thread Yogesh Bansal
sage- From: Chmouel Boudjnah [mailto:chmo...@chmouel.com] Sent: 27 June 2012 AM 1:50 To: Christophe Le Guern Cc: Yogesh Bansal; openstack@lists.launchpad.net Subject: Re: [Openstack] need help on swift and python Yogesh, a couple of years ago I wrote some simple cloudfiles functions that uses py

Re: [Openstack] need help on swift and python

2012-06-27 Thread Chmouel Boudjnah
Yogesh, a couple of years ago I wrote some simple cloudfiles functions that uses python-cloudfiles to do some common task which you may want to look at to see how it's done, available here : https://github.com/chmouel/cloud-files-helper Chmouel On Tue, Jun 26, 2012 at 8:31 AM, Christophe Le Gue

Re: [Openstack] need help on swift and python

2012-06-25 Thread Christophe Le Guern
Hi Yogesh, Here is an example using swauth middleware and swift: ** from cloudfiles.connection import Connection conn = Connection("account:user", "password", authurl="https://SWIFT-URL/auth/v1.0";) container = conn.create_container("mycontainer") obj = container.cr

[Openstack] need help on swift and python

2012-06-25 Thread Yogesh Bansal
Hi, I want to upload a file or image on swift object storage server. I can do it using curl command. But I am not able to do it using python apis. I am using Django and python to make web based application, which required to store file from client to swift object storage server. Is there any s

Re: [Openstack] Need help and guidance of Openstack Swift

2012-06-20 Thread Jay Pipes
On 06/19/2012 04:34 PM, Yogesh Bansal wrote: Hi Jay, Thanks a lot for quick response. This was little helpful. I need how to send the parameters to the swift server by making the connection. I think that task is happening in inside the below code. Could you please tell me what is happening in cl

Re: [Openstack] Need help and guidance of Openstack Swift

2012-06-19 Thread Yogesh Bansal
19 June 2012 AM 11:34 To: openstack@lists.launchpad.net Subject: Re: [Openstack] Need help and guidance of Openstack Swift Some links to show you: https://github.com/openstack/horizon/blob/7b565fc9839833b4b99b1fc3b02269b790 71af3e/horizon/api/swift.py https://github.com/openstack/horizon/blob/f

Re: [Openstack] Need help and guidance of Openstack Swift

2012-06-19 Thread Jay Pipes
Some links to show you: https://github.com/openstack/horizon/blob/7b565fc9839833b4b99b1fc3b02269b79071af3e/horizon/api/swift.py https://github.com/openstack/horizon/blob/f6f2a91e14f6bdd4e1a87e31a1d6923127afee1b/horizon/dashboards/nova/containers/views.py Best, -jay On 06/19/2012 02:04 PM, Yoge

[Openstack] Need help and guidance of Openstack Swift

2012-06-19 Thread Yogesh Bansal
Hello Friends, I have just started using Openstack. I am trying to make a web based application for Openstack swift. I am using the Django and python for my application. Could you please provide me few examples how to send the command to swift server using python. I am able to get the auth toke

Re: [Openstack] need help on passing unit/integration tests

2012-05-07 Thread Joe Gordon
Yun, I just ran the unit tests on mac via '.run_test.sh' and could not reproduce your error. But then again I was using python 2.7 and not python 2.6. best, ~Joe On Mon, May 7, 2012 at 9:01 AM, Yun Mao wrote: > Hi guys, > > I can't get my master branch freshly off github to pass the > run_tes

[Openstack] need help on passing unit/integration tests

2012-05-07 Thread Yun Mao
Hi guys, I can't get my master branch freshly off github to pass the run_test.sh script. The errors are as follows. Tried on mac and ubuntu 12.04.. Any ideas? Thanks, Yun == ERROR: test_json (nova.tests.test_log.JSONFormatterTe