[Openstack-operators] adding a compute node

2015-09-22 Thread pra devOPS
Hi I have already openstack setup up and running withe 1 controller,1 network and 1 compute node. with qemu hypervisor. Now i wanted to add a kvm hypervisor, I have installed the kvm,novacompute openvswitch,and nuetron agent in the compute node. Created the br-int bridge in the compute node.

[Openstack-operators] docker for icehouse heat pluign

2015-07-29 Thread pra devOPS
Hi All: I have installed the docker pluign on icehouse on Centos 7. I had installed heat and docker plugin , While I am restarting the heat after installing the docker pluing . openstack-heat-engine does not start, I get below in the engine.log. Failed to import module

[Openstack-operators] Cinder volume on lvm volume

2015-07-28 Thread pra devOPS
Hi All: I have lvm volume /dev/mapper/centos-images on allinOne installation (Cenots7, openstack icehouse) machine. I wanted to make this to configure in cinder to get ebs for instances. Can i do that? is there any document apart to do the same? Any references will be highly appreciated.

[Openstack-operators] Network boot openstack instances

2015-07-21 Thread pra devOPS
Hi ALL: I wnated to network boot Openstack Instances, Some where I have read about ipxe. Can somebody provide steps of how to go about doing it. We have to give the instance booting details in the dhcp, Any special confguration needed in the nova dhcp? what would be my base openstack intances,

Re: [Openstack-operators] FAiled to create instance wiht openstack nova network

2015-07-14 Thread pra devOPS
that? Thanks, Dev On Mon, Jul 13, 2015 at 12:07 PM, pra devOPS siv.dev...@gmail.com wrote: Can somebody suggest me on the below? Thanks, Dev On Fri, Jul 10, 2015 at 4:32 PM, pra devOPS siv.dev...@gmail.com wrote: Hi I am running as root, Please find below the nova config file. ( I am using

Re: [Openstack-operators] FAiled to create instance wiht openstack nova network

2015-07-13 Thread pra devOPS
Can somebody suggest me on the below? Thanks, Dev On Fri, Jul 10, 2015 at 4:32 PM, pra devOPS siv.dev...@gmail.com wrote: Hi I am running as root, Please find below the nova config file. ( I am using nova network) http://paste.openstack.org/show/363300/ Thanks, Dev On Fri, Jul 10

Re: [Openstack-operators] seperate subnet for VMs in with nova network

2015-07-09 Thread pra devOPS
Can soembody give input on the above problem? Thanks, Siva On Wed, Jul 8, 2015 at 2:59 PM, pra devOPS siv.dev...@gmail.com wrote: All: I wanted to do the below using openstack (Icehouse). with the following network connections on CenOS I have two NICs on the machine and mine

[Openstack-operators] seperate subnet for VMs in with nova network

2015-07-08 Thread pra devOPS
All: I wanted to do the below using openstack (Icehouse). with the following network connections on CenOS I have two NICs on the machine and mine will be all in one installation. one NIC (say NIC1) on my lab vLAN 192.168.5.x and second NIC not configured on anything. Now I wanted to have

[Openstack-operators] ssh keys not copying

2015-06-29 Thread pra devOPS
Hi All: I have created openstack instances using legacy nova network (this network is completely a private network not accessible to outside network). I used floating public IPs to acess this box. (this ips are accessible to outside public network). I am able to lauch instances get an IP in

Re: [Openstack-operators] Could not get IP to instance through neutron

2015-06-18 Thread pra devOPS
Hi Any suggestions on the below please? I am kind of stuck. Thanks Dev On Wed, Jun 17, 2015 at 4:11 PM, pra devOPS siv.dev...@gmail.com wrote: Eren, All the config files are placed here: http://paste.openstack.org/show/299701/ On Tue, Jun 16, 2015 at 4:08 PM, pra devOPS siv.dev

Re: [Openstack-operators] Could not get IP to instance through neutron

2015-06-18 Thread pra devOPS
Observed one more thing that even if I dont have any bridges configured , If I restart the openstack I see br-int gets created. Thanks, Dev On Tue, Jun 16, 2015 at 4:08 PM, pra devOPS siv.dev...@gmail.com wrote: All: I have installed and configured neutron (using the official docs, my

Re: [Openstack-operators] Could not get IP to instance through neutron

2015-06-18 Thread pra devOPS
Should I create the interfaces br-ex and br-int in /etc/sysconfig/network-scripts manually? Thanks, Dev On Thu, Jun 18, 2015 at 9:19 AM, pra devOPS siv.dev...@gmail.com wrote: Hi Any suggestions on the below please? I am kind of stuck. Thanks Dev On Wed, Jun 17, 2015 at 4:11 PM, pra

Re: [Openstack-operators] Could not get IP to instance through neutron

2015-06-17 Thread pra devOPS
: Unexpected vif_type=binding_failed can somebody suggest ? Thanks, Dev On Wed, Jun 17, 2015 at 2:56 AM, Eren Türkay er...@skyatlas.com wrote: On 17-06-2015 02:08, pra devOPS wrote: Stderr: 'ovs-ofctl: br-int is not a bridge or a socket\n' I think this error is clear. br-int seems

Re: [Openstack-operators] Could not get IP to instance through neutron

2015-06-17 Thread pra devOPS
Eren, All the config files are placed here: http://paste.openstack.org/show/299701/ On Tue, Jun 16, 2015 at 4:08 PM, pra devOPS siv.dev...@gmail.com wrote: All: I have installed and configured neutron (using the official docs, my openstack version is icehouse and the OS is centOS7

[Openstack-operators] Could not get IP to instance through neutron

2015-06-16 Thread pra devOPS
All: I have installed and configured neutron (using the official docs, my openstack version is icehouse and the OS is centOS7. After creating the neutron network and started the instance the instance goes to the ERROR state and says no Valid host found /var/log/neutron/openvswitch-agent.log

Re: [Openstack-operators] Neutron-openvswitch-agent service fails to start

2015-06-16 Thread pra devOPS
: unrecognized arguments: start [root@myopenstack ~]# thanks,Dev On Mon, Jun 15, 2015 at 12:14 PM, pra devOPS siv.dev...@gmail.com wrote: All: I have installed the neutron plugin and trying to start neutron-openvswitch-agent by giving the following command. [root@myopenstack ~]# service neutron

Re: [Openstack-operators] nova-no-nd-relfection error

2015-06-12 Thread pra devOPS
I found the solutoin for it, We need not reinstall the libvirt for it. we can virsh and remove the existing nova nwfilters and restart openstack processes it will solve the issue. Thanks, Siva On Thu, Jun 11, 2015 at 1:46 PM, pra devOPS siv.dev...@gmail.com wrote: Hi Can Somebody help me

[Openstack-operators] Openstack Installation with Vlan Interface.

2015-05-25 Thread pra devOPS
All: I am having problem settinup the network on openstack wiht ml2 plugin. Below is my configuration. I have a vlan interface which has a IP 1.2.3.4. and I have a phsysical interface which is assocaited to that box (that does not have an IP). Below is How they look like VLAN1 (VLAN )