*** fnaval has joined #openstack-ceilometer | 00:13 | |
*** matsuhashi has joined #openstack-ceilometer | 00:19 | |
*** nati_ueno has quit IRC | 00:30 | |
*** nati_ueno has joined #openstack-ceilometer | 00:41 | |
*** nati_uen_ has joined #openstack-ceilometer | 00:59 | |
*** nati_ueno has quit IRC | 01:03 | |
*** nosnos has joined #openstack-ceilometer | 01:36 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ceilometer: Updated from global requirements https://review.openstack.org/88714 | 01:46 |
---|---|---|
*** rwsu has quit IRC | 01:47 | |
*** fnaval has quit IRC | 02:08 | |
*** fnaval has joined #openstack-ceilometer | 02:09 | |
*** fnaval has quit IRC | 02:13 | |
*** nati_uen_ has quit IRC | 02:27 | |
*** nati_ueno has joined #openstack-ceilometer | 02:33 | |
*** nati_ueno has quit IRC | 02:45 | |
*** nati_uen_ has joined #openstack-ceilometer | 02:49 | |
*** nati_uen_ has quit IRC | 02:55 | |
*** flwang has quit IRC | 03:01 | |
*** matsuhashi has quit IRC | 03:20 | |
*** nosnos has quit IRC | 03:32 | |
*** nati_ueno has joined #openstack-ceilometer | 03:49 | |
*** nati_ueno has quit IRC | 04:03 | |
*** nati_ueno has joined #openstack-ceilometer | 04:18 | |
*** matsuhashi has joined #openstack-ceilometer | 04:28 | |
*** nati_ueno has quit IRC | 04:29 | |
*** nosnos has joined #openstack-ceilometer | 04:37 | |
*** ildikov has quit IRC | 04:38 | |
*** flwang has joined #openstack-ceilometer | 04:41 | |
*** sdake_ has quit IRC | 04:45 | |
*** piyushmasrani has joined #openstack-ceilometer | 05:01 | |
*** matsuhas_ has joined #openstack-ceilometer | 05:02 | |
*** matsuhashi has quit IRC | 05:05 | |
*** nati_ueno has joined #openstack-ceilometer | 05:09 | |
*** sdake_ has joined #openstack-ceilometer | 05:22 | |
*** ildikov has joined #openstack-ceilometer | 05:34 | |
*** nati_ueno has quit IRC | 05:49 | |
*** matsuhas_ has quit IRC | 06:02 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/88506 | 06:03 |
*** matsuhashi has joined #openstack-ceilometer | 06:10 | |
*** nati_ueno has joined #openstack-ceilometer | 06:12 | |
*** _nadya_ has joined #openstack-ceilometer | 06:13 | |
*** _nadya_ has quit IRC | 06:45 | |
*** yfujioka has joined #openstack-ceilometer | 06:51 | |
*** eglynn has joined #openstack-ceilometer | 07:16 | |
*** shardy_afk is now known as shardy | 07:30 | |
*** nacim has joined #openstack-ceilometer | 07:50 | |
*** nati_ueno has quit IRC | 07:54 | |
*** ildikov_ has joined #openstack-ceilometer | 08:03 | |
*** ildikov has quit IRC | 08:05 | |
ildikov_ | sileht: thanks :) | 08:06 |
sileht | ildikov_, welcome :) | 08:07 |
*** idegtiarov has joined #openstack-ceilometer | 08:07 | |
*** yfujioka has quit IRC | 08:25 | |
DinaBelova | ildikov_, eglynn - I've noticed yesterday one moment >>> As I see pymongo's bson submodule is used in three storage impls of Ceilometer (and it's not set in the requirements file). So possibly it might be set in the requirements (as it's used in three impls, as said) or should be somehow mentioned in the installation docs... As in these impls cases it'll be no needed dependency installed. What change do you suggest for me to do | 08:46 |
DinaBelova | (docs/reqs)? <<< and I've published docs change for that - https://review.openstack.org/#/c/89398/ | 08:46 |
DinaBelova | yesterday it was silent here)) | 08:46 |
eglynn | DinaBelova: yeah, yesterday was a public holiday for many of the active contributors | 08:47 |
DinaBelova | oh, yes) completely forgot about it) | 08:47 |
eglynn | DinaBelova: so the pymongo requirements issue, hmmm | 08:49 |
DinaBelova | yep - it still looks like runtime dependency :-| | 08:49 |
eglynn | DinaBelova: ... do you mean that pymongo is in the test-requirements instead of the core requirements? | 08:49 |
eglynn | DinaBelova: ... i.e. https://github.com/openstack/ceilometer/blob/master/test-requirements.txt#L15 | 08:50 |
DinaBelova | well, I mean that it's not set in the reqs and not mentioned in the docs :? | 08:50 |
DinaBelova | but in the 3 impls of storage it's needed | 08:50 |
DinaBelova | as its bson submodule is used there | 08:50 |
DinaBelova | it still looks like runtime dependency :-| that's why I decided not to add it to the requirements, but to mention it in the docs | 08:51 |
eglynn | DinaBelova: ... well I'm not 100% sure why pymongo is listed in the test-requirements instead of the main requirements | 08:51 |
eglynn | (which is where I'd expect it to be) | 08:51 |
DinaBelova | heh)) | 08:51 |
DinaBelova | well, please tell me what to do))) | 08:51 |
DinaBelova | I may rewrite doc one more time - anyway. this part is needed there, as I did, I guess | 08:52 |
eglynn | DinaBelova: ... hmm interesting https://github.com/openstack/ceilometer/commit/febc8347 | 08:52 |
openstackgerrit | A change was merged to openstack/ceilometer: Remove ceilometer.conf.sample https://review.openstack.org/88560 | 08:52 |
DinaBelova | but also I may move pymongo from test to the reqs | 08:52 |
eglynn | "requirements.txt is only appropriate for libraries that are always needed, as they will be installed all the time." | 08:52 |
DinaBelova | yes, that's why I'm still not sure | 08:52 |
DinaBelova | and added only docs | 08:52 |
DinaBelova | here: https://review.openstack.org/#/c/89398/ | 08:53 |
eglynn | DinaBelova: so looking at that commit referenced above it was a deliberate move out of the requirements.txt | 08:53 |
DinaBelova | the only moment here is that pymongo is used not only itself, but the bson submodule too | 08:54 |
DinaBelova | that's not directly connected with DB, but, well, it's the util for that | 08:54 |
DinaBelova | well, I guess docs change will be ok here :-| | 08:55 |
eglynn | DinaBelova: yeah should be OK to just doc it | 08:55 |
DinaBelova | ok, cool :) | 08:55 |
eglynn | DinaBelova: ... but the point about the bson submodule | 08:56 |
eglynn | DinaBelova: ... is that significant? ... isn't that satisfied by the same dependency? | 08:56 |
DinaBelova | bson is the pymongo's sumbodule -> it's installed only with it | 08:57 |
DinaBelova | I mean, that there is pythin bson package itself, but that's not what we need here... | 08:57 |
DinaBelova | we need pymongo's bson | 08:57 |
DinaBelova | so for the HBase, DB2 and Mongo we need pymongo to be installed... | 08:58 |
ildikov_ | hi guys, sorry I'm on a meeting, so I'm here like a ghost and/or a spy currently :) | 08:59 |
DinaBelova | ildikov_, o/ ok) | 09:00 |
DinaBelova | eglynn, please look here - https://github.com/openstack/ceilometer/search?q=bson&ref=cmdform - I can see that *pymongo*'s bson it's used there | 09:00 |
ildikov_ | as I saw after a quick reading the requirements issue is answered | 09:01 |
ildikov_ | DinaBelova: I saw your doc patch, I just did not have a chance to read it properly, hopefully today I can get there | 09:02 |
eglynn | DinaBelova: ok, so the point being that we've an implicit dependency here on bson from pymongo shadowing any other bson module? | 09:02 |
DinaBelova | ildikov_, thanks, I'm just wondering how should that be done :? via docs or via requirements :) trying to get it now)) | 09:03 |
DinaBelova | eglynn, well, in some way - yes | 09:03 |
DinaBelova | that's pymongo's bson, I've rechecked it several times | 09:03 |
eglynn | DinaBelova: ... for mongo and db2, that we would seem to be natural given that pymongo is gonna be needed anyway right? | 09:03 |
eglynn | DinaBelova: ... i.e. the mongo driver simply will not work unless pymongo is available | 09:03 |
DinaBelova | and for the hbase too | 09:03 |
DinaBelova | so for the mongo, hbase and db2 ceilometer won't start without pymongo | 09:04 |
ildikov_ | for mongo and db2 pymongo is an exact requirement | 09:04 |
eglynn | DinaBelova: ... yep, my thought exactly, for hbase tho' it's not so clear or obvious | 09:04 |
DinaBelova | it's json_util used there in current code | 09:04 |
DinaBelova | from pymnogo's bson | 09:04 |
DinaBelova | pymongo* | 09:04 |
eglynn | DinaBelova: ... i.e. as a user, I'd expect to need pymongo if I deploy the mongo storage driver | 09:05 |
eglynn | DinaBelova: ... whereas I wouldn't automatically expect to need pymongo if I deploy the hbase storage driver | 09:05 |
DinaBelova | yep, I see here some strange moment too)) | 09:05 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Consume notif. from multiple message bus https://review.openstack.org/77612 | 09:05 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Use NotificationPlugin as an oslo.msg endpoint https://review.openstack.org/77611 | 09:06 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Use oslo.msg retry API in rpc publisher https://review.openstack.org/77845 | 09:06 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Permit usage of notifications for metering https://review.openstack.org/80225 | 09:06 |
eglynn | DinaBelova: ... so in that case, the requirement would need to be very clearly signalled (in docco for ex.) | 09:06 |
DinaBelova | eglynn, well, so my docs change is okay now? | 09:06 |
DinaBelova | for now* | 09:06 |
eglynn | DinaBelova: ... yeah it's on the right track, prolly best to discuss the fine detail on gerrit tho' | 09:08 |
DinaBelova | okay! | 09:08 |
ildikov_ | DinaBelova: I think it's ok to get the doc into a good shape with every info about the requirements, I will check your patch today, sorry for being so distracted :) | 09:12 |
DinaBelova | ildikov_, np) | 09:12 |
eglynn | DinaBelova: thanks for that docco patch ... some initial comments: https://review.openstack.org/#/c/89398/1/doc/source/install/manual.rst | 09:26 |
DinaBelova | eglynn, coolio, will fix it) | 09:27 |
eglynn | DinaBelova: thanking you! :) | 09:27 |
DinaBelova | eglynn, heh, got problem with defining the >=version for the yum) Is that possible? | 09:44 |
*** _nadya_ has joined #openstack-ceilometer | 09:46 | |
openstackgerrit | Dina Belova proposed a change to openstack/ceilometer: Describe storage backends in the collector installation guide https://review.openstack.org/89398 | 09:47 |
eglynn | DinaBelova: well yum will install the latest available, but you can check what that is using: sudo yum list python-pymongo | 09:48 |
*** _nadya_ has quit IRC | 09:50 | |
nprivalova | eglynn: hi! JFYI, today I'm going on infra meeting to discuss f20 jobs | 10:02 |
eglynn | nprivalova: cool, what time? | 10:02 |
nprivalova | eglynn: hmm, let me fing UTC time :) | 10:02 |
nprivalova | eglynn: 1900 UTC | 10:04 |
eglynn | nprivalova: cool, I'll lurk also :) | 10:04 |
*** nprivalova has left #openstack-ceilometer | 10:08 | |
*** flwang has quit IRC | 10:31 | |
*** alexpilotti has joined #openstack-ceilometer | 11:02 | |
*** alexpilotti has quit IRC | 11:07 | |
*** cdent has joined #openstack-ceilometer | 11:22 | |
*** cdent has quit IRC | 11:40 | |
openstackgerrit | Dina Belova proposed a change to openstack/ceilometer: Describe storage backends in the collector installation guide https://review.openstack.org/89398 | 11:40 |
*** cdent has joined #openstack-ceilometer | 11:42 | |
*** eglynn has quit IRC | 11:59 | |
*** gordc has joined #openstack-ceilometer | 12:04 | |
*** eglynn has joined #openstack-ceilometer | 12:04 | |
*** jdob has joined #openstack-ceilometer | 12:06 | |
*** jdob has quit IRC | 12:09 | |
*** jdob has joined #openstack-ceilometer | 12:09 | |
*** erecio has joined #openstack-ceilometer | 12:13 | |
openstackgerrit | A change was merged to openstack/ceilometer: Use NotificationPlugin as an oslo.msg endpoint https://review.openstack.org/77611 | 12:19 |
*** bada has joined #openstack-ceilometer | 12:32 | |
*** prad has joined #openstack-ceilometer | 12:42 | |
*** matsuhashi has quit IRC | 12:43 | |
*** thomasem has joined #openstack-ceilometer | 12:43 | |
*** matsuhashi has joined #openstack-ceilometer | 12:43 | |
*** matsuhashi has quit IRC | 12:48 | |
*** nosnos has quit IRC | 12:48 | |
*** nosnos has joined #openstack-ceilometer | 12:51 | |
*** nosnos has quit IRC | 12:52 | |
*** eglynn has quit IRC | 12:57 | |
*** heyongli has joined #openstack-ceilometer | 12:59 | |
*** terriyu has joined #openstack-ceilometer | 13:02 | |
*** thomasem has quit IRC | 13:05 | |
*** thomasem has joined #openstack-ceilometer | 13:09 | |
*** eglynn has joined #openstack-ceilometer | 13:17 | |
openstackgerrit | Dina Belova proposed a change to openstack/ceilometer: Change 200->404 for the history of non-existent alarm https://review.openstack.org/89566 | 13:19 |
*** prad has quit IRC | 13:27 | |
*** lsmola has joined #openstack-ceilometer | 13:27 | |
*** promulo has quit IRC | 13:33 | |
*** nacim_ has joined #openstack-ceilometer | 13:40 | |
*** nacim has quit IRC | 13:40 | |
*** ilyashakhat has joined #openstack-ceilometer | 13:41 | |
*** julim has joined #openstack-ceilometer | 13:42 | |
*** terriyu has quit IRC | 13:45 | |
*** kun_huang has joined #openstack-ceilometer | 13:59 | |
*** prad has joined #openstack-ceilometer | 14:03 | |
*** heyongli has quit IRC | 14:05 | |
*** ashestakov_ has joined #openstack-ceilometer | 14:08 | |
*** flwang has joined #openstack-ceilometer | 14:09 | |
*** rwsu has joined #openstack-ceilometer | 14:09 | |
*** changbl has quit IRC | 14:18 | |
*** _nadya_ has joined #openstack-ceilometer | 14:25 | |
*** fnaval has joined #openstack-ceilometer | 14:28 | |
*** eglynn is now known as eglynn-call | 14:29 | |
*** nealph has joined #openstack-ceilometer | 14:33 | |
*** jergerber has joined #openstack-ceilometer | 14:49 | |
*** alexpilotti has joined #openstack-ceilometer | 15:04 | |
*** lsmola has quit IRC | 15:04 | |
_nadya_ | jd__, eglynn-call, ildikov_, sileht, could you please take a look on our discussions here https://review.openstack.org/#/c/86408/ ? If you have time. We need more thoughts :) My -2 is discussible | 15:05 |
*** nekron99 has quit IRC | 15:08 | |
*** nacim_ has quit IRC | 15:10 | |
*** ruhe has joined #openstack-ceilometer | 15:17 | |
*** Hao has joined #openstack-ceilometer | 15:27 | |
ityaptin | eglynn, ildikov_, jd__, sileht: Hi! We started to test performance collector with different backends. If it is not inconvenient to you, may you take a look on document? https://docs.google.com/document/d/1ARpKiYW2WN94JloG0prNcLjMeom-ySVhe8fvjXG_uRU/edit?usp=sharing | 15:37 |
*** nacim_ has joined #openstack-ceilometer | 15:38 | |
ildikov_ | ityaptin: thanks, sure, I will try to get to it today or tomorrow morning the latest | 15:39 |
ityaptin | Please, if you have some comments or cases for performance testing, you may comment document or use etherpad: https://etherpad.openstack.org/p/performance_test_for_ceilometer_collector_and_api | 15:39 |
ityaptin | ildikov_: Thanks) | 15:39 |
*** _cjones_ has joined #openstack-ceilometer | 15:59 | |
*** Ruetobas has quit IRC | 16:01 | |
*** _cjones_ has quit IRC | 16:01 | |
*** _cjones_ has joined #openstack-ceilometer | 16:02 | |
*** Ruetobas has joined #openstack-ceilometer | 16:03 | |
*** Ruetobas has quit IRC | 16:08 | |
*** Ruetobas has joined #openstack-ceilometer | 16:08 | |
*** julim has quit IRC | 16:15 | |
*** changbl has joined #openstack-ceilometer | 16:19 | |
*** julim has joined #openstack-ceilometer | 16:20 | |
openstackgerrit | A change was merged to openstack/ceilometer: Consume notif. from multiple message bus https://review.openstack.org/77612 | 16:25 |
openstackgerrit | Pradeep Kilambi proposed a change to openstack/ceilometer: Fix debug message to be less aggressive https://review.openstack.org/89632 | 16:26 |
*** nacim_ has quit IRC | 16:28 | |
*** eglynn-call has quit IRC | 16:38 | |
*** shakamunyi has joined #openstack-ceilometer | 16:41 | |
openstackgerrit | Pradeep Kilambi proposed a change to openstack/ceilometer: Fix debug message to be less aggressive https://review.openstack.org/89632 | 16:42 |
*** alexpilotti has quit IRC | 16:43 | |
*** alexpilotti has joined #openstack-ceilometer | 16:45 | |
*** _nadya_ has quit IRC | 16:48 | |
*** nekron99 has joined #openstack-ceilometer | 16:52 | |
*** nekron99 has quit IRC | 16:57 | |
*** eglynn-call has joined #openstack-ceilometer | 17:07 | |
*** alexpilotti_ has joined #openstack-ceilometer | 17:10 | |
*** idegtiarov has quit IRC | 17:11 | |
*** liusheng has quit IRC | 17:11 | |
*** alexpilotti has quit IRC | 17:13 | |
*** alexpilotti_ is now known as alexpilotti | 17:13 | |
*** nati_ueno has joined #openstack-ceilometer | 17:14 | |
*** fabio has joined #openstack-ceilometer | 17:15 | |
*** fabio is now known as fabiog | 17:15 | |
*** _nadya_ has joined #openstack-ceilometer | 17:18 | |
*** gordc has quit IRC | 17:24 | |
*** Alexei_987 has joined #openstack-ceilometer | 17:28 | |
*** ildikov_ has quit IRC | 17:36 | |
*** sdake is now known as sdake-afk | 17:49 | |
*** _nadya_ has quit IRC | 17:51 | |
*** _nadya_ has joined #openstack-ceilometer | 17:59 | |
*** sdake-afk is now known as sdake | 18:05 | |
*** Hao has quit IRC | 18:12 | |
*** Hao has joined #openstack-ceilometer | 18:12 | |
*** Hao has quit IRC | 18:16 | |
*** tongli has joined #openstack-ceilometer | 18:19 | |
*** _nadya_ has quit IRC | 18:33 | |
*** nekron99 has joined #openstack-ceilometer | 18:38 | |
*** kun_huang has quit IRC | 18:41 | |
*** kun_huang has joined #openstack-ceilometer | 18:45 | |
*** kun_huang has quit IRC | 18:46 | |
*** ildikov has joined #openstack-ceilometer | 18:46 | |
*** cdent has quit IRC | 18:47 | |
*** eglynn-call is now known as eglynn | 18:48 | |
*** openstackgerrit has quit IRC | 18:49 | |
*** openstackgerrit has joined #openstack-ceilometer | 18:49 | |
openstackgerrit | Dina Belova proposed a change to openstack/ceilometer: Change 200->404 for the history of non-existent alarm https://review.openstack.org/89566 | 18:49 |
DinaBelova | ildikov, please take a look ^^ - I did not notice your comments to the 1st patchset, but somehow did as you wish) | 18:53 |
*** _nadya_ has joined #openstack-ceilometer | 18:53 | |
*** promulo has joined #openstack-ceilometer | 18:55 | |
ildikov | DinaBelova: ok,, thanks, I will take a look, tomorrow at the latest | 18:56 |
DinaBelova | ildikov, thank you) | 18:56 |
*** lsmola has joined #openstack-ceilometer | 18:56 | |
*** lsmola has left #openstack-ceilometer | 18:56 | |
*** nati_ueno has quit IRC | 18:58 | |
ildikov | DinaBelova: I'm still not 100% sure that it is needed, so I'm waiting for some other opinions too | 19:01 |
DinaBelova | okay | 19:02 |
ildikov | DinaBelova: but I will check the new patch set anyway from the needed PoV | 19:02 |
DinaBelova | ildikov, thank you)) | 19:02 |
*** nati_ueno has joined #openstack-ceilometer | 19:04 | |
ildikov | DinaBelova: np | 19:04 |
*** liusheng has joined #openstack-ceilometer | 19:08 | |
*** nati_ueno has quit IRC | 19:14 | |
DinaBelova | ildikov, I got some problems with writing docs section about the db2 :-| Frankly speaking I have no idea what to mention there... | 19:16 |
*** eglynn has quit IRC | 19:18 | |
ildikov | DinaBelova: it was years ago, when I last installed DB2, so from the top of my head I also do not have much addition to that :) | 19:18 |
ildikov | DinaBelova: I think there should be some install guide on google, that could be linked | 19:18 |
*** eglynn has joined #openstack-ceilometer | 19:19 | |
DinaBelova | ildikov, will find some) | 19:19 |
ildikov | DinaBelova: maybe you can ask tongli, if there are any specialities regarding to the configuration or usage, he made some tests for me a while ago against DB2 | 19:19 |
DinaBelova | tongli, you here? :) | 19:20 |
tongli | @DinaBelova, I am here. | 19:20 |
tongli | what's up? | 19:20 |
DinaBelova | I'm rewriting doc for the ceilometer installation | 19:20 |
DinaBelova | about the the possible storage backends | 19:21 |
ildikov | DinaBelova: but I think for the first step it should be enough to add the URL, point there an install guide, mention pymongo and then it can further extended if needed | 19:21 |
DinaBelova | and I got problems with finding best guide for the DB2 installation | 19:21 |
DinaBelova | tongli, may you advice some? | 19:22 |
tongli | ah. ok, the db2 installation should simply say that the installation should follow IBM db2 nosql installation docs. | 19:23 |
*** nati_ueno has joined #openstack-ceilometer | 19:23 | |
tongli | I assume that you are not asking how to enable db2 driver in ceilometer, | 19:24 |
tongli | if that is the case, it will be really easy. | 19:24 |
tongli | simply change the connection configuration to something like db2://hostname:port/ceilometer | 19:24 |
DinaBelova | I'm trying to find the link to the IBM db2 nosql installation docs)) | 19:24 |
tongli | if you are asking on doc how to install db2, I would think it is out of scope of the ceilometer. if that makes any sense. | 19:25 |
DinaBelova | well, okay, won't mention that in the doc | 19:25 |
*** shakamunyi has quit IRC | 19:33 | |
*** _nadya_ has quit IRC | 19:34 | |
*** _nadya_ has joined #openstack-ceilometer | 19:35 | |
*** shakamunyi has joined #openstack-ceilometer | 19:36 | |
*** eglynn_ has joined #openstack-ceilometer | 19:37 | |
*** eglynn has quit IRC | 19:40 | |
openstackgerrit | Dina Belova proposed a change to openstack/ceilometer: Describe storage backends in the collector installation guide https://review.openstack.org/89398 | 19:44 |
*** alexpilotti has quit IRC | 19:46 | |
*** fabiog has quit IRC | 19:51 | |
*** alexpilotti has joined #openstack-ceilometer | 19:52 | |
*** joesavak has joined #openstack-ceilometer | 19:53 | |
*** _nadya_ has quit IRC | 20:05 | |
*** gordc has joined #openstack-ceilometer | 20:24 | |
*** _nadya_ has joined #openstack-ceilometer | 20:27 | |
*** tongli has quit IRC | 20:30 | |
*** julim has quit IRC | 20:30 | |
*** nekron99 has quit IRC | 20:32 | |
*** wangzb has joined #openstack-ceilometer | 20:34 | |
*** _nadya_ has quit IRC | 20:37 | |
*** fabiog has joined #openstack-ceilometer | 20:53 | |
*** erecio has quit IRC | 20:59 | |
*** nati_ueno has quit IRC | 20:59 | |
*** nati_ueno has joined #openstack-ceilometer | 21:00 | |
*** jdob has quit IRC | 21:04 | |
*** _nadya_ has joined #openstack-ceilometer | 21:07 | |
*** fabiog has quit IRC | 21:09 | |
*** caynan has joined #openstack-ceilometer | 21:12 | |
wangzb | Hello, I am wondering if anyone can give me a hand. I am trying the autoscaling.yaml template. However, the scaling is not happening. I can see alarm status in alarm-history, but no actions are triggered. | 21:15 |
*** nekron99 has joined #openstack-ceilometer | 21:15 | |
nekron99 | when i run 'tox' with a fresh install of ceilometer, i'm getting errors | 21:16 |
wangzb | I also created an alarm manually with 'log://', got the same result. no actions, | 21:16 |
nekron99 | following these instructions: http://docs.openstack.org/developer/ceilometer/contributing/source.html | 21:17 |
*** thomasem has quit IRC | 21:17 | |
nekron99 | 'tox -e py27,pep8' | 21:17 |
*** fnaval has quit IRC | 21:19 | |
*** fnaval has joined #openstack-ceilometer | 21:19 | |
nekron99 | tox | 21:19 |
nekron99 | Traceback (most recent call last): | 21:19 |
nekron99 | File "/usr/local/bin/tox", line 9, in <module> | 21:19 |
nekron99 | load_entry_point('tox==1.7.1', 'console_scripts', 'tox')() | 21:19 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_cmdline.py", line 25, in main | 21:19 |
nekron99 | config = parseconfig(args, 'tox') | 21:19 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 47, in parseconfig | 21:20 |
nekron99 | parseini(config, inipath) | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 281, in __init__ | 21:20 |
nekron99 | config) | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 346, in _makeenvconfig | 21:20 |
nekron99 | vc.commands = reader.getargvlist(section, "commands") | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 518, in getargvlist | 21:20 |
nekron99 | commandlist.append(self._processcommand(current_command)) | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 550, in _processcommand | 21:20 |
nekron99 | new_word = self._replace(word) | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 666, in _replace | 21:20 |
nekron99 | return RE_ITEM_REF.sub(self._replace_match, x) | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 662, in _replace_match | 21:20 |
nekron99 | return handler(match) | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 633, in _replace_substitution | 21:20 |
nekron99 | val = self._substitute_from_other_section(sub_key) | 21:20 |
nekron99 | File "/usr/local/lib/python2.7/dist-packages/tox/_config.py", line 627, in _substitute_from_other_section | 21:20 |
nekron99 | "substitution key %r not found" % key) | 21:20 |
nekron99 | tox.ConfigError: ConfigError: substitution key 'posargs' not found | 21:20 |
*** fnaval has quit IRC | 21:24 | |
*** fnaval has joined #openstack-ceilometer | 21:38 | |
*** _nadya_ has quit IRC | 21:51 | |
*** gordc has quit IRC | 21:54 | |
*** nati_ueno has quit IRC | 22:04 | |
*** _nadya_ has joined #openstack-ceilometer | 22:17 | |
*** joesavak has quit IRC | 22:18 | |
*** prad has quit IRC | 22:24 | |
*** nati_ueno has joined #openstack-ceilometer | 22:24 | |
*** nekron99 has quit IRC | 22:29 | |
*** rafael1 has joined #openstack-ceilometer | 22:31 | |
*** rafael1 has quit IRC | 22:32 | |
*** nekron99 has joined #openstack-ceilometer | 22:40 | |
*** nati_ueno has quit IRC | 22:43 | |
*** fnaval has quit IRC | 23:00 | |
*** eglynn_ has quit IRC | 23:02 | |
*** nati_ueno has joined #openstack-ceilometer | 23:02 | |
*** wangzb has quit IRC | 23:10 | |
*** jergerber has quit IRC | 23:15 | |
*** changbl has quit IRC | 23:18 | |
*** fnaval has joined #openstack-ceilometer | 23:22 | |
*** yfujioka has joined #openstack-ceilometer | 23:36 | |
*** fnaval has quit IRC | 23:48 | |
*** fnaval has joined #openstack-ceilometer | 23:49 | |
*** fnaval has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!