Re: [Openstack] Question about Flat DHCP networking

2012-08-21 Thread hitesh wadekar
Oh..I see. I look forward to see your code for it :) Thanks, Hitesh On Tue, Aug 21, 2012 at 11:27 AM, Eugene Kirpichov ekirpic...@gmail.comwrote: Heh, that's an article by my colleague Piotr Siwczak, which I already read very thouroughly during the review process - but thanks ;) Actually I

Re: [Openstack] Floating IPs and multiple NICs

2012-08-21 Thread Ruzicka, Marek
Hi Juris, Yes it is possible. We are running 2 different public subnets on 2 different vlan interfaces. Did you try something like: nova-manage floating create --ip_range=range --pool=pool name --interface=inerface name Hopefully I have it right, not at the computer atm... Let me know if it

Re: [Openstack] openstack dashboard default page changing

2012-08-21 Thread sarath zacharia
Hi, Not Customizing openstack dashboard only adding new static pages (Simple HTML pages ) like about us home page etc. On Tue, Aug 21, 2012 at 12:29 PM, Atul Jha atul@csscorp.com wrote: Hi, snip We created a new site for explaining our cloud research work. But

Re: [Openstack] openstack dashboard default page changing

2012-08-21 Thread Atul Jha
Hi, snipNot Customizing openstack dashboard only adding new static pages (Simple HTML pages ) like about us home page etc. /snip See if this helps http://docs.openstack.org/developer/horizon/topics/customizing.html On Tue, Aug 21, 2012 at 12:29 PM, Atul Jha

Re: [Openstack] openstack dashboard default page changing

2012-08-21 Thread sarath zacharia
Hi , Thanks for the help . But I want to give add simple html page in the login page i have to give the link in that login page like giving href link On Tue, Aug 21, 2012 at 12:44 PM, Atul Jha atul@csscorp.com wrote: Hi, snipNot Customizing openstack dashboard only adding new

[Openstack] multiple interfaces for floating IPs

2012-08-21 Thread Juris
Greetings everyone, Just a quick question. Is it possible to assign floating IPs to multiple nova node interfaces? For instance if I have a server with 4 NICs and I'd like to use NIC1 for private network, NIC2 for data and management, NIC3 for one of my public IP subnets and NIC4 for another

Re: [Openstack] openstack libvirt lxc

2012-08-21 Thread Daniel P. Berrange
On Tue, Aug 21, 2012 at 10:19:34AM +0800, 廖南海 wrote: Who use the lxc virtual machine? Please give me some advices? My advice would be not to use LXC since, as it exists today, it is not secure. ie root within the container can break out compromise the entire host. This is not really the fault

Re: [Openstack] openstack libvirt lxc

2012-08-21 Thread Pádraig Brady
On 08/21/2012 03:19 AM, 廖南海 wrote: Who use the lxc virtual machine? Please give me some advices? I encountered some problems. Thank you! Essex had some fundamental issues with LXC, that are addressed with: https://review.openstack.org/#/c/10962/ thanks, Pádraig.

[Openstack] Multiple Floating IPs per multiple instance interfaces

2012-08-21 Thread Juris
Hi all, Is it possible to assign floating IP to some particular instance's interface. Let's say we have Instance1 with 2 interfaces (nic1 and nic2) and two pools of floating IP addresses (pool1 and pool2). So how can I assign IP from pool1 to point to nic and IP from pool2 to nic2? Thank you in

[Openstack] Translating REST API response data based on Accept-Language header

2012-08-21 Thread boden
All, Although I'm still ramping up on OpenStack in general, it appears (via visual code inspection and reading https://gist.github.com/2969337#id18) there is no support from a REST API perspective to return translated data to REST consumers by honoring the 'Accept-Language' in the request header

Re: [Openstack] multiple LDAPs in OpenStack

2012-08-21 Thread pat
Yes, you are right, but I want to collect information first ;-) Thanks to all Pat On Mon, 20 Aug 2012 18:07:45 -0500, Dolph Mathews wrote While there's no implementation of this in keystone today, I'm sure you could write your own LDAP driver in keystone, heavily leveraging the existing

Re: [Openstack] [Glance] Windows image password customize?

2012-08-21 Thread Everett Toews
I've come across a couple of projects that do this. Neither of them have much documentation so you'll have to dig into the code. https://github.com/jordanrinke/openstack http://code.google.com/p/cips/ Regards, Everett From:

[Openstack] Hyper-V meeting adgenda

2012-08-21 Thread Peter Pouliot
Today should be a quick meeting. The following are topics for discussion? 1. The code is now part of the mainline. a. Filing bugs 2. CI Status 3. Summit Planning a. Blueprints for Grizzly Peter J. Pouliot, CISSP Senior SDET, OpenStack Microsoft New

[Openstack] Hyper-V meeting Minutes

2012-08-21 Thread Peter Pouliot
Minutes: http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-21-15.00.html Minutes (text): http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-21-15.00.txt Log:

Re: [Openstack] openstack libvirt lxc

2012-08-21 Thread Robbie Williamson
On 08/21/2012 04:15 AM, Daniel P. Berrange wrote: On Tue, Aug 21, 2012 at 10:19:34AM +0800, 廖南海 wrote: Who use the lxc virtual machine? Please give me some advices? My advice would be not to use LXC since, as it exists today, it is not secure. ie root within the container can break out

Re: [Openstack] [Glance] Windows image password customize?

2012-08-21 Thread Peter Pouliot
You should look into the following for customizing your Windows VM Images. SYSPREP http://technet.microsoft.com/en-us/library/cc783215(v=ws.10).aspx Unattend.xml Here’s some docs and a sample. http://technet.microsoft.com/en-us/library/ee441262(v=ws.10).aspx From:

Re: [Openstack] Translating REST API response data based on Accept-Language header

2012-08-21 Thread Vishvananda Ishaya
This is currently not supported by OpenStack. We have localization support but it is host-configured and it doesn't vary based on an accept-header. This seems like a very useful feature to get in for the next release, however. Vish On Aug 21, 2012, at 6:36 AM, boden bo...@linux.vnet.ibm.com

[Openstack] Glance Folsom Release

2012-08-21 Thread Brian Waldon
As the feature phase of Folsom has closed, I went ahead and wrote up some notes about Glance. I included it all in this email, but you can see the pretty version at http://bcwaldon.cc/2012/08/20/openstack-folsom-glance-overview.html. Brian Waldon -- As we are coming up on the Folsom OpenStack

Re: [Openstack] Multiple Floating IPs per multiple instance interfaces

2012-08-21 Thread Vishvananda Ishaya
No it is not possible to do this with flaoting ips. Floating ips are not visible to the instance and they are natted by the network host to the first fixed ip of the guest. It is possible to configure nova to give multiple fixed ips to a single vm on different interfaces, but configuring it is

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-21 Thread David Kang
 Hi Vish,  We are trying to change our code according to your comment. I want to ask a question. a) modify driver.get_host_stats to be able to return a list of host stats instead of just one. Report the whole list back to the scheduler. We could modify the receiving end to accept a list

[Openstack] implementing custom keystone module

2012-08-21 Thread pat
Hello, I want to implement custom keystone authentication module. I went through the documentation and I'm not sure where to start :-\ Please, could you point me to specific page describing this? Thanks. And one more: please, could you point me to document which describes relation between

[Openstack] uninstall

2012-08-21 Thread Guillermo Alvarado
Hello everyone, Which is the best way to uninstall all the components? I want to re-install it because I have an inconsistent environment. Thanks in advance!! ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] implementing custom keystone module

2012-08-21 Thread Adam Young
On 08/21/2012 05:10 PM, pat wrote: Hello, I want to implement custom keystone authentication module. I went through the What are you trying to do? There is a good chance that one of the other modules can be a good example. documentation and I'm not sure where to start :-\ Please, could

[Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-08-21 Thread Ben
Hi, I'm trying to setup a little nova cluster with 3 nodes : - 1 controller node running all services but compute - 2 compute nodes running compute and network only I have faced a lot of issues, but I can't understand this one. When I start nova-scheduler on controller node, the process dies

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-21 Thread Vishvananda Ishaya
I think you should be able to modify nova/manager.py to be able to store and report a list of capabilites and report them all individually to the scheduler via the periodic task. Vish On Aug 21, 2012, at 1:28 PM, David Kang dk...@isi.edu wrote: Hi Vish, We are trying to change our

[Openstack] Translation, Internationalization and Localization in OpenStack

2012-08-21 Thread Gabriel Hurley
In conjunction with the PTLs, the Docs team, the Infrastructure team, various community members and more, I'm very happy to say that we are ready to share out a complete set of documentation and processes for translation, internationalization, and localization for OpenStack as a whole. The

Re: [Openstack] [openstack-dev] Translation, Internationalization and Localization in OpenStack

2012-08-21 Thread Matt Joyce
I've already put a dent in the pt / pt_br translations for horizon. I'd love some assistance though. Especially since my portuguese is secondary and honestly not very fluent. -Matt On Tue, Aug 21, 2012 at 6:07 PM, Gabriel Hurley gabriel.hur...@nebula.comwrote: In conjunction with the PTLs,

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-21 Thread Vishvananda Ishaya
To elaborate, something the below. I'm not absolutely sure you need to be able to set service_name and host, but this gives you the option to do so if needed. iff --git a/nova/manager.py b/nova/manager.py index c6711aa..c0f4669 100644 --- a/nova/manager.py +++ b/nova/manager.py @@ -217,6 +217,8