*** matsuhashi has joined #openstack-ceilometer | 00:18 | |
*** cjchand_ has joined #openstack-ceilometer | 00:22 | |
*** cjchand_ has quit IRC | 00:27 | |
*** alexpilotti has quit IRC | 00:45 | |
*** nosnos has joined #openstack-ceilometer | 01:30 | |
*** cjchand_ has joined #openstack-ceilometer | 02:22 | |
*** cjchand_ has quit IRC | 02:27 | |
*** matsuhashi has quit IRC | 02:47 | |
*** nosnos has quit IRC | 03:02 | |
*** matsuhashi has joined #openstack-ceilometer | 03:04 | |
*** nosnos has joined #openstack-ceilometer | 03:20 | |
*** matsuhashi has quit IRC | 03:29 | |
*** nosnos has quit IRC | 03:51 | |
*** kun_huang has joined #openstack-ceilometer | 03:57 | |
*** urulama has joined #openstack-ceilometer | 04:09 | |
*** mihgen has joined #openstack-ceilometer | 04:27 | |
*** mihgen has quit IRC | 04:29 | |
*** _nadya_ has joined #openstack-ceilometer | 05:11 | |
*** Wangpan has quit IRC | 05:13 | |
*** saju_m has joined #openstack-ceilometer | 05:13 | |
*** mihgen has joined #openstack-ceilometer | 05:16 | |
*** Wangpan has joined #openstack-ceilometer | 05:16 | |
*** ildikov_ has quit IRC | 05:18 | |
*** _nadya_ has quit IRC | 05:24 | |
*** Guest96737 has quit IRC | 05:27 | |
*** lillie has joined #openstack-ceilometer | 05:28 | |
*** lillie is now known as Guest21911 | 05:28 | |
*** jaypipes has joined #openstack-ceilometer | 06:03 | |
openstackgerrit | Jenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/84359 | 06:06 |
---|---|---|
*** eglynn has joined #openstack-ceilometer | 06:22 | |
*** ildikov_ has joined #openstack-ceilometer | 06:24 | |
*** rwsu has joined #openstack-ceilometer | 06:35 | |
*** saju_m has quit IRC | 06:41 | |
*** saju_m has joined #openstack-ceilometer | 06:55 | |
*** eglynn is now known as eglynn-afk | 07:14 | |
*** lsmola_ has joined #openstack-ceilometer | 07:16 | |
*** eouti has joined #openstack-ceilometer | 07:25 | |
*** scroiset_ is now known as scroiset | 07:38 | |
*** eglynn-afk is now known as eglynn | 07:48 | |
*** nacim has joined #openstack-ceilometer | 08:00 | |
*** eloib_ has joined #openstack-ceilometer | 08:28 | |
*** matsuhashi has joined #openstack-ceilometer | 08:35 | |
*** mihgen has quit IRC | 08:36 | |
*** nosnos has joined #openstack-ceilometer | 08:40 | |
*** mihgen has joined #openstack-ceilometer | 09:18 | |
eouti | hello | 09:25 |
eouti | where can i find good guide on how using restful web api | 09:25 |
eouti | curl -i -X GET -H "X-Auth-Token:stacktok" http://myip:8777/v1/resources | 09:25 |
eouti | stuff like this | 09:26 |
*** saju_m has quit IRC | 09:27 | |
sileht | eouti, the official docs: http://api.openstack.org/api-ref-telemetry.html | 09:30 |
sileht | eouti, or the developer one (master branch): http://docs.openstack.org/developer/ceilometer/webapi/v2.html | 09:30 |
eouti | sileht, thx | 09:31 |
eouti | but i dont get smthg | 09:32 |
eouti | i read that using : | 09:32 |
eouti | curl -i 'http://myippp:5000/v2.0/tokens' -X POST -H "Content-Type: application/json" -H "Accept: application/json" -d '{"auth": {"tenantName": "admin","passwordCredentials": {"username":"admin", "password": "stack"}}}' | 09:32 |
eouti | i can get a token | 09:32 |
eouti | so that i can run : curl -H 'X-Auth-Token: <inserttokenhere>' "http://localhost:8777/v2/meters" | 09:32 |
eglynn | eouti: also a good learning curve is simply to use the --debug option on the CLI will show you the equivalent curl commands | 09:33 |
eouti | oh ok | 09:33 |
eglynn | eouti: ... e.g. $ ceilometer --debug meter-list | 09:33 |
eglynn | eouti: https://pypi.python.org/pypi/python-ceilometerclient/1.0.10 | 09:33 |
eouti | cheers dude | 09:34 |
eouti | got some reading now | 09:34 |
eouti | just one last thing : | 09:35 |
eouti | is it normal my x auth token is very very large? | 09:36 |
eouti | not very convenient | 09:36 |
*** alexpilotti has joined #openstack-ceilometer | 09:40 | |
*** yassine has joined #openstack-ceilometer | 09:41 | |
eglynn | eouti: yeah, I hear ya about the token length | 09:44 |
eglynn | eouti: ... the keystone folks are finally recognizing that this volume of key material is unecessary, last I heard | 09:45 |
eglynn | eouti: ... so in the future expect that to be more concise | 09:45 |
eouti | ok ;) | 09:45 |
eouti | thx for ur help | 09:45 |
eglynn | eouti: ... but for now, AFAIK the only option for shorter tokens is to disable PKI token signing | 09:45 |
eouti | alright | 09:46 |
eglynn | eouti: ... so if not PKI (the default IIRC), UUID-style tokens are much shorter | 09:47 |
eglynn | eouti: ... see for example http://docs.openstack.org/developer/keystone/configuration.html#pki-or-uuid | 09:47 |
*** svetakam has quit IRC | 10:03 | |
*** matsuhashi has quit IRC | 10:16 | |
*** matsuhashi has joined #openstack-ceilometer | 10:16 | |
*** matsuhashi has quit IRC | 10:20 | |
*** saju_m has joined #openstack-ceilometer | 10:32 | |
*** inc0 has joined #openstack-ceilometer | 10:45 | |
*** saju_m has quit IRC | 10:49 | |
*** promulo_ has quit IRC | 11:01 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix Jenkins translation jobs https://review.openstack.org/83954 | 11:03 |
*** admin0 has joined #openstack-ceilometer | 11:05 | |
*** alexpilotti has quit IRC | 11:16 | |
*** saju_m has joined #openstack-ceilometer | 11:24 | |
*** admin0 has quit IRC | 11:25 | |
*** matsuhashi has joined #openstack-ceilometer | 11:26 | |
*** admin0 has joined #openstack-ceilometer | 11:29 | |
*** annegentle has quit IRC | 11:43 | |
*** eglynn is now known as eglynn-lunch | 11:48 | |
*** matsuhashi has quit IRC | 11:49 | |
*** matsuhashi has joined #openstack-ceilometer | 11:50 | |
*** promulo has joined #openstack-ceilometer | 11:50 | |
*** matsuhas_ has joined #openstack-ceilometer | 11:53 | |
*** matsuhashi has quit IRC | 11:54 | |
*** nosnos has quit IRC | 11:59 | |
*** eouti has quit IRC | 12:13 | |
*** urulama has quit IRC | 12:18 | |
*** eouti has joined #openstack-ceilometer | 12:20 | |
*** bogdando has quit IRC | 12:22 | |
*** bogdando has joined #openstack-ceilometer | 12:22 | |
*** zigo has quit IRC | 12:26 | |
*** jdob has joined #openstack-ceilometer | 12:37 | |
*** alexpilotti has joined #openstack-ceilometer | 12:39 | |
*** alexpilotti has quit IRC | 12:40 | |
*** erecio has joined #openstack-ceilometer | 12:41 | |
*** sdake_ has quit IRC | 12:45 | |
*** alexpilotti has joined #openstack-ceilometer | 12:53 | |
*** alexpilotti has quit IRC | 12:58 | |
*** ityaptin has quit IRC | 13:01 | |
*** admin0 has quit IRC | 13:07 | |
*** alexpilotti has joined #openstack-ceilometer | 13:11 | |
*** admin0 has joined #openstack-ceilometer | 13:11 | |
*** eglynn-lunch is now known as eglynn | 13:11 | |
*** changbl has quit IRC | 13:13 | |
*** rdmcnair has joined #openstack-ceilometer | 13:18 | |
*** matsuhas_ has quit IRC | 13:27 | |
*** matsuhashi has joined #openstack-ceilometer | 13:28 | |
*** matsuhas_ has joined #openstack-ceilometer | 13:31 | |
*** matsuhashi has quit IRC | 13:32 | |
*** cjchand has joined #openstack-ceilometer | 13:33 | |
*** matsuhas_ has quit IRC | 13:34 | |
*** cjchand has quit IRC | 13:34 | |
*** cjchand has joined #openstack-ceilometer | 13:36 | |
rdmcnair | hi there - I'm new to ceilometer and had a question about metering.. After creating a new meter, is there any way to view this meter in the "Metric" drop down list in the "Stats" tab? | 13:37 |
*** thomasem has joined #openstack-ceilometer | 13:39 | |
*** blinky_ghost has joined #openstack-ceilometer | 13:42 | |
rdmcnair | "2 | 13:43 |
eouti | rdmcnair, hi | 13:49 |
eouti | rdmcnair, how did you create a new meter? | 13:50 |
eouti | rdmcnair, any link? | 13:50 |
rdmcnair | hi eouti, I created the meter on the command line using ceilometer sample-create | 13:51 |
eouti | rdmcnair, okk. I'll have a look. quite new to ceilometer too.. | 13:53 |
rdmcnair | eouti: and the new meter is showing up when I do "ceilometer meter-list", but is not present under Resource Usage under daily report or stats | 13:53 |
rdmcnair | eouti: thanks a lot. | 13:54 |
eouti | rdmcnair, yea i know what u mean | 13:54 |
blinky_ghost | Hi guys, is it possible to use ceilometer with heat to relaunch/run again the heat stack when the alarm is set/reached? | 13:58 |
*** cjchand__ has joined #openstack-ceilometer | 14:01 | |
*** cjchand has quit IRC | 14:04 | |
*** alexpilotti has quit IRC | 14:05 | |
*** alexpilotti has joined #openstack-ceilometer | 14:06 | |
openstackgerrit | Ildiko Vancsa proposed a change to openstack/ceilometer: Refactor the DB implementation of Capabilities API https://review.openstack.org/84002 | 14:06 |
eglynn | rdmcnair: horizon uses a hard coded list of meters in that dropdown | 14:07 |
eglynn | rdmcnair: ... so a new meter won't show up | 14:07 |
eglynn | rdmcnair: or at least that's the way it worked in havana | 14:08 |
eglynn | rdmcnair: that code seem refactored on latest though to be more dynamic | 14:08 |
*** cjchand has joined #openstack-ceilometer | 14:08 | |
eglynn | rdmcnair: here's the havana logic, presuming that's what you're using ... | 14:09 |
eglynn | https://github.com/openstack/horizon/blob/stable/havana/openstack_dashboard/dashboards/admin/metering/tabs.py#L57 | 14:09 |
eglynn | blinky_ghost: ceilo alarm actions can POST out to an endpoint only (other than just logging) | 14:10 |
eglynn | blinky_ghost: AFAIK heat does not expose a "relaunch stack" endpoint that could be called in this way | 14:10 |
rdmcnair | eglynn: thanks. I'm actually using IceHouse, but I'll double check what tabs.py looks like there | 14:11 |
*** cjchand__ has quit IRC | 14:11 | |
*** changbl has joined #openstack-ceilometer | 14:11 | |
eglynn | blinky_ghost: (currently the autoscaling endpoint can be called with a pre-signed URL, but for Juno plan is to switch to keystone trusts - that would potentially allow more exotic callbacks into heat) | 14:13 |
blinky_ghost | eglynn: I'm trying to autoscale my stack but without using a load balancer, as I don't need it. I thought I could do it interacting with ceilometer | 14:14 |
eglynn | blinky_ghost: do you mean that you want to autoscale by relaunching stack with more or less instances each time? | 14:15 |
blinky_ghost | eglynn: yes, or let's say I have a stack with 2 instances, when the alarm is set it launches more 2 | 14:16 |
eglynn | blinky_ghost: the extra two in a fresh stack? | 14:16 |
eglynn | blinky_ghost: ... seems like a heavyweight approach to autoscaling | 14:17 |
eglynn | blinky_ghost: ... is the motivation purely to avoid an LB? | 14:17 |
blinky_ghost | eglynn: I use sip servers that work in UDP, the loadbalance is done is sip protocol, so I don't need it | 14:18 |
blinky_ghost | eglynn: also I wan't to attach floating ips to instances, and AWS::AutoScaling feature doesn't seem to permit it. I have to check on Icehouse though | 14:20 |
eglynn | blinky_ghost: hmmm, I'm still not sure I understand why you need to avoid variable instances in a single stack | 14:22 |
eglynn | blinky_ghost: ... if you've already got an inbuilt load-sharing scheme over UDP | 14:23 |
blinky_ghost | eglynn: I just want to scale automatically, create some new instances, when the load increases, let's say on network stack | 14:24 |
eglynn | blinky_ghost: so is the problem that heat autoscaling uses the user metadata tagging scheme on instances to constrain the alarm query? | 14:25 |
eglynn | blinky_ghost: ... whereas you want to constrain the alarm in a more flexible way? | 14:26 |
rdmcnair | eglynn: looks like the meter values are still hardcoded, just now in ceilometer.py in _get_<service>_meters_info | 14:26 |
eglynn | rdmcnair: a-ha, I see, that's unfortunate | 14:27 |
blinky_ghost | eglynn: the problem is that Heat AWS::AutoScaling feature doesn't permit to attach floating ips to my instances that are behind the LB. I don't mind to launch the LoadBalancer with the stack, but would be cool to attach floating ips from my pool. | 14:28 |
rdmcnair | eglynn: that it is. Thanks for the help | 14:28 |
eglynn | rdmcnair: np! | 14:28 |
blinky_ghost | eglynn: So I thought to skip AWS::AutoScaling and use something with Heat+Ceilometer to do it | 14:29 |
*** julim has joined #openstack-ceilometer | 14:34 | |
*** changbl has quit IRC | 14:34 | |
eglynn | blinky_ghost: I guess what you really need is a way to specify a floating IP pool in the Autoscaling::LaunchConfiguration? | 14:35 |
blinky_ghost | eglynn: Yeah something like that | 14:36 |
eglynn | blinky_ghost: ... TBH I don't know off-hand if that would be feasible | 14:38 |
eglynn | blinky_ghost: ... tho' at first thought it does sound like a not unreasonable expectation | 14:38 |
eglynn | blinky_ghost: ... perhaps run it by the folks on #heat? | 14:39 |
blinky_ghost | eglynn: thanks, I'll check it out | 14:40 |
*** saju_m has quit IRC | 14:50 | |
*** admin0 has quit IRC | 14:54 | |
*** sdake has joined #openstack-ceilometer | 14:58 | |
*** sdake has quit IRC | 14:58 | |
*** sdake has joined #openstack-ceilometer | 14:58 | |
*** admin0 has joined #openstack-ceilometer | 14:59 | |
*** mihgen has quit IRC | 15:01 | |
*** sayalilunkad has joined #openstack-ceilometer | 15:03 | |
*** sayalilunkad has quit IRC | 15:04 | |
*** inc0 has quit IRC | 15:05 | |
*** inc0_ has joined #openstack-ceilometer | 15:05 | |
*** admin0 has quit IRC | 15:08 | |
*** bada has joined #openstack-ceilometer | 15:09 | |
*** admin0 has joined #openstack-ceilometer | 15:10 | |
*** nacim has quit IRC | 15:15 | |
*** alexpilotti has quit IRC | 15:17 | |
*** alexpilotti has joined #openstack-ceilometer | 15:19 | |
admin0 | nova-manage: error: argument category: invalid choice: 'db_sync' | 15:27 |
admin0 | oops sorry | 15:27 |
*** zul has quit IRC | 15:28 | |
*** alexpilotti has quit IRC | 15:30 | |
*** alexpilotti has joined #openstack-ceilometer | 15:32 | |
*** zul has joined #openstack-ceilometer | 15:33 | |
*** eouti has quit IRC | 15:38 | |
*** alexpilotti has quit IRC | 15:42 | |
*** alexpilotti has joined #openstack-ceilometer | 15:43 | |
*** alexpilotti has quit IRC | 15:43 | |
*** alexpilotti has joined #openstack-ceilometer | 15:45 | |
*** admin0 has quit IRC | 15:55 | |
*** admin0 has joined #openstack-ceilometer | 15:57 | |
*** giroro_ has quit IRC | 16:01 | |
*** Ruetobas has joined #openstack-ceilometer | 16:03 | |
*** changbl has joined #openstack-ceilometer | 16:04 | |
*** prad has joined #openstack-ceilometer | 16:07 | |
*** Ruetobas has quit IRC | 16:08 | |
*** Ruetobas has joined #openstack-ceilometer | 16:11 | |
*** saju_m has joined #openstack-ceilometer | 16:12 | |
*** _cjones_ has joined #openstack-ceilometer | 16:14 | |
*** sdake_ has joined #openstack-ceilometer | 16:27 | |
*** sdake_ has joined #openstack-ceilometer | 16:27 | |
*** nikhil|afk is now known as nikhil | 16:28 | |
*** zigo has joined #openstack-ceilometer | 16:28 | |
*** zigo has quit IRC | 16:33 | |
*** zigo has joined #openstack-ceilometer | 16:34 | |
*** saju_m has quit IRC | 16:35 | |
*** zigo has quit IRC | 16:41 | |
*** nikhil is now known as nikhil_ | 16:41 | |
*** nikhil_ is now known as Guest81063 | 16:42 | |
*** Guest81063 is now known as nikhil__ | 16:44 | |
*** zigo has joined #openstack-ceilometer | 16:46 | |
*** admin0 has quit IRC | 16:46 | |
*** yassine has quit IRC | 16:48 | |
*** eglynn has quit IRC | 16:58 | |
*** jdob_ has joined #openstack-ceilometer | 17:20 | |
openstackgerrit | Jenkins proposed a change to openstack/ceilometer: Updated from global requirements https://review.openstack.org/77639 | 17:28 |
openstackgerrit | Jenkins proposed a change to openstack/pycadf: Updated from global requirements https://review.openstack.org/85765 | 17:36 |
*** sayalilunkad has joined #openstack-ceilometer | 17:39 | |
*** jdob_ has quit IRC | 17:40 | |
*** blinky_ghost has left #openstack-ceilometer | 17:44 | |
*** ildikov_ has quit IRC | 17:46 | |
*** annegentle_ has joined #openstack-ceilometer | 17:58 | |
*** kun_huang has quit IRC | 18:02 | |
*** _nadya_ has joined #openstack-ceilometer | 18:11 | |
*** _nadya_ has quit IRC | 18:19 | |
*** jdob has quit IRC | 18:22 | |
*** promulo has quit IRC | 18:28 | |
*** _nadya_ has joined #openstack-ceilometer | 18:33 | |
*** ildikov_ has joined #openstack-ceilometer | 18:39 | |
*** sayalilunkad has quit IRC | 18:46 | |
*** sayalilunkad has joined #openstack-ceilometer | 18:48 | |
*** saju_m has joined #openstack-ceilometer | 18:51 | |
*** promulo has joined #openstack-ceilometer | 18:56 | |
*** sayalilunkad has quit IRC | 19:06 | |
*** nati_ueno has joined #openstack-ceilometer | 19:14 | |
*** _nadya_ has quit IRC | 19:23 | |
*** inc0_ has quit IRC | 19:24 | |
*** promulo has quit IRC | 19:28 | |
*** promulo has joined #openstack-ceilometer | 19:28 | |
*** promulo has quit IRC | 19:42 | |
*** _nadya_ has joined #openstack-ceilometer | 19:48 | |
*** _nadya_ has quit IRC | 19:57 | |
*** scroiset_ has joined #openstack-ceilometer | 20:02 | |
*** rdmcnair has quit IRC | 20:04 | |
*** wayneseguin has joined #openstack-ceilometer | 20:09 | |
*** wayneeseguin has quit IRC | 20:10 | |
*** boris-42 has quit IRC | 20:10 | |
*** scroiset has quit IRC | 20:10 | |
*** wayneseguin is now known as wayneeseguin | 20:10 | |
*** boris-42 has joined #openstack-ceilometer | 20:28 | |
*** rdmcnair has joined #openstack-ceilometer | 20:31 | |
*** saju_m has quit IRC | 20:41 | |
*** erecio has quit IRC | 20:49 | |
openstackgerrit | Jenkins proposed a change to openstack/ceilometer: Updated from global requirements https://review.openstack.org/77639 | 21:06 |
openstackgerrit | Pradeep Kilambi proposed a change to openstack/ceilometer: Cleanup redundant try blocks https://review.openstack.org/85826 | 21:14 |
openstackgerrit | Jenkins proposed a change to openstack/python-ceilometerclient: Updated from global requirements https://review.openstack.org/83484 | 21:15 |
openstackgerrit | Jenkins proposed a change to openstack/ceilometer: Updated from global requirements https://review.openstack.org/77639 | 21:18 |
openstackgerrit | Jenkins proposed a change to openstack/python-ceilometerclient: Updated from global requirements https://review.openstack.org/83484 | 21:26 |
*** cjchand has quit IRC | 21:51 | |
*** changbl has quit IRC | 21:54 | |
*** jaypipes has quit IRC | 22:27 | |
*** prad has quit IRC | 22:33 | |
*** alexpilotti has quit IRC | 22:45 | |
*** _nadya_ has joined #openstack-ceilometer | 22:58 | |
*** _nadya_ has quit IRC | 23:02 | |
*** rdmcnair has quit IRC | 23:46 | |
*** alexpilotti has joined #openstack-ceilometer | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!