[Openstack] Network node (neutron) , I have only two interface in my machine. How will i configure External interface?

2014-05-12 Thread dhanesh1212121212
Hi Network node (neutron) 1. 1st interface as management 2. As instance tunnels interface I have only two interface in my machine. How will i configure External interface? Do a need to add another network card? Shall i configure network node alone in VM instance. Regards, Dhanesh.

[Openstack] Current state of 'roll your own' auto provisioning?

2014-05-12 Thread Jolyon Brown
Hi Has anyone got a view on the current state of auto provisioning for Icehouse? For people who prefer to roll their own development environment, are Puppet and Chef (and Juju, or anything else) up to date? From my research things seem to be a little behind or sparsely documented, is that right? H

Re: [Openstack] Network node (neutron) , I have only two interface in my machine. How will i configure External interface?

2014-05-12 Thread Ageeleshwar Kandavelu
option 1 bridge all traffic from br-ex and br-eth1 to one physical interface eth1 eth0 -- Internal network br-eth1 -- Data network(physnet1 may be) br-ex -- External network in addition to the above add br-proxy ovs-vsctl add-br br-proxy ovs-vsctl add-port br-proxy eth1 ip link set eth1 up

Re: [Openstack] Current state of 'roll your own' auto provisioning?

2014-05-12 Thread Chris Ricker (chricker)
Both puppet and chef communities have actively maintained modules / cookbooks in stackforge. Puppet ones were recently released for icehouse (so now stable/icehouse branch is for icehouse, and master is for deploying juno) and it looks like the master branch of the chef cookbooks is for icehouse

[Openstack] error while launching instance

2014-05-12 Thread zhichengli
Hi, all One day, it came to me that OpenStack is funny and maybe I would like to do something with it.First, I got one controller node and one compute node,then I followed the installation guides on the website. When I set up those necessary services, I began to launch instance through dashbo

Re: [Openstack] nova ip 169.254.169.254

2014-05-12 Thread Howard Luckenbaugh
This is part of IBM Smart Cloud Orchestrator which is running openstack as the backend. I compared my IPtables to a working environment and it looks fine. I have rebooted and restarted. The VM's are getting a 169 route but can't ping. The only place I can ping is on the Region server which is whe

Re: [Openstack] nova ip 169.254.169.254

2014-05-12 Thread Howard Luckenbaugh
I can't run a curl against the metadata server either. Howard Luckenbaugh Special Events Infrastructure/IBM.com Infrastructure T/L-349-5884 Fax- 1877-210-0298 hluc...@us.ibm.com AIX System Certified Please visit the sites that our team hosts: http://www.ibm.com http://ww

Re: [Openstack] nova ip 169.254.169.254

2014-05-12 Thread Robert Collins
The VMs typically shouldn't have a 169 route; also you can't ping the metadata server since its usually DNAT on the port (80) rather than a fully accessible IP address. -Rob On 13 May 2014 02:01, Howard Luckenbaugh wrote: > This is part of IBM Smart Cloud Orchestrator which is running openstac

[Openstack] [openstack][glance][ipv6]

2014-05-12 Thread Chinasubbareddy M
Hi, I am setting up glance with icehouse on Ubuntu 14.o4, I am getting following error : 2014-05-12 21:38:31.223 19851 CRITICAL glance [-] gaierror: [Errno -3] Temporary failure in name resolution 2014-05-12 21:38:32.263 19863 ERROR glance.store.sheepdog [-] Error in store configuration: Unex

[Openstack] [Neutron] Changing subnet tenant_id

2014-05-12 Thread André Aranha
Hi, I was checking networks in Neutron and in the API (http://api.openstack.org/api-ref-networking-v2.html) it is said that one can update a subnet tenant-id. I tried and raised an error: "NeutronError": "Cannot update read-only attribute tenant_id". Is it really supported to change a subnet tenan

Re: [Openstack] [openstack][glance][ipv6]

2014-05-12 Thread Martinx - ジェームズ
Hello! I'm running Glance over IPv6, here is my Quick Guide (it follows docs.openstack.org): --- Ultimate OpenStack IceHouse Guide - ML2 Flat Network - IPv6-Friendly: https://gist.github.com/tmartinx/9177697 --- Also, keep in mind that this IPv6 subnet (2001:db8:), is used only for documenta

[Openstack] instances stuck in "powering on"

2014-05-12 Thread Dimitri Maziuk
Hi everyone, I moved my bootable volumes to better storage (nfs backend) by copying files and editing provider_location in cinder db. The instances were shut off for that, of course. Now when I power them on via dashboard, some (not all) of them get stuck in "powering on" for as long as I care to

[Openstack] booting VM with customized kernel and rootfs image

2014-05-12 Thread sonia verma
Hi all I have installed openstack using devstack.I'm able able to boot VM from the opebstack dashboard onto the compute node. Now i need to boot VM from the openstack dashboard(controller node) onto compute node using customized kernel imae and rootfs. Therefore my question is whether can we boot

Re: [Openstack] [openstack][glance][ipv6]

2014-05-12 Thread Chinasubbareddy M
Thanks for the suggestion, followed the same document but the problem still exists . This is the main issue. Stdout: "Unexpected error while running command.\nCommand: collie vdi list -a build-node -p 7000\nExit code: 1\nStdout: ''\nStderr: 'Invalid ip address build-node\\n'" From: Martinx -

Re: [Openstack] error while launching instance

2014-05-12 Thread Ageeleshwar Kandavelu
This is not very informative. I'll give you a suggestion. Open up the log file(tail -f /var/log/nova/nova-compute.log) . Then launch an instance. Send only the errors that show up during the launch. Also I would like to see error in scheduler and nova-api . thank you, Ageeleshwar K ___