[Openstack] AWS Integration with Openstack Kilo

2015-08-13 Thread sachin trivedi
Hi Stackers, Let me know if any one tried integrating AWS with Openstack, if someone can share the steps needs to be followed. I see lot of resource type in Openstack and read it can be achieved using heat-cfn. Kilo Openstack - AWS Thanks.. ___ Mail

[Openstack] RDO openstack adding compute node

2015-08-13 Thread saurabh suman
Hi, I had an allinone setup of RDO openstack which is running fine (IP =172.18.50.200 on enp17s0) on fedora 21 machine. I am plannning to add a compute node and for that I connected NIC 2 (IP = 192.168.0.1,enp13s0) of controller machine to another (which I want to make compute) machine (IP = 19

Re: [Openstack] New instances booting time

2015-08-13 Thread Ivan Derbenev
bump Regards, IT engineer Farheap, Russia Ivan Derbenev From: Ivan Derbenev [mailto:ivan.derbe...@tech-corps.com] Sent: Wednesday, August 5, 2015 1:21 PM To: openstack@lists.openstack.org Subject: [Openstack] New instances booting time Hello, guys, I have a question We now have OS Kilo + KVM+ Ub

Re: [Openstack] HA for Network node

2015-08-13 Thread Duc Nguyen Cong
Hi guys. I have same problem. I'm using pacemaker - corosync to HA my network node. But the resource agent use for L3-agent (download from https://github.com/madkiss/openstack-resource-agents/blob/master/ocf/neutron-agent-l3) in not working with my deployment (Neutron server is on Controller no

[Openstack] Accessing realtime vm details from hypervisor

2015-08-13 Thread Dhvanan Shah
Hi, I wanted to access the real time memory and cpu usage of an instance, not whats its been allocated but how much of what's been allocated is it using. I can do this by logging into the instance and doing a top or htop, but I want to do it by not interacting with the instance directly or loggin

Re: [Openstack] [KILO] [CEPH] Live Migration failure

2015-08-13 Thread David Medberry
Yep, exactly what Mike Smith says. sudo virsh secret-list # should list one or more on nova-compute nodes using ceph sudo virsh secret-get-value $UUID #from the previous should have a value that looks something like: AQDoABCDEFGHIJKLMNOPQRSTUVWXYZoA/A That value come from a ceph keyring. On Thu

Re: [Openstack] Creating External Network in Kilo

2015-08-13 Thread Dhvanan Shah
Hi, I got my problem resolved. I just created the external network thru neutron net-create ext-net --router:external and ignored the rest of it. Everything worked fine after that. Thanks for your help! Dhvanan Shah On Aug 10, 2015 3:18 PM, "Somanchi Trinath" wrote: > Can you share the ml2_conf.i

[Openstack] [OSSA 2015-014] Glance v2 API host file disclosure through qcow2 backing file (CVE-2015-5163)

2015-08-13 Thread Tristan Cacqueray
OSSA-2015-014: Glance v2 API host file disclosure through qcow2 backing file :Date: August 13, 2015 :CVE: CVE-2015-5163 Affects ~~~ - Glan

Re: [Openstack] Icehouse - Basic Network Configuration

2015-08-13 Thread Antonio Messina
On Thu, Aug 13, 2015 at 6:51 PM, Lloyd wrote: > In the basic network configuration (neutron) stage, we set up the tunnel > interfaces and management interfaces. In the network node, the doc says to > leave the external network without IP. Then in the verification stage it is > suggested to ping t

[Openstack] Icehouse - Basic Network Configuration

2015-08-13 Thread Lloyd
Hi, We are trying to setup OpenStack Icehouse by exactly following the documentation for Ubuntu 14.4. http://docs.openstack.org/icehouse/install-guide/install/apt/content/basics-neutron-networking-network-node.html In the basic network configuration (neutron) stage, we set up the tunnel interfa

Re: [Openstack] sysctl fails

2015-08-13 Thread Remo Mattei
agree. You may have to look at FWaaS. Remo > On Aug 13, 2015, at 9:07 AM, Sridhar Gaddam wrote: > > AFAIK yes, your OpenStack setup would work fine. > But the Security Group (including anti-spoofing) rules will not have any > effect to the traffic that is generated by the VMs. > > On 08/13/

Re: [Openstack] sysctl fails

2015-08-13 Thread Sridhar Gaddam
AFAIK yes, your OpenStack setup would work fine. But the Security Group (including anti-spoofing) rules will not have any effect to the traffic that is generated by the VMs. On 08/13/2015 04:49 PM, FASEELA.ASHRAF wrote: Is it necessary only for implementing security group policy? Even if I don

Re: [Openstack] [KILO] [CEPH] Live Migration failure

2015-08-13 Thread Mike Smith
Mehdi - The error you are seeing has to do with the libvirt “secret” for use with Ceph. Assuming that you following something similar to http://docs.ceph.com/docs/master/rbd/rbd-openstack/ when setting up Ceph, that secret should be in place. Could it be that the secret was defined/installed o

[Openstack] Network connectivity issue

2015-08-13 Thread FASEELA.ASHRAF
I am installing Openstack Icehouse 3-node-architecture following the document http://docs.openstack.org/icehouse/install-guide/install/apt/content/index.html in Ubuntu 14.04 LTS. NIC cards for each node : - Network node : 3 NIC cards 1 : management interface 2 : Instance Tun

[Openstack] [KILO] [CEPH] Live Migration failure

2015-08-13 Thread Mehdi BADAOUI
Hi all, I have this error in /var/log/nova-compute.log when i run live-migration 2015-08-13 14:17:43.068 6079 ERROR nova.virt.libvirt.driver [-] [instance: d1941e4d-dd89-4def-9abd-4d0c269a8f8e] Live Migration failure: Secret not found: rbd no secret matches uuid '40e501a1-e802-4f60-bcca-5e1b832

Re: [Openstack] sysctl fails

2015-08-13 Thread FASEELA.ASHRAF
Is it necessary only for implementing security group policy? Even if I don't set this, the open stack installation and a fully functional openstack environment should work, isn't it? On Thu, Aug 13, 2015 at 2:01 PM, Sridhar Gaddam wrote: > Neutron implements Security Groups by applying iptable r

[Openstack] AWS Heat & AWS Cloud Formation integration..

2015-08-13 Thread sachin trivedi
Hi Experts, Please suggest what is the procedure to integrate aws cloud formation with openstack heat.. I have been searching for this long time however not getting option in openstack where I can define the endpoints.. It will be a great help if anyone can share something regarding this.. I have

Re: [Openstack] [Openstack-Infra][CI][Keystone] Starting keystone failing in Devstack for CI

2015-08-13 Thread Abhishek Shrivastava
Hi Folks, Please reply for this issue as its causing a lot of trouble now. On Thu, Aug 13, 2015 at 2:43 PM, Abhishek Shrivastava < abhis...@cloudbyte.com> wrote: > Hi Folks, > > In my CI while starting Keystone the service is failing and showing the > following ERROR: > > 2015-08-13 08:08:58.935

[Openstack] Fwd: [Openstack-Infra][CI][Keystone] Starting keystone failing in Devstack for CI

2015-08-13 Thread Abhishek Shrivastava
Hi Folks, In my CI while starting Keystone the service is failing and showing the following ERROR: 2015-08-13 08:08:58.935 | + export OS_TOKEN=111222333444 2015-08-13 08:08:58.935 | + OS_TOKEN=111222333444 2015-08-13 08:08:58.935 | + export OS_URL=http://127.0.0.1:35357/v2.0 2015-08-13 08:08:58.9

Re: [Openstack] How to create Keystone v3 Service and Endpoints on Kilo?

2015-08-13 Thread Hans Feldt
http://docs.openstack.org/developer/keystone/http-api.html "The simplest, and most ideal, configuration would expose one identity with unversioned endpoints" /Hans On 2015-07-11 04:04, Martinx - ジェームズ wrote: Guys, Which syntax is correct? --- openstack service create --name keystone*v3* --d

Re: [Openstack] sysctl fails

2015-08-13 Thread Sridhar Gaddam
Neutron implements Security Groups by applying iptable rules on Linux bridge. So, we need these parameters to be set. Please see [1] for details. [1] - https://bugs.launchpad.net/openstack-manuals/+bug/1359691 On 08/13/2015 01:50 PM, FASEELA.ASHRAF wrote: I installed the package bridge-utils and

Re: [Openstack] sysctl fails

2015-08-13 Thread FASEELA.ASHRAF
I installed the package bridge-utils and the error remains the same. In other versions of Openstack like Juno and kilo these lines: net.bridge.bridge-nf-call-arptables=1 net.bridge.bridge-nf-call-iptables=1 net.bridge.bridge-nf-call-ip6tables=1 are not used in the sysctl file. So are they mandat

[Openstack] ramdisk_id validation failed for a snapshot image

2015-08-13 Thread Pellaeon Lin
Hi, I'm running Kilo, I created a snapshot from a VM, when I run "glance --os-image-api-version 2 image-list", it returns the following error: - None is not of type u'string' Failed validating u'type' in schema[u'properties'][u'ramdisk_id']: {u'description': u'ID of image stored in Gl

Re: [Openstack] sysctl fails

2015-08-13 Thread Andreas Scheuring
Can you try the package bridge-utils? On Do, 2015-08-13 at 11:15 +0530, FASEELA.ASHRAF wrote: > Hi , > > I am trying to install a 3 node architecture of Openstack icehouse > version on my Ubuntu 14.04LTS . I would like to know if it is > necessary to add the following lines to sysctl.conf in netw