Re: [Openstack] Question about debugging nova-network

2014-06-06 Thread Zhi-Wei Lu
Hi all, I have found the problem of starting a nova-network on a controller node with single network node. nova network-list +--+--+--+ | ID | Label| Cidr | +

[Openstack] EC2 API show DNS Name

2014-06-06 Thread Georgios Dimitrakakis
Hi! I was wondering if there is a configuration that allows the EC2 API to produce as output the fully qualified dns name instead of just the IP. What I am getting is something like this: { instanceId: 'i-007b', privateDnsName: 'ubuntu', dnsName: 'a.b.c.d', ip: '10.0.0.3',

Re: [Openstack] Ceph vs swift

2014-06-06 Thread Matthew Farrellee
On 06/02/2014 02:52 PM, Chuck Thier wrote: I have heard that there has been some work to integrate Hadoop with Swift, but know very little about it. Integration with MS exchange, but could be an interesting use case. nutshell: the hadoop ecosystem tends to integrate with mapreduce or hdfs. h

[Openstack] neutron-gre mapping same host to the tunnel

2014-06-06 Thread Remo Mattei
Hi guys I wonder if anyone has seen this where I have a compute node two nics int and ext and the gre is mapping that br-eth1 Link encap:Ethernet HWaddr 00:1C:42:4B:94:90 inet addr:10.211.55.52 Bcast:10.255.255.255 Mask:255.0.0.0 inet6 addr: fdb2:2c26:f4e4:0:21c:42ff:fe4b

Re: [Openstack] Complex Decision Arround The Most Well-Known CMPs

2014-06-06 Thread Noel Burton-Krahn
I'm biased, working for Piston Cloud Computing (www.pistoncloud.com). Please check out Piston, and I'd really like to hear about your experiences evaluating other cloud solutions, and what you eventually choose. -- Noel Burton-Krahn Sr. Distributed Systems Engineer Piston Cloud Computing On

[Openstack] Live snapshot

2014-06-06 Thread Sekhar Vajjhala
Currently, live snapshots seem to be disk only memory snapshots. ( see http://docs.openstack.org/trunk/openstack-ops/content/snapshots.html ) . However, is there any mechanism in OpenStack to support live snapshots that includes memory, state, disk when the underlying hypervisor supports it (e.g.

Re: [Openstack] Is it possible to start Trove instance without volume?

2014-06-06 Thread Daniel Salinas
There is currently work being done to facilitate turning off the requirement of volumes on a per datastore basis. I don't know the exact timeline but the first piece of that is called "Capabilities" and is near merged. You can follow that PR here https://review.openstack.org/#/c/83503/ On Fri,

Re: [Openstack] [xs-devel] XenSever with OpenStack, Live Migration Error

2014-06-06 Thread Bob Ball
Hi Sisu, 2014-06-05 16:33:27.509 TRACE nova.api.openstack.compute.contrib.admin_actions File "/opt/stack/nova/nova/virt/xenapi/vmops.py", line 1840, in check_can_live_migrate_source 2014-06-05 16:33:27.509 TRACE nova.api.openstack.compute.contrib.admin_actions raise exception.MigrationPre

Re: [Openstack] Is it possible to start Trove instance without volume?

2014-06-06 Thread Mark Kirkwood
On 06/06/14 16:13, Heinonen, Johanna (NSN - FI/Espoo) wrote: Hi, I tried the option b mentioned below. Device_path = None seemed to have no effect but the exception.LocalStorageNotSpecified(flavor=flavor_id) was raised (/usr/lib/python2.7/dist-packages/trove/instance/models.py). The same effec

[Openstack] [Ironic][Neutron] deploy one vm with another: no dhcp offer

2014-06-06 Thread Kai Brennenstuhl
Hi, I have one openstack controller vm in which also ironic is running. I want to deploy another (existing) VM on my host OS. Ironic powers on the other VM (using ssh_pxe driver with virsh commands). But unfortunately there is no response to DHCP/Boot request of the VM which gets powered on. Dnsm

[Openstack] Icehouse with Ubuntu 14 - [Error: Unexpected vif_type=binding_failed].

2014-06-06 Thread Mahardhika Gilang
Dear All, I've got it stuck at creating instance via horizon, it showed Please try again later *[Error: Unexpected vif_type=binding_failed].* following this instruction http://docs.openstack.org/trunk/install-guide/install/apt/content/ and with my previous installation in havana version with ub

Re: [Openstack] Complex Decision Arround The Most Well-Known CMPs

2014-06-06 Thread Erik Weber
What do you need a cmp for at all? What are your technical requirements? Hypervisor? Do you expect the cmp to configure the network hardware or storage? 6. juni 2014 08:00 skrev "hossein zabolzadeh" følgende: > > *My short list of requirement is:* > - Legacy Stateful Application on my VMs > - No

[Openstack] [Neutron] what is notification_driver?

2014-06-06 Thread Hirofumi Ichihara
Hi, All I am examining notification_driver in neutron.conf. According the following link, it is used to support DHCP agent. http://docs.openstack.org/admin-guide-cloud/content/section_adv_notification_overview.html So I set neutron.openstack.common.notifier.no_op_notifier and observed neutron_d

Re: [Openstack] Complex Decision Arround The Most Well-Known CMPs

2014-06-06 Thread hossein zabolzadeh
Any Idea??? On Fri, Jun 6, 2014 at 10:16 AM, hossein zabolzadeh wrote: > > *My short list of requirement is:* > - Legacy Stateful Application on my VMs > - No time to change the application code base(to convert them as stateless > apps which are work better on openstack) > - Completely opensour