*** yamamoto has quit IRC | 00:00 | |
jeblair | pabelanger: wow you uploaded that *just* in time | 00:00 |
---|---|---|
pabelanger | was too busy copying the original commit message | 00:00 |
jeblair | pabelanger: heh, i think the commit message is wrong, but let's leave it and merge+restart asap | 00:01 |
*** M-docaedo_vector has quit IRC | 00:04 | |
*** thorst has quit IRC | 00:05 | |
*** dkehn has joined #openstack-infra | 00:07 | |
jeblair | pabelanger: when it lands, i will update all the launchers and hard restart them | 00:08 |
openstackgerrit | Merged openstack-infra/zuul: Strip leading / from afs targets https://review.openstack.org/380673 | 00:09 |
mgagne | I found some cases where Gerrit replies with the exact reason why the push was refused: https://bugs.chromium.org/p/gerrit/issues/detail?id=1728 No luck with Gerrit 2.11 :-/ | 00:09 |
mgagne | maybe the "feature" got dropped | 00:09 |
*** xarses has joined #openstack-infra | 00:10 | |
jeblair | hard restarting zuul launchers now | 00:10 |
*** amitgandhinz has quit IRC | 00:10 | |
pabelanger | ack | 00:11 |
*** dfflanders has joined #openstack-infra | 00:11 | |
asselin_ | mgagne, any idea what I'm doing wrong? This works in pycharm, but not on the command line...?? http://paste.openstack.org/show/583702/ | 00:12 |
*** kaisers2 has joined #openstack-infra | 00:12 | |
*** kaisers has quit IRC | 00:12 | |
mgagne | asselin_: what's the value of type_cl ? | 00:13 |
*** tonytan4ever has quit IRC | 00:13 | |
jeblair | pabelanger: telnet://149.202.172.231:19885 | 00:13 |
mgagne | asselin: there is an example with import_class here: https://github.com/openstack/nova/blob/master/nova/compute/__init__.py#L47 | 00:13 |
pabelanger | jeblair: watching | 00:13 |
mgagne | asselin_: you can find example of values in CELL_TYPE_TO_CLS_NAME above | 00:14 |
asselin_ | mgagne, http://paste.openstack.org/show/583703/ | 00:14 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Make bug name, type, and url explicit https://review.openstack.org/375113 | 00:14 |
asselin_ | mgagne, code ^^ | 00:14 |
jlvillal | amrith, On the gist you shared: https://gist.github.com/anonymous/da3bb0fb30a7f47bf1c6e7a7b4b02339 | 00:15 |
jlvillal | amrith, All those *.pyc files could be in the .tox/ directory. | 00:15 |
asselin_ | i'll try other that snippet you provided | 00:16 |
jlvillal | amrith, We shouldn't try to stop *.pyc files in .tox/ | 00:16 |
mgagne | asselin_: could it be type is a reserved name? | 00:16 |
* asselin_ renames 'type' | 00:16 | |
*** adrian_otto has quit IRC | 00:16 | |
jlvillal | 'type' is a reserved name in python. | 00:17 |
mgagne | jlvillal: not according to https://docs.python.org/3.0/reference/lexical_analysis.html | 00:17 |
jlvillal | mgagne, Built in function then | 00:17 |
mgagne | jlvillal: but could be something else already defined | 00:17 |
*** salv-orlando has joined #openstack-infra | 00:17 | |
mgagne | yea | 00:17 |
jeblair | yeah, you can shadow it, but it's frowned upon | 00:17 |
*** tiswanso has joined #openstack-infra | 00:17 | |
mgagne | ಠ_ಠ | 00:18 |
jlvillal | +1. Don't overwrite built-in functions :) | 00:18 |
jlvillal | makes for confusing code to read | 00:18 |
*** Apoorva has quit IRC | 00:18 | |
mgagne | but type_cl is used in your case so shouldn't that much of a problem for import_class | 00:19 |
*** claudiub has quit IRC | 00:19 | |
jlvillal | mgagne, Not my case. I'm not doing it. But yes type_cl should be a fine name for a variable. | 00:19 |
jeblair | pabelanger: http://files.openstack.org/docs/ | 00:20 |
jeblair | pabelanger: \o/ | 00:20 |
pabelanger | Nice, just see that | 00:20 |
jeblair | pabelanger: also http://files.openstack.org/docs/infra/zuul/ still exists! | 00:20 |
jeblair | pabelanger: so rsync did not recursively delete all of the docs :) | 00:21 |
pabelanger | excellent | 00:21 |
*** salv-orlando has quit IRC | 00:21 | |
asselin_ | renaming didn't work. what does that error mean? file/class not found, or some other permission issue? not much on google.. "ImportError: Import by filename is not supported" | 00:22 |
pabelanger | jeblair: is the plan to give is a few days for afsdocs jobs to populate everything before changing DNS? | 00:22 |
*** tiswanso has quit IRC | 00:22 | |
mgagne | asselin_: I would print the value of those variables and see what they contain. maybe it's not what you expect | 00:23 |
mgagne | to reproduce, I checkout your change and run the command found in paste? | 00:23 |
jeblair | pabelanger: yes; i also think we need to chat with the docs folks about when they're comfortable making the switch -- including giving them a chance to trigger any jobs to fill in any holes, or maybe copy stuff over from the ftp site | 00:23 |
asselin_ | mgagne, yes....you'll need that .conf file, and I think the snippet I provided is sufficient | 00:24 |
mgagne | looks like I'm not getting the error. outputting Starting query for bug ... | 00:26 |
asselin_ | huh....something w/ my env then.... | 00:27 |
mgagne | I'm using oslo.utils==3.16.0 | 00:27 |
asselin_ | works in pycharm...not on command line :/ | 00:27 |
asselin_ | same | 00:27 |
mgagne | I don't use pycharm =) | 00:27 |
asselin_ | I'm in a virtualenv..you? | 00:27 |
mgagne | ran this command: tox -evenv -- elastic-recheck-graph -c elasticRecheckOO.conf -o web/share/elastic-recheck/data/all.json -v queries/ | 00:27 |
mgagne | Python 2.7.2 | 00:28 |
mgagne | super old python, I can update and see if it changes anything | 00:28 |
mgagne | now it fails with: ImportError: No module named logstash-%Y.%m | 00:30 |
mgagne | and now with ImportError: Import by filename is not supported. | 00:31 |
asselin_ | i tried your command and I get the same error | 00:32 |
mgagne | so it looks a look like the value is not the one you expect | 00:32 |
asselin_ | ok I see it printed stuff that's that what I expect...I'll dig into that now | 00:32 |
mgagne | I'm getting a lot more than the class names you pasted above | 00:32 |
asselin_ | yeah, I think I have a bug in the conf parsing.... | 00:34 |
mgagne | asselin_: I think above call to ConfigParser.ConfigParser is wrong | 00:35 |
mgagne | asselin_: looks like all the provided values are used as default for all sections | 00:35 |
*** TheMetaTroll has joined #openstack-infra | 00:36 | |
asselin_ | oh...huh...do you know of any helper utils that provide a default for a section missing in a conf file? | 00:36 |
mgagne | off the top of my head, not really. I only know about oslo_config =) | 00:37 |
mgagne | if you don't/can't use oslo_config, maybe you can see what it's doing to define its defaults | 00:37 |
*** sdake has quit IRC | 00:39 | |
asselin_ | I'll just write a simple wrapper...silly python api | 00:39 |
mgagne | asselin_: bug_trackers, can't they be defined in setup.cfg ? | 00:40 |
mgagne | asselin_: or is the goal to allow someone to override them in their config? | 00:40 |
asselin_ | yeah, in the config. | 00:41 |
*** TheMetaTroll has left #openstack-infra | 00:42 | |
*** Apoorva has joined #openstack-infra | 00:47 | |
*** lin_yang has quit IRC | 00:50 | |
*** Apoorva has quit IRC | 00:51 | |
*** hongbin has joined #openstack-infra | 00:54 | |
*** mtanino has quit IRC | 00:54 | |
asselin_ | mgagne, thanks so much. that was it. Working now :) | 00:55 |
mgagne | awesome =) | 00:56 |
*** baoli has joined #openstack-infra | 00:57 | |
*** ijw has quit IRC | 00:59 | |
*** yamamoto has joined #openstack-infra | 01:01 | |
*** tqtran has quit IRC | 01:04 | |
*** amitgandhinz has joined #openstack-infra | 01:06 | |
*** yamamoto has quit IRC | 01:07 | |
*** tphummel has quit IRC | 01:08 | |
*** ijw has joined #openstack-infra | 01:08 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Make bug name, type, and url explicit https://review.openstack.org/375113 | 01:10 |
*** lezbar has quit IRC | 01:13 | |
*** lezbar has joined #openstack-infra | 01:13 | |
openstackgerrit | Merged openstack/os-client-config: Fix AttributeError in `get_config` https://review.openstack.org/376570 | 01:15 |
*** amitgandhinz has quit IRC | 01:22 | |
*** baoli has quit IRC | 01:28 | |
*** mriedem has quit IRC | 01:29 | |
*** thorst has joined #openstack-infra | 01:31 | |
*** Goneri has joined #openstack-infra | 01:32 | |
*** thorst has quit IRC | 01:32 | |
*** kaisers has joined #openstack-infra | 01:38 | |
*** kaisers has quit IRC | 01:42 | |
*** ijw has quit IRC | 01:45 | |
*** ijw has joined #openstack-infra | 01:45 | |
*** hieulq_ has joined #openstack-infra | 01:49 | |
*** priteau has joined #openstack-infra | 01:52 | |
*** hongbin has quit IRC | 01:52 | |
*** EricGonczer_ has quit IRC | 01:54 | |
*** baoli has joined #openstack-infra | 01:57 | |
*** priteau has quit IRC | 01:57 | |
*** hieulq_ has quit IRC | 02:00 | |
*** hieulq_ has joined #openstack-infra | 02:13 | |
*** amitgandhinz has joined #openstack-infra | 02:18 | |
*** tiswanso has joined #openstack-infra | 02:18 | |
*** amitgandhinz has quit IRC | 02:23 | |
*** tiswanso has quit IRC | 02:24 | |
*** M-docaedo_vector has joined #openstack-infra | 02:24 | |
*** lezbar has quit IRC | 02:27 | |
*** lezbar has joined #openstack-infra | 02:27 | |
*** john-davidge has joined #openstack-infra | 02:37 | |
*** rhallisey has quit IRC | 02:37 | |
*** thorst has joined #openstack-infra | 02:38 | |
*** john-davidge has quit IRC | 02:42 | |
*** thorst has quit IRC | 02:47 | |
*** vinaypotluri has quit IRC | 02:52 | |
*** tuannguyen has joined #openstack-infra | 02:59 | |
*** thorst has joined #openstack-infra | 02:59 | |
*** salv-orlando has joined #openstack-infra | 03:00 | |
*** thorst has quit IRC | 03:00 | |
*** Sukhdev has joined #openstack-infra | 03:04 | |
*** tuannguyen has quit IRC | 03:04 | |
*** david-lyle has quit IRC | 03:04 | |
*** salv-orlando has quit IRC | 03:05 | |
*** Jeffrey4l has joined #openstack-infra | 03:09 | |
*** amitgandhinz has joined #openstack-infra | 03:19 | |
*** kaisers has joined #openstack-infra | 03:26 | |
*** tobiash has quit IRC | 03:28 | |
*** tobiash has joined #openstack-infra | 03:31 | |
*** kaisers has quit IRC | 03:31 | |
*** ijw has quit IRC | 03:32 | |
*** baoli has quit IRC | 03:33 | |
*** Qiming_ has joined #openstack-infra | 03:33 | |
*** Qiming_ has quit IRC | 03:33 | |
*** thorst has joined #openstack-infra | 03:35 | |
*** thorst has quit IRC | 03:39 | |
*** lezbar has quit IRC | 03:42 | |
*** lezbar has joined #openstack-infra | 03:42 | |
*** Sukhdev has quit IRC | 03:43 | |
*** Goneri has quit IRC | 03:46 | |
*** Sukhdev has joined #openstack-infra | 03:49 | |
*** SteveJo has joined #openstack-infra | 03:53 | |
*** amitgandhinz has quit IRC | 03:53 | |
*** Sukhdev has quit IRC | 03:57 | |
*** Sukhdev has joined #openstack-infra | 03:57 | |
*** tqtran has joined #openstack-infra | 04:01 | |
sc68cal | clarkb: fungi: looks like https://review.openstack.org/379543 is in some kind of loop - gate-tempest-dsvm-platform-fedora24-nv: | 04:02 |
sc68cal | in progress | 04:02 |
sc68cal | it's been running for almost 10 hours | 04:03 |
*** yamamoto has joined #openstack-infra | 04:03 | |
*** yamamoto has quit IRC | 04:03 | |
*** tqtran has quit IRC | 04:06 | |
*** rfolco has joined #openstack-infra | 04:10 | |
*** rfolco has quit IRC | 04:11 | |
*** hieulq_ has quit IRC | 04:12 | |
*** harlowja_at_home has joined #openstack-infra | 04:15 | |
*** vinaypotluri has joined #openstack-infra | 04:45 | |
*** uxdanielle has quit IRC | 04:47 | |
*** amitgandhinz has joined #openstack-infra | 04:50 | |
*** woodster_ has quit IRC | 04:50 | |
*** salv-orlando has joined #openstack-infra | 05:02 | |
*** SteveJo has quit IRC | 05:03 | |
*** yamamoto has joined #openstack-infra | 05:04 | |
*** coreyob has quit IRC | 05:05 | |
*** salv-orlando has quit IRC | 05:07 | |
*** coreyob has joined #openstack-infra | 05:07 | |
*** yamamoto has quit IRC | 05:10 | |
*** yamahata has joined #openstack-infra | 05:14 | |
*** kaisers has joined #openstack-infra | 05:15 | |
*** harlowja_at_home has quit IRC | 05:19 | |
*** kaisers has quit IRC | 05:20 | |
*** amitgandhinz has quit IRC | 05:23 | |
*** coreyob has quit IRC | 05:28 | |
*** coreyob has joined #openstack-infra | 05:29 | |
*** lezbar has quit IRC | 05:36 | |
*** lezbar has joined #openstack-infra | 05:36 | |
*** nadya has joined #openstack-infra | 05:38 | |
*** thorst has joined #openstack-infra | 05:41 | |
*** baoli has joined #openstack-infra | 05:45 | |
*** thorst has quit IRC | 05:49 | |
*** baoli has quit IRC | 05:50 | |
*** hieulq_ has joined #openstack-infra | 05:53 | |
*** hieulq_ has quit IRC | 05:55 | |
*** salv-orlando has joined #openstack-infra | 06:03 | |
*** hieulq_ has joined #openstack-infra | 06:07 | |
*** salv-orlando has quit IRC | 06:07 | |
*** tobiash has quit IRC | 06:11 | |
*** yamahata has quit IRC | 06:15 | |
*** amitgandhinz has joined #openstack-infra | 06:20 | |
*** flepied has quit IRC | 06:28 | |
*** thorst has joined #openstack-infra | 06:47 | |
*** nadya has quit IRC | 06:48 | |
*** lezbar has quit IRC | 06:51 | |
*** Sukhdev has quit IRC | 06:52 | |
*** lezbar has joined #openstack-infra | 06:52 | |
*** amitgandhinz has quit IRC | 06:53 | |
*** thorst has quit IRC | 06:55 | |
*** kaisers has joined #openstack-infra | 06:58 | |
*** tqtran has joined #openstack-infra | 07:03 | |
*** slagle has quit IRC | 07:07 | |
*** tqtran has quit IRC | 07:07 | |
*** cschwede has quit IRC | 07:07 | |
*** psanchez has quit IRC | 07:08 | |
*** stevebaker has quit IRC | 07:09 | |
*** coolsvap has quit IRC | 07:22 | |
*** hieulq_ has quit IRC | 07:33 | |
*** salv-orlando has joined #openstack-infra | 07:33 | |
*** salv-orlando has quit IRC | 07:34 | |
*** esikachev has joined #openstack-infra | 07:34 | |
*** salv-orlando has joined #openstack-infra | 07:34 | |
*** salv-orl_ has joined #openstack-infra | 07:44 | |
*** salv-orlando has quit IRC | 07:47 | |
*** mdrabe has quit IRC | 07:48 | |
*** amitgandhinz has joined #openstack-infra | 07:50 | |
*** thorst has joined #openstack-infra | 07:51 | |
*** esikachev has quit IRC | 07:52 | |
AJaeger | clarkb, pabelanger : The index files come from openstack-manuals - so once that one publishes, you should have them... | 07:52 |
*** vinaypotluri has quit IRC | 07:52 | |
AJaeger | jeblair, clarkb, pabelanger: So, looking at http://files.openstack.org/docs/ , it looks like openstack-manuals it not pushing content out properly. Translations are available but no content | 07:54 |
AJaeger | seems that the pushing of content does not work - with all the index files etc. | 07:57 |
*** baoli has joined #openstack-infra | 07:57 | |
* AJaeger reads more backscroll now | 07:58 | |
*** thorst has quit IRC | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-infra | 08:01 | |
*** baoli has quit IRC | 08:01 | |
*** salv-orl_ has quit IRC | 08:06 | |
* AJaeger just checked jjb, it looks all fine | 08:07 | |
*** lezbar has quit IRC | 08:10 | |
AJaeger | and yes: openstack-manuals publishes the index files with running "tox -e publishdocs" - openstack-manuals-tox-doc-publishdocs is the job for it. | 08:10 |
*** lezbar has joined #openstack-infra | 08:10 | |
*** nickola has joined #openstack-infra | 08:13 | |
AJaeger | Success, there's an index page at http://files.openstack.org/docs/ | 08:17 |
AJaeger | we previously had a redirect for index page at http://files.openstack.org/docs/developer/ - let me add an index page there now... | 08:18 |
AJaeger | Wait, moving it might be tricky. Can we keep .htaccess on top level? | 08:21 |
*** salv-orlando has joined #openstack-infra | 08:21 | |
*** amitgandhinz has quit IRC | 08:25 | |
*** lezbar has quit IRC | 08:27 | |
*** lezbar has joined #openstack-infra | 08:28 | |
AJaeger | Oops, the next publish to AFS deletes the content from publishdocs again ;( | 08:31 |
AJaeger | jeblair: that's something for testing: run openstack-manuals-tox-doc-publishdocs and then openstack-manuals-releasenotes or openstack-manuals-releasenotes. Please double check that the folders contain the markers properly for all jobs. | 08:33 |
AJaeger | back later... | 08:34 |
*** esikachev has joined #openstack-infra | 08:38 | |
*** esikachev has quit IRC | 08:43 | |
*** salv-orlando has quit IRC | 08:52 | |
*** thorst has joined #openstack-infra | 08:56 | |
*** esikachev has joined #openstack-infra | 08:59 | |
*** esikachev has quit IRC | 09:03 | |
*** thorst has quit IRC | 09:04 | |
*** drifterza has joined #openstack-infra | 09:11 | |
*** apetrich has quit IRC | 09:11 | |
*** apetrich has joined #openstack-infra | 09:14 | |
*** vsaienko has joined #openstack-infra | 09:15 | |
*** pilgrimstack has joined #openstack-infra | 09:18 | |
*** esikachev has joined #openstack-infra | 09:19 | |
*** amitgandhinz has joined #openstack-infra | 09:22 | |
*** vsaienko has quit IRC | 09:22 | |
*** vsaienko has joined #openstack-infra | 09:22 | |
*** esikachev has quit IRC | 09:24 | |
*** salv-orlando has joined #openstack-infra | 09:26 | |
*** ramishra has quit IRC | 09:38 | |
*** ramishra has joined #openstack-infra | 09:40 | |
*** hashar has joined #openstack-infra | 09:41 | |
*** amitgandhinz has quit IRC | 09:41 | |
*** salv-orlando has quit IRC | 09:56 | |
*** thorst has joined #openstack-infra | 10:01 | |
*** vsaienko has quit IRC | 10:05 | |
*** kaisers has quit IRC | 10:05 | |
*** hashar is now known as hasharAway | 10:05 | |
*** pilgrimstack has quit IRC | 10:06 | |
*** thorst has quit IRC | 10:10 | |
*** pilgrimstack has joined #openstack-infra | 10:20 | |
*** hieulq_ has joined #openstack-infra | 10:24 | |
*** hieulq_ has quit IRC | 10:26 | |
*** pilgrimstack has quit IRC | 10:27 | |
*** claudiub has joined #openstack-infra | 10:35 | |
*** salv-orlando has joined #openstack-infra | 10:37 | |
*** nadya has joined #openstack-infra | 10:39 | |
*** admcleod_ has joined #openstack-infra | 10:39 | |
*** admcleod has quit IRC | 10:40 | |
*** salv-orlando has quit IRC | 10:46 | |
*** xarses_ has joined #openstack-infra | 10:46 | |
*** xarses has quit IRC | 10:50 | |
*** rhallisey has joined #openstack-infra | 10:56 | |
*** priteau has joined #openstack-infra | 11:02 | |
*** priteau has quit IRC | 11:02 | |
*** pilgrimstack has joined #openstack-infra | 11:02 | |
*** tqtran has joined #openstack-infra | 11:04 | |
*** pilgrimstack has quit IRC | 11:06 | |
*** thorst has joined #openstack-infra | 11:07 | |
*** tqtran has quit IRC | 11:09 | |
*** nadya has quit IRC | 11:12 | |
*** thorst has quit IRC | 11:14 | |
*** nadya has joined #openstack-infra | 11:36 | |
*** amitgandhinz has joined #openstack-infra | 11:38 | |
*** dfflanders has quit IRC | 11:41 | |
*** salv-orlando has joined #openstack-infra | 11:42 | |
*** nadya has quit IRC | 11:43 | |
*** salv-orlando has quit IRC | 11:47 | |
*** HeOS has quit IRC | 11:48 | |
*** kaisers has joined #openstack-infra | 11:49 | |
*** nadya has joined #openstack-infra | 11:50 | |
*** kaisers has quit IRC | 11:53 | |
*** tobiash has joined #openstack-infra | 11:55 | |
*** lezbar has quit IRC | 11:59 | |
*** lezbar has joined #openstack-infra | 12:00 | |
*** pilgrimstack has joined #openstack-infra | 12:00 | |
*** drifterza has quit IRC | 12:00 | |
*** amitgandhinz has quit IRC | 12:03 | |
*** nickola has quit IRC | 12:05 | |
*** Krenair has quit IRC | 12:07 | |
*** flepied has joined #openstack-infra | 12:09 | |
*** thorst has joined #openstack-infra | 12:11 | |
*** andreww has joined #openstack-infra | 12:14 | |
*** lezbar has quit IRC | 12:16 | |
*** lezbar has joined #openstack-infra | 12:17 | |
*** xarses_ has quit IRC | 12:17 | |
*** Krenair has joined #openstack-infra | 12:18 | |
*** thorst has quit IRC | 12:19 | |
*** nadya has quit IRC | 12:27 | |
*** tuannguyen has joined #openstack-infra | 12:28 | |
*** Naeil has joined #openstack-infra | 12:28 | |
*** flepied has quit IRC | 12:29 | |
*** esikachev has joined #openstack-infra | 12:31 | |
*** lezbar has quit IRC | 12:32 | |
*** pilgrimstack has quit IRC | 12:33 | |
*** lezbar has joined #openstack-infra | 12:33 | |
pabelanger | Ya, looks like something is deleting the contents | 12:36 |
pabelanger | I'll check the logs in a bit, have to run some errands this morning | 12:36 |
*** esikachev has quit IRC | 12:37 | |
*** esikachev has joined #openstack-infra | 12:39 | |
*** tuannguyen has quit IRC | 12:46 | |
*** EricGonczer_ has joined #openstack-infra | 12:52 | |
*** david-lyle has joined #openstack-infra | 12:56 | |
*** oanson has joined #openstack-infra | 12:57 | |
fungi | AJaeger: we should extract out .htaccess content into the apache configuration for the corresponding vhost | 12:58 |
*** amitgandhinz has joined #openstack-infra | 12:59 | |
*** amitgandhinz has quit IRC | 13:02 | |
*** amitgandhinz has joined #openstack-infra | 13:02 | |
*** yamamoto has joined #openstack-infra | 13:03 | |
*** thorst has joined #openstack-infra | 13:17 | |
*** esikachev has quit IRC | 13:17 | |
*** tuannguyen has joined #openstack-infra | 13:21 | |
*** baoli has joined #openstack-infra | 13:24 | |
*** thorst has quit IRC | 13:25 | |
*** tuannguyen has quit IRC | 13:26 | |
*** tuannguyen has joined #openstack-infra | 13:26 | |
*** tuannguyen has quit IRC | 13:28 | |
*** EricGonczer_ has quit IRC | 13:28 | |
*** tuannguyen has joined #openstack-infra | 13:28 | |
*** baoli has quit IRC | 13:28 | |
*** tuannguyen has quit IRC | 13:32 | |
*** tuannguyen has joined #openstack-infra | 13:32 | |
*** tuannguyen has quit IRC | 13:33 | |
*** amitgandhinz has quit IRC | 13:33 | |
*** tuannguyen has joined #openstack-infra | 13:34 | |
*** yee3794 has quit IRC | 13:37 | |
*** yee379 has joined #openstack-infra | 13:37 | |
kfox1111 | question. is there a document somewhere that describes the different node types that are in the pool? | 13:38 |
kfox1111 | I'm developing a gate job that has k8s in it, and I'm seeing different results depending on where it lands. | 13:38 |
*** kaisers has joined #openstack-infra | 13:38 | |
kfox1111 | some vm's have multiple nics, some have just one, etc. | 13:38 |
*** tuannguyen has quit IRC | 13:38 | |
pabelanger | Don't think we have that documented, but yes I wouldn't expect cloud providers to have a 2nd NIC | 13:39 |
pabelanger | you should likely update your jobs to add them, if needed | 13:39 |
kfox1111 | no, I'm saying I'm seeing en example of that. http://logs.openstack.org/56/378056/82/experimental/gate-kolla-kubernetes-deploy-centos-binary-nv/9697408/console.html | 13:40 |
kfox1111 | has an eth0 and and eth1. | 13:40 |
kfox1111 | eth0 146.20.110.66/24 eth1 10.210.33.6/19 | 13:41 |
pabelanger | Yes, rackspace has 2 NICs | 13:41 |
kfox1111 | very strange. | 13:41 |
kfox1111 | ah. | 13:41 |
pabelanger | but, infracloud-vanilla will be one | 13:41 |
*** tiswanso has joined #openstack-infra | 13:42 | |
kfox1111 | the other thing that may be causing problems ip space. is there a private address space that wont be used, like racspace there seems to be using a lot of the 10 space. | 13:42 |
kfox1111 | is there a chunk of ip space that's free to use, or is there a chunk thats free per cloud provider and a way to deterimine that? | 13:42 |
*** tiswanso has quit IRC | 13:42 | |
pabelanger | I think fungi or clarkb will know more about that, I believe we talked about that topic this week. But didn't see what the answer was | 13:43 |
kfox1111 | k. thanks. :) | 13:43 |
*** kaisers has quit IRC | 13:43 | |
*** baoli has joined #openstack-infra | 13:43 | |
*** salv-orlando has joined #openstack-infra | 13:43 | |
*** tiswanso has joined #openstack-infra | 13:43 | |
*** salv-orlando has quit IRC | 13:48 | |
clarkb | we dont have any clouds currently using 172.16/12 | 13:49 |
clarkb | (this is where we put devstack floating IPs) | 13:49 |
*** yamamoto has quit IRC | 13:50 | |
clarkb | generally though we should probably have a "pick a free /20" utility that examines routes on the host to find an availble rfc1918 /20 | 13:50 |
kfox1111 | clarkb: yeah, that would be good. | 13:51 |
kfox1111 | ok. I'll use the 172.16/12 space for now then. | 13:52 |
kfox1111 | thanks. :) | 13:52 |
*** yamamoto has joined #openstack-infra | 13:53 | |
fungi | but yes, making jobs use some relatively small rfc 1918 network (or series of contiguous ones) with a configurable prefix will make it easier for us to relocate, similar to my suggestions on bug 1629133 | 13:55 |
openstack | bug 1629133 in devstack "New neutron subnet pool support breaks multinode testing." [Critical,In progress] https://launchpad.net/bugs/1629133 - Assigned to Dr. Jens Rosenboom (j-rosenboom-j) | 13:55 |
kfox1111 | ah. yeah. | 13:56 |
fungi | since long term, we can't guarantee that there will be a single safe network across all the various providers who donate resources to us | 13:57 |
*** mtanino has joined #openstack-infra | 13:57 | |
fungi | so we may eventually need to make it relocatable at job runtime based on the environment where a particular job lands | 13:57 |
*** yamahata has joined #openstack-infra | 13:58 | |
* kfox1111 nods | 13:58 | |
*** tphummel has joined #openstack-infra | 14:08 | |
*** yamahata has quit IRC | 14:12 | |
*** tqtran has joined #openstack-infra | 14:19 | |
*** fguillot has joined #openstack-infra | 14:20 | |
*** thorst has joined #openstack-infra | 14:21 | |
*** tqtran has quit IRC | 14:23 | |
*** yamamoto has quit IRC | 14:26 | |
*** lezbar has quit IRC | 14:26 | |
*** HeOS has joined #openstack-infra | 14:26 | |
*** lezbar has joined #openstack-infra | 14:27 | |
pabelanger | Yay, 1h5mins since we last had a launch failure, across all our clouds. | 14:28 |
pabelanger | mind you, it is pretty quiet right now | 14:28 |
*** thorst has quit IRC | 14:29 | |
*** amitgandhinz has joined #openstack-infra | 14:30 | |
*** fguillot has quit IRC | 14:32 | |
*** dgonzalez has quit IRC | 14:35 | |
*** dgonzalez has joined #openstack-infra | 14:35 | |
jeblair | AJaeger, pabelanger, fungi: afs is world readable, so you can examine the marker files in there | 14:37 |
*** yamamoto has joined #openstack-infra | 14:40 | |
*** yamamoto has quit IRC | 14:45 | |
mordred | pabelanger: the outbound networking issue in osic ... do we need any additional data collection on it? | 14:47 |
*** yamamoto has joined #openstack-infra | 14:50 | |
clarkb | mordred: I don't think so. Cause is bad routes created by devstack/neutron | 14:52 |
openstackgerrit | Merged openstack-infra/gear: Remove discover from test-requirements https://review.openstack.org/345795 | 14:53 |
openstackgerrit | Merged openstack-infra/zuul: Remove discover from test-requirements https://review.openstack.org/345811 | 14:54 |
mordred | clarkb: oh - you're right. I thought I was seeing the error before devstack ran ... but I was wrong | 14:55 |
*** thorst has joined #openstack-infra | 14:58 | |
*** thorst has quit IRC | 15:00 | |
*** gouthamr has joined #openstack-infra | 15:00 | |
AJaeger | fungi, so .htaccess should go to system-config? | 15:00 |
*** gouthamr_ has joined #openstack-infra | 15:01 | |
AJaeger | jeblair: the openstack-manuals content gets deleted by the next run. So, I wonder whether the marker files are wrong for that case | 15:01 |
*** lezbar has quit IRC | 15:03 | |
*** gouthamr_ has quit IRC | 15:03 | |
*** drifterza has joined #openstack-infra | 15:03 | |
*** lezbar has joined #openstack-infra | 15:03 | |
*** r-mibu has quit IRC | 15:03 | |
*** r-mibu has joined #openstack-infra | 15:04 | |
*** amitgandhinz has quit IRC | 15:04 | |
*** kgiusti has left #openstack-infra | 15:04 | |
*** gouthamr has quit IRC | 15:05 | |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Allow any logdest https://review.openstack.org/371764 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Simplify puppet cmd generation https://review.openstack.org/371778 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Add debug argument https://review.openstack.org/371811 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Don't set detailed-exitcodes when noop https://review.openstack.org/371827 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Remove basemodulepath from environment config https://review.openstack.org/371812 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Pass environment to puppet module https://review.openstack.org/371710 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Add noop argument https://review.openstack.org/371774 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Make sure environment winds up in basemodulepath https://review.openstack.org/371679 | 15:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-role-puppet: Sync puppet module changes from upstream ansible https://review.openstack.org/371835 | 15:11 |
mordred | nibalizer: ^^ I believe I have fixed your comments on the first patch in that series | 15:11 |
*** drifterza has quit IRC | 15:15 | |
jroll | clarkb: mordred: fwiw, this appears to fix the osic outbound networking thing for me: https://review.openstack.org/#/c/380023/ | 15:16 |
jroll | e.g. this job would fail here previously http://logs.openstack.org/51/380351/1/check/gate-tempest-dsvm-ironic-ipa-partition-agent_ssh-coreos-src-nv/cf2b637/logs/devstacklog.txt.gz#_2016-09-30_14_56_51_913 | 15:17 |
*** tiswanso has quit IRC | 15:18 | |
*** tiswanso has joined #openstack-infra | 15:19 | |
*** lezbar has quit IRC | 15:20 | |
*** lezbar has joined #openstack-infra | 15:20 | |
*** yamamoto has quit IRC | 15:22 | |
mordred | jroll: neat! I'll add a depends-on and see how it goes | 15:22 |
*** baoli has quit IRC | 15:22 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add simple field for disabled flavors https://review.openstack.org/377049 | 15:23 |
jroll | mordred: ++ | 15:24 |
*** gouthamr has joined #openstack-infra | 15:24 | |
*** baoli has joined #openstack-infra | 15:27 | |
*** baoli has quit IRC | 15:33 | |
*** ijw has joined #openstack-infra | 15:34 | |
*** tiswanso has quit IRC | 15:35 | |
fungi | AJaeger: sort of. it will be both safer and more efficient if the entries from the .htaccess file are translated into normal apache configuration and added to the vhost template for that site. i've not been following along closely so don't know if provisions have been made for .htaccess support in site content, but i'm assuming (for the reasons i mentioned) that we weren't planning to support | 15:37 |
fungi | configuration in-tree via .htaccess files | 15:37 |
*** ijw has quit IRC | 15:38 | |
mordred | fungi: ++ | 15:39 |
*** yamamoto has joined #openstack-infra | 15:43 | |
*** yamamoto has quit IRC | 15:43 | |
fungi | it was necessary in cloudsites because of the lack of direct configurability of the web server there | 15:47 |
fungi | but we have much more flexibility with the new design | 15:47 |
*** yamamoto has joined #openstack-infra | 15:48 | |
*** thorst has joined #openstack-infra | 15:51 | |
*** HeOS has quit IRC | 15:56 | |
*** yamamoto has quit IRC | 16:01 | |
*** amitgandhinz has joined #openstack-infra | 16:01 | |
*** yamamoto has joined #openstack-infra | 16:02 | |
*** yamamoto has quit IRC | 16:02 | |
*** dgonzalez has quit IRC | 16:08 | |
*** zz_dimtruck has joined #openstack-infra | 16:13 | |
*** dgonzalez has joined #openstack-infra | 16:13 | |
*** zz_dimtruck is now known as dimtruck | 16:13 | |
*** thorst has quit IRC | 16:17 | |
*** thorst has joined #openstack-infra | 16:18 | |
*** thorst has quit IRC | 16:26 | |
*** e0ne has joined #openstack-infra | 16:29 | |
*** e0ne has quit IRC | 16:31 | |
*** amitgandhinz has quit IRC | 16:34 | |
*** pcaruana has quit IRC | 16:42 | |
kfox1111 | is there any way to do an interactive job? | 16:54 |
*** flepied has joined #openstack-infra | 16:54 | |
kfox1111 | I've spent 3 days tryingto get this job to work, and each time it takes 6-10 minutes to die, then tweak and try again. :/ | 16:55 |
*** mriedem has joined #openstack-infra | 16:57 | |
*** EricGonczer_ has joined #openstack-infra | 16:58 | |
AJaeger | fungi, that means less flexibility for the docs team - right now we can merge those on our own. The file http://git.openstack.org/cgit/openstack/openstack-manuals/tree/www/static/.htaccess currently has nearly 500 lines ;( | 17:00 |
*** bastelfreak has quit IRC | 17:01 | |
AJaeger | Let's try to make that one as small as possible since we have a new site... | 17:01 |
openstackgerrit | mathieu bultel proposed openstack-infra/tripleo-ci: Implement overcloud upgrade job - Mitaka -> Newton https://review.openstack.org/323750 | 17:02 |
clarkb | kfox1111: run it locally amd iterate on that | 17:04 |
clarkb | for devstack-gate jobs we write out a reproduce.sh script to help with this | 17:05 |
*** kaisers has joined #openstack-infra | 17:06 | |
fungi | AJaeger: yep, i bet we could come up with some sort of hybrid solution (puppet manifest sucks in an apache config chunk from a docs repo and splats it into the middle of the vhost config maybe?) | 17:20 |
*** yamamoto has joined #openstack-infra | 17:20 | |
*** bhavik1 has joined #openstack-infra | 17:21 | |
*** thorst has joined #openstack-infra | 17:24 | |
*** Naeil has quit IRC | 17:24 | |
*** yamamoto has quit IRC | 17:25 | |
*** amitgandhinz has joined #openstack-infra | 17:31 | |
*** thorst has quit IRC | 17:32 | |
*** larainema has quit IRC | 17:35 | |
*** timello has quit IRC | 17:38 | |
*** timello has joined #openstack-infra | 17:43 | |
*** jozwior has joined #openstack-infra | 17:44 | |
*** mdrabe has joined #openstack-infra | 17:46 | |
*** dgonzalez has quit IRC | 17:47 | |
*** dgonzalez has joined #openstack-infra | 17:47 | |
*** amitgandhinz has quit IRC | 17:47 | |
*** EricGonczer_ has quit IRC | 17:49 | |
*** EricGonczer_ has joined #openstack-infra | 17:49 | |
*** EricGonczer_ has quit IRC | 17:51 | |
*** jozwior is now known as jozwior_ | 17:58 | |
*** mdrabe has quit IRC | 17:59 | |
*** mriedem has quit IRC | 18:00 | |
*** lezbar has quit IRC | 18:04 | |
kfox1111 | clarkb: the issue is I keep hitting issues with how openstack's infra is setup, not how my machine is setup. | 18:04 |
*** lezbar has joined #openstack-infra | 18:04 | |
*** vsaienko has joined #openstack-infra | 18:04 | |
kfox1111 | k8s uses a bunch of sdnish things and I keep running into things like, an unexpected openstack-infra firewall inside the vm's, different address space on different nodes, etc. | 18:06 |
kfox1111 | different numbers of nics at times. | 18:06 |
clarkb | you can also build one of our images and boot it locally | 18:07 |
*** jozwior_ has quit IRC | 18:08 | |
clarkb | there is a script in project-config/tools/build-image.sh | 18:08 |
kfox1111 | ah. that might help a bit. thanks. :) | 18:08 |
clarkb | to login to that you'll need a config drive with ssh key info whoch will setup keys for root ot just edit the image to add in keys you want | 18:10 |
kfox1111 | hmm... k. | 18:10 |
*** Goneri has joined #openstack-infra | 18:14 | |
clarkb | kfox1111: it might also help if you look at how other jobs setup neutron since it does all the sdn things too | 18:16 |
clarkb | floating IPs come out of 172.24.4.0/23 and private addresses live in 10.1.0.0/20 iirc. And the firewall isnt an issue because thr firewall allows all communication from or to localhost iirc | 18:18 |
*** tuannguyen has joined #openstack-infra | 18:18 | |
clarkb | and then neutron manages its owm rules for communcation between VMs | 18:18 |
kfox1111 | clarkb: it does, as the k8s sdn uses the local host and l3 to do everything, rather then l2 like neutron does. | 18:19 |
clarkb | neutron does l3 too it just knows to edit the rules for itself I think | 18:19 |
kfox1111 | I had to rewrite the openstack iptables rules slightly to get it to work at all: | 18:20 |
kfox1111 | https://review.openstack.org/#/c/378056/92/tools/setup_gate.sh | 18:20 |
*** tqtran has joined #openstack-infra | 18:20 | |
kfox1111 | line 81+ | 18:20 |
kfox1111 | the openstack rules don't have any interface specified, so it ends up getting applied to docker0, flannel, and other internal interfaces. | 18:21 |
kfox1111 | I had to rewrite the openstack rules to apply them only to the physical interfaces. | 18:21 |
kfox1111 | the first attempt at it rewrote it assuming only one external interface... took me a while to figure out there were vm's with 2. :/ | 18:22 |
clarkb | why not just allow the traffic you need? | 18:22 |
*** lezbar has quit IRC | 18:23 | |
clarkb | that will probably end up being much simpler | 18:23 |
kfox1111 | its all internal and sdn driven. | 18:23 |
kfox1111 | I just want all internal traffic to be allowed. | 18:23 |
kfox1111 | the problem is, as its sdns, I don't know all the interface names up front. :/ | 18:23 |
clarkb | ya we already have a rule for that iirc | 18:23 |
*** lezbar has joined #openstack-infra | 18:23 | |
clarkb | but I guess assumes one end is localhost | 18:23 |
kfox1111 | yeah. theres a lot of cross container traffic. | 18:24 |
clarkb | ya your sdn should manage those rules | 18:24 |
clarkb | at least thats how neutron seems to have solved the problem | 18:24 |
kfox1111 | it assumes the host firewall won't mess with it. :/ | 18:24 |
clarkb | so that you can talk VM to VM | 18:24 |
*** tqtran has quit IRC | 18:24 | |
kfox1111 | anyway. I think I finally worked around that. now trying to get the ip space used for the containers to not conflict with the versions in the varous clouds. | 18:25 |
kfox1111 | I think I'm almost there too... just hitting issue after issue after issue. :/ | 18:25 |
kfox1111 | and.. failed again. | 18:26 |
kfox1111 | I'm on ps # 92 now. :/ | 18:26 |
kfox1111 | seems like its mostly working when it has only one nic.. something about the rackspace vm's make it fail. :/ | 18:28 |
clarkb | fwiw our firewall rules are based on red hat's default with a couple extra rules for snmp and such. So this isnt any thing crazy | 18:28 |
*** thorst has joined #openstack-infra | 18:29 | |
kfox1111 | yeah. | 18:29 |
kfox1111 | it just was really unexpeted to me to see them. I was expecting security groups, not iptables. :/ | 18:30 |
kfox1111 | so I fought for like 8 hours trying to figure it out, before finally realizing why. fealt really dumb. :/ | 18:30 |
clarkb | it turns out not all clouds use security groups so we dont use them | 18:30 |
clarkb | wee optional cloud features | 18:30 |
kfox1111 | yeah. thats another sore point. :/ | 18:30 |
kfox1111 | :) | 18:30 |
kfox1111 | as a devloper of software for clouds, I think that's horible. :/ | 18:31 |
kfox1111 | gota go for a while. bbl. | 18:31 |
kfox1111 | thanks for the help. | 18:31 |
*** mriedem has joined #openstack-infra | 18:32 | |
*** baoli has joined #openstack-infra | 18:35 | |
*** thorst has quit IRC | 18:35 | |
*** vsaienko has quit IRC | 18:40 | |
openstackgerrit | Thomas Goirand proposed openstack-infra/project-config: Add deb-glare https://review.openstack.org/380779 | 18:41 |
*** amitgandhinz has joined #openstack-infra | 18:44 | |
*** timothyb89 has quit IRC | 18:46 | |
*** timothyb89 has joined #openstack-infra | 18:48 | |
*** vsaienko has joined #openstack-infra | 18:48 | |
*** gema has quit IRC | 18:49 | |
*** amitgandhinz has quit IRC | 18:49 | |
*** baoli has quit IRC | 18:49 | |
pabelanger | Trying to reproduce some rax-iad failures today with centos-7, haven't been able to do so yet. | 18:51 |
pabelanger | Since we don't have ipv6 working on centos-7, wonder if something around ipv4 is failing | 18:52 |
pabelanger | I should fix that this week | 18:52 |
pabelanger | then we could kick rax-iad to ipv6 | 18:52 |
*** timothyb89 has quit IRC | 18:53 | |
*** timothyb89 has joined #openstack-infra | 18:54 | |
pabelanger | Otherwise, our last failure on another cloud was 8hours ago: | 18:54 |
openstackgerrit | Thomas Goirand proposed openstack-infra/project-config: Retire some wrong deb-os-* and deb-oslo* https://review.openstack.org/380783 | 18:54 |
pabelanger | 2016-10-01 12:03:09,440 ERROR nodepool.NodeLauncher: Timeout launching node id: 4687037 in provider: rax-ord error: Timeout waiting for ssh access | 18:54 |
pabelanger | that must be a record :) | 18:55 |
*** gema has joined #openstack-infra | 18:55 | |
clarkb | kfox1111: do the logs have more info than "error syncing pod" somehwere? | 18:56 |
*** tuannguyen has quit IRC | 19:09 | |
pabelanger | clarkb: I think we need to clean up our DIB cache again, were back up to 8+ hours to build images | 19:11 |
pabelanger | 00:08:37:18 currently | 19:12 |
pabelanger | I think there was something about our git repos growing over time? | 19:12 |
clarkb | pabelanger: greghaynes was saying he thought a git repack in thr cacge would help | 19:12 |
clarkb | so maybe we should try that | 19:12 |
pabelanger | sure | 19:12 |
*** winggundamth has quit IRC | 19:13 | |
*** winggundamth has joined #openstack-infra | 19:15 | |
greghaynes | clarkb: pabelanger Yea, we ran in to a deal downstream where clones were slow and the cache was huge. I just did for dir in cache git repack and it helped | 19:17 |
kfox1111 | clarkb: full logs here: http://logs.openstack.org/56/378056/92/experimental/gate-kolla-kubernetes-deploy-ubuntu-source-nv/8bba313/ | 19:18 |
kfox1111 | logs/pods have the individual logs from all the pods present at the time of exit. | 19:18 |
greghaynes | It might be worth adding a deal to dib where source-repositories automatically runs a repack after a clone *shrug* | 19:18 |
pabelanger | Ya, like the idea of automatically repack, but not sure how much time that adds | 19:19 |
pabelanger | I'll see about testing it, maybe write something in crontab | 19:19 |
*** rfolco has joined #openstack-infra | 19:29 | |
*** thorst has joined #openstack-infra | 19:33 | |
*** oanson has quit IRC | 19:35 | |
*** vsaienko has quit IRC | 19:39 | |
*** thorst has quit IRC | 19:41 | |
*** amitgandhinz has joined #openstack-infra | 19:45 | |
*** tqtran has joined #openstack-infra | 19:51 | |
*** amitgandhinz has quit IRC | 19:51 | |
*** EricGonczer_ has joined #openstack-infra | 19:52 | |
*** tqtran has quit IRC | 19:56 | |
*** EricGonczer_ has quit IRC | 20:01 | |
*** EricGonczer_ has joined #openstack-infra | 20:06 | |
*** matrohon has joined #openstack-infra | 20:08 | |
*** EricGonczer_ has quit IRC | 20:10 | |
*** esikachev has joined #openstack-infra | 20:16 | |
*** hasharAway has quit IRC | 20:20 | |
*** rfolco has quit IRC | 20:25 | |
*** esikachev has quit IRC | 20:26 | |
*** matrohon has quit IRC | 20:26 | |
*** Jeffrey4l_ has joined #openstack-infra | 20:34 | |
*** Jeffrey4l has quit IRC | 20:35 | |
*** kaisers has quit IRC | 20:39 | |
*** thorst has joined #openstack-infra | 20:39 | |
*** kaisers has joined #openstack-infra | 20:40 | |
*** bhavik1 has quit IRC | 20:44 | |
*** kaisers has quit IRC | 20:45 | |
*** annegentle has joined #openstack-infra | 20:46 | |
*** thorst has quit IRC | 20:47 | |
*** amitgandhinz has joined #openstack-infra | 20:48 | |
*** annegentle has quit IRC | 20:51 | |
*** amitgandhinz has quit IRC | 20:52 | |
kfox1111 | arg... how unsettling... everything just started working, and I didn't really change anything. :/ | 20:55 |
*** esikachev has joined #openstack-infra | 21:03 | |
*** esikachev has quit IRC | 21:07 | |
*** lezbar has quit IRC | 21:09 | |
*** lezbar has joined #openstack-infra | 21:09 | |
*** esikachev has joined #openstack-infra | 21:17 | |
*** uxdanielle has joined #openstack-infra | 21:20 | |
*** baoli has joined #openstack-infra | 21:23 | |
*** superdan is now known as dansmith | 21:26 | |
*** Vivek__ is now known as Vivek | 21:32 | |
*** Vivek has quit IRC | 21:32 | |
*** Vivek has joined #openstack-infra | 21:32 | |
*** thorst has joined #openstack-infra | 21:43 | |
*** amitgandhinz has joined #openstack-infra | 21:49 | |
*** thorst has quit IRC | 21:51 | |
*** baoli has quit IRC | 21:51 | |
openstackgerrit | Kevin Fox proposed openstack-infra/project-config: Kolla Kubernetes tests https://review.openstack.org/380795 | 21:55 |
*** thorst has joined #openstack-infra | 22:00 | |
*** thorst has quit IRC | 22:00 | |
*** HeOS has joined #openstack-infra | 22:03 | |
*** rhallisey has quit IRC | 22:04 | |
*** woodster_ has joined #openstack-infra | 22:17 | |
*** esikachev has quit IRC | 22:20 | |
*** rhallisey has joined #openstack-infra | 22:22 | |
*** amitgandhinz has quit IRC | 22:23 | |
*** rhallisey has quit IRC | 22:26 | |
*** rhallisey has joined #openstack-infra | 22:26 | |
*** lezbar has quit IRC | 22:28 | |
*** lezbar has joined #openstack-infra | 22:29 | |
*** apetrich has quit IRC | 22:31 | |
*** apetrich has joined #openstack-infra | 22:31 | |
fungi | kfox1111: heisenbugs are maddening, yes | 22:33 |
*** EricGonczer_ has joined #openstack-infra | 22:33 | |
*** sdake has joined #openstack-infra | 22:35 | |
*** sdake_ has joined #openstack-infra | 22:38 | |
*** sdake has quit IRC | 22:40 | |
*** uxdanielle has quit IRC | 22:41 | |
*** sdake_ has quit IRC | 22:44 | |
kfox1111 | +1 | 22:45 |
kfox1111 | fungi: what do you think of: https://review.openstack.org/380795 | 22:46 |
*** rhallisey has quit IRC | 22:51 | |
fungi | kfox1111: lgtm. note that you should keep an eye on job name length when invoking tox though, since the shebang munging can end up exceeding the max shebang length for parser invocation | 22:52 |
*** rhallisey has joined #openstack-infra | 22:52 | |
fungi | it ends up being something like #!/home/jenkins/workspace/<jobname>/.tox/<envname>/bin/python which, if it exceeds 128 characters (i think that's the total) will cause a very vague error about the shell being unable to find the parser | 22:53 |
fungi | if you start running into issues, you could drop the gate- prefix from your template names to save 5 characters | 22:54 |
*** sdake has joined #openstack-infra | 22:55 | |
*** asselin__ has joined #openstack-infra | 22:59 | |
*** rhallisey has quit IRC | 23:00 | |
*** thorst has joined #openstack-infra | 23:01 | |
kfox1111 | fungi: yeah. most of the options will be to the shell script setting up the gate environment. I'm going to switch the tox stuff to just test the deployed openstack. | 23:02 |
*** asselin_ has quit IRC | 23:03 | |
*** yee3795 has joined #openstack-infra | 23:04 | |
*** mtanino has quit IRC | 23:04 | |
*** yee379 has quit IRC | 23:05 | |
*** rhallisey has joined #openstack-infra | 23:06 | |
*** thorst has quit IRC | 23:10 | |
*** amitgandhinz has joined #openstack-infra | 23:21 | |
*** kaisers1 has quit IRC | 23:30 | |
*** kaisers has joined #openstack-infra | 23:30 | |
*** kaisers2 has quit IRC | 23:30 | |
*** kaisers1 has joined #openstack-infra | 23:31 | |
*** asselin__ has quit IRC | 23:32 | |
*** asselin_ has joined #openstack-infra | 23:33 | |
*** asselin__ has joined #openstack-infra | 23:34 | |
*** asselin_ has quit IRC | 23:38 | |
*** asselin__ has quit IRC | 23:39 | |
*** asselin_ has joined #openstack-infra | 23:39 | |
*** sdake has quit IRC | 23:41 | |
*** tqtran has joined #openstack-infra | 23:52 | |
*** amitgandhinz has quit IRC | 23:53 | |
*** tqtran has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!