[Openstack] [third-party][openstack][CI] Examples required for "single_node_ci_data.yaml" config file

2016-05-09 Thread Abhishek Shrivastava
Hi Folks, I have been configuring the new OpenStack CI and was not able to figure out what exactly needed to be put in the section "*oscc_file_contents:*". So, if anyone has done the configuration and is running the new OpenStack CI please let me know what to put in the configuration. Also, need

Re: [Openstack] Control network access between tenant networks in same neutron L3 router?

2016-05-09 Thread Hong Hui Xiao
Hi, I think the neutron fwaas can meet your requirement. Try "neutron help | grep firewall" and [1] to see more. [1] https://wiki.openstack.org/wiki/Neutron/FWaaS HongHui Xiao(肖宏辉) From: "Rui Mao" To: Date: 05/10/2016 09:22 Subject:[Openstack] Control network access betw

[Openstack] Control network access between tenant networks in same neutron L3 router?

2016-05-09 Thread Rui Mao
For example, tenant network A/B/C/D connect to same neutron L3 router. A/B/C can communicate with D, but A/B/C cannot access each others. Is this possible? Any performance issue should be considered? Best regards, Rui Mao ___ Mailing list: ht

Re: [Openstack] Can I authenticate a Kilo service against an Icehouse identity server?

2016-05-09 Thread Nasir Mahmood
What changes you made in your wrapper of env variables or something else? On May 9, 2016 11:13 PM, "Gustavo Randich" wrote: > solved; I was hitting this bug: > https://bugs.launchpad.net/keystone/+bug/1343579 > > :) > > > On Mon, May 9, 2016 at 2:24 PM, Gustavo Randich > wrote: > >> ok here is a

Re: [Openstack] Can I authenticate a Kilo service against an Icehouse identity server?

2016-05-09 Thread Gustavo Randich
solved; I was hitting this bug: https://bugs.launchpad.net/keystone/+bug/1343579 :) On Mon, May 9, 2016 at 2:24 PM, Gustavo Randich wrote: > ok here is a little more log detail... > > 2016-05-09 13:18:53.246 8014 INFO eventlet.wsgi.server [-] (8014) accepted > ('10.181.0.6', 35939) > 2016-05-0

Re: [Openstack] Can I authenticate a Kilo service against an Icehouse identity server?

2016-05-09 Thread Gustavo Randich
ok here is a little more log detail... 2016-05-09 13:18:53.246 8014 INFO eventlet.wsgi.server [-] (8014) accepted ('10.181.0.6', 35939) 2016-05-09 13:18:53.253 8014 DEBUG keystoneclient.session [-] REQ: curl -g -i --cacert "/etc/ssl/certs/cgp-cert.pem" -X GET https://icehouse-api:35357 -H "Accept:

[Openstack] Can I authenticate a Kilo service against an Icehouse identity server?

2016-05-09 Thread Gustavo Randich
Hi, Is it possible to integrate python-keystoneclient as of Kilo release (1.2.0) with keystone Icehouse (2014.1)? Specifically, I'm trying to make cinder-api (Kilo) authenticate against an Icehouse keystone server, but the following appears in the log: 2016-05-09 12:55:06.846 7623 INFO eventlet.

Re: [Openstack] [Kuryr] - Crash in raise_routing_exception in flaskmodule

2016-05-09 Thread Mohammad Banikazemi
Yes, the errors arise from two newly added libnetwork API. They have not been implemented in Kuryr as of now but we should have them covered by the end of the week. Meanwhile, the errors should not cause any issues wrt the functionality of Kuryr. Best, Mohammad From: Farhad Sunavala To:

Re: [Openstack] Ceilometer - cpu meters not collecting data

2016-05-09 Thread Cale Bouscal
Do you have any instances running? --> There are 2 instances running, instantiated by the heat template. I see some coordination logs in your attachments. By default, it is disabled in MOS 8.0. Did you enable it manually?  --> I'm afraid I'm not sure what this means; I'm new here and did not bui

Re: [Openstack] Ceilometer - cpu meters not collecting data

2016-05-09 Thread Nadya Shakhat
Cale, Do you have any instances running? As you have mentioned, there is a "Skip pollster, no resources found" line. It means that Ceilometer cannot find any instances. Also, I have one question. I see some coordination logs in your attachments. By default, it is disabled in MOS 8.0. Did you enable

Re: [Openstack] Ceilometer - cpu meters not collecting data

2016-05-09 Thread Nadya Shakhat
Cale, No, I need the logs from ceilometer-polling service on computes. Thanks On Mon, May 9, 2016 at 6:36 PM, Cale Bouscal wrote: > > 1. Did I understand correctly that you use vmware? > --> Yes ma'am > 2. Could you please send me the compute logs from computes? > --> I *assume* that you're loo

Re: [Openstack] Ceilometer - cpu meters not collecting data

2016-05-09 Thread Nadya Shakhat
Hi Cale, Very sad to hear that. Let me try to help you. First of all, in Mirantis 8.0 there are no transformers enabled by default. The reason is that by default no Redis is installed for coordination. Anyway, I think we may start with running only one notification agent per cloud. The questions f

Re: [Openstack] Ceilometer - cpu meters not collecting data

2016-05-09 Thread Cale Bouscal
Not same hardware, no, neither is it the same software (openstack by RDO vs by Mirantis). At the end of the day, it's just ceilometer "not working right" and we're not sure why or where to look to figure out the culprit. -Original Message- From: Remo Mattei To: Cale Bouscal Cc: openst

Re: [Openstack] Ceilometer - cpu meters not collecting data

2016-05-09 Thread Remo Mattei
Basic question same hardware? Inviato da iPhone > Il giorno 09 mag 2016, alle ore 07:53, Cale Bouscal > ha scritto: > > We're running Mirantis 8 here, in a lab with a single compute node and > 3 controllers. The compute node is actually a gateway to a vmware node. > (I did not set this up and

[Openstack] Ceilometer - cpu meters not collecting data

2016-05-09 Thread Cale Bouscal
We're running Mirantis 8 here, in a lab with a single compute node and 3 controllers. The compute node is actually a gateway to a vmware node. (I did not set this up and may not be describing this accurately). Problem: We wish to use heat templates to create an auto-scaling group based on cpu util

Re: [Openstack] Access the floating ip address in heat

2016-05-09 Thread Pavlo Shchelokovskyy
Hi David, the last line in params for server's user_data seems wrong. I really doubt you literally have template parameter named "OS::Nova::FloatingIP". Instead you'd have to use get_attr on the OS::Nova::FloatingIP resource you presumably already created in the template somewhere (you are using i

[Openstack] Access the floating ip address in heat

2016-05-09 Thread Davíð Örn Jóhannsson
I’m trying to access the floating ip assigned to an instance created with a heat template and write it to file during creation of the instance, my approach is not working and I’m wondering if anyone has any suggestions on how I could archive this. server: type: OS::Nova::Server

Re: [Openstack] [openstack-community] [Tricircle] OpenStack summit video links

2016-05-09 Thread Shinobu Kinjo
You're welcome. Cheers, S - Original Message - From: "Khayam Gondal" To: ski...@redhat.com Sent: Monday, May 9, 2016 8:00:09 PM Subject: Re: [openstack-community] [Tricircle] OpenStack summit video links thanks On Wed, May 4, 2016 at 3:52 AM, Shinobu Kinjo wrote: > I noticed that you