Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Zehnder Toni (zehndton)
> On Thu, Nov 01 2012, Julien Danjou wrote: >> On Thu, Nov 01 2012, Zehnder Toni (zehndton) wrote: >> My goal is to offer monitored data to the admin and customers. The >> admin is interested in the utilization of the physical components and >> the virtual machines and the customer is interested

Re: [Openstack] VM connectivity

2012-11-05 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi Salvatore, I am using Quantum with OVS-plugin. My quantum files are attached. I have done my configuration by following the instructions by E. Macchi (includes a tenant internal network and a provider network) and Quantum admin quide (folsom). I have a single node installation with one i

Re: [Openstack] VM connectivity

2012-11-05 Thread Veera Reddy
Hi Johanna, Using Security Groups you can ping and SSh to your VM. http://docs.openstack.org/trunk/openstack-compute/admin/content/enabling-ping-and-ssh-on-vms.html Regards, Veera. On Mon, Nov 5, 2012 at 2:24 PM, Heinonen, Johanna (NSN - FI/Espoo) < johanna.heino...@nsn.com> wrote: > Hi Salv

Re: [Openstack] VM connectivity

2012-11-05 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi Veera, I forgot to mention that I have already configured the security groups for bothe ssh/icmp, but this did not help. Regards, Johanna From: ext Veera Reddy [mailto:veerare...@gmail.com] Sent: Monday, November 05, 2012 11:02 AM To: Heinonen, Johanna (NSN - FI/Espoo) Cc: ext S

Re: [Openstack] howto rescue an instance from a dead host

2012-11-05 Thread Thomas Kärgel
Hi gtt, Am 05.11.2012 07:53, schrieb gtt116: > Hi all, > > Any way to rescure an instance when its host is dead. > Although that teminate and boot a new one is a choice, but is there any > way to keep the instance's fixed-ips, UUID, floating-ips, etc? a few days ago i was also confronted with th

Re: [Openstack] Is there any method to Activate Windows during Launch a new Instance?

2012-11-05 Thread Luis Fernandez Alvarez
Hi Ray, Have you try to upload a generalized image with sysprep to glance? If you put the Product Key in an unattend file, when the generalized image is deployed in the concrete virtual machine the activation process will be done during setup. The main drawback is that a generalized image takes

[Openstack] Error in l3_agent

2012-11-05 Thread Skible OpenStack
Hello Stackers ! i am finding a weird error in my l3_agent.log file: Stderr: '' 2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running l3_nat daemon_loop Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_

Re: [Openstack] howto rescue an instance from a dead host

2012-11-05 Thread gtt116
Thomas, Thanks very much for your help! 于 2012年11月05日 17:15, Thomas Kärgel 写道: > Hi gtt, > > Am 05.11.2012 07:53, schrieb gtt116: >> Hi all, >> >> Any way to rescure an instance when its host is dead. >> Although that teminate and boot a new one is a choice, but is there any >> way to keep the ins

Re: [Openstack] Error in l3_agent

2012-11-05 Thread Stephen Gran
Hi, On Mon, 2012-11-05 at 10:52 +0100, Skible OpenStack wrote: > Hello Stackers ! > > i am finding a weird error in my l3_agent.log file: > Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n' Your sudoers config doesn't allow this command - you'll want to fix that. Cheers, -- Steph

Re: [Openstack] Error in l3_agent

2012-11-05 Thread gong yong sheng
I think we already fixed this bug. please see if it helps: https://review.openstack.org/#/c/14756/ On 11/05/2012 05:52 PM, Skible OpenStack wrote: Hello Stackers ! i am finding a weird error in my l3_agent.log file: Stderr: '' 2012-11-05 10:22:59ERROR [qua

Re: [Openstack] Error in l3_agent

2012-11-05 Thread Atul Jha
Skible, Looks to me like a reported bug. https://bugs.launchpad.net/quantum/+bug/1069966 From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Skible OpenStack [skible.

Re: [Openstack] Error in l3_agent

2012-11-05 Thread Gary Kotton
Hi, The bug has been fixed upstream and is merged into the stable folsom branch. Please note that this may not have been packaged by the various linux distributions. If you need to fix this locally then please look at https://github.com/openstack/quantum/commit/84d60f5fd477237bd856b97b9970dd796

Re: [Openstack] Error in l3_agent

2012-11-05 Thread Skible OpenStack
Thanks Gary, Atul, gong and Stephan I am using ubuntu 12.10 and i think it is not yet packaged ! I fixed it manually and everything is working now ! Thanks ! Le 05/11/2012 11:27, Gary Kotton a écrit : Hi, The bug has been fixed upstream and is merged into the stable folsom branch. Please note

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-11-05 Thread Doug Hellmann
On Fri, Nov 2, 2012 at 4:42 PM, Dan Dyer wrote: > Yes, I am assuming the service controller provides a different stream of > data from the lower level VM events. So the question is how to represent > and store this additional meta data in ceilometer. Note that there doesn't > necessarily need to

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Doug Hellmann
On Fri, Nov 2, 2012 at 3:07 AM, Patrick Petit < patrick.michel.pe...@gmail.com> wrote: > Folks, > I'd like to add to this that physical server metering shouldn't be treated > differently in Ceilometer now that bare metal provisioning framework enters > into Grizzly. Physical servers will just beco

Re: [Openstack] VM connectivity

2012-11-05 Thread Veera Reddy
Hi, My Network Configuration in nova.conf libvirt_vif_type=ethernet linuxnet_vif_driver=nova.network.linux_net.LinuxOVSInterfaceDriver firewall_driver=nova.virt.firewall.NoopFirewallDriver libvirt_use_virtio_for_bridges=True Regards, Veera. On Mon, Nov 5, 2012 at 5:12 PM, Gary Kotton wrote: >

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Doug Hellmann
On Mon, Nov 5, 2012 at 3:32 AM, Zehnder Toni (zehndton) < zehnd...@students.zhaw.ch> wrote: > > On Thu, Nov 01 2012, Julien Danjou wrote: > >> On Thu, Nov 01 2012, Zehnder Toni (zehndton) wrote: > > >> My goal is to offer monitored data to the admin and customers. The > >> admin is interested in t

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Julien Danjou
On Mon, Nov 05 2012, Doug Hellmann wrote: > If we make the current compute agent take an option telling it which > pollster namespace to use, then the same framework can load different > pollsters. However, there is a fundamental security issue with > communicating from an agent running inside a t

[Openstack] [Openstack :: Folsom] Quantum Network Node setup

2012-11-05 Thread balaji patnala
Hi, Just want to understand the design of *client architecture like Nova client and Quantum Client. Can we run these clients more than one in multiple nodes like Controller and as well Compute Node to communicate with Central DB on controller. If we do this, do we see any side-affects of overall

Re: [Openstack] [Openstack :: Folsom] Quantum Network Node setup

2012-11-05 Thread Salvatore Orlando
Hi Balaji, I am not sure I understand your questions. I think that with "clients" your referring to python-novaclient and/or python-quantumclient. If that is correct, those are merely applications that provide users with tools for access the respective endpoints. These applications are usually not

[Openstack] Something really weird when PUT overwrites a file with same name but different content 1.4.8 - BUG ?

2012-11-05 Thread Leandro Reox
Hi guys, We're facing a really weird random issue on Swift 1.4.8, when we update an object that already exists with the same name, but different content, sometimes randomly the operation, dispites the proxy answer ( always 201 created) doesnt succeed, and the object content doesnt get updated. But

[Openstack] AMQP server is unreachable

2012-11-05 Thread Johannes Baltimore
Hello. Something has been keeping my nova modules from running, and by looking at the logs, I've noticed that the reason is that the modules can't reach the rabbitmq server: 2012-11-05 10:25:44 INFO nova.openstack.common.rpc.common [-] Reconnecting to AMQP server on :5672 2012-11-05 10:25:47 ERR

Re: [Openstack] [Openstack :: Folsom] Quantum Network Node setup

2012-11-05 Thread balaji patnala
Thanks Salvatore. It gave me good understanding of these python-*clients. On Mon, Nov 5, 2012 at 6:46 PM, Salvatore Orlando wrote: > Hi Balaji, > > I am not sure I understand your questions. I think that with "clients" > your referring to python-novaclient and/or python-quantumclient. > If that

[Openstack] VMs are not getting IPs

2012-11-05 Thread Raja Gajju
Hi all, I am using Folsom on my set up. I followed steps from this : https://github.com/Amseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst I am able to login in Dashboard and also to launch VMs. But the VMs are not getting IPs although Dashboar

Re: [Openstack] howto rescue an instance from a dead host

2012-11-05 Thread Vishvananda Ishaya
Using nova reboot --hard uuid has a better chance of working than nova start. This should bring back everything but volumes. There are a couple if bugfixes being back ported to stable folsom. When those are in it should reconnect everything for you. On Nov 5, 2012 1:57 AM, "gtt116" wrote: > Thoma

Re: [Openstack] AMQP server is unreachable

2012-11-05 Thread Vishvananda Ishaya
This happens when your credentials are wrong. Make sure the rabbit_user and rabbit_password match what is set in rabbit. On Nov 5, 2012 5:34 AM, "Johannes Baltimore" wrote: > Hello. > > Something has been keeping my nova modules from running, and by looking at > the logs, I've noticed that the re

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Doug Hellmann
On Mon, Nov 5, 2012 at 7:37 AM, Julien Danjou wrote: > On Mon, Nov 05 2012, Doug Hellmann wrote: > > > If we make the current compute agent take an option telling it which > > pollster namespace to use, then the same framework can load different > > pollsters. However, there is a fundamental secu

[Openstack] [Doc] Long overdue What's Up Doc? 11/5/12

2012-11-05 Thread Anne Gentle
Hi all - Nothing like a Monday morning to get me to figure out what's going on! Sorry for the lack of reports since the Summit. Here goes: 1. In review and merged: We've merged in over 40 doc patches in the last two weeks, some highlights: Monitoring information brought in for nova from Mirantis (

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Julien Danjou
On Mon, Nov 05 2012, Doug Hellmann wrote: > When an image is deployed to bare metal, there is no container, right? Ah, I see the confusion. There's 2 bare metal, I think, the ones run by the the platform operator and the ones run to replace virtual instances for any project. I was actually talkin

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

2012-11-05 Thread Vinay Bannai
Yes, that makes sense. I was not thinking about multiple physical nics in the provider network space. I am trying to get a better understanding of how the vif plugins in the br-int and the bridge providing external connectivity interact. The quantum vif plug-in will do the work to configure the br

[Openstack] running nova-compute, nova-network in a two node setup.

2012-11-05 Thread Ahmed Al-Mehdi
Hello, In my setup, I have two nodes, controller node (for running all services) and one compute node (to host VMs). Both have two physical NICs, eth0 has an assigned IP address for management of the host from outside, eth1 in promiscuous mode for VM communication. Is the following assumption

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

2012-11-05 Thread Qin, Xiaohong
Hi Vinay, I have sent the following email out a while ago, --- In the following quantum command, quantum net-create --tenant-id $TENANT_ID net1 --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 1024 provider:segmentation_id is actually a VLAN id w

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

2012-11-05 Thread Vinay Bannai
Thanks Dennis. I don't have a switch in-between the two nodes so I don't have the default native VLAN issue. The two nodes are connected back to back. I managed to console into the VM's on the compute node and saw that they don't have the IP address. The VM's on the controller node (also where th

[Openstack] nova.conf file, using cinder instead of nova-volume

2012-11-05 Thread Ahmed Al-Mehdi
Hello, I am following the steps outlined in "OpenStack Install and Deploy – Ubuntu" to setup a two node configuration. I plan to use Cinder as the block storage instead of nova-volume. I have a few question regarding sample nova.conf file mentioned in the doc ( http://docs.openstack.org/trun

Re: [Openstack] nova.conf file, using cinder instead of nova-volume

2012-11-05 Thread Anne Gentle
Hi Ahmed - We don't have a specific Cinder install guide, but this wiki page gives guidance: http://wiki.openstack.org/MigrateToCinder Specific to nova.conf: set the correct volume api class in nova.conf volume_api_class=nova.volume.cinder.API disable the nova-volume-api in enabled apis in /etc

[Openstack] "keystone service-create/endpoint-create" for cinder

2012-11-05 Thread Ahmed Al-Mehdi
Hello, I am trying to install cinder in my setup. I already issued a "keystone service-create …" and "keystone endpoint-create …" for nova-volume service, but I plan to install and use cinder. $ keystone --os-token 012345SECRET99TOKEN012345 \ --os-endpoint http://192.168.206.130:35357/v2.0/ \

[Openstack] how to use extra_specs??

2012-11-05 Thread Mauch, Viktor (SCC)
Hi guys, can anyone tell me (with an example) how to use the extra_specs variable for an instance_type?? Best Regards Viktor smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] "keystone service-create/endpoint-create" for cinder

2012-11-05 Thread Vishvananda Ishaya
you can't run nova volume and cinder but it uses all the same settings so you can use the same service entry. You just run cinder-api instead of nova-api-os-volume (or disable osapi_volume if you are using nova-api), run cinder-volume instead of nova-volume and run cinder-scheduler. Vish On No

Re: [Openstack] OpenStack Folsom Install Guide

2012-11-05 Thread Yi Sun
Skible, Followed your guide, everything went through fine until I started my VM. The VM image I used is a ubuntu cloud image (http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img). After boot up, the VM can not access meta server. It complains about "not route foun

Re: [Openstack] how to use extra_specs??

2012-11-05 Thread Vinay Bannai
The simplest way would be to create key/value pairs for flavor types (instance types). This information would be associated in a separate table in nova db (instance_type_extra_specs) and would go along with the instance type. Once it is in the database, you can use this information to customize al

[Openstack] Accessing Nova DB from Quantum

2012-11-05 Thread Trinath Somanchi
Hi- While going through the SQLALchemy of the Quantum, I was struck on how to Access the NOVA DB tables from Quantum SQLAlchemy. Can any one guide me on How to query the tables of the NOVA DB from the Quantum SQLAlchemy. I have seen that the querying in SQLAlchemy in NOVA and Quantum, is with Mo

Re: [Openstack] Accessing Nova DB from Quantum

2012-11-05 Thread Debojyoti Dutta
Shouldnt you be using nova APIs instead of the NOVA DB? Whats your use case? On Mon, Nov 5, 2012 at 10:46 PM, Trinath Somanchi < trinath.soman...@gmail.com> wrote: > Hi- > > > While going through the SQLALchemy of the Quantum, I was struck on how to > Access the NOVA DB tables from Quantum SQLAl

Re: [Openstack] Accessing Nova DB from Quantum

2012-11-05 Thread Nah, Zhongyue
The information in the Nova DB should provide by a client API interface. Quantum should use the client and invoke the API call. From: openstack-bounces+zhongyue.nah=intel@lists.launchpad.net [mailto:openstack-bounces+zhongyue.nah=intel@lists.launchpad.net] On Behalf Of Debojyoti Dutta S

Re: [Openstack] Accessing Nova DB from Quantum

2012-11-05 Thread Trinath Somanchi
For nova client to provide the data, do we need the project id as a mandatory parameter. Please help me in this regard. On Tue, Nov 6, 2012 at 1:03 PM, Nah, Zhongyue wrote: > The information in the Nova DB should provide by a client API interface. > Quantum should use the client and invoke the