openstackgerrit | Merged openstack/diskimage-builder master: Updated from global requirements https://review.openstack.org/484503 | 00:04 |
---|---|---|
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: WIP: Validate size of subunit for tox https://review.openstack.org/484518 | 00:05 |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: Create openstack-py35 job with upper-constraints https://review.openstack.org/483987 | 00:05 |
*** rwsu has quit IRC | 00:07 | |
*** bobh has quit IRC | 00:08 | |
*** mriedem has quit IRC | 00:11 | |
*** gmann has quit IRC | 00:13 | |
*** gmann has joined #openstack-infra | 00:13 | |
*** Apoorva_ has quit IRC | 00:13 | |
*** bobh has joined #openstack-infra | 00:17 | |
*** gmann_ has joined #openstack-infra | 00:22 | |
*** mriedem has joined #openstack-infra | 00:24 | |
*** boris-42__ has quit IRC | 00:27 | |
*** Apoorva has joined #openstack-infra | 00:28 | |
*** funzo has joined #openstack-infra | 00:29 | |
*** Apoorva has quit IRC | 00:30 | |
*** Apoorva has joined #openstack-infra | 00:30 | |
*** Apoorva has quit IRC | 00:31 | |
*** jaypipes has quit IRC | 00:31 | |
*** funzo has quit IRC | 00:31 | |
*** Apoorva has joined #openstack-infra | 00:31 | |
*** stakeda has joined #openstack-infra | 00:37 | |
openstackgerrit | Merged openstack/diskimage-builder master: opensuse-minimal: install glibc-locale https://review.openstack.org/473959 | 00:40 |
*** dave-mccowan has quit IRC | 00:42 | |
*** LindaWang has joined #openstack-infra | 00:42 | |
*** dave-mccowan has joined #openstack-infra | 00:46 | |
*** thorst has joined #openstack-infra | 00:46 | |
*** Apoorva has quit IRC | 00:50 | |
*** Apoorva has joined #openstack-infra | 00:51 | |
*** thorst has quit IRC | 00:51 | |
*** gcb has quit IRC | 00:53 | |
*** Apoorva has quit IRC | 00:55 | |
*** EricGonczer_ has quit IRC | 00:56 | |
*** EricGonczer_ has joined #openstack-infra | 00:58 | |
openstackgerrit | Siyi Luo proposed openstack/diskimage-builder master: Enable some off-by-default checks https://review.openstack.org/484541 | 00:58 |
*** EricGonc_ has joined #openstack-infra | 00:59 | |
*** Mutter has joined #openstack-infra | 01:02 | |
*** EricGonczer_ has quit IRC | 01:03 | |
*** daidv__ has quit IRC | 01:05 | |
*** esberglu has joined #openstack-infra | 01:06 | |
*** mkostrzewa has joined #openstack-infra | 01:06 | |
mkostrzewa | hi. I've been trying to figure out some stuff about zuul launchers. How do they communicate with test nodes? Do test nodes have public IPs or Launchers are inside donated clouds or..? | 01:08 |
*** rhallisey has quit IRC | 01:09 | |
*** Diabelko has joined #openstack-infra | 01:10 | |
*** esberglu has quit IRC | 01:10 | |
fungi | mkostrzewa: all our nodes have globally routable (either ipv4 or ipv6) ip addresses, and all the zuul launchers have both globally routable ipv4 an ipv6 addresses | 01:11 |
mkostrzewa | by nodes do you mean actual test nodes? | 01:11 |
fungi | correct | 01:11 |
mkostrzewa | how large is your IP pool for those? | 01:11 |
*** dingyichen has joined #openstack-infra | 01:12 | |
*** sree_ has joined #openstack-infra | 01:12 | |
fungi | there isn't just one. we have quota donated from a bunch of different public cloud providers | 01:12 |
mkostrzewa | I know you use AWS, but what about donated clouds? | 01:12 |
fungi | we don't use aws at all, only openstack | 01:12 |
*** sree_ is now known as Guest33026 | 01:12 | |
*** Mutter___ has joined #openstack-infra | 01:12 | |
mkostrzewa | hmm ok. And you have static key pairs for those that you distribute using puppet to all launchers? | 01:13 |
fungi | yes, and bake the public keys for them into the ~/.ssh/allowed_hosts of the job user on all our images | 01:14 |
mkostrzewa | ok thanks a lot | 01:15 |
*** Mutter has quit IRC | 01:16 | |
fungi | my pleasure. we're happy to talk about this stuff, and also have lots of documentation at https://docs.openstack.org/infra/ | 01:16 |
*** Guest33026 has quit IRC | 01:17 | |
Diabelko | yeah, but it is a little bit outdated - we are mostly trying to focus on the Zuul Launchers part | 01:17 |
Diabelko | and since Jenkins removal this has changed a little bit | 01:17 |
*** pahuang has quit IRC | 01:18 | |
fungi | yeah, the ansible launcher implementation is still considered experimental and is only very minimally documented. it's not a stable interface we're planning to maintain for v3 (there are lots of breaking changes between the ansible-launcher implementation in zuul 2.5 and the coming implementation in v3) | 01:19 |
fungi | zuul 2.x is still intended to support jenkins, we only stopped using it ourselves due to some security concerns with trying to run jenkins in public exposed to the world | 01:19 |
fungi | so the zuul-launcher implementation was intended as a stop-gap for about a year while we finished zuul v3 | 01:20 |
*** gmann_ has quit IRC | 01:21 | |
*** daidv__ has joined #openstack-infra | 01:21 | |
*** gmann_ has joined #openstack-infra | 01:22 | |
mkostrzewa | http://git.openstack.org/cgit/openstack-infra/zuul/tree/zuul/launcher/ansiblelaunchserver.py this is the ansible launcher. There's a separate zuul launcher? | 01:22 |
fungi | well, the ansible launcher is the launcher implementation in zuul 2.5 | 01:22 |
fungi | so same thing, i was just being inconsistent with how i referred to it | 01:23 |
*** armax has joined #openstack-infra | 01:23 | |
mkostrzewa | oh, ok. So in v2.5, zuul-launcher == ansible-launcher? And in v3 you separate these somehow? | 01:23 |
fungi | in an attempt to disambiguate between launchers in nodepool and zuul, in v3 zuul has "executors" which run ansible to connect to the individual job nodes while nodepool has "launchers" which boot new nodes for zuul to use | 01:24 |
mkostrzewa | oh ok. | 01:26 |
fungi | main outward differences between the ansible launcher in zuul 2.5 and executors in zuul v3 is that in v3 they cease carrying a translation layer to interpret jjb configuration and instead expect straight ansible roles/playbooks, plus the mergers are no longer serving git repos over the network and instead the launchers push zuul refs directly onto the filesystems of the job nodes when preparing them | 01:27 |
fungi | for a particular job build | 01:27 |
mkostrzewa | Nodepool watches and zuul-executor consumes stuff from Gearman queue, right? Executor looks only for node_assign messages at first, which come from nodepool. If node is assigned, it looks for job message. Nodepool puts node_assign into the queue, which just contains IP of testbed VM and its type (say, ubuntu14.04)? | 01:27 |
fungi | yeah, that's a fair summary for zuul 2.5 ansible launchers | 01:28 |
fungi | in zuul v3 a lot of the coordination is moving into zookeeper | 01:29 |
mkostrzewa | node_assign gets moved to zk? | 01:29 |
*** pahuang has joined #openstack-infra | 01:31 | |
fungi | i'm a little fuzzy as to whether that's still gearman or zookeper in zuul v3. i would need to reread the spec and v3 docs. we're only running a development instance of v3 at the moment running some very basic jobs to be able to self-test its own changes and i've not been keeping abreast of the nuances of its architecture like i should | 01:31 |
mkostrzewa | ok. You've helped a lot. thanks! | 01:32 |
fungi | for a deeper dive into zuul v3 details, you might want the #zuul channel instead | 01:32 |
*** funzo has joined #openstack-infra | 01:32 | |
fungi | most of the zuul development discussions go on there these days | 01:33 |
*** Daisy_ has joined #openstack-infra | 01:33 | |
*** harlowja has quit IRC | 01:34 | |
*** namnh has joined #openstack-infra | 01:34 | |
*** Mutter___ has quit IRC | 01:36 | |
*** liujiong has joined #openstack-infra | 01:37 | |
*** funzo has quit IRC | 01:37 | |
*** pahuang has quit IRC | 01:42 | |
*** EricGonc_ has quit IRC | 01:43 | |
*** camunoz has quit IRC | 01:43 | |
*** Daisy_ has quit IRC | 01:44 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for nova functional swap volume notify bug 1704392 https://review.openstack.org/484544 | 01:44 |
*** Daisy_ has joined #openstack-infra | 01:44 | |
openstack | bug 1704392 in OpenStack Compute (nova) "TestInstanceNotificationSample.test_volume_swap_server fails with "testtools.matchers._impl.MismatchError: 7 != 6"" [Medium,Fix released] https://launchpad.net/bugs/1704392 - Assigned to Balazs Gibizer (balazs-gibizer) | 01:44 |
*** bobh has quit IRC | 01:47 | |
*** baoli has joined #openstack-infra | 01:48 | |
*** Daisy_ has quit IRC | 01:49 | |
*** bobh has joined #openstack-infra | 01:56 | |
*** esberglu has joined #openstack-infra | 01:57 | |
*** esberglu has quit IRC | 01:57 | |
*** ramishra has joined #openstack-infra | 01:57 | |
*** dave-mccowan has quit IRC | 02:02 | |
*** zhurong has joined #openstack-infra | 02:05 | |
*** blznblzn2 has joined #openstack-infra | 02:05 | |
*** mattcburns_ has joined #openstack-infra | 02:06 | |
*** xgerman__ has joined #openstack-infra | 02:06 | |
*** fenar_ has joined #openstack-infra | 02:06 | |
*** clayg_ has joined #openstack-infra | 02:06 | |
*** ameade_ has joined #openstack-infra | 02:06 | |
*** nikhil_ has joined #openstack-infra | 02:06 | |
*** samueldmq_ has joined #openstack-infra | 02:06 | |
*** mgkwill_ has joined #openstack-infra | 02:06 | |
*** ildikov_ has joined #openstack-infra | 02:06 | |
*** patrickeast_ has joined #openstack-infra | 02:06 | |
*** dirk_ has joined #openstack-infra | 02:06 | |
*** nikhil_ is now known as Guest78669 | 02:06 | |
*** coreycb_ has joined #openstack-infra | 02:07 | |
*** scottda_ has joined #openstack-infra | 02:07 | |
*** madhuvishy_ has joined #openstack-infra | 02:07 | |
*** zxiiro_ has joined #openstack-infra | 02:07 | |
*** hogepodge_ has joined #openstack-infra | 02:07 | |
*** dougwig_ has joined #openstack-infra | 02:07 | |
*** mugsie_ has joined #openstack-infra | 02:09 | |
*** niska` has joined #openstack-infra | 02:09 | |
*** Daisy_ has joined #openstack-infra | 02:11 | |
*** k1ltzman has joined #openstack-infra | 02:11 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Install ceph-ansible in the undercloud https://review.openstack.org/478977 | 02:12 |
*** hughsaunders_ has joined #openstack-infra | 02:12 | |
*** vryzhenkin has joined #openstack-infra | 02:12 | |
*** mancdaz_ has joined #openstack-infra | 02:12 | |
*** _d34dh0r53_ has joined #openstack-infra | 02:12 | |
*** toabctl_ has joined #openstack-infra | 02:13 | |
*** tdasilva- has joined #openstack-infra | 02:13 | |
*** dougwig has quit IRC | 02:13 | |
*** masayukig[m] has quit IRC | 02:13 | |
*** scottda has quit IRC | 02:13 | |
*** dhellmann has quit IRC | 02:13 | |
*** mattcburns has quit IRC | 02:13 | |
*** patrickeast has quit IRC | 02:13 | |
*** ildikov has quit IRC | 02:13 | |
*** toabctl has quit IRC | 02:13 | |
*** apetrich has quit IRC | 02:13 | |
*** larainema has quit IRC | 02:13 | |
*** d34dh0r53 has quit IRC | 02:13 | |
*** zxiiro has quit IRC | 02:13 | |
*** rcarrillocruz has quit IRC | 02:13 | |
*** niska has quit IRC | 02:13 | |
*** mugsie has quit IRC | 02:13 | |
*** tdasilva has quit IRC | 02:13 | |
*** mancdaz has quit IRC | 02:13 | |
*** ryotagami has quit IRC | 02:13 | |
*** clayg has quit IRC | 02:13 | |
*** ameade has quit IRC | 02:13 | |
*** hogepodge has quit IRC | 02:13 | |
*** coreycb has quit IRC | 02:13 | |
*** samueldmq has quit IRC | 02:13 | |
*** madhuvishy has quit IRC | 02:13 | |
*** xgerman_ has quit IRC | 02:13 | |
*** mgkwill has quit IRC | 02:13 | |
*** kiltzman has quit IRC | 02:13 | |
*** hughsaunders has quit IRC | 02:13 | |
*** dirk has quit IRC | 02:13 | |
*** Odd_Bloke has quit IRC | 02:13 | |
*** antonym has quit IRC | 02:13 | |
*** freerunner has quit IRC | 02:13 | |
*** fenar has quit IRC | 02:13 | |
*** nikhil has quit IRC | 02:13 | |
*** hughsaunders_ is now known as hughsaunders | 02:13 | |
*** dougwig_ is now known as dougwig | 02:13 | |
*** mattcburns_ is now known as mattcburns | 02:13 | |
*** mancdaz_ is now known as mancdaz | 02:13 | |
*** ildikov_ is now known as ildikov | 02:13 | |
*** scottda_ is now known as scottda | 02:13 | |
*** vryzhenkin is now known as freerunner | 02:13 | |
*** patrickeast_ is now known as patrickeast | 02:13 | |
*** toabctl_ is now known as toabctl | 02:14 | |
*** clayg_ is now known as clayg | 02:14 | |
*** zxiiro_ is now known as zxiiro | 02:14 | |
*** samueldmq_ is now known as samueldmq | 02:14 | |
*** mgkwill_ is now known as mgkwill | 02:14 | |
*** ameade_ is now known as ameade | 02:14 | |
*** xgerman__ is now known as xgerman_ | 02:14 | |
*** coreycb_ is now known as coreycb | 02:14 | |
*** dirk_ is now known as dirk | 02:14 | |
*** hogepodge_ is now known as hogepodge | 02:14 | |
*** fenar_ is now known as fenar | 02:14 | |
*** madhuvishy_ is now known as madhuvishy | 02:14 | |
*** Guest78669 is now known as nikhil | 02:14 | |
*** jerryz has quit IRC | 02:14 | |
*** Odd_Bloke has joined #openstack-infra | 02:15 | |
*** rhagarty has quit IRC | 02:16 | |
*** jbernard has quit IRC | 02:17 | |
*** jbernard has joined #openstack-infra | 02:18 | |
*** rcarrillocruz has joined #openstack-infra | 02:19 | |
*** apetrich has joined #openstack-infra | 02:19 | |
*** ryotagami has joined #openstack-infra | 02:19 | |
*** antonym has joined #openstack-infra | 02:19 | |
*** dhellmann has joined #openstack-infra | 02:19 | |
*** masayukig[m] has joined #openstack-infra | 02:19 | |
*** gcb has joined #openstack-infra | 02:19 | |
*** rhagarty has joined #openstack-infra | 02:19 | |
*** liujiong has quit IRC | 02:19 | |
*** antonym is now known as Guest73843 | 02:20 | |
*** skelso has joined #openstack-infra | 02:20 | |
*** sekelso has joined #openstack-infra | 02:22 | |
*** gildub has joined #openstack-infra | 02:24 | |
*** skelso has quit IRC | 02:25 | |
*** dave-mccowan has joined #openstack-infra | 02:26 | |
*** sekelso has quit IRC | 02:29 | |
*** sree_ has joined #openstack-infra | 02:31 | |
*** sree_ is now known as Guest47613 | 02:32 | |
*** ekcs has quit IRC | 02:32 | |
*** funzo has joined #openstack-infra | 02:33 | |
*** Guest47613 has quit IRC | 02:35 | |
*** winggundamth has joined #openstack-infra | 02:35 | |
*** winggundamth has quit IRC | 02:37 | |
*** funzo has quit IRC | 02:39 | |
*** baoli has quit IRC | 02:41 | |
*** raginbajin has quit IRC | 02:41 | |
*** yamamoto has joined #openstack-infra | 02:41 | |
*** gtmanfred has quit IRC | 02:43 | |
*** rodrigods has quit IRC | 02:43 | |
*** dave-mccowan has quit IRC | 02:44 | |
*** timrc has quit IRC | 02:45 | |
*** winggundamth has joined #openstack-infra | 02:46 | |
*** thorst has joined #openstack-infra | 02:47 | |
*** esberglu has joined #openstack-infra | 02:51 | |
*** timrc has joined #openstack-infra | 02:52 | |
*** thorst has quit IRC | 02:52 | |
*** Mutter___ has joined #openstack-infra | 02:52 | |
*** iyamahat_ has quit IRC | 02:54 | |
*** rodrigods has joined #openstack-infra | 02:55 | |
*** esberglu has quit IRC | 02:55 | |
*** jogo has quit IRC | 02:55 | |
*** yamahata has quit IRC | 02:56 | |
*** timrc has quit IRC | 02:56 | |
*** gtmanfred has joined #openstack-infra | 02:58 | |
*** timrc has joined #openstack-infra | 02:58 | |
*** hongbin has joined #openstack-infra | 02:59 | |
*** raginbajin has joined #openstack-infra | 03:00 | |
*** jogo has joined #openstack-infra | 03:00 | |
*** liujiong has joined #openstack-infra | 03:02 | |
*** niedbalski has joined #openstack-infra | 03:06 | |
*** bobh has quit IRC | 03:09 | |
*** chlong has quit IRC | 03:11 | |
*** Daisy_ has quit IRC | 03:11 | |
*** Daisy_ has joined #openstack-infra | 03:12 | |
*** Daisy_ has quit IRC | 03:16 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Fix latest-limit command line https://review.openstack.org/484610 | 03:17 |
*** jerryz has joined #openstack-infra | 03:17 | |
*** Mutter___ has quit IRC | 03:18 | |
*** markvoelker has quit IRC | 03:29 | |
*** sdague has quit IRC | 03:29 | |
*** mkostrzewa has quit IRC | 03:38 | |
*** harlowja has joined #openstack-infra | 03:40 | |
*** tuanluong has joined #openstack-infra | 03:46 | |
*** thorst has joined #openstack-infra | 03:48 | |
*** marst has joined #openstack-infra | 03:49 | |
*** thorst has quit IRC | 03:53 | |
*** cody-somerville has quit IRC | 03:55 | |
*** cody-somerville has joined #openstack-infra | 03:55 | |
*** medved has joined #openstack-infra | 03:55 | |
*** links has joined #openstack-infra | 03:55 | |
*** yamahata has joined #openstack-infra | 03:59 | |
*** sree has joined #openstack-infra | 03:59 | |
*** coolsvap has joined #openstack-infra | 04:00 | |
*** medved has left #openstack-infra | 04:01 | |
*** sree has quit IRC | 04:03 | |
*** larainema has joined #openstack-infra | 04:03 | |
*** s-shiono has joined #openstack-infra | 04:05 | |
*** hongbin has quit IRC | 04:11 | |
*** csomerville has joined #openstack-infra | 04:12 | |
*** cody-somerville has quit IRC | 04:16 | |
*** adisky__ has joined #openstack-infra | 04:20 | |
*** jerryz has quit IRC | 04:27 | |
*** asingh_ has quit IRC | 04:32 | |
*** aeng has quit IRC | 04:34 | |
*** funzo has joined #openstack-infra | 04:37 | |
*** liujiong has quit IRC | 04:39 | |
*** funzo has quit IRC | 04:41 | |
AJaeger | ianw: could you put some cleanups of mine on your review queue, please? https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:local_conf and https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:cleanup | 04:42 |
*** gyee has quit IRC | 04:44 | |
*** nicolasbock has joined #openstack-infra | 04:44 | |
ianw | AJaeger: will do :) | 04:45 |
AJaeger | thanks | 04:46 |
*** jascott1_ has joined #openstack-infra | 04:47 | |
*** jascott1 has quit IRC | 04:48 | |
*** sshnaidm|off has quit IRC | 04:50 | |
*** aeng has joined #openstack-infra | 04:50 | |
*** harlowja has quit IRC | 04:54 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Force install during pip-and-virtualenv https://review.openstack.org/484623 | 04:55 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: yum-minimal: pre-install coreutils https://review.openstack.org/484624 | 04:55 |
*** zzzeek has quit IRC | 04:55 | |
*** yuanying has quit IRC | 04:58 | |
*** dhajare has joined #openstack-infra | 04:59 | |
*** pahuang has joined #openstack-infra | 04:59 | |
*** zhurong has quit IRC | 05:00 | |
*** psachin has joined #openstack-infra | 05:03 | |
*** prateek has joined #openstack-infra | 05:07 | |
*** csomerville has quit IRC | 05:07 | |
*** armax has quit IRC | 05:11 | |
*** armax has joined #openstack-infra | 05:12 | |
*** armax has quit IRC | 05:12 | |
*** armax has joined #openstack-infra | 05:13 | |
*** armax has quit IRC | 05:13 | |
*** bnemec has quit IRC | 05:13 | |
*** Daisy_ has joined #openstack-infra | 05:19 | |
*** nicolasbock has quit IRC | 05:19 | |
*** nicolasbock has joined #openstack-infra | 05:21 | |
*** gouthamr has quit IRC | 05:25 | |
*** ykarel has joined #openstack-infra | 05:28 | |
*** rcernin has joined #openstack-infra | 05:29 | |
*** markvoelker has joined #openstack-infra | 05:30 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Add tenant column to the buildset reporter table https://review.openstack.org/484256 | 05:33 |
*** esberglu has joined #openstack-infra | 05:34 | |
*** esberglu has quit IRC | 05:35 | |
*** esberglu has joined #openstack-infra | 05:35 | |
*** esberglu has quit IRC | 05:35 | |
*** zzzeek has joined #openstack-infra | 05:36 | |
*** zzzeek has quit IRC | 05:37 | |
openstackgerrit | Arx Cruz proposed openstack-infra/tripleo-ci master: Enable tempest in scenario001-multinode job https://review.openstack.org/484627 | 05:37 |
*** zzzeek has joined #openstack-infra | 05:38 | |
*** cshastri has joined #openstack-infra | 05:40 | |
*** aeng has quit IRC | 05:43 | |
*** flepied has quit IRC | 05:47 | |
*** csomerville has joined #openstack-infra | 05:48 | |
*** flepied has joined #openstack-infra | 05:48 | |
*** thorst has joined #openstack-infra | 05:49 | |
*** zhurong has joined #openstack-infra | 05:50 | |
*** aeng has joined #openstack-infra | 05:51 | |
*** thorst has quit IRC | 05:53 | |
openstackgerrit | Matthew Thode proposed openstack-infra/glean master: prevent overwrite of gentoo init script https://review.openstack.org/484631 | 05:54 |
*** prometheanfire has joined #openstack-infra | 05:54 | |
prometheanfire | does glean show up here? or anywhere...? | 05:54 |
*** liujiong has joined #openstack-infra | 05:56 | |
clarkb | prometheanfire: change was reported about 13 seconds before you joined the channel | 05:57 |
*** ekcs has joined #openstack-infra | 05:58 | |
prometheanfire | cool | 05:59 |
prometheanfire | well, that's it then :D | 05:59 |
prometheanfire | commit message is a bit longer than the commit | 05:59 |
*** ccamacho|lunch has quit IRC | 05:59 | |
*** markvoelker has quit IRC | 06:04 | |
*** andreas_s has joined #openstack-infra | 06:07 | |
*** makowals has quit IRC | 06:13 | |
*** makowals has joined #openstack-infra | 06:15 | |
*** yonglihe has joined #openstack-infra | 06:19 | |
*** csomerville has quit IRC | 06:23 | |
*** csomerville has joined #openstack-infra | 06:23 | |
*** ykarel has quit IRC | 06:25 | |
*** ykarel has joined #openstack-infra | 06:25 | |
*** liujiong has quit IRC | 06:26 | |
*** funzo has joined #openstack-infra | 06:38 | |
*** funzo has quit IRC | 06:43 | |
*** ccamacho has joined #openstack-infra | 06:45 | |
*** ykarel has quit IRC | 06:46 | |
*** ykarel has joined #openstack-infra | 06:46 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Add environment file for multinode tests on RDO Cloud https://review.openstack.org/481222 | 06:48 |
*** makowals has quit IRC | 06:50 | |
*** hashar has joined #openstack-infra | 06:55 | |
*** iyamahat has joined #openstack-infra | 06:56 | |
*** liusheng has quit IRC | 06:59 | |
*** liusheng has joined #openstack-infra | 06:59 | |
*** martinkopec has joined #openstack-infra | 07:01 | |
*** ykarel has quit IRC | 07:01 | |
*** ykarel has joined #openstack-infra | 07:01 | |
*** markvoelker has joined #openstack-infra | 07:02 | |
*** jascott1_ has quit IRC | 07:03 | |
*** jascott1 has joined #openstack-infra | 07:04 | |
*** ykarel has quit IRC | 07:07 | |
*** ykarel has joined #openstack-infra | 07:07 | |
*** jascott1 has quit IRC | 07:08 | |
openstackgerrit | Merged openstack-infra/project-config master: Fix typo in magnum DEVSTACK_LOCAL_CONFIG https://review.openstack.org/484156 | 07:08 |
*** florianf has joined #openstack-infra | 07:09 | |
*** csomerville has quit IRC | 07:10 | |
*** cody-somerville has joined #openstack-infra | 07:10 | |
openstackgerrit | Merged openstack-infra/project-config master: Use local_conf for keystone, kuryr, lvm https://review.openstack.org/484155 | 07:11 |
openstackgerrit | Merged openstack-infra/project-config master: Use local_conf for heat and ironic https://review.openstack.org/484144 | 07:11 |
openstackgerrit | Merged openstack-infra/project-config master: Use local_conf for manial, mogan, monasca*, murano https://review.openstack.org/484159 | 07:15 |
*** tesseract has joined #openstack-infra | 07:18 | |
*** shardy has joined #openstack-infra | 07:19 | |
*** shardy has quit IRC | 07:21 | |
*** BobBall has quit IRC | 07:21 | |
*** esberglu has joined #openstack-infra | 07:23 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Bump fedora-minimal DIB_RELEASE 26 https://review.openstack.org/482570 | 07:25 |
*** esberglu has quit IRC | 07:27 | |
openstackgerrit | Merged openstack-infra/project-config master: Do not define some non-voting ansible jobs https://review.openstack.org/484206 | 07:29 |
*** dizquierdo has joined #openstack-infra | 07:30 | |
*** markvoelker has quit IRC | 07:34 | |
*** cody-somerville has quit IRC | 07:37 | |
*** funzo has joined #openstack-infra | 07:39 | |
*** ralonsoh has joined #openstack-infra | 07:41 | |
*** funzo has quit IRC | 07:43 | |
*** blznblzn2 has quit IRC | 07:44 | |
*** isaacb has joined #openstack-infra | 07:45 | |
*** ykarel has quit IRC | 07:45 | |
*** ykarel has joined #openstack-infra | 07:45 | |
*** egonzalez has joined #openstack-infra | 07:45 | |
*** ykarel has quit IRC | 07:46 | |
*** ykarel has joined #openstack-infra | 07:46 | |
*** makowals has joined #openstack-infra | 07:47 | |
openstackgerrit | Arx Cruz proposed openstack-infra/tripleo-ci master: Enable tempest in scenario001-multinode job https://review.openstack.org/484627 | 07:49 |
*** thorst has joined #openstack-infra | 07:50 | |
*** prateek has quit IRC | 07:51 | |
*** ykarel has quit IRC | 07:51 | |
*** mrunge has quit IRC | 07:51 | |
*** ykarel has joined #openstack-infra | 07:51 | |
*** mrunge has joined #openstack-infra | 07:52 | |
*** thorst has quit IRC | 07:54 | |
openstackgerrit | Arx Cruz proposed openstack-infra/tripleo-ci master: Enable tempest in scenario001-multinode job https://review.openstack.org/484627 | 07:56 |
*** isaacb_ has joined #openstack-infra | 07:56 | |
*** isaacb has quit IRC | 07:59 | |
*** zaneb has quit IRC | 08:00 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Use local_conf for castellan, oaktree, rally, tacker https://review.openstack.org/484164 | 08:03 |
AJaeger | ianw, thanks for review - addressed your comment ^ | 08:03 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack-infra/project-config master: jenkins: scripts: jenkins-sudo-grep: Drop extension on /var/log/messages https://review.openstack.org/484660 | 08:04 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack-infra/project-config master: jenkins: scripts: jenkins-sudo-grep.sh: Fix case for empty OLDLOGFILE https://review.openstack.org/484661 | 08:04 |
*** gildub has quit IRC | 08:06 | |
*** ykarel has quit IRC | 08:07 | |
*** ykarel has joined #openstack-infra | 08:08 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Remove duplicated job from openstack-ansible https://review.openstack.org/484663 | 08:08 |
AJaeger | odyssey4me: FYI ^ | 08:08 |
*** zaneb has joined #openstack-infra | 08:09 | |
*** gcb has quit IRC | 08:09 | |
*** sree_ has joined #openstack-infra | 08:10 | |
*** sree_ is now known as Guest11634 | 08:11 | |
prometheanfire | ianw: thanks for the comments, replied | 08:14 |
*** efoley has joined #openstack-infra | 08:14 | |
chandankumar | AJaeger: the tempest plugin sanity ci is timing out | 08:14 |
chandankumar | AJaeger: how can i increase the timeout for the same | 08:14 |
*** Guest11634 has quit IRC | 08:15 | |
AJaeger | chandankumar: please figure first out why it times out - what has changed? | 08:16 |
AJaeger | chandankumar: a tox job has a a timeout of 40 mins - I don't understand how your job needs that long... | 08:17 |
chandankumar | AJaeger: actually it clones all the projects having tempest plugins and then perform sanity on that one by one | 08:17 |
*** lucas-afk is now known as lucasagomes | 08:17 | |
chandankumar | AJaeger: may be something wrong in my script | 08:18 |
AJaeger | chandankumar: yes, please check your script... | 08:18 |
*** mriedem has quit IRC | 08:18 | |
*** iyamahat has quit IRC | 08:19 | |
AJaeger | chandankumar: the non-tox version run in two minutes - so, something wrong in your script I fear | 08:20 |
chandankumar | AJaeger: http://logs.openstack.org/58/484358/3/check/gate-tempest-tox-plugin-sanity-check-ubuntu-xenial/b20300a/console.html#_2017-07-17_22_02_37_527949 | 08:21 |
chandankumar | uninstall part for script is not working | 08:21 |
AJaeger | chandankumar: why do you run subunit.run as part of it? http://logs.openstack.org/66/477366/5/check/gate-tempest-tox-plugin-sanity-check-ubuntu-xenial/628dd3e/console.html#_2017-07-18_04_14_56_671824 | 08:21 |
*** makowals has quit IRC | 08:22 | |
chandankumar | AJaeger: actually that part is coming from tempest run -l which list the tests to find dependency mismatch with in the tests | 08:22 |
AJaeger | chandankumar: and did you do this with the old implementation? | 08:23 |
chandankumar | AJaeger: old implementation i was using ostestr -l | 08:24 |
chandankumar | tempest run -l is wrapper over it | 08:24 |
AJaeger | http://logs.openstack.org/58/484358/3/check/gate-tempest-tox-plugin-sanity-check-ubuntu-xenial/b20300a/console.html#_2017-07-17_22_02_37_527774 is a bug in your script, two arguments to -e will not work | 08:24 |
*** makowals has joined #openstack-infra | 08:24 | |
chandankumar | testr list-tests > ostestr -l > tempest run -l | 08:24 |
chandankumar | AJaeger: you mean this part https://github.com/openstack/tempest/blob/master/tools/tempest-plugin-sanity.sh#L99 ? | 08:25 |
AJaeger | chandankumar: sorry, no time to help further. If it run in 2 mins with the old script and now needs 37 mins, you better review what you chagned. | 08:26 |
AJaeger | chandankumar: yes, L99 is wrong, don't use '*' there. | 08:26 |
AJaeger | use a for loop instead | 08:26 |
chandankumar | AJaeger: when first we added the script in project config, the script broke when sanity steps fails at any step and exit | 08:27 |
chandankumar | AJaeger: but we are performing the sanity operaiton on all projects having tempest plugins that's why it is taking time | 08:28 |
*** rwsu has joined #openstack-infra | 08:29 | |
*** sflanigan has quit IRC | 08:30 | |
*** markvoelker has joined #openstack-infra | 08:32 | |
*** sflanigan has joined #openstack-infra | 08:32 | |
*** yamamoto has quit IRC | 08:36 | |
*** rossella_s has quit IRC | 08:36 | |
*** dingyichen has quit IRC | 08:39 | |
*** rossella_s has joined #openstack-infra | 08:39 | |
*** funzo has joined #openstack-infra | 08:40 | |
*** electrofelix has joined #openstack-infra | 08:42 | |
*** alexchadin has joined #openstack-infra | 08:42 | |
*** dizquierdo has quit IRC | 08:43 | |
*** funzo has quit IRC | 08:44 | |
*** zhurong has quit IRC | 08:44 | |
*** ykarel has quit IRC | 08:44 | |
*** ykarel has joined #openstack-infra | 08:45 | |
*** isaacb_ has quit IRC | 08:48 | |
*** Daisy_ has quit IRC | 08:51 | |
*** Daisy_ has joined #openstack-infra | 08:52 | |
Jeffrey4l | infra-root seem the kolla images on tarballs.o.o are not totally fixed. . | 08:55 |
Jeffrey4l | this link http://tarballs.openstack.org/kolla/images/centos-binary-registry-ocata.tar.gz still return 403. | 08:55 |
openstackgerrit | Merged openstack-infra/project-config master: jenkins: scripts: jenkins-sudo-grep: Drop extension on /var/log/messages https://review.openstack.org/484660 | 08:56 |
*** Daisy_ has quit IRC | 08:56 | |
*** derekh has joined #openstack-infra | 08:58 | |
openstackgerrit | Merged openstack-infra/project-config master: Add opensuse 42.3 support to nodepool-dsvm jobs https://review.openstack.org/484472 | 09:00 |
*** yamamoto has joined #openstack-infra | 09:01 | |
*** yamamoto has quit IRC | 09:02 | |
*** yamahata has quit IRC | 09:03 | |
*** yamamoto has joined #openstack-infra | 09:04 | |
openstackgerrit | Merged openstack-infra/project-config master: Correct docs publish location for sushy https://review.openstack.org/484450 | 09:04 |
*** markvoelker has quit IRC | 09:05 | |
openstackgerrit | Merged openstack-infra/project-config master: Modify some heat related projects to use standard templates https://review.openstack.org/482973 | 09:06 |
*** ociuhandu has quit IRC | 09:08 | |
*** Daisy_ has joined #openstack-infra | 09:08 | |
*** Daisy_ has quit IRC | 09:09 | |
*** Daisy_ has joined #openstack-infra | 09:09 | |
*** esberglu has joined #openstack-infra | 09:13 | |
*** esberglu has quit IRC | 09:13 | |
*** esberglu has joined #openstack-infra | 09:14 | |
sileht | AJaeger, Can you re take a look to https://review.openstack.org/#/c/483258/, I'm not sure I get the issue | 09:15 |
*** dizquierdo has joined #openstack-infra | 09:16 | |
*** esberglu has quit IRC | 09:18 | |
*** abelur_ has joined #openstack-infra | 09:20 | |
*** dizquierdo has quit IRC | 09:20 | |
*** arif-ali has quit IRC | 09:21 | |
AJaeger | sileht: commented - please update the commit message. Seems it confused me... | 09:22 |
sileht | AJaeger, sure | 09:23 |
*** dizquierdo has joined #openstack-infra | 09:24 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack-infra/project-config master: aodh: remove functional job for master branch https://review.openstack.org/483258 | 09:24 |
*** milan has joined #openstack-infra | 09:25 | |
sileht | AJaeger, done | 09:25 |
milan | folks, we have a project gate blocked situation on Ironic inspector; I'd like to ask you to review https://review.openstack.org/#/c/483059/ so we can unblock ourselves | 09:26 |
openstackgerrit | Renat Akhmerov proposed openstack-infra/project-config master: Add a simple version of Mistral HA gate https://review.openstack.org/484691 | 09:28 |
*** arif-ali has joined #openstack-infra | 09:30 | |
*** gmann_ has quit IRC | 09:30 | |
AJaeger | sileht: thanks | 09:34 |
*** shardy has joined #openstack-infra | 09:39 | |
*** Daisy_ has quit IRC | 09:40 | |
*** funzo has joined #openstack-infra | 09:40 | |
*** Daisy_ has joined #openstack-infra | 09:41 | |
*** makowals has quit IRC | 09:42 | |
*** Daisy_ has quit IRC | 09:45 | |
*** funzo has quit IRC | 09:45 | |
*** sambetts|afk is now known as sambetts | 09:46 | |
*** tosky has joined #openstack-infra | 09:47 | |
*** Dinesh_Bhor has quit IRC | 09:50 | |
*** thorst has joined #openstack-infra | 09:51 | |
*** thorst has quit IRC | 09:55 | |
*** markvoelker has joined #openstack-infra | 10:01 | |
*** isaacb_ has joined #openstack-infra | 10:04 | |
*** gcb has joined #openstack-infra | 10:11 | |
*** thorst has joined #openstack-infra | 10:12 | |
*** ralonsoh has quit IRC | 10:15 | |
*** thorst has quit IRC | 10:16 | |
*** yamamoto has quit IRC | 10:18 | |
*** Dinesh_Bhor has joined #openstack-infra | 10:21 | |
*** katkapilatova has joined #openstack-infra | 10:21 | |
*** sdague has joined #openstack-infra | 10:23 | |
*** katkapilatova has left #openstack-infra | 10:24 | |
*** yamamoto has joined #openstack-infra | 10:28 | |
*** stakeda has quit IRC | 10:30 | |
*** s-shiono has quit IRC | 10:31 | |
*** martinkopec has quit IRC | 10:31 | |
*** ykarel has quit IRC | 10:33 | |
*** xinliang has quit IRC | 10:33 | |
*** ykarel has joined #openstack-infra | 10:33 | |
*** markvoelker has quit IRC | 10:34 | |
*** yamamoto has quit IRC | 10:38 | |
*** alexchadin has quit IRC | 10:38 | |
*** dtantsur|afk is now known as dtantsur | 10:41 | |
*** xinliang has joined #openstack-infra | 10:46 | |
*** xinliang has joined #openstack-infra | 10:46 | |
*** jkilpatr has quit IRC | 10:46 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Add networks to multinode role data https://review.openstack.org/479353 | 10:49 |
*** ociuhandu has joined #openstack-infra | 10:49 | |
*** abelur_ has quit IRC | 10:51 | |
*** winggundamth has quit IRC | 10:52 | |
*** zhurong has joined #openstack-infra | 10:52 | |
*** thorst has joined #openstack-infra | 11:03 | |
*** jistr is now known as jistr|tpb | 11:05 | |
*** namnh has quit IRC | 11:05 | |
*** jkilpatr has joined #openstack-infra | 11:07 | |
*** makowals has joined #openstack-infra | 11:11 | |
*** ralonsoh has joined #openstack-infra | 11:14 | |
*** dave-mccowan has joined #openstack-infra | 11:17 | |
*** EricGonczer_ has joined #openstack-infra | 11:18 | |
*** sree has joined #openstack-infra | 11:18 | |
*** lucasagomes is now known as lucas-hungry | 11:21 | |
*** sree has quit IRC | 11:23 | |
*** dave-mccowan has quit IRC | 11:23 | |
*** ralonsoh_ has joined #openstack-infra | 11:24 | |
*** ralonsoh has quit IRC | 11:24 | |
*** gildub has joined #openstack-infra | 11:26 | |
*** jistr|tpb is now known as jistr | 11:28 | |
*** markvoelker has joined #openstack-infra | 11:32 | |
*** yamamoto has joined #openstack-infra | 11:33 | |
*** EricGonczer_ has quit IRC | 11:34 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: WIP: Don't remove top-container element in the adapter https://review.openstack.org/484178 | 11:35 |
*** ldnunes has joined #openstack-infra | 11:36 | |
*** ldnunes has quit IRC | 11:42 | |
*** funzo has joined #openstack-infra | 11:42 | |
*** Daisy_ has joined #openstack-infra | 11:46 | |
*** wolverineav has joined #openstack-infra | 11:47 | |
*** funzo has quit IRC | 11:47 | |
*** EricGonczer_ has joined #openstack-infra | 11:50 | |
*** Daisy_ has quit IRC | 11:50 | |
*** markmcd has quit IRC | 11:52 | |
*** ldnunes has joined #openstack-infra | 11:54 | |
*** markmcd has joined #openstack-infra | 11:55 | |
*** ykarel is now known as ykarel|away | 11:55 | |
*** esberglu has joined #openstack-infra | 11:55 | |
*** esberglu has quit IRC | 11:59 | |
*** chlong has joined #openstack-infra | 12:00 | |
*** yamamoto has quit IRC | 12:04 | |
*** gmann_ has joined #openstack-infra | 12:05 | |
*** markvoelker has quit IRC | 12:05 | |
*** gildub has quit IRC | 12:08 | |
*** clayton has quit IRC | 12:08 | |
*** zeih has joined #openstack-infra | 12:09 | |
*** clayton has joined #openstack-infra | 12:09 | |
fungi | Jeffrey4l: not sure what the deal was with permissions on that file. i had previously done a `chmod o+r *.tar.gz` in there (which is what i did just now too, and that file is back to readable again) | 12:12 |
*** tuanluong has quit IRC | 12:15 | |
*** yamamoto has joined #openstack-infra | 12:19 | |
*** Nisha_ has joined #openstack-infra | 12:21 | |
Nisha_ | dhellmann, Hi. I had one ques regarding release. | 12:21 |
*** jascott1 has joined #openstack-infra | 12:21 | |
AJaeger | Nisha_: please use #openstack-release channel to speak to that team | 12:23 |
*** lucas-hungry is now known as lucasagomes | 12:25 | |
*** jascott1 has quit IRC | 12:26 | |
*** garyk has joined #openstack-infra | 12:26 | |
garyk | Anyone know how to make sure that the job for updating the requirements is invoked? | 12:26 |
garyk | AJaeger: ^ | 12:26 |
Nisha_ | AJaeger, ohk thanks | 12:26 |
garyk | fungi: ^^ | 12:26 |
fungi | garyk: it normally happens every time a new requirement change merges on the corresponding branch of the openstack/requirements repository | 12:28 |
garyk | fungi: the last time this ran on the vmware-nsx lib repo was march 2nd. | 12:29 |
garyk | after enquiring a while back it was suggest that we do change I0aa7e085c910c189384516dccd0922abef9334fa | 12:30 |
garyk | that did not do the trick. so not really sure what the missing piece is | 12:30 |
garyk | any idea who can help out here | 12:30 |
garyk | for example https://review.openstack.org/#/q/project:openstack/vmware-nsxlib+owner:%22OpenStack+Proposal+Bot+%253Copenstack-infra%2540lists.openstack.org%253E%22 works wells | 12:30 |
garyk | but https://review.openstack.org/#/q/project:openstack/vmware-nsx+owner:%22OpenStack+Proposal+Bot+%253Copenstack-infra%2540lists.openstack.org%253E%22 is problematic | 12:31 |
*** bobh has joined #openstack-infra | 12:31 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/release-tools master: Fix a few small things with eol_branch https://review.openstack.org/484738 | 12:33 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/release-tools master: Handle unknown projects in eol_branch https://review.openstack.org/484739 | 12:33 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/release-tools master: Add feature to exit on warning in eol_branch https://review.openstack.org/484740 | 12:33 |
*** markvoelker has joined #openstack-infra | 12:33 | |
*** dprince has joined #openstack-infra | 12:34 | |
openstackgerrit | Merged openstack-infra/project-config master: Remove jobs for to-be-retired mitaka repos https://review.openstack.org/481831 | 12:34 |
fungi | garyk: i think you need to get pyshark into global requirements first? http://logs.openstack.org/e7/e7454fa7184cb15083f6d354955413961f75650e/post/propose-requirements-updates/02833f1/console.html#_2017-07-18_01_43_14_430523 | 12:35 |
fungi | looks like that script doesn't do a very good job with handling requirements that aren't in the global list at all | 12:36 |
garyk | fungi: thanks!!! will take a look | 12:37 |
fungi | or if you don't actually use pyshark, then drop it from your requirements | 12:37 |
*** rlandy has joined #openstack-infra | 12:37 | |
*** kgiusti has joined #openstack-infra | 12:38 | |
*** Hal has joined #openstack-infra | 12:38 | |
garyk | ok, will do. thanks! | 12:39 |
fungi | any time! | 12:39 |
*** gordc has joined #openstack-infra | 12:40 | |
*** tosky_ has joined #openstack-infra | 12:41 | |
*** tosky has quit IRC | 12:41 | |
*** danpawlik has quit IRC | 12:49 | |
*** Goneri has joined #openstack-infra | 12:49 | |
*** jaypipes has joined #openstack-infra | 12:51 | |
*** esberglu has joined #openstack-infra | 12:52 | |
*** esberglu has quit IRC | 12:52 | |
*** ralonsoh_ is now known as ralonsoh | 12:52 | |
*** rhallisey has joined #openstack-infra | 12:52 | |
*** danpawlik has joined #openstack-infra | 12:52 | |
*** trown|outtypewww is now known as trown | 12:54 | |
*** sree has joined #openstack-infra | 12:55 | |
*** sree has quit IRC | 12:56 | |
*** jamesdenton has joined #openstack-infra | 12:56 | |
*** sree has joined #openstack-infra | 12:56 | |
*** felipemonteiro_ has joined #openstack-infra | 12:57 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config master: Add missing jobs to ironic-python-agent-builder https://review.openstack.org/484753 | 12:57 |
*** felipemonteiro__ has joined #openstack-infra | 12:58 | |
*** bobh has quit IRC | 12:59 | |
*** isaacb_ has quit IRC | 12:59 | |
*** felipemonteiro_ has quit IRC | 13:02 | |
*** esberglu has joined #openstack-infra | 13:02 | |
*** vhosakot has joined #openstack-infra | 13:04 | |
*** LindaWang has quit IRC | 13:04 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config master: Add missing jobs to ironic-python-agent-builder https://review.openstack.org/484753 | 13:04 |
*** eharney has joined #openstack-infra | 13:06 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config master: Add missing jobs to ironic-python-agent-builder https://review.openstack.org/484753 | 13:15 |
*** hashar is now known as hasharAway | 13:15 | |
*** baoli has joined #openstack-infra | 13:15 | |
*** jcoufal has joined #openstack-infra | 13:17 | |
*** sree has quit IRC | 13:20 | |
*** nicolasbock has quit IRC | 13:27 | |
*** zeih has quit IRC | 13:27 | |
*** sree has joined #openstack-infra | 13:27 | |
*** zeih has joined #openstack-infra | 13:28 | |
*** zhurong has quit IRC | 13:28 | |
*** zeih has quit IRC | 13:28 | |
*** nicolasbock has joined #openstack-infra | 13:28 | |
*** zeih has joined #openstack-infra | 13:28 | |
*** zeih has quit IRC | 13:29 | |
*** zeih has joined #openstack-infra | 13:29 | |
*** alexchadin has joined #openstack-infra | 13:29 | |
*** zeih has quit IRC | 13:30 | |
*** zeih has joined #openstack-infra | 13:30 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config master: Add missing jobs to ironic-python-agent-builder https://review.openstack.org/484753 | 13:30 |
*** zeih has quit IRC | 13:30 | |
*** Julien-zte has joined #openstack-infra | 13:31 | |
*** nicolasbock has quit IRC | 13:32 | |
*** sree_ has joined #openstack-infra | 13:32 | |
*** sree has quit IRC | 13:32 | |
*** sree_ is now known as Guest92848 | 13:32 | |
*** LindaWang has joined #openstack-infra | 13:34 | |
*** nicolasbock has joined #openstack-infra | 13:35 | |
*** Daisy_ has joined #openstack-infra | 13:35 | |
*** armax has joined #openstack-infra | 13:35 | |
*** links has quit IRC | 13:38 | |
*** mriedem has joined #openstack-infra | 13:39 | |
*** alexchadin has quit IRC | 13:39 | |
*** alexchadin has joined #openstack-infra | 13:39 | |
*** Daisy_ has quit IRC | 13:40 | |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci master: WIP Testing changes required to move 3nodes job to quickstart https://review.openstack.org/483077 | 13:41 |
*** danpawlik has quit IRC | 13:41 | |
*** danpawlik has joined #openstack-infra | 13:44 | |
*** pblaho has quit IRC | 13:44 | |
*** esberglu has quit IRC | 13:45 | |
*** ociuhandu has quit IRC | 13:46 | |
*** hamzy has quit IRC | 13:47 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/puppet-ptgbot master: Add a site index https://review.openstack.org/484798 | 13:47 |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Allow promotion featureset024 job to report its status https://review.openstack.org/484112 | 13:48 |
*** hichihara has joined #openstack-infra | 13:50 | |
*** annegentle has joined #openstack-infra | 13:50 | |
*** tosky has joined #openstack-infra | 13:52 | |
*** tosky_ has quit IRC | 13:53 | |
*** Guest92848 has quit IRC | 13:53 | |
openstackgerrit | Ronelle Landy proposed openstack-infra/tripleo-ci master: Use port-security version of OVB templates https://review.openstack.org/460748 | 13:55 |
*** gmann_ has quit IRC | 13:56 | |
Jeffrey4l | fungi, yep. it works. thanks a lot. | 13:56 |
*** bobh has joined #openstack-infra | 13:56 | |
*** gouthamr has joined #openstack-infra | 13:56 | |
*** kgiusti has quit IRC | 13:59 | |
fungi | any time | 13:59 |
*** esberglu has joined #openstack-infra | 14:00 | |
openstackgerrit | Ronelle Landy proposed openstack-infra/tripleo-ci master: WIP: Add settings for ovb in rdocloud https://review.openstack.org/480950 | 14:00 |
*** pblaho has joined #openstack-infra | 14:00 | |
*** kgiusti has joined #openstack-infra | 14:01 | |
*** katkapilatova has joined #openstack-infra | 14:01 | |
*** persia__ is now known as persia | 14:01 | |
*** katkapilatova has left #openstack-infra | 14:01 | |
*** katkapilatova has joined #openstack-infra | 14:02 | |
*** katkapilatova has left #openstack-infra | 14:02 | |
*** garyk has quit IRC | 14:04 | |
*** baoli has quit IRC | 14:06 | |
*** baoli has joined #openstack-infra | 14:07 | |
*** wolverineav has quit IRC | 14:09 | |
*** alexchadin has quit IRC | 14:10 | |
*** Guest73843 is now known as antonym | 14:11 | |
*** antonym has quit IRC | 14:11 | |
*** antonym has joined #openstack-infra | 14:11 | |
*** jheroux has joined #openstack-infra | 14:12 | |
*** alexchadin has joined #openstack-infra | 14:14 | |
*** annegentle has quit IRC | 14:16 | |
*** rbrndt has joined #openstack-infra | 14:16 | |
openstackgerrit | Arx Cruz proposed openstack-infra/tripleo-ci master: Add validate-tempest role in overcloud-validate tag https://review.openstack.org/484627 | 14:19 |
*** Teemo has joined #openstack-infra | 14:19 | |
*** rossella_s has quit IRC | 14:20 | |
*** eharney has quit IRC | 14:21 | |
*** rossella_s has joined #openstack-infra | 14:22 | |
*** ihrachys has joined #openstack-infra | 14:25 | |
*** bnemec has joined #openstack-infra | 14:25 | |
*** EricGonc_ has joined #openstack-infra | 14:26 | |
*** wolverineav has joined #openstack-infra | 14:28 | |
*** sree has joined #openstack-infra | 14:28 | |
*** EricGonczer_ has quit IRC | 14:28 | |
*** hongbin has joined #openstack-infra | 14:31 | |
*** hamzy has joined #openstack-infra | 14:32 | |
*** uberjay has quit IRC | 14:32 | |
*** uberjay has joined #openstack-infra | 14:32 | |
*** sree has quit IRC | 14:33 | |
*** jamesdenton has quit IRC | 14:33 | |
*** marst has quit IRC | 14:35 | |
*** eharney has joined #openstack-infra | 14:37 | |
*** Mutter_ has joined #openstack-infra | 14:38 | |
*** marst has joined #openstack-infra | 14:42 | |
*** funzo has joined #openstack-infra | 14:44 | |
*** kgiusti has quit IRC | 14:48 | |
*** funzo has quit IRC | 14:49 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Rework tox -e linters https://review.openstack.org/484836 | 14:50 |
*** annegentle has joined #openstack-infra | 14:51 | |
*** ykarel|away is now known as ykarel | 14:52 | |
*** Mutter____ has joined #openstack-infra | 14:55 | |
*** krtaylor has quit IRC | 14:55 | |
*** Mutter____ has quit IRC | 14:55 | |
*** trown is now known as trown|brb | 14:56 | |
*** Mutter_ has quit IRC | 14:58 | |
*** cshastri has quit IRC | 15:01 | |
AJaeger | project-config cores, here're a few cleanups for review, please: https://review.openstack.org/#/c/484160/ https://review.openstack.org/#/c/484164/ https://review.openstack.org/#/c/484205/ https://review.openstack.org/#/c/484207/ https://review.openstack.org/#/c/484663/ | 15:02 |
*** milan has quit IRC | 15:03 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool feature/zuulv3: Support UUID as builder identifier https://review.openstack.org/484414 | 15:04 |
*** Teemo has left #openstack-infra | 15:08 | |
*** dhajare has quit IRC | 15:08 | |
*** ociuhandu has joined #openstack-infra | 15:09 | |
*** dizquierdo has quit IRC | 15:10 | |
*** LindaWang has quit IRC | 15:10 | |
*** mattmceuen has joined #openstack-infra | 15:12 | |
openstackgerrit | Andy McCrae proposed openstack-infra/project-config master: Add "test-results" publisher to OpenStack-Ansible periodic jobs https://review.openstack.org/484843 | 15:12 |
odyssey4me | I'm still seeing variation for the setuptools version in jobs - is there some sort of date/time when we're sure that we will not be using the new broken one? | 15:14 |
*** kgiusti has joined #openstack-infra | 15:14 | |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder master: Bump fedora-minimal DIB_RELEASE 26 https://review.openstack.org/482570 | 15:14 |
pabelanger | ianw: I think ^ is our fix for ssh issues on fedora-26 | 15:15 |
*** hichihara has quit IRC | 15:16 | |
*** yamamoto has quit IRC | 15:17 | |
fungi | odyssey4me: how recently and running on what node type(s)? | 15:18 |
fungi | if you have a specific example i can see what image it ran on | 15:18 |
odyssey4me | fungi I've been rechecking this one https://review.openstack.org/#/c/484284/ | 15:19 |
odyssey4me | both ubuntu-xenial and centos-7 are giving errors | 15:19 |
fungi | most recent ubuntu-xenial build is 20 hours old | 15:20 |
robcresswell | o/ Hey folks, so I've been poking at the puppet-openstackci repo (is this the right place to ask?) and I'm getting a bit confused over the nodepool parts. It's looking for a "puppet" element in nodepool.yaml, which as far as I can tell doesn't exist in the project-config example, or upstream. I'm guessing its legacy (?) but I've no idea what it is / was supposed to do. | 15:20 |
*** yamamoto has joined #openstack-infra | 15:21 | |
fungi | odyssey4me: most recent upload of ubuntu-xenial to osic-cloud1-s3700 was 17 hours ago | 15:22 |
fungi | odyssey4me: so http://logs.openstack.org/84/484284/2/check/gate-openstack-ansible-docs-ubuntu-xenial/f105834/console.html ran on the latest image | 15:22 |
odyssey4me | fungi the funny thing is that the stable/ocata version of that worked for some tests | 15:22 |
odyssey4me | same provider | 15:22 |
odyssey4me | odd though is that the tests whow differing versions of setuptools | 15:22 |
odyssey4me | *show | 15:22 |
*** jascott1 has joined #openstack-infra | 15:24 | |
*** Daisy_ has joined #openstack-infra | 15:24 | |
*** trown|brb is now known as trown | 15:25 | |
odyssey4me | fungi well, it seems more like the broken version is still there | 15:25 |
fungi | odyssey4me: is setuptools 36.2.0 the problem version? | 15:25 |
odyssey4me | yes | 15:26 |
odyssey4me | the variation in results is due to the differences in how the respective jobs try to downgrade it | 15:26 |
odyssey4me | it can be upgraded or downgraded on its own (no other deps), but cannot be upgraded or downgraded with other deps | 15:26 |
cmurphy | robcresswell: you're right, the puppet element is legacy at this point and its functionality has been replaced by enhancing the other elements in project-config | 15:27 |
odyssey4me | that's why the tox jobs are consistently failing | 15:27 |
cmurphy | robcresswell: are you seeing an error where it's looking for that element? | 15:27 |
robcresswell | cmurphy: Well, yeah it tells me it cant find the element, thats all. But I wasn't sure how to replace it, since I've no idea what it did :) | 15:27 |
odyssey4me | fungi definitely still seeing that version in rax-ord, ovh-bhs1, etc | 15:27 |
*** dangers_away has quit IRC | 15:28 | |
cmurphy | robcresswell: you can just remove it from your nodepool.yaml and make sure to have an up-to-date checkout of project-config | 15:28 |
*** krtaylor has joined #openstack-infra | 15:28 | |
*** jascott1 has quit IRC | 15:28 | |
*** Daisy_ has quit IRC | 15:29 | |
*** yamamoto has quit IRC | 15:29 | |
robcresswell | cmurphy: Gotcha, thanks | 15:30 |
fungi | odyssey4me: what version of setuptools are you expecting to see instead? | 15:30 |
odyssey4me | fungi anything that's not blocked in g-r | 15:32 |
*** rcernin has quit IRC | 15:32 | |
fungi | odyssey4me: what are you expecting to enforce that? | 15:32 |
fungi | right now we're just running get-pip.py | 15:32 |
odyssey4me | fungi well, I would have hoped that the d-i-b process respects the g-r requirements blocks? | 15:33 |
*** dangers has joined #openstack-infra | 15:33 | |
fungi | nope | 15:33 |
odyssey4me | sigh | 15:33 |
odyssey4me | http://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install/04-install-pip#n124 | 15:34 |
fungi | i thought someone had said a change merged to setuptools and a new release had been pushed to pypi to solve the downgrading breakage | 15:34 |
fungi | and that we just needed images updated with the latest setuptools version or something | 15:34 |
odyssey4me | nope, unfortunately there's no upstream fix yet | 15:34 |
odyssey4me | there is a PR, but the fix breaks in tests because this version can't upgrade/downgrade without breaking | 15:35 |
*** rwsu has quit IRC | 15:37 | |
odyssey4me | ok, I guess we're going to have to figure out a way around this for our builds | 15:37 |
odyssey4me | meanwhile, I'll also try and see if I can figure out a patch for d-i-b to allow it to respect constraints when prepping an image | 15:38 |
*** vhosakot has quit IRC | 15:39 | |
fungi | dib has integration testing, so you should be able to see if it's working or not, at least | 15:39 |
*** annegentle has quit IRC | 15:39 | |
*** pblaho has quit IRC | 15:40 | |
*** rwsu has joined #openstack-infra | 15:43 | |
*** baoli has quit IRC | 15:44 | |
*** andreas_s has quit IRC | 15:44 | |
*** funzo has joined #openstack-infra | 15:45 | |
*** bhavik1 has joined #openstack-infra | 15:46 | |
*** baoli has joined #openstack-infra | 15:49 | |
*** funzo has quit IRC | 15:49 | |
*** baoli has quit IRC | 15:51 | |
*** funzo has joined #openstack-infra | 15:51 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Add more information on variables in jobs https://review.openstack.org/484530 | 15:52 |
*** baoli has joined #openstack-infra | 15:53 | |
*** annegentle has joined #openstack-infra | 15:53 | |
openstackgerrit | Alexander Chadin proposed openstack-infra/project-config master: Enable watcher in watcherclient functional job https://review.openstack.org/484865 | 15:54 |
*** sree has joined #openstack-infra | 15:54 | |
*** sree has quit IRC | 15:56 | |
*** sree has joined #openstack-infra | 15:56 | |
*** camunoz has joined #openstack-infra | 15:57 | |
*** alexchadin has quit IRC | 15:58 | |
*** hasharAway has quit IRC | 15:59 | |
*** hashar has joined #openstack-infra | 15:59 | |
*** rcernin has joined #openstack-infra | 16:02 | |
*** baoli has quit IRC | 16:02 | |
*** camunoz has quit IRC | 16:03 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul-jobs master: Add sample base job https://review.openstack.org/484485 | 16:06 |
*** dizquierdo has joined #openstack-infra | 16:06 | |
openstackgerrit | Merged openstack-infra/openstack-zuul-roles master: Remove last remaining roles https://review.openstack.org/484487 | 16:07 |
*** egonzalez has quit IRC | 16:07 | |
*** panda|off has quit IRC | 16:07 | |
*** dtantsur is now known as dtantsur|afk | 16:07 | |
*** panda has joined #openstack-infra | 16:08 | |
*** electrofelix has quit IRC | 16:09 | |
openstackgerrit | Spyros Trigazis (strigazi) proposed openstack-infra/project-config master: [magnum] Make swarm-mode job voting https://review.openstack.org/483858 | 16:11 |
*** armax has quit IRC | 16:11 | |
*** baoli has joined #openstack-infra | 16:12 | |
*** armax has joined #openstack-infra | 16:12 | |
*** ldnunes has quit IRC | 16:12 | |
*** jcoufal has quit IRC | 16:13 | |
*** gcerami_ has joined #openstack-infra | 16:13 | |
openstackgerrit | Ronelle Landy proposed openstack-infra/tripleo-ci master: WIP: Add settings for ovb in rdocloud https://review.openstack.org/480950 | 16:14 |
openstackgerrit | Ronelle Landy proposed openstack-infra/tripleo-ci master: WIP: Add settings for ovb in rdocloud https://review.openstack.org/480950 | 16:14 |
*** ccamacho has quit IRC | 16:15 | |
*** Apoorva has joined #openstack-infra | 16:15 | |
*** panda has quit IRC | 16:15 | |
*** gcerami_ is now known as panda | 16:15 | |
*** Julien-zte has quit IRC | 16:15 | |
*** Julien-zte has joined #openstack-infra | 16:16 | |
*** Julien-zte has quit IRC | 16:17 | |
*** Julien-zte has joined #openstack-infra | 16:17 | |
*** Julien-zte has quit IRC | 16:18 | |
*** Julien-zte has joined #openstack-infra | 16:18 | |
*** camunoz has joined #openstack-infra | 16:18 | |
*** Julien-zte has quit IRC | 16:18 | |
*** Julien-zte has joined #openstack-infra | 16:19 | |
*** ldnunes has joined #openstack-infra | 16:19 | |
*** Daisy_ has joined #openstack-infra | 16:19 | |
*** Julien-zte has quit IRC | 16:19 | |
*** Julien-zte has joined #openstack-infra | 16:20 | |
*** Julien-zte has quit IRC | 16:20 | |
*** Julien-zte has joined #openstack-infra | 16:20 | |
*** Julien-zte has quit IRC | 16:21 | |
*** Julien-zte has joined #openstack-infra | 16:21 | |
openstackgerrit | Merged openstack-infra/puppet-zuul master: Add support for zuul-web and scheduler connections https://review.openstack.org/482889 | 16:21 |
*** Julien-zte has quit IRC | 16:22 | |
*** Julien-zte has joined #openstack-infra | 16:22 | |
*** annegentle has quit IRC | 16:22 | |
*** Julien-zte has quit IRC | 16:22 | |
*** Julien-zte has joined #openstack-infra | 16:23 | |
*** Julien-zte has quit IRC | 16:23 | |
*** Apoorva_ has joined #openstack-infra | 16:23 | |
*** Julien-zte has joined #openstack-infra | 16:24 | |
*** Daisy_ has quit IRC | 16:24 | |
*** Nisha_ has quit IRC | 16:24 | |
*** Julien-zte has quit IRC | 16:24 | |
*** Nisha_ has joined #openstack-infra | 16:24 | |
*** Julien-zte has joined #openstack-infra | 16:24 | |
*** Julien-zte has quit IRC | 16:25 | |
*** sshnaidm|off has joined #openstack-infra | 16:25 | |
*** bhavik1 has quit IRC | 16:25 | |
*** Julien-zte has joined #openstack-infra | 16:25 | |
*** Julien-zte has quit IRC | 16:26 | |
*** Julien-zte has joined #openstack-infra | 16:26 | |
*** Julien-zte has quit IRC | 16:26 | |
*** Apoorva has quit IRC | 16:27 | |
*** ramishra has quit IRC | 16:29 | |
*** yamamoto has joined #openstack-infra | 16:29 | |
*** iyamahat has joined #openstack-infra | 16:29 | |
*** Adri2000 has quit IRC | 16:30 | |
*** hashar is now known as hasharDinner | 16:30 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Add callback plugin to emit json https://review.openstack.org/484515 | 16:32 |
*** dmellado_ has quit IRC | 16:34 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Only output result details on error https://review.openstack.org/484516 | 16:34 |
*** dmellado_ has joined #openstack-infra | 16:35 | |
*** kjackal_ has joined #openstack-infra | 16:37 | |
*** yamamoto has quit IRC | 16:37 | |
*** derekh has quit IRC | 16:37 | |
*** bobh has quit IRC | 16:43 | |
*** ociuhandu has quit IRC | 16:48 | |
*** yamahata has joined #openstack-infra | 16:48 | |
*** ykarel has quit IRC | 16:48 | |
*** Hal has quit IRC | 16:49 | |
*** trown is now known as trown|lunch | 16:51 | |
*** sambetts is now known as sambetts|afk | 16:57 | |
*** sree has quit IRC | 16:58 | |
*** psachin has quit IRC | 16:59 | |
*** ralonsoh has quit IRC | 17:00 | |
*** jamesmcarthur has joined #openstack-infra | 17:02 | |
*** baoli has quit IRC | 17:06 | |
*** baoli has joined #openstack-infra | 17:06 | |
*** jistr is now known as jistr|off | 17:06 | |
*** yamamoto has joined #openstack-infra | 17:07 | |
*** yamamoto has quit IRC | 17:12 | |
*** Daisy_ has joined #openstack-infra | 17:13 | |
*** dizquierdo has quit IRC | 17:14 | |
*** jascott1 has joined #openstack-infra | 17:15 | |
*** ekcs has quit IRC | 17:16 | |
AJaeger | pabelanger, could you put these cleanups on your review queue, please: https://review.openstack.org/#/c/484160/ https://review.openstack.org/#/c/484164/ https://review.openstack.org/#/c/484205/ https://review.openstack.org/#/c/484207/ https://review.openstack.org/#/c/484663/ ? | 17:16 |
openstackgerrit | Merged openstack-infra/project-config master: [magnum] Make swarm-mode job voting https://review.openstack.org/483858 | 17:17 |
*** Daisy_ has quit IRC | 17:17 | |
*** efoley has quit IRC | 17:20 | |
*** baoli has quit IRC | 17:22 | |
*** baoli has joined #openstack-infra | 17:22 | |
*** harlowja has joined #openstack-infra | 17:24 | |
*** lucasagomes is now known as lucas-afk | 17:25 | |
*** tosky has quit IRC | 17:32 | |
*** alexchadin has joined #openstack-infra | 17:32 | |
openstackgerrit | John L. Villalovos proposed openstack-infra/project-config master: Add an experimental job to test ironic boot from volume https://review.openstack.org/480332 | 17:34 |
alexchadin | AJaeger: our python-watcherclient requires tempest to run functional tests and watcher to call API | 17:35 |
AJaeger | alexchadin: so, will check out of watcher be enough for that? | 17:35 |
*** nicolasbock has quit IRC | 17:35 | |
openstackgerrit | John L. Villalovos proposed openstack-infra/project-config master: Add an experimental job to test ironic boot from volume https://review.openstack.org/480332 | 17:36 |
AJaeger | alexchadin: your commit message is so brief that I cannot judge whether what you do is enough... | 17:36 |
alexchadin | AJaeger: I think no, we need it to be installed | 17:36 |
alexchadin | along with tempest | 17:36 |
*** rbrndt has quit IRC | 17:36 | |
AJaeger | alexchadin: what about explaining that in the commit message? "Enable" is different for me from "check out and have available" | 17:36 |
*** nicolasbock has joined #openstack-infra | 17:36 | |
alexchadin | AJaeger: sure, but I think we need to add something like ENABLED_SERVICES=tempest | 17:37 |
alexchadin | AJaeger: ENABLED_SERVICES+=,watcher-api,watcher-decision-engine,watcher-applier | 17:38 |
alexchadin | AJaeger: am I right? | 17:38 |
AJaeger | check the log file of a job what is in there already... | 17:38 |
openstackgerrit | John L. Villalovos proposed openstack-infra/project-config master: Add an experimental job to test ironic boot from volume https://review.openstack.org/480332 | 17:39 |
AJaeger | alexchadin: but yes that should be needed. | 17:40 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Add job's project as implicit role project https://review.openstack.org/482726 | 17:41 |
alexchadin | AJaeger: thanks! | 17:42 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Remove subunit file size check for tox role https://review.openstack.org/484519 | 17:44 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Compress testrepository.subunit in fetch-testr-output https://review.openstack.org/484896 | 17:44 |
*** jerryz has joined #openstack-infra | 17:45 | |
openstackgerrit | Alexander Chadin proposed openstack-infra/project-config master: Enable watcher in watcherclient functional job https://review.openstack.org/484865 | 17:46 |
*** ekcs has joined #openstack-infra | 17:52 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Compress testrepository.subunit in fetch-testr-output https://review.openstack.org/484896 | 17:53 |
*** mugsie_ is now known as mugsie | 17:54 | |
*** dhajare has joined #openstack-infra | 17:54 | |
*** mugsie has quit IRC | 17:54 | |
*** mugsie has joined #openstack-infra | 17:54 | |
*** tosky has joined #openstack-infra | 17:57 | |
*** tesseract has quit IRC | 17:58 | |
*** baoli has quit IRC | 18:00 | |
*** baoli has joined #openstack-infra | 18:01 | |
*** alexchadin has quit IRC | 18:01 | |
*** deep-book-gk_ has joined #openstack-infra | 18:03 | |
*** deep-book-gk_ has left #openstack-infra | 18:03 | |
*** EricGonc_ has quit IRC | 18:05 | |
*** Goneri has quit IRC | 18:07 | |
*** zaneb has quit IRC | 18:08 | |
*** annegentle has joined #openstack-infra | 18:13 | |
*** bhavik1 has joined #openstack-infra | 18:13 | |
*** Nisha_ has quit IRC | 18:19 | |
*** pvaneck has joined #openstack-infra | 18:21 | |
*** EricGonczer_ has joined #openstack-infra | 18:21 | |
*** trown|lunch is now known as trown | 18:23 | |
*** Nisha_Agarwal has joined #openstack-infra | 18:23 | |
*** wolverineav has quit IRC | 18:28 | |
*** wolverineav has joined #openstack-infra | 18:28 | |
*** eharney has quit IRC | 18:30 | |
*** eharney has joined #openstack-infra | 18:30 | |
*** wolverineav has quit IRC | 18:33 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Compress testrepository.subunit in fetch-testr-output https://review.openstack.org/484896 | 18:34 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Write secrets into their own file, not into inventory https://review.openstack.org/479390 | 18:34 |
*** bhavik1 has quit IRC | 18:36 | |
*** watersoul has quit IRC | 18:39 | |
*** EricGonczer_ has quit IRC | 18:41 | |
*** EricGonczer_ has joined #openstack-infra | 18:42 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add unittest for secrets data https://review.openstack.org/484911 | 18:42 |
*** baoli has quit IRC | 18:42 | |
*** baoli has joined #openstack-infra | 18:45 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Remove check_sudo_usage logic from tox https://review.openstack.org/484916 | 18:47 |
*** watersoul has joined #openstack-infra | 18:47 | |
*** EricGonc_ has joined #openstack-infra | 18:49 | |
fungi | hah, unforeseen upshot of having mail aliases configured on lists.o.o... it will accept e-mail from the internet to any of them and forward accordingly | 18:50 |
fungi | noticing an uptick in spam to security@l.o.o today, which is aliased to root@l.o.o which sends to our sysadmins | 18:51 |
fungi | i wonder if we shouldn't make some exceptions when it comes to those servers of ours which have to accept e-mail from the internet at large | 18:51 |
*** EricGonczer_ has quit IRC | 18:52 | |
fungi | maybe make those aliases only accept e-mail injected from localhost or something | 18:52 |
inc0 | sooo guys I'm testing pushing mechanism now. What will get me node with secrets faster? Waiting for Zuul v3 or old-style secure node? | 18:54 |
inc0 | I'm getting questions about dockerhub images few times a week;) | 18:55 |
*** rbrndt has joined #openstack-infra | 18:55 | |
pabelanger | we still need to approve our infra-spec and decide | 18:57 |
pabelanger | but right now a lot of us are head down on zuulv3 | 18:57 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 18:58 |
*** EricGonc_ has quit IRC | 18:59 | |
*** adisky__ has quit IRC | 18:59 | |
fungi | it's that (weekly infra team meeting) time again! find us in #openstack-meeting for the next hour | 19:00 |
*** EricGonczer_ has joined #openstack-infra | 19:01 | |
*** Daisy_ has joined #openstack-infra | 19:01 | |
ihrachys | clarkb, there is a email thread in -dev about switching grenade in integrated gate to multinode | 19:02 |
ianw | pabelanger: i think it might be more than that, because i couldn't log in on the console either | 19:02 |
*** Goneri has joined #openstack-infra | 19:02 | |
ihrachys | clarkb, I was thinking if there are any issues with it | 19:02 |
ihrachys | from infra side | 19:02 |
ihrachys | on one hand, it reduces number of jobs in some repos like neutron | 19:03 |
ihrachys | on another hand, it obviously bumps node num requirement for the job x2 | 19:03 |
*** chlong_ has joined #openstack-infra | 19:03 | |
ihrachys | can someone from infra maybe chime in? | 19:03 |
ihrachys | the thread is "Proposal to change integrated neutron grenade gate job to multi-node" | 19:04 |
*** Nisha_Agarwal has quit IRC | 19:04 | |
*** Nisha_Agarwal has joined #openstack-infra | 19:04 | |
pabelanger | ianw: agree, that was my 10min poke at it | 19:05 |
*** chlong has quit IRC | 19:05 | |
*** Daisy_ has quit IRC | 19:06 | |
*** hasharDinner is now known as hashar | 19:07 | |
*** sslypushenko_ has joined #openstack-infra | 19:08 | |
*** Nisha_ has joined #openstack-infra | 19:10 | |
*** Nisha_Agarwal has quit IRC | 19:12 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 19:13 |
*** Nisha_ has quit IRC | 19:13 | |
openstackgerrit | Ronelle Landy proposed openstack-infra/tripleo-ci master: Add settings for OVB in RDO Cloud https://review.openstack.org/480950 | 19:14 |
openstackgerrit | Ronelle Landy proposed openstack-infra/tripleo-ci master: Add settings for OVB in RDO Cloud https://review.openstack.org/480950 | 19:14 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Add unittest for secrets data https://review.openstack.org/484911 | 19:15 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Fail early if people attempt to add zuul vars or secrets https://review.openstack.org/484000 | 19:15 |
*** kjackal__ has joined #openstack-infra | 19:15 | |
*** Apoorva_ has quit IRC | 19:16 | |
*** EricGonc_ has joined #openstack-infra | 19:17 | |
*** gyee has joined #openstack-infra | 19:17 | |
*** EricGonczer_ has quit IRC | 19:18 | |
openstackgerrit | Dean Troyer proposed openstack-infra/project-config master: Re-enable Volume API v1 https://review.openstack.org/484921 | 19:22 |
*** zzzeek has quit IRC | 19:29 | |
*** zzzeek has joined #openstack-infra | 19:30 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 19:32 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 19:44 |
*** rlandy is now known as rlandy|brb | 19:46 | |
*** dprince has quit IRC | 19:51 | |
*** nicolasbock has quit IRC | 19:53 | |
*** EricGonczer_ has joined #openstack-infra | 19:54 | |
*** EricGonc_ has quit IRC | 19:54 | |
*** rlandy|brb is now known as rlandy | 19:54 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 19:56 |
*** dave-mccowan has joined #openstack-infra | 19:58 | |
*** EricGonc_ has joined #openstack-infra | 19:59 | |
*** EricGonczer_ has quit IRC | 20:00 | |
cmurphy | hi infra team, i have some review requests | 20:01 |
*** EricGonc_ has quit IRC | 20:02 | |
cmurphy | beaker fixes that got missed https://review.openstack.org/#/q/status:open+project:%22%255Eopenstack-infra/.*%2524%22+topic:fix-beaker | 20:02 |
cmurphy | beaker refactors that will hopefully make reviewing puppet stuff easier https://review.openstack.org/#/q/topic:refactor-infra-beaker | 20:02 |
cmurphy | and then calebb and i have started kicking the tires on puppet 4 https://review.openstack.org/#/c/481955/ | 20:02 |
*** zaneb has joined #openstack-infra | 20:06 | |
*** EricGonczer_ has joined #openstack-infra | 20:07 | |
*** tdasilva- is now known as tdasilva | 20:09 | |
*** armax has quit IRC | 20:10 | |
*** jamesmcarthur has quit IRC | 20:13 | |
*** wolverineav has joined #openstack-infra | 20:14 | |
openstackgerrit | Merged openstack-infra/puppet-infracloud master: Fix beaker on xenial https://review.openstack.org/477208 | 20:16 |
*** jamesdenton has joined #openstack-infra | 20:17 | |
*** Dinesh_Bhor has quit IRC | 20:17 | |
*** dave-mccowan has quit IRC | 20:17 | |
*** jkilpatr has quit IRC | 20:20 | |
*** prometheanfire has left #openstack-infra | 20:21 | |
*** jamesmcarthur has joined #openstack-infra | 20:21 | |
*** kgiusti has quit IRC | 20:21 | |
*** dave-mccowan has joined #openstack-infra | 20:24 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 20:25 |
*** makowals has quit IRC | 20:25 | |
*** jamesden_ has joined #openstack-infra | 20:26 | |
*** dave-mccowan has quit IRC | 20:27 | |
*** jamesdenton has quit IRC | 20:28 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Add job's project as implicit role project https://review.openstack.org/482726 | 20:28 |
*** bobh has joined #openstack-infra | 20:29 | |
*** esberglu has quit IRC | 20:31 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 20:31 |
*** makowals has joined #openstack-infra | 20:33 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config master: Add TripleO scenario007 https://review.openstack.org/484943 | 20:33 |
openstackgerrit | Merged openstack-infra/project-config master: validate service types used for documentation jobs https://review.openstack.org/480719 | 20:33 |
fungi | thanks cmurphy and calebb! | 20:34 |
*** cody-somerville has joined #openstack-infra | 20:34 | |
*** shardy has quit IRC | 20:34 | |
*** cody-somerville has quit IRC | 20:34 | |
*** cody-somerville has joined #openstack-infra | 20:34 | |
*** csomerville has joined #openstack-infra | 20:36 | |
*** jkilpatr has joined #openstack-infra | 20:37 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 20:37 |
*** cody-somerville has quit IRC | 20:40 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config master: Increase OVN testing coverage https://review.openstack.org/475423 | 20:40 |
*** camunoz has quit IRC | 20:42 | |
*** esberglu has joined #openstack-infra | 20:44 | |
*** esberglu has quit IRC | 20:44 | |
*** esberglu has joined #openstack-infra | 20:44 | |
*** jamesden_ has quit IRC | 20:47 | |
*** EricGonczer_ has quit IRC | 20:47 | |
*** florianf has quit IRC | 20:48 | |
*** EricGonczer_ has joined #openstack-infra | 20:48 | |
*** armax has joined #openstack-infra | 20:49 | |
*** jamesdenton has joined #openstack-infra | 20:49 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 20:50 |
*** Daisy_ has joined #openstack-infra | 20:50 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: WIP: Ansiblify pip freeze logic https://review.openstack.org/484917 | 20:54 |
*** Daisy_ has quit IRC | 20:55 | |
pabelanger | starting to wonder if WIP should be posted into IRC is opentackgerrit finds it in the commit message :) | 20:55 |
*** ianychoi has quit IRC | 20:55 | |
pabelanger | will cut down on some spamming from me for sure | 20:56 |
*** trown is now known as trown|outtypewww | 20:56 | |
*** rcernin has quit IRC | 20:57 | |
*** sdague has quit IRC | 21:02 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Ansiblify pip freeze logic https://review.openstack.org/484917 | 21:04 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Create tox-pep8 jobs https://review.openstack.org/484948 | 21:04 |
openstackgerrit | Ashwin Agate proposed openstack-infra/project-config master: Enable py35 job for monasca-transform https://review.openstack.org/484522 | 21:04 |
sbezverk | pabelanger : do you have a second for qq? | 21:08 |
*** jamesmcarthur has quit IRC | 21:09 | |
pabelanger | sbezverk: sure | 21:09 |
*** rwsu has quit IRC | 21:09 | |
*** jamesmcarthur has joined #openstack-infra | 21:09 | |
sbezverk | pabelanger it is about tarball processing. I pull it with curl and then pipe it to tar.. I see some variations in performance | 21:10 |
*** jamesmcarthur has quit IRC | 21:10 | |
sbezverk | I was wondering if you could suggest something more efficient | 21:10 |
*** jamesmcarthur has joined #openstack-infra | 21:10 | |
sbezverk | and it is done within a docker container which will act as a registry during the gate job.. | 21:11 |
*** rwsu has joined #openstack-infra | 21:12 | |
pabelanger | variations would be expected, since each cloud has difference specs for VMs | 21:12 |
pabelanger | where are you getting the tarball from? | 21:12 |
pabelanger | tarballs.o.o? | 21:12 |
sbezverk | pabelanger yep | 21:12 |
pabelanger | sbezverk: are you using the reverse proxy? | 21:13 |
pabelanger | that would cache the tarball to the local cloud mirror | 21:13 |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config master: Load balancer functional for python-openstacksdk https://review.openstack.org/484950 | 21:13 |
pabelanger | so, first time slow to warm up the cache, then things after should be better | 21:14 |
pabelanger | sbezverk: see: http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/scripts/configure_mirror.sh#n100 | 21:14 |
sbezverk | pabelanger not aware, I just curl from tarball | 21:14 |
*** ldnunes has quit IRC | 21:15 | |
pabelanger | sbezverk: ya, we added the reverse proxy to help kolla jobs, so you should be able to also use it | 21:15 |
pabelanger | this will help if your job runs in city-cloud for example. That runs in Europe and tarballs.o.o is in DFW (I think) | 21:15 |
sbezverk | pabelanger thank you will check how it is used.. | 21:15 |
pabelanger | np | 21:15 |
*** Apoorva has joined #openstack-infra | 21:16 | |
openstackgerrit | Ashwin Agate proposed openstack-infra/project-config master: Enable py35 job for monasca-transform https://review.openstack.org/484522 | 21:19 |
*** EricGonczer_ has quit IRC | 21:20 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Return executor errors to user https://review.openstack.org/484953 | 21:21 |
*** annegentle has quit IRC | 21:22 | |
*** EricGonczer_ has joined #openstack-infra | 21:23 | |
*** rwsu has quit IRC | 21:24 | |
*** jheroux has quit IRC | 21:28 | |
*** thorst has quit IRC | 21:30 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Ensure we load roles for linting https://review.openstack.org/484488 | 21:30 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Include ansible-playbook syntax-check for tox pep8 https://review.openstack.org/484490 | 21:30 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Rename pep8 to linters for tox https://review.openstack.org/484491 | 21:30 |
*** baoli has quit IRC | 21:31 | |
*** jamesmcarthur has quit IRC | 21:32 | |
*** jamesmcarthur has joined #openstack-infra | 21:36 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Remove export commands from tox based roles https://review.openstack.org/483936 | 21:36 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Remove subunit file size check for tox role https://review.openstack.org/484519 | 21:36 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Remove check_sudo_usage logic from tox https://review.openstack.org/484916 | 21:36 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Ansiblify pip freeze logic https://review.openstack.org/484917 | 21:36 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Create tox-pep8 jobs https://review.openstack.org/484948 | 21:36 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Compress testrepository.subunit in fetch-testr-output https://review.openstack.org/484896 | 21:36 |
tonyb | How much (if any) control do I have on where docs for a (currently non-existent) get published? | 21:36 |
tonyb | I want to create a repo openatack/stable-tools and have the docs from that get published at docs.o.o/stable-branch ... is that possible? | 21:37 |
openstackgerrit | Boris Pavlovic proposed openstack-infra/project-config master: Fix Rally DSVM Designate job https://review.openstack.org/484954 | 21:37 |
tonyb | or would it just be easier if I used 2 repos, one for tools and one for docs? | 21:37 |
*** annegentle has joined #openstack-infra | 21:39 | |
*** eharney has quit IRC | 21:40 | |
*** thorst has joined #openstack-infra | 21:42 | |
*** Daisy_ has joined #openstack-infra | 21:42 | |
*** rhallisey has quit IRC | 21:42 | |
openstackgerrit | Ashwin Agate proposed openstack-infra/project-config master: Enable py35 job for monasca-transform https://review.openstack.org/484522 | 21:43 |
*** inc0 has quit IRC | 21:43 | |
mtreinish | tonyb: I don't think that should be too difficult. You could probably make a separate publisher job, or maybe play games with the templating to make sure the output dir is what you want | 21:43 |
* mtreinish looks at project config | 21:43 | |
*** thorst has quit IRC | 21:44 | |
*** wolverineav has quit IRC | 21:44 | |
*** rwsu has joined #openstack-infra | 21:44 | |
*** inc0 has joined #openstack-infra | 21:46 | |
*** Daisy_ has quit IRC | 21:47 | |
*** EricGonczer_ has quit IRC | 21:48 | |
sbezverk | pabelanger : NODEPOOL_TARBALLS_PROXY seems to be empty, I thought that it would be setup depending on location where the job runs, am I missing something? | 21:48 |
*** EricGonczer_ has joined #openstack-infra | 21:48 | |
mtreinish | tonyb: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/openstack-publish-jobs.yaml#n22 is the publish job now | 21:49 |
mtreinish | maybe just overloading name to be stable-branch would just work | 21:49 |
mtreinish | otherwise I think you'll probably have to make a separate definition | 21:49 |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config master: Create tripleo-upgrade project https://review.openstack.org/459762 | 21:49 |
EmilienM | weshay: ^ fyi | 21:49 |
tonyb | mtreinish: Thanks | 21:50 |
pabelanger | sbezverk: do you have a log? | 21:50 |
sbezverk | pabelanger : the job is still running, but I echo $NODEPOOL_TARBALLS_PROXY and it comes back empty | 21:51 |
*** hashar has quit IRC | 21:51 | |
*** jamesden_ has joined #openstack-infra | 21:51 | |
*** jamesdenton has quit IRC | 21:52 | |
*** gouthamr has quit IRC | 21:53 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Ansiblify pip freeze logic https://review.openstack.org/484917 | 21:53 |
pabelanger | sbezverk: did our source the right file? | 21:54 |
*** bobh has quit IRC | 21:54 | |
sbezverk | pabelanger : I did not, I thought it would be a part of gate job instantiation.. | 21:54 |
pabelanger | sbezverk: no, need to manually source it | 21:55 |
sbezverk | pabelanger ok, did not know that.. what is the location for that file I need to source? | 21:56 |
*** pvaneck has quit IRC | 21:57 | |
pabelanger | sbezverk: /etc/ci/mirror_info.sh | 21:57 |
*** jascott1 has quit IRC | 21:58 | |
sbezverk | pabelanger : cool, thanks a lot. | 21:58 |
*** jascott1 has joined #openstack-infra | 21:59 | |
pabelanger | np | 21:59 |
*** jascott1 has quit IRC | 22:00 | |
*** jascott1 has joined #openstack-infra | 22:02 | |
sbezverk | pabelanger : do you think something like that should do the job? http://paste.openstack.org/show/615785/ | 22:04 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove ansible-role from implied role names https://review.openstack.org/484962 | 22:04 |
*** jascott1 has quit IRC | 22:06 | |
*** armax_ has joined #openstack-infra | 22:07 | |
*** armax has quit IRC | 22:07 | |
*** armax_ is now known as armax | 22:07 | |
pabelanger | sbezverk: why sudo? | 22:10 |
pabelanger | you shouldn't need that | 22:10 |
pabelanger | but everything else should be okay | 22:10 |
clarkb | overall I think we relieve pressure on node quota and log server disk usage because we run both jobs everywhere and this eould switch to just one job | 22:10 |
sbezverk | pabelanger : I put it just in case ;) will remove it | 22:10 |
clarkb | ihrachys: fungi ^ | 22:10 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Ansiblify pip freeze logic https://review.openstack.org/484917 | 22:10 |
pabelanger | sbezverk: ya, removal should be fine | 22:11 |
fungi | sbezverk: in fact, sudo will _break_ that | 22:11 |
fungi | so you definitely don't want it | 22:11 |
sbezverk | fungi: got it.. it will setup env for root and not for current user | 22:12 |
fungi | clarkb: yeah, if we're running both everywhere and not only the single-node version in lots of cases, i agree | 22:12 |
*** jamesden_ has quit IRC | 22:12 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Return executor errors to user https://review.openstack.org/484953 | 22:15 |
openstackgerrit | Giulio Fidente proposed openstack-infra/tripleo-ci master: Create a loop device in multinode subnodes https://review.openstack.org/484963 | 22:15 |
*** Apoorva_ has joined #openstack-infra | 22:19 | |
openstackgerrit | Giulio Fidente proposed openstack-infra/tripleo-ci master: Create a loop device in multinode subnodes https://review.openstack.org/484963 | 22:20 |
*** gyee has quit IRC | 22:20 | |
*** Apoorva has quit IRC | 22:21 | |
portdirect | hey - is si t possible to get nodes with some sort of attached storage? | 22:22 |
portdirect | for OpenStack-Helm it would be really nice to be able to target discs by the attached interface - which we cannot get from a simple loopback dev | 22:23 |
fungi | portdirect: are there any other kinds of virtual device driver you could load as a kernel module which have the characteristics you're looking for? | 22:24 |
*** gordc has quit IRC | 22:25 | |
fungi | portdirect: also not sure what "interface" you mean but assuming you mean referencing them via /dev/disk/by-path/...? | 22:26 |
fungi | so pci, usb, scsi, ata, whatever for the interfaces? | 22:27 |
bkero | KVM can do other things like sdcard | 22:27 |
fungi | or are you talking about some other kind of interface? | 22:27 |
portdirect | I'll need to research a bit more | 22:28 |
portdirect | but we'd like to target devs using lshw | 22:28 |
portdirect | from the bus info line: | 22:28 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Remove pip freeze logic https://review.openstack.org/484917 | 22:28 |
portdirect | https://www.irccloud.com/pastebin/lO3sWKmK/ | 22:29 |
sbezverk | pabelanger : it worked 2017-07-18 22:26:53.439756 | Suggested proxy url: http://mirror.mtl01.internap.openstack.org:8080/tarballs | 22:29 |
portdirect | line 9 in that file | 22:29 |
pabelanger | sbezverk: great | 22:29 |
*** gouthamr has joined #openstack-infra | 22:29 | |
fungi | portdirect: never heard of lshw before, i guess you're talking about https://packages.debian.org/lshw ? | 22:29 |
sbezverk | pabelanger : but the job went south, I thin this source has reset bunch of variables | 22:30 |
sbezverk | pabelanger : anyway I will dig deeper, thanks a lot for your help. | 22:30 |
*** rlandy has quit IRC | 22:30 | |
*** felipemonteiro__ has quit IRC | 22:31 | |
fungi | portdirect: yeah, these are virtual machines and we can't guarantee much in the way of consistency with how they're provided. we have some details at https://docs.openstack.org/infra/manual/testing.html describing what you can and can't assume about them. i doubt you're going to get very far trying depend on their actual hardware and should instead look into mocking what you want to test | 22:31 |
fungi | portdirect: put a different way, these systems are intended to host tests you've written but aren't really good for being tested themselves | 22:32 |
*** felipemonteiro__ has joined #openstack-infra | 22:33 | |
jeblair | mordred, pabelanger: looks like puppet-zuul web stuff has merged; anything else we need to do, or should we invoke service zuul-web start? | 22:34 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Add sample base job https://review.openstack.org/484485 | 22:37 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Require tox_envlist for tox role https://review.openstack.org/484975 | 22:38 |
*** felipemonteiro__ has quit IRC | 22:38 | |
pabelanger | jeblair: ++ to try zuul-web | 22:38 |
*** gyee has joined #openstack-infra | 22:38 | |
mordred | jeblair: fire it up! | 22:44 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Add job's project as implicit role project https://review.openstack.org/482726 | 22:44 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove ansible-role from implied role names https://review.openstack.org/484962 | 22:44 |
jeblair | mordred, pabelanger: ack. doing so now. | 22:44 |
jeblair | Shrews: ^ | 22:44 |
*** dhajare has quit IRC | 22:45 | |
*** jamesmcarthur has quit IRC | 22:46 | |
pabelanger | exciting | 22:46 |
inc0 | hey, fyi, I wrote first stab at pushing https://review.openstack.org/#/c/484961/ | 22:46 |
openstackgerrit | Merged openstack-infra/puppet-zuul master: Clean up zuul-scheduler init script https://review.openstack.org/470414 | 22:46 |
jeblair | pabelanger, Shrews, mordred: well, maybe after https://review.openstack.org/482926 lands | 22:47 |
jeblair | i restarted zuulv3 | 22:51 |
openstackgerrit | Ashwin Agate proposed openstack-infra/project-config master: Enable py35 job for monasca-transform https://review.openstack.org/484522 | 22:53 |
*** bobh has joined #openstack-infra | 22:55 | |
openstackgerrit | Merged openstack-infra/system-config master: Run zuul-web on zuulv3.o.o https://review.openstack.org/482926 | 22:55 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Require tox_envlist for tox role https://review.openstack.org/484975 | 22:55 |
*** dangers is now known as dangers_away | 22:58 | |
*** rbrndt has quit IRC | 23:02 | |
*** rbrndt has joined #openstack-infra | 23:02 | |
*** rbrndt has quit IRC | 23:02 | |
*** gcb has quit IRC | 23:02 | |
*** thorst has joined #openstack-infra | 23:04 | |
*** aviau has quit IRC | 23:06 | |
*** thorst has quit IRC | 23:06 | |
*** aviau has joined #openstack-infra | 23:06 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul-jobs master: Require tox_envlist for tox role https://review.openstack.org/484975 | 23:06 |
*** marst has quit IRC | 23:08 | |
*** annegentle has quit IRC | 23:10 | |
openstackgerrit | Ashwin Agate proposed openstack-infra/project-config master: Enable py35 job for monasca-transform https://review.openstack.org/484522 | 23:11 |
*** mattmceuen has quit IRC | 23:13 | |
*** jamesmcarthur has joined #openstack-infra | 23:13 | |
Diabelko | Q: trying to avoid using public IPs, I came up with an idea with hosting zuul launcher on cloud it will be running jobs on | 23:13 |
Diabelko | is there any way to associate nodepool and zuul launcher with particular cloud? | 23:14 |
sbezverk | pabelanger is it normal that proxy urls are not accessible from outside? example I cannot connect there with my browser to check if the image is actually there | 23:14 |
pabelanger | sbezverk: which mirror are you trying to connect to | 23:15 |
pabelanger | it should be open to public | 23:15 |
pabelanger | I can check apache logs | 23:15 |
sbezverk | here is the url: http://mirror.dfw.rax.openstack.org:8080/tarballs | 23:15 |
Diabelko | add / at the end | 23:16 |
Diabelko | you're welcome ;P | 23:16 |
sbezverk | Diabelko indeed thank you | 23:17 |
Diabelko | np | 23:17 |
*** jamesmcarthur has quit IRC | 23:17 | |
*** tosky has quit IRC | 23:18 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: github: prevent getRepoPermission to raise AttributeError https://review.openstack.org/475368 | 23:18 |
*** baoli has joined #openstack-infra | 23:20 | |
*** DFFlanders has joined #openstack-infra | 23:21 | |
*** rhallisey has joined #openstack-infra | 23:23 | |
jeblair | Diabelko: in zuulv2, i don't think the zuul-launcher needs a public ip, however, the zuul-merger does. | 23:23 |
*** baoli has quit IRC | 23:24 | |
jeblair | Diabelko: in zuulv3, none of the zuul or nodepool components need public ips (except for however you serve your status page, but even that can be reverse proxied or similar) | 23:24 |
*** ekcs has quit IRC | 23:28 | |
*** tsuzuki has joined #openstack-infra | 23:29 | |
*** annegentle has joined #openstack-infra | 23:29 | |
*** dave-mccowan has joined #openstack-infra | 23:29 | |
Diabelko | so how does zuul-launcher (or equivalent) executes ansible on workers? | 23:32 |
Diabelko | s/executes/execute/g | 23:32 |
Diabelko | my understanding of current system was that it actually needs public ip (v4 or v6) for the playbook | 23:32 |
Diabelko | (and IP is provided by nodepool) | 23:33 |
*** sree_ has joined #openstack-infra | 23:33 | |
*** sree_ is now known as Guest61538 | 23:34 | |
Diabelko | zuul-launcher itself doesn't, but worker VMs do | 23:34 |
Diabelko | to clarify what I had in my mind | 23:34 |
*** annegentle has quit IRC | 23:34 | |
Diabelko | I'm trying to avoid scenario when worker (VM spawned by nodepool) needs public IP | 23:35 |
Diabelko | that's why I asked if there's a way to associate nodepool <-> zuul-launcher combo to particular cloud | 23:35 |
*** esberglu has quit IRC | 23:36 | |
jeblair | Diabelko: ah, i misunderstood. are you using the zuul v2.5 ansible launcher? | 23:36 |
Diabelko | yes | 23:36 |
*** dave-mcc_ has joined #openstack-infra | 23:37 | |
jeblair | Diabelko: you know it's super secret undocumented unsupported with no upgrade path, right? :) | 23:37 |
Diabelko | yes^2 | 23:37 |
jeblair | ok cool :) | 23:37 |
Diabelko | but if zuulv3 solves that issue for me, I'll be happy to switch over | 23:37 |
jeblair | Diabelko: you have more than one cloud? | 23:37 |
Diabelko | yes | 23:37 |
*** Guest61538 has quit IRC | 23:38 | |
Diabelko | let's say, I want to be able to run ubuntu-precise jobs on one cloud and redhat70 on the 2nd | 23:38 |
*** dave-mccowan has quit IRC | 23:38 | |
Diabelko | I'm trying to find a way (if there's any) to not need public IPs for workers ;) | 23:39 |
*** hongbin has quit IRC | 23:39 | |
Diabelko | and honestly, I'd like to avoid hacking my way using some VPN ;) | 23:39 |
jeblair | thinking | 23:39 |
*** jaypipes has quit IRC | 23:40 | |
jeblair | Diabelko: the problem i don't think we can overcome is that nodepool assigns nodes to a single pool for zuul | 23:41 |
jeblair | Diabelko: http://git.openstack.org/cgit/openstack-infra/zuul/tree/zuul/launcher/ansiblelaunchserver.py#n318 | 23:41 |
Diabelko | only idea I had was to report different capabilities and have some prefix predefined for the job | 23:41 |
Diabelko | but that would mean I need to duplicate them | 23:41 |
jeblair | if it weren't for that, i'd say you could run two nodepool instances, and configure two ansible launchers with different node assignment functions there. | 23:42 |
jeblair | Diabelko: yeah, that approach would work, if you give your two zuul launchers different job sets. | 23:42 |
Diabelko | and what about nodepool then? two nodepools would race for the node creation job | 23:42 |
jeblair | Diabelko: er, well, actually, i think you'd still run into the problem with node assignment. | 23:43 |
Diabelko | yes, this | 23:43 |
Diabelko | xD | 23:43 |
jeblair | Diabelko: i think this is going to be really hard in zuulv2. | 23:43 |
Diabelko | and what about zuul v3 then? :D | 23:44 |
jeblair | Diabelko: we're not really at the point where we would suggest folks run zuulv3 yet (after all, we're not running it in production for openstack) | 23:44 |
jeblair | Diabelko: most of the actual code is there, but documentation and deployment aren't where we would like, so it's not a good experience for folks who aren't invested in contributing to it right now. | 23:45 |
*** akscram has quit IRC | 23:45 | |
Diabelko | and let's say, I'm willing to code that for zuulv3, is this something that would align with general idea for the pipeline? | 23:45 |
jeblair | Diabelko: having said that, you're running the super secret ansible launcher anyway, so, maybe you have the appetite for this. :) | 23:45 |
*** dave-mcc_ has quit IRC | 23:45 | |
openstackgerrit | Gabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test https://review.openstack.org/475747 | 23:46 |
*** panda is now known as panda|off | 23:46 | |
*** annegentle has joined #openstack-infra | 23:46 | |
jeblair | Diabelko: let me think for a minute about how this could work with zuulv3 | 23:47 |
Diabelko | sure, thx | 23:48 |
fungi | jeblair: there's apparently an increasingly unbearable flood of spam to openstack-owner@l.o.o, do you think it would make sense to move the system_aliases router before mailman_router and then temporarily deliver openstack-owner to :blackhole: in the aliases file, or is there a cleaner solution? | 23:50 |
jeblair | Diabelko: okay, i don't think we have a way to do it easily with the existing structure. but i don't think adding it would be as difficult in v2. i think you'd need to partition the executors (== zuul v2 ansible launchers) into zones, and have them register their "zuul:execute" gearman function with the zone name, eg "zuul:execute:<zone>". then in nodepool, add a mapping for the provider (or maybe the pool?) to that zone. then pass that ... | 23:51 |
jeblair | ... data through to zuul, so that when zuul got a nodeset from nodepool, it knew what zone to run the execute job on. | 23:51 |
jeblair | Diabelko: i don't know if that made any sense or not. :) | 23:51 |
Diabelko | does nodepool have any mechanism for "ignoring" job? | 23:51 |
openstackgerrit | Ashwin Agate proposed openstack-infra/project-config master: Enable py35 job for monasca-transform https://review.openstack.org/484522 | 23:52 |
*** Julien-zte has joined #openstack-infra | 23:52 | |
fungi | seems to be hitting wmf's mailman list owners too https://phabricator.wikimedia.org/T170601 | 23:53 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for NoneType not iterable placement/scheduler bug 1705141 https://review.openstack.org/484983 | 23:53 |
openstack | bug 1705141 in OpenStack Compute (nova) "select_destinations results in "TypeError: 'NoneType' object is not iterable" randomly" [High,Confirmed] https://launchpad.net/bugs/1705141 | 23:53 |
*** stakeda has joined #openstack-infra | 23:54 | |
jeblair | Diabelko: it will only jobs that run on nodes it doesn't know about | 23:55 |
jeblair | Diabelko: https://storyboard.openstack.org/#!/story/2001125 | 23:55 |
Diabelko | mhm | 23:56 |
jeblair | fungi: that seems reasonable | 23:57 |
openstackgerrit | Julien Danjou proposed openstack-infra/project-config master: tooz: blacklist py35-etcd3* on Ocata https://review.openstack.org/484984 | 23:57 |
fungi | jeblair: thanks for confirming. i'll try it real quick in emergency disable and then get a patch up for puppet-exim's config template to adjust the ordering | 23:58 |
jeblair | fungi: yeah. i think i'd prefer that ordering regardless. i assume we just didn't think it through originally. | 23:58 |
*** dingyichen has joined #openstack-infra | 23:58 | |
fungi | right, with the mailman router first we have few options to control delivery to those suffixes without adding another router to preempt it | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!