Re: [Openstack] Distributed configuration database

2012-11-04 Thread Gary Kotton
It would also be nice if one could change configuration settings at run time instead of having to restart a process. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Question about pv mode on compute and network

2012-11-04 Thread Egoitz Aurrekoetxea Aurre
or just I nova-compute and nova-network -- 1 nova-compute and nova….. I wanted to mean… El 04/11/2012, a las 11:04, Egoitz Aurrekoetxea Aurre ego...@ramattack.net escribió: Hi all, Why the nova-compute and nova-network services should run in pv mode??. What's the real reason for it?.

[Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Hao Wang
Hi stackers, Today there is a point in my mind that is described as below. Just want to know if it's already implemented in F version. While I'm using OpenStack, I would like this kind of function to know what is going on at the background. For instance, if I click Launch button, I am able to

Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Nah, Zhongyue
I use the log files beneath /var/log/project name to do what you've described manually. If you want a web interface, you should implement a custom notifier class(for Nova) to gather the logs into a specific channel and implement your own web service to display the contents from the channel.

Re: [Openstack] Distributed configuration database

2012-11-04 Thread Nah, Zhongyue
https://blueprints.launchpad.net/nova/+spec/deployer-friendly-confs This blueprint seems to be planning to implement what is being discussed for Nova. -zhongyue Sent from my iPhone On Nov 4, 2012, at 3:26 PM, Gary Kotton gkot...@redhat.commailto:gkot...@redhat.com wrote: It would also be

Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Nathanael Burton
On Nov 4, 2012 9:36 AM, Nah, Zhongyue zhongyue@intel.com wrote: I use the log files beneath /var/log/project name to do what you've described manually. If you want a web interface, you should implement a custom notifier class(for Nova) to gather the logs into a specific channel and

Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Hao Wang
Thanks, Nathanael. Let me get back after studying them. Regards, Howard On Sun, Nov 4, 2012 at 10:47 PM, Nathanael Burton nathanael.i.bur...@gmail.com wrote: On Nov 4, 2012 9:36 AM, Nah, Zhongyue zhongyue@intel.com wrote: I use the log files beneath /var/log/project name to do what

Re: [Openstack] Distributed configuration database

2012-11-04 Thread Gary Kotton
On 11/04/2012 04:45 PM, Nah, Zhongyue wrote: https://blueprints.launchpad.net/nova/+spec/deployer-friendly-confs This blueprint seems to be planning to implement what is being discussed for Nova. Great. I assume that this will be done in OpenStack Common so that all of the users of the

Re: [Openstack] Distributed configuration database

2012-11-04 Thread Aniruddha Khadkikar
On Nov 4, 2012 8:16 PM, Nah, Zhongyue zhongyue@intel.com wrote: https://blueprints.launchpad.net/nova/+spec/deployer-friendly-confs This blueprint seems to be planning to implement what is being discussed for Nova. Marvellous. I believe this discussion adds/reinforces to the ideas

Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Sandy Walsh
Thanks for the mention ... here is some background and installation info http://www.sandywalsh.com/2012/10/debugging-openstack-with-stacktach-and.html -S From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net

Re: [Openstack] How to know capability of cloud resource pool?

2012-11-04 Thread Aniruddha Khadkikar
On Sun, Nov 4, 2012 at 5:45 AM, Ray Sun qsun01...@cienet.com.cn wrote: Is there any method to get the resource pool capability(CPU/Memory/Storage) in the cloud? Can OpenStack auto detect the resource when a new node join in? If not, is there a roadmap to implement it? My thoughts exactly.

Re: [Openstack] Id collision across multiple data center deployments

2012-11-04 Thread Dolph Mathews
The ID's generated by keystone are implemented using random UUID's for exactly this use case. -Dolph On Sat, Nov 3, 2012 at 11:49 PM, Salman A Baset saba...@us.ibm.com wrote: Hello folks, Suppose there is a single BSS managing multiple data centers, each running independent OpenStack OSS.

[Openstack] Announcing Moniker - DNS Services for OpenStack

2012-11-04 Thread Kiall Mac Innes
Hi all, Moniker has recently found a new home on StackForge, and has started generating some interest from the community - so - time for an official announcement! Moniker provides DNSaaS services for OpenStack: - REST API for domain/record management - Multi-tenant - Integrated with

[Openstack] Running other services on swift nodes

2012-11-04 Thread Tom Fifield
Hi, This came in as a doc bug, but I thought I'd throw it to the list: https://bugs.launchpad.net/openstack-manuals/+bug/988053 I think it would be worthwhile to talk about what services can be co-located on the same servers as Swift. For example Can I run Keystone in combination with Swift

Re: [Openstack] Resize Server problem from jovaunn.com, hangzhou, China!!!

2012-11-04 Thread Wangpan
Yes, good job! Reminder: you should always restart the related service when you changed the configuration or the source code, otherwise the changes will NOT take effect. you can look up the source code where use the configuration you have changed to find the related service which should be

Re: [Openstack] Announcing Moniker - DNS Services for OpenStack

2012-11-04 Thread Shake Chen
Hi whether can consider intergrate with Horizon. let user can manage the dns in Dashborad. like linode. On Mon, Nov 5, 2012 at 8:15 AM, Kiall Mac Innes ki...@managedit.ie wrote: Hi all, Moniker has recently found a new home on StackForge, and has started generating some interest from the

Re: [Openstack] How to know capability of cloud resource pool?

2012-11-04 Thread Shake Chen
I remembar in Diablo Dashboard, the admin user would show all the resource about the CPU and memery. but in Essex, have no this feature. anybody know why. On Mon, Nov 5, 2012 at 2:35 AM, Aniruddha Khadkikar askhadki...@gmail.comwrote: On Sun, Nov 4, 2012 at 5:45 AM, Ray Sun

Re: [Openstack] VM connectivity

2012-11-04 Thread Veera Reddy
Hi Salvatore, I am using quantum as a network service. Services running: *Controller **(Ubuntu 12.04) X86**:* · nova-api · nova-cert · nova-consoleauth · nova-scheduler · quantum-server *Network Node (Ubuntu 12.04) X86:* ·

Re: [Openstack] Running other services on swift nodes

2012-11-04 Thread John Dickinson
From the Swift perspective, there isn't any reason other services can't be run on the Swift boxes. I'd check for a few things, though. 1) Make sure dependencies aren't in conflict. Thanks to the work of the CI team, this should be mostly sane. 2) Obviously, monitor your systems and don't

Re: [Openstack] [quantum] Relationship between br-int and physical bridge mapping in OVS plugin

2012-11-04 Thread Dan Wendlandt
On Sun, Nov 4, 2012 at 9:57 PM, Vinay Bannai vban...@gmail.com wrote: I have a multi node setup. The CC controller doubles up as the quantum server and also has the l3 agent and DHCP. I have configured OVS as my L2 plugin with vlan tunneling. On the compute nodes, I see that in addition to

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #15

2012-11-04 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/15/Project:precise_grizzly_nova_trunkDate of build:Sun, 04 Nov 2012 18:31:23 -0500Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt