[Openstack-operators] [Openstack][Heat][Openstack-Ansible] Heat Engine not able to connect to Aodh Service

2017-05-30 Thread Amit Kumar
Hi All,

I have installed OpenStack Newton release using Ansible. I am trying
Orchestration with HEAT template. Here is the HEAT template I am using:
http://paste.openstack.org/show/610960/.

OS::Ceilometer:Alarm resource creation is failing while HEAT stack creation
is in progress. Here are the HEAT engine logs: http://paste.openstack.
org/show/610972/. They are showing error in connecting to
http://172.29.236.11:8042/v2/alarms but when I am trying to "wget
http://172.29.236.11:8042/v2/alarms; from the HEAT engine, it shows
connected but then "401 Unauthorized" response code.

Has anybody faced such problem, please respond?

Regards,
Amit
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] OpenStack operators : first mid-cycle meetup for 2018

2017-05-30 Thread Shintaro Mizuno

Hi Chris,

Thank you for bringing this up.

I have created an etherpad page to collect proposals.
https://etherpad.openstack.org/p/ops-meetup-venue-discuss-1st-2018

I will definitely propose Tokyo again :), but if other APAC folks are 
interested in hosting the event, please add your proposal to the etherpad.
If you have any questions, you can ask in this ML, or join the 
osp-meetups team IRC on Tue 1400UTC.


Regards,
Shintaro

On 2017/05/31 2:22, Chris Morgan wrote:

Dear All,
  Detailed planning is now underway for our next mid-cycle meetup in Mexico
City this August, so it's now time to start thinking about the one after
that. Given the sequence of Milan, then Mexico City, the next preferred
region choice is somewhere in the APAC region. By rotating regions we keep
travel costs reasonable for at least one part of the community each time.

Expected time slot for the first meetup of 2018 is either late February or
early March to align the event on the mid-point, approximately, between the
Sydney and Vancouver summits (Nov 6-8 and May 21-24 respectively).

Therefore we now would like to invite organisations in the APAC region with
an interest in OpenStack and openstack operators/operation in particular to
make proposals to host an OpenStack Operators Mid-Cycle Meetup in your part
of the world.

Guidelines on the process are listed here :
https://wiki.openstack.org/wiki/Operations/Meetups

Thanks!

Chris Morgan
- on behalf of the ops meetups team



___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators




--
Shintaro MIZUNO (水野伸太郎)
NTT Software Innovation Center
TEL: 0422-59-4977
E-mail: mizuno.shint...@lab.ntt.co.jp


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Openstack] Strange: lost physical connectivity to compute hosts when using native (ryu) openflow interface

2017-05-30 Thread Kevin Benton
Do you have that patch already in your environment? If not, can you confirm
it fixes the issue?

On Tue, May 30, 2017 at 9:49 AM, Gustavo Randich 
wrote:

> While dumping OVS flows as you suggested, we finally found the cause of
> the problem: our br-ex OVS bridge lacked the secure fail mode configuration.
>
> May be the issue is related to this: https://bugs.launchpad.net/
> neutron/+bug/1607787
>
> Thank you
>
>
> On Fri, May 26, 2017 at 6:03 AM, Kevin Benton  wrote:
>
>> Sorry about the long delay.
>>
>> Can you dump the OVS flows before and after the outage? This will let us
>> know if the flows Neutron setup are getting wiped out.
>>
>> On Tue, May 2, 2017 at 12:26 PM, Gustavo Randich <
>> gustavo.rand...@gmail.com> wrote:
>>
>>> Hi Kevin, here is some information aout this issue:
>>>
>>> - if the network outage lasts less than ~1 minute, then connectivity to
>>> host and instances is automatically restored without problem
>>>
>>> - otherwise:
>>>
>>> - upon outage, "ovs-vsctl show" reports "is_connected: true" in all
>>> bridges (br-ex / br-int / br-tun)
>>>
>>> - after about ~1 minute, "ovs-vsctl show" ceases to show "is_connected:
>>> true" on every bridge
>>>
>>> - upon restoring physical interface (fix outage)
>>>
>>> - "ovs-vsctl show" now reports "is_connected: true" in all
>>> bridges (br-ex / br-int / br-tun)
>>>
>>>- access to host and VMs is NOT restored, although some pings are
>>> sporadically answered by host (~1 out of 20)
>>>
>>>
>>> - to restore connectivity, we:
>>>
>>>
>>>   - execute "ifdown br-ex; ifup br-ex" -> access to host is
>>> restored, but not to VMs
>>>
>>>
>>>   - restart neutron-openvswitch-agent -> access to VMs is restored
>>>
>>> Thank you!
>>>
>>>
>>>
>>>
>>> On Fri, Apr 28, 2017 at 5:07 PM, Kevin Benton  wrote:
>>>
 With the network down, does ovs-vsctl show that it is connected to the
 controller?

 On Fri, Apr 28, 2017 at 2:21 PM, Gustavo Randich <
 gustavo.rand...@gmail.com> wrote:

> Exactly, we access via a tagged interface, which is part of br-ex
>
> # ip a show vlan171
> 16: vlan171:  mtu 9000 qdisc noqueue
> state UNKNOWN group default qlen 1
> link/ether 8e:14:8d:c1:1a:5f brd ff:ff:ff:ff:ff:ff
> inet 10.171.1.240/20 brd 10.171.15.255 scope global vlan171
>valid_lft forever preferred_lft forever
> inet6 fe80::8c14:8dff:fec1:1a5f/64 scope link
>valid_lft forever preferred_lft forever
>
> # ovs-vsctl show
> ...
> Bridge br-ex
> Controller "tcp:127.0.0.1:6633"
> is_connected: true
> Port "vlan171"
> tag: 171
> Interface "vlan171"
> type: internal
> ...
>
>
> On Fri, Apr 28, 2017 at 3:03 PM, Kevin Benton 
> wrote:
>
>> Ok, that's likely not the issue then. I assume the way you access
>> each host is via an IP assigned to an OVS bridge or an interface that
>> somehow depends on OVS?
>>
>> On Apr 28, 2017 12:04, "Gustavo Randich" 
>> wrote:
>>
>>> Hi Kevin, we are using the default listen address of loopback
>>> interface:
>>>
>>> # grep -r of_listen_address /etc/neutron
>>> /etc/neutron/plugins/ml2/openvswitch_agent.ini:#of_listen_address =
>>> 127.0.0.1
>>>
>>>
>>> tcp/127.0.0.1:6640 -> ovsdb-server /etc/openvswitch/conf.db
>>> -vconsole:emer -vsyslog:err -vfile:info 
>>> --remote=punix:/var/run/openvswitch/db.sock
>>> --private-key=db:Open_vSwitch,SSL,private_key
>>> --certificate=db:Open_vSwitch,SSL,certificate
>>> --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --no-chdir
>>> --log-file=/var/log/openvswitch/ovsdb-server.log
>>> --pidfile=/var/run/openvswitch/ovsdb-server.pid --detach --monitor
>>>
>>> Thanks
>>>
>>>
>>>
>>>
>>> On Fri, Apr 28, 2017 at 5:00 AM, Kevin Benton 
>>> wrote:
>>>
 Are you using an of_listen_address value of an interface being
 brought down?

 On Apr 25, 2017 17:34, "Gustavo Randich" 
 wrote:

> (using Mitaka / Ubuntu 16 / Neutron DVR / OVS / VXLAN /
> l2_population)
>
> This sounds very strange (to me): recently, after a switch outage,
> we lost connectivity to all our Mitaka hosts. We had to enter via iLO 
> host
> by host and restart networking service to regain access. Then restart
> neutron-openvswitch-agent to regain access to VMs.
>
> At first glance we thought it was a problem with the NIC linux
> driver of the hosts not detecting link state correctly.
>
> Then we reproduced the issue simply bringing down 

Re: [Openstack-operators] [scientific] Reminder: Scientific WG IRC meeting - Tuesday 2100 UTC

2017-05-30 Thread Lauren Sell
Thanks, Stig!

While you are rounding up video picks, please let us know if there’s content 
from the Boston Summit we should use to refresh the “OpenStack in Science” 
landing page.

https://www.openstack.org/science/

I was planning to ask the web team to feature the new site aggregating research 
papers [https://zenodo.org/communities/openstack-papers/], and can ask to 
update any video assets at the same time.

Cheers,
Lauren


> On May 30, 2017, at 2:46 PM, Stig Telfer  wrote:
> 
> Hi all -
> 
> We have a meeting on Tuesday at 2100 UTC in channel #openstack-meeting.  We’d 
> like to round up some summit video picks, cover the discussion on gathering 
> OpenStack-related research papers, and discuss goals for the new cycle.
> 
> Today’s full agenda is here:
> https://wiki.openstack.org/wiki/Scientific_working_group#IRC_Meeting_May_30th_2017
> 
> Details of the meeting are here:
> http://eavesdrop.openstack.org/#Scientific_Working_Group
> 
> Cheers,
> Stig
> 
> 
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Mitaka and gnocchi

2017-05-30 Thread gordon chung


On 30/05/17 10:42 AM, mate...@mailbox.org wrote:
>
> Second thing, that I don't understand is how to get access to stored
> data. For instance, with ceilometer I can execute /ceilometer
> sample-list -m memory.usage -q resource_id= /
> and receive memory usage for some instance. Now, If i execute previous
> command I get '('Connection aborted.', BadStatusLine("''",))', so if I
> understand right I should use gnocchiclient.
> I've been playing with it for a few hours already, but still no luck.
> Could you point me in right direction ?
>

gnocchi is a completely different api from ceilometer. see: 
http://gnocchi.xyz/gnocchiclient/shell.html for cli usage; 
http://gnocchi.xyz/rest.html for REST and 
https://www.slideshare.net/GordonChung/ceilometer-to-gnocchi if you're 
not sure what difference between ceilometer and gnocchi is (made that 
over a year ago, so it doesn't cover everything in gnocchi)

cheers,
-- 
gord
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] [telecom-nfv] Meeting #27

2017-05-30 Thread Curtis
Hi All,

We will have our biweekly meeting tomorrow [0]. Feel free to add to
the agenda [1].

Hope to see you there,
Curtis.

[0]: 
http://eavesdrop.openstack.org/#OpenStack_Operators_Telco_and_NFV_Working_Group
[1]: https://etherpad.openstack.org/p/ops-telco-nfv-meeting-agenda

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] [scientific] Reminder: Scientific WG IRC meeting - Tuesday 2100 UTC

2017-05-30 Thread Stig Telfer
Hi all -

We have a meeting on Tuesday at 2100 UTC in channel #openstack-meeting.  We’d 
like to round up some summit video picks, cover the discussion on gathering 
OpenStack-related research papers, and discuss goals for the new cycle.

Today’s full agenda is here:
https://wiki.openstack.org/wiki/Scientific_working_group#IRC_Meeting_May_30th_2017

Details of the meeting are here:
http://eavesdrop.openstack.org/#Scientific_Working_Group

Cheers,
Stig


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Eventbrite - Ops Meet-up Mexico City

2017-05-30 Thread Edgar Magana
Tom,

Just a kind reminder. Any update on this?

Thanks,

Edgar

From: Edgar Magana 
Date: Tuesday, May 23, 2017 at 10:15 AM
To: Tom Fifield 
Cc: openstack-operators 
Subject: Eventbrite - Ops Meet-up Mexico City

Tom,

It is time to create the Eventbrite for the Ops Meet-up in Mexico City. I was 
told you are the man helping us on this area. I have also started the etherpad 
for the meet-up that we can use as a reference.
https://etherpad.openstack.org/p/MEX-ops-meetup

Let me know what you need to create the event. The price has been decided to 
keep it as $20 USD (MXP $370 - 
http://www.xe.com/currencyconverter/convert/?Amount=20=USD=MXN)

Thanks,

Edgar
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Ops Mid-Cycle Meetup - MEX - Session Planning

2017-05-30 Thread Erik McCormick
Hello Ops,

We have begun planning the details for our next mid-cycle meetup in
Mexico City, August 9 and 10th. We need help from all of you to come
up with session ideas and to provide feedback on the proposals of
others. Even if you are not planning to attend, your feedback would be
appreciated. You can always catch up via the etherpads afterwards.

The planning etherpad can be found here:

https://etherpad.openstack.org/p/MEX-ops-meetup

Add your session ideas to the "Session Proposals" section at the
bottom or comment and +1 sessions that are already there. The most
popular sessions will get included in the final schedule, so make sure
to vote for any that interest you.

Thanks!

-Erik

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Reminder: Tuesday after Memorial Day (US) Ops Meetup Planning is one hour earlier

2017-05-30 Thread Chris Morgan
Could you let us know how mexico city planning is going? We seemed to be
lacking anyone from the de facto mexico team, so today's meeting was cut
short

Thanks!

Chris

On Tue, May 30, 2017 at 10:56 AM, Edgar Magana 
wrote:

> I just got the meeting minutes.
>
>
>
> BTW> I will be in PTO next week, So, I will miss next one.
>
>
>
> Thanks,
>
>
>
> Edgar
>
>
>
> *From: *Chris Morgan 
> *Date: *Tuesday, May 30, 2017 at 7:55 AM
> *To: *Edgar Magana 
> *Cc: *David Medberry , "openstack-operators@lists.
> openstack.org" 
>
> *Subject: *Re: [Openstack-operators] Reminder: Tuesday after Memorial Day
> (US) Ops Meetup Planning is one hour earlier
>
>
>
> it was one hour earlier, remember?
>
>
>
> On Tue, May 30, 2017 at 10:53 AM, Edgar Magana 
> wrote:
>
> Hello,
>
>
>
> Is the meeting going on? I am late but wondering if you are still around?
>
>
>
> Edgar
>
>
>
> *From: *Chris Morgan 
> *Date: *Tuesday, May 30, 2017 at 6:55 AM
> *To: *David Medberry 
> *Cc: *"openstack-operators@lists.openstack.org" <
> openstack-operators@lists.openstack.org>
> *Subject: *Re: [Openstack-operators] Reminder: Tuesday after Memorial Day
> (US) Ops Meetup Planning is one hour earlier
>
>
>
> So this meeting is due in about 5 minutes! Who wants to chair?
>
> Chris
>
>
>
> On Fri, May 26, 2017 at 12:18 PM, David Medberry 
> wrote:
>
> Just a reminder that the Tuesday after Memorial Day, bright and early (in
> the US) is the Ops Meetup Planning session in #openstack-operators on
> Freenode IRC at 14:00 UTC ie 10 am Eastern US, 9 am Central US, 8 am
> Mountain, and 7 am Pacific. Find your timezone time here:
>
>
>
> https://www.timeanddate.com/worldclock/fixedtime.html?msg=
> OpenStack+Operators+Meetup+Planning=20170530T14=1440=1
> 
>
>
>
> and we will stick with the 14:00 UTC time until further notice.
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
> 
>
>
>
>
>
> --
>
> Chris Morgan 
>
>
>
>
>
> --
>
> Chris Morgan 
>



-- 
Chris Morgan 
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Reminder: Tuesday after Memorial Day (US) Ops Meetup Planning is one hour earlier

2017-05-30 Thread Edgar Magana
I just got the meeting minutes.

BTW> I will be in PTO next week, So, I will miss next one.

Thanks,

Edgar

From: Chris Morgan 
Date: Tuesday, May 30, 2017 at 7:55 AM
To: Edgar Magana 
Cc: David Medberry , 
"openstack-operators@lists.openstack.org" 

Subject: Re: [Openstack-operators] Reminder: Tuesday after Memorial Day (US) 
Ops Meetup Planning is one hour earlier

it was one hour earlier, remember?

On Tue, May 30, 2017 at 10:53 AM, Edgar Magana 
> wrote:
Hello,

Is the meeting going on? I am late but wondering if you are still around?

Edgar

From: Chris Morgan >
Date: Tuesday, May 30, 2017 at 6:55 AM
To: David Medberry >
Cc: 
"openstack-operators@lists.openstack.org"
 
>
Subject: Re: [Openstack-operators] Reminder: Tuesday after Memorial Day (US) 
Ops Meetup Planning is one hour earlier

So this meeting is due in about 5 minutes! Who wants to chair?

Chris

On Fri, May 26, 2017 at 12:18 PM, David Medberry 
> wrote:
Just a reminder that the Tuesday after Memorial Day, bright and early (in the 
US) is the Ops Meetup Planning session in #openstack-operators on Freenode IRC 
at 14:00 UTC ie 10 am Eastern US, 9 am Central US, 8 am Mountain, and 7 am 
Pacific. Find your timezone time here:

https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenStack+Operators+Meetup+Planning=20170530T14=1440=1

and we will stick with the 14:00 UTC time until further notice.

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators



--
Chris Morgan >



--
Chris Morgan >
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Reminder: Tuesday after Memorial Day (US) Ops Meetup Planning is one hour earlier

2017-05-30 Thread Edgar Magana
Hello,

Is the meeting going on? I am late but wondering if you are still around?

Edgar

From: Chris Morgan 
Date: Tuesday, May 30, 2017 at 6:55 AM
To: David Medberry 
Cc: "openstack-operators@lists.openstack.org" 

Subject: Re: [Openstack-operators] Reminder: Tuesday after Memorial Day (US) 
Ops Meetup Planning is one hour earlier

So this meeting is due in about 5 minutes! Who wants to chair?

Chris

On Fri, May 26, 2017 at 12:18 PM, David Medberry 
> wrote:
Just a reminder that the Tuesday after Memorial Day, bright and early (in the 
US) is the Ops Meetup Planning session in #openstack-operators on Freenode IRC 
at 14:00 UTC ie 10 am Eastern US, 9 am Central US, 8 am Mountain, and 7 am 
Pacific. Find your timezone time here:

https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenStack+Operators+Meetup+Planning=20170530T14=1440=1

and we will stick with the 14:00 UTC time until further notice.

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators



--
Chris Morgan >
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] UTC 14:00 henceforth for Ops Meet Up planning

2017-05-30 Thread Chris Morgan
Today's meeting had slightly better attendance, so cautiously declaring the
new time slot an improvement.

Here are the minutes links as usual

Minutes:
http://eavesdrop.openstack.org/meetings/ops_meetup_team/2017/ops_meetup_team.2017-05-30-14.01.html
10:42 AM Minutes (text):
http://eavesdrop.openstack.org/meetings/ops_meetup_team/2017/ops_meetup_team.2017-05-30-14.01.txt
10:42 AM Log:
http://eavesdrop.openstack.org/meetings/ops_meetup_team/2017/ops_meetup_team.2017-05-30-14.01.log.html

Cheers

Chris

On Tue, May 23, 2017 at 11:45 AM, Chris Morgan  wrote:

> Many thanks to David for running this poll. We desperately needed a more
> popular slot.
>
> Minutes for today's meeting :
>
>  Meeting ended Tue May 23 15:43:14 2017 UTC. Information about
> MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
> 11:43 AM O Minutes: http://eavesdrop.openstack.
> org/meetings/ops_meetup_team/2017/ops_meetup_team.2017-05-23-15.01.html
> 11:43 AM Minutes (text): http://eavesdrop.openstack.
> org/meetings/ops_meetup_team/2017/ops_meetup_team.2017-05-23-15.01.txt
> 11:43 AM O Log: http://eavesdrop.openstack.
> org/meetings/ops_meetup_team/2017/ops_meetup_team.2017-05-
> 23-15.01.log.html
>
> On Tue, May 23, 2017 at 11:42 AM, David Medberry 
> wrote:
>
>> Ah, excellent question sean.
>>
>> This is an IRC meeting that occurs weekly currently at 14:00 (starting
>> next week) on Tuesdays in Freenode at #openstack-operators
>> (the current one is just wrapping up)
>>
>>
>> On Tue, May 23, 2017 at 9:34 AM, Sean McGinnis 
>> wrote:
>>
>>> On Tue, May 23, 2017 at 09:16:13AM -0600, David Medberry wrote:
>>> > I have picked "Tuesday, May 30, 2017 8:00 AM (Time zone: Mountain
>>> Time)" as
>>> > final option(s) for the Doodle poll "Ops Meetup Preferred Time."
>>>
>>> Hey David,
>>>
>>> Sorry, I'm sure this was stated elsewhere, but where is this meeting
>>> held?
>>>
>>> Thanks!
>>> Sean
>>>
>>>
>>
>> ___
>> OpenStack-operators mailing list
>> OpenStack-operators@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>
>>
>
>
> --
> Chris Morgan 
>



-- 
Chris Morgan 
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Mitaka and gnocchi

2017-05-30 Thread mate200
Mathieu, Gordon thank you both !
I'm using Mitaka release. It looks like that ceilometer-collector is pooling 
data to gnocchi, but I don't understand a
few things.
I'm receiving log messages to my terminal input from gnocchi-api, however in 
gnocchi.conf logging is set to write to a
file and debug is set to false. 

10.10.10.33 - - [30/May/2017 14:21:54] "PATCH 
/v1/resource/instance_disk/2940f8ed-02e7-5cc3-ae3f-3fed97ec3953 HTTP/1.1"
200 146010.10.10.33 - - [30/May/2017 14:21:54] "PATCH 
/v1/resource/instance_network_interface/02c83036-7618-526c-b7d3-
577035789e50 HTTP/1.1" 200 119110.10.10.33 - - [30/May/2017 14:21:54] "PATCH
/v1/resource/instance_network_interface/02c83036-7618-526c-b7d3-577035789e50 
HTTP/1.1" 200 119110.10.10.33 - -
[30/May/2017 14:21:54] "PATCH 
/v1/resource/instance_network_interface/02c83036-7618-526c-b7d3-577035789e50 
HTTP/1.1" 200
119110.10.10.33 - - [30/May/2017 14:21:54] "PATCH 
/v1/resource/instance_network_interface/02c83036-7618-526c-b7d3-
577035789e50 HTTP/1.1" 200 119110.10.10.33 - - [30/May/2017 14:21:54] "PATCH 
/v1/resource/instance/67896cdf-4f8e-4f33-
aef3-26456ed3f4dc HTTP/1.1" 200 201610.10.10.33 - - [30/May/2017 14:21:54] 
"POST /v1/resource/generic/2940f8ed-02e7-
5cc3-ae3f-3fed97ec3953/metric/disk.device.allocation/measures HTTP/1.1" 202 
010.10.10.33 - - [30/May/2017 14:21:54]
"POST 
/v1/resource/generic/2940f8ed-02e7-5cc3-ae3f-3fed97ec3953/metric/disk.device.write.requests/measures
 HTTP/1.1" 202
010.10.10.33 - - [30/May/2017 14:21:54] "PATCH 
/v1/resource/instance_disk/2940f8ed-02e7-5cc3-ae3f-3fed97ec3953 HTTP/1.1"
200 146010.10.10.33 - - [30/May/2017 14:21:54] "PATCH 
/v1/resource/instance_disk/2940f8ed-02e7-5cc3-ae3f-3fed97ec3953
HTTP/1.1" 200 146 


Second thing, that I don't understand is how to get access to stored data. For 
instance, with ceilometer I can execute
ceilometer sample-list -m memory.usage -q resource_id= and receive 
memory usage for some instance. Now, If i
execute previous command I get  '('Connection aborted.', 
BadStatusLine("''",))', so if I understand right I should use
gnocchiclient.I've been playing with it for a few hours already, but still no 
luck. Could you point me in right
direction ?
 -- Best regards,Mate200


On Fri, 2017-05-26 at 14:00 +, gordon chung wrote:
> On 26/05/17 09:31 AM, Mathieu Gagné wrote:
> > With Mitaka, I found that you need to run this command to get resource
> > types created in Gnocchi:
> > 
> > gnocchi-upgrade --create-legacy-resource-types
> > 
> > With latest version, Ceilometer handles that part.
> 
> this ^... thanks Mathieu!
> 
> if you are using newton or later, run:
> 
>    ceilometer-upgrade --skip-metering-database
> 
> https://docs.openstack.org/project-install-guide/telemetry/ocata/install-base-rdo.html
> 
> -- 
> gord
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] [openstack][heat][openstack-telemetry][openstack-ansible] Heat engine unable to connect to Aodh service

2017-05-30 Thread Amit Kumar
Hi All,

I have installed OpenStack Newton release using Ansible. I am trying
Orchestration with HEAT template. Here is the HEAT template I am using:
http://paste.openstack.org/show/610960/.

OS::Ceilometer:Alarm resource creation is failing while HEAT stack creation
is in progress. Here are the HEAT engine logs:
http://paste.openstack.org/show/610972/. They are showing error in
connecting to http://172.29.236.11:8042/v2/alarms but when I am trying to
"wget http://172.29.236.11:8042/v2/alarms; from the HEAT engine, it shows
connected but then "401 Unauthorized" response code.

Has anybody faced such problem, please respond?

Regards,
Amit
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Reminder: Tuesday after Memorial Day (US) Ops Meetup Planning is one hour earlier

2017-05-30 Thread Chris Morgan
So this meeting is due in about 5 minutes! Who wants to chair?

Chris

On Fri, May 26, 2017 at 12:18 PM, David Medberry 
wrote:

> Just a reminder that the Tuesday after Memorial Day, bright and early (in
> the US) is the Ops Meetup Planning session in #openstack-operators on
> Freenode IRC at 14:00 UTC ie 10 am Eastern US, 9 am Central US, 8 am
> Mountain, and 7 am Pacific. Find your timezone time here:
>
> https://www.timeanddate.com/worldclock/fixedtime.html?msg=
> OpenStack+Operators+Meetup+Planning=20170530T14=1440=1
>
> and we will stick with the 14:00 UTC time until further notice.
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>


-- 
Chris Morgan 
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] newton trove image creation

2017-05-30 Thread Ignazio Cassano
Hi All,
reading trove documentation I found is not enough clear how create trove
images.
At the following link

https://docs.openstack.org/developer/trove/dev/building_guest_images.html

I do not understant how initialize some variables:

export HOST_USERNAMEexport HOST_SCP_USERNAMEexport
GUEST_USERNAMEexport CONTROLLER_IPexport TROVESTACK_SCRIPTSexport
SERVICE_TYPEexport PATH_TROVEexport ESCAPED_PATH_TROVEexport
SSH_DIRexport GUEST_LOGDIRexport ESCAPED_GUEST_LOGDIRexport
DIB_CLOUD_INIT_DATASOURCES="ConfigDrive"export
DATASTORE_PKG_LOCATIONexport BRANCH_OVERRIDE

Anyone may help me ?

Thanks & Regards

Ignazio
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators