Re: [Openstack] HA for Swift proxy and object server processes

2012-01-19 Thread Florian Hines
On Friday, January 20, 2012 at 12:20 AM, Michael Barton wrote: > > There isn't any monitoring built into Swift, but basic availability > and such shouldn't be difficult to monitor with the third-party tools > of your choosing. > > -Michael > The Zenoss guys actually have pretty complete Swift ze

Re: [Openstack] HA for Swift proxy and object server processes

2012-01-19 Thread Michael Barton
On Thu, Jan 19, 2012 at 3:52 PM, Bob Schatz wrote: > I noticed that if I kill any of the proxy or object server processes they > are not restarted. Worker processes should be restarted automatically (though I haven't looked at or tested that code in a while). There's a parent process that won't

Re: [Openstack] Quantum and DHCP

2012-01-19 Thread Dan Wendlandt
Hi Mohammad, On Thu, Jan 19, 2012 at 5:49 PM, Mohammad Banikazemi wrote: > Is there a requirement to use DHCP with quantum? Nope. Quantum should work fine with or without DHCP. Even when I do not specify > the "--quantum_use_dhcp" flag, my vm which gets spawned successfully (and an > IP addres

[Openstack] Quantum and DHCP

2012-01-19 Thread Mohammad Banikazemi
Is there a requirement to use DHCP with quantum? Even when I do not specify the "--quantum_use_dhcp" flag, my vm which gets spawned successfully (and an IP address is assigned to it and it's /etc/network/interfaces gets created to use that IP address) tries to get its IP address using udhcpc but f

Re: [Openstack] (no subject)

2012-01-19 Thread John Dickinson
look in syslog on your proxy server to see what caused the error. --John On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote: > Hi all, > > I tryed to install OpenStack swift, > > after creating and configuring all nodes, when i want to check that swift > works, > I execute this command : >

[Openstack] (no subject)

2012-01-19 Thread Khaled Ben Bahri
Hi all, I tryed to install OpenStack swift, after creating and configuring all nodes, when i want to check that swift works, I execute this command : swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpass stat but I have an error : Account HEAD failed: https://x.x.x.x:8

[Openstack] HA for Swift proxy and object server processes

2012-01-19 Thread Bob Schatz
I am playing with the Essex Swift AIO. I noticed that if I kill any of the proxy or object server processes they are not restarted. Is there any reason why they are not started/monitored/restarted with an Upstart script? Is there any problem restarting these processes?   Will health check moni

Re: [Openstack] Listing non-public images in Glance

2012-01-19 Thread Pete Zaitcev
On Thu, 19 Jan 2012 16:48:55 -0500 Jay Pipes wrote: > >  a) If authentication is in effect, can users list their own images? > > Yes. If authentication is enabled and a user calls GET /images, they > see a list of non-deleted, non-killed-status *public* images > (is_public=True) AND any images w

Re: [Openstack] Listing non-public images in Glance

2012-01-19 Thread Jay Pipes
Hi Pete! Answers inline :) On Thu, Jan 19, 2012 at 2:26 PM, Pete Zaitcev wrote: > Hello: > > This clearly seems like I am missing something obvious, but is it > possible to list non-public images in Glance? No. But if you no the ID, you can issue a call to HEAD|GET /images/ and it will show you

Re: [Openstack] Memory quota in nova-compute nodes.

2012-01-19 Thread Joe Gordon
Hi Jorge, I have two questions: 1) Has anyone optimized nova to work in a HPC environment like you describe? Such as an intelligent scheduler that will generate VMs that consume x percent of a physical machines resources (so you don't end up with one machine with two separate Hadoop instances com

[Openstack] Listing non-public images in Glance

2012-01-19 Thread Pete Zaitcev
Hello: This clearly seems like I am missing something obvious, but is it possible to list non-public images in Glance? It came up because I have a Glance setup without Keystone or other authentication for now, like this: [pipeline:glance-api] pipeline = versionnegotiation context apiv1app I

Re: [Openstack] Memory quota in nova-compute nodes.

2012-01-19 Thread Jorge Luiz Correa
Hum, I'm just studying and understanding the ccgroups to try this with libvirt and kvm (all nodes are linux here). My case is a test that can be very useful for us. We have about 150 computers spread over the LAN. These computers are desktops and notebook underutilized. So, our test scenario is no

Re: [Openstack] Memory quota in nova-compute nodes.

2012-01-19 Thread Christian Berendt
Hi Jorge. > I would like to know if it's possible to configure quota in each > nova-compute node. For example, I set up a new hardware with 8 GB of memory > and install the nova-compute, but I wish only 4 GB of memory are used > (dedicated to nova-compute). Is it possible? If so, how can I configu

[Openstack] Memory quota in nova-compute nodes.

2012-01-19 Thread Jorge Luiz Correa
Hi! I would like to know if it's possible to configure quota in each nova-compute node. For example, I set up a new hardware with 8 GB of memory and install the nova-compute, but I wish only 4 GB of memory are used (dedicated to nova-compute). Is it possible? If so, how can I configure that? I've

Re: [Openstack] Running swift got stuck!

2012-01-19 Thread Ziad Sawalha
Hi Xuyun - Object-store is the correct type based on the API spec (it's defined in the XSDs for Keystone as well). Can you point me at documentation that lists any other type? IANA assigned port 35357 to Keystone last year and we've been using that for a while. 5001 is no longer in use. Hope

Re: [Openstack] Is m1.tiny instance type supported for Xen?

2012-01-19 Thread Alessio Ababilov
Grazie di cuore, Armando! On 01/19/2012 04:27 PM, Armando Migliaccio wrote: Is this what you're looking for? https://blueprints.launchpad.net/nova/+spec/disk-configuration-parity A. -Original Message- From: openstack-bounces+armando.migliaccio=eu.citrix@lists.launchpad.net [mailt

Re: [Openstack] Is m1.tiny instance type supported for Xen?

2012-01-19 Thread Armando Migliaccio
Is this what you're looking for? https://blueprints.launchpad.net/nova/+spec/disk-configuration-parity A. > -Original Message- > From: openstack-bounces+armando.migliaccio=eu.citrix@lists.launchpad.net > [mailto:openstack- > bounces+armando.migliaccio=eu.citrix@lists.launchpad.ne

Re: [Openstack] Can't log into Dashboard.

2012-01-19 Thread Dolph Mathews
Keystone hasn't used port 5001 for the ADMIN_URL since pre-diablo; are you sure that's the right port? It was replaced by 35357. On Thu, Jan 19, 2012 at 4:54 AM, Xuyun Zhang wrote: > Hi all, > > I have install the Dashboad according the documentation. > http://docs.openstack.org/diablo/openstack

[Openstack] Can't log into Dashboard.

2012-01-19 Thread Xuyun Zhang
Hi all, I have install the Dashboad according the documentation. http://docs.openstack.org/diablo/openstack-compute/admin/content/run-the-server.html. During the installation step "tools/with_venv.sh openstack-dashboard/manage.py syncdb", I got the message below: Creating tables ... Installing c

[Openstack] Running swift got stuck!

2012-01-19 Thread Xuyun Zhang
Dear all, After I ran the command "swift -A http://127.0.0.1:5000/v2.0/ -U demo-tenant:demo -K secrete -V 2.0 stat -v", the swift command got stuck and nothing appeared. I even had to login from other tty to kill this swift process. I have already used curl -i http://127.0.0.1:5000/v2.0/tokens -H