Re: [Openstack] Cant ping private or floating IP

2013-02-14 Thread Anil Vishnoi
Did your VM got ip address ? Can you paste the output of ifconfig from your vm. Are you using nova-network or quantum ? If quantum - which plugin are you using ? On Fri, Feb 15, 2013 at 4:28 AM, Chathura M. Sarathchandra Magurawalage < 77.chath...@gmail.com> wrote: > Hello, > > I followed the fo

[Openstack] Cant ping private or floating IP

2013-02-14 Thread Chathura M. Sarathchandra Magurawalage
Hello, I followed the folsom basic install instructions in http://docs.openstack.org/folsom/basic-install/content/basic-install_operate.html But now I am not able to ping either the private or the floating ip of the instances. Can someone please help? Instance log: [0.00] Initializing

Re: [Openstack] [StackTach][Metering] Nova summary report for the PHB in your life ...

2013-02-14 Thread Joe Topjian
Hi Sandy, Thank you for this announcement - we use StackTach extensively and this will be very useful. I have another reporting tool that uses StackTach's database that might be of interest to you. Our users have the ability to run Windows instances and we wanted to have the ability to provide Wi

[Openstack] Nova RPC Timeout and lost QPID connection

2013-02-14 Thread Paul Chmielewski
We're running into a problem periodically where we lose our qpid connection for one of our compute services. We're on Folsom in a 2-node setup with the compute services running on one node and qpidd, scheduler, network, etc., running on the other. We've scaled this environment up to where we ha

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Samuel Winchenbach
W ell, I think I will have to go with one ip per service and forget about load balancing. It seems as though with LVS routing requests internally through the VIP is difficult (impossible?) at least with LVS-DR. It seems like a shame not to be able to distribute the work among the controller nodes

[Openstack] Minutes from the Technical Committee meeting (Feb 12)

2013-02-14 Thread Thierry Carrez
The OpenStack Technical Committee ("TC") met in #openstack-meeting at 20:00 UTC on Tuesday. Here is a quick summary of the outcome of this meeting: * The TC approved the special motion on the incubation process evolution: 1. Incubation is the process managed by the TC through which a project bec

Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-14 Thread Dean Troyer
On Thu, Feb 14, 2013 at 3:45 AM, swapnil khanapurkar wrote: > But the nova-api is running at http://10.233.53.154:8774 > > root@vmfolsom154:~/devstack# wget -q -O- http://10.233.53.154:8774 > {"versions": [{"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", > "id": "v2.0", "links": [{"href":

Re: [Openstack] Ability to view Ubuntu boot process in VNC console

2013-02-14 Thread Andrii Loshkovskyi
Hello, I tried setting the value with/without brackets and encountered the following error: Invalid output terminal "ttyS0" As far as I know I can check the kernel boot parameters this way: cat /proc/cmdline root=/dev/vda console=ttyS0 selinux=0 The line above is same all of the time, even if

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Samuel Winchenbach
Hi Sébastien, I have two hosts with public interfaces with a number (~8) compute nodes behind them. I am trying to set the two public nodes in for HA and load balancing, I plan to run all the openstack services on these two nodes in Active/Active where possible. I currently have MySQL and Rab

[Openstack] [Swift][Keystone] Authentication problems with Swift and Keystone by Grizzly release

2013-02-14 Thread Heiko Krämer
Heyho Guys, i'm testing Swift and Keystone (Grizzly). !NOTE! I'm posting only the importent stuff (output, responses, configs) I've upgraded and migrate the database, the migration are working not correct (kyestone-manage db_sync) because in the role table will create a new column but with NULL

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Sébastien Han
Well I don't know your setup, if you use LB for API service or if you use an active/passive pacemaker but at the end it's not that much IPs I guess. I dare to say that Keepalived sounds outdated to me... If you use pacemaker and want to have the same IP for all the resources simply create a resour

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Samuel Winchenbach
T he only real problem is that it would consume a lot of IP addresses when exposing the public interfaces. I _think_ I may have the solution in your blog actually: http://www.sebastien-han.fr/blog/2012/10/19/highly-available-lvs/ and http://clusterlabs.org/wiki/Using_ldirectord I am trying to we

[Openstack] Ability to view Ubuntu boot process in VNC console

2013-02-14 Thread Andrii Loshkovskyi
Currently, when I boot up an Ubuntu virtual machine, the boot process messages are not shown up in the VNC console. Everything that I see in the console is "iPXE Booting from ROM...", black screen and login entry at the end. I am using OpenStack Essex and my VM's image was built from Ubuntu Server

[Openstack] [StackTach][Metering] Nova summary report for the PHB in your life ...

2013-02-14 Thread Sandy Walsh
Hey! We just added a feature to StackTach for generating 24-hr summary reports. The output can be seen here: https://gist.github.com/SandyWalsh/4946226 It will identify requests & failures, with timing information, by major actions (create, resize, rescue, delete, snapshot, etc) by image type. (

Re: [Openstack] Install devstack in Ubuntu 10.04

2013-02-14 Thread Jean-Baptiste RANSY
Hi Harry, I use Ubuntu 12.04 LTS, it works well with devstack. Jean-Baptiste RANSY On 02/14/2013 01:55 PM, harryxiyou wrote: > Hi all, > > Has anyone installed devstack in Ubuntu 10.04? Following are > my distro's detail infomations. > > $ lsb_release -a > No LSB modules are available. > Distri

[Openstack] Install devstack in Ubuntu 10.04

2013-02-14 Thread harryxiyou
Hi all, Has anyone installed devstack in Ubuntu 10.04? Following are my distro's detail infomations. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 10.04.4 LTS Release:10.04 Codename: lucid Has anyone ever configured devstack for this U

Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-14 Thread swapnil khanapurkar
Hi, I have attached a file containing network connections detail. This Is the error in short: Waiting for nova-api to start... + timeout 60 sh -c 'while ! http_proxy= wget -q -O- http://127.0.0.1:8774; do sleep 1; done' + echo 'nova-api did not start' nova-api did not start + exit 1 But the nov

Re: [Openstack] HA Openstack with Pacemaker

2013-02-14 Thread Sébastien Han
What's the problem to have one IP on service pool basis? -- Regards, Sébastien Han. On Wed, Feb 13, 2013 at 8:45 PM, Samuel Winchenbach wrote: > What if the VIP is created on a different host than keystone is started > on? It seems like you either need to set net.ipv4.ip_nonlocal_bind = 1 > o

Re: [Openstack] [SWIFT] code reading

2013-02-14 Thread Kun Huang
Thanks your explanation, John. That we can't simply auto create after getting a 404 is the core reason. At same time, I know why -1 is called "mixed responses" now :) On Thu, Feb 14, 2013 at 1:26 AM, John Dickinson wrote: > This part of the code gets the account info, but if the account isn't