Thursday, 2018-06-28

*** Guest35635 has quit IRC01:25
*** Guest35635 has joined #softwarefactory01:38
sfbenderTristan de Cacqueray created software-factory/sfinfo master: Templates: replace hold-following-changes with wait-for-changes-ahead  https://softwarefactory-project.io/r/1278602:18
sfbenderMerged software-factory/sfinfo master: Templates: replace hold-following-changes with wait-for-changes-ahead  https://softwarefactory-project.io/r/1278602:20
sfbenderMerged software-factory/sf-config master: sfconfig: add default-tenant-name option  https://softwarefactory-project.io/r/1267402:37
*** Guest35635 has quit IRC02:49
*** Guest35635 has joined #softwarefactory02:52
sfbenderTristan de Cacqueray created software-factory/sf-ci master: Re-add the bwrap double mount quick fix  https://softwarefactory-project.io/r/1278803:29
sfbenderMerged software-factory/sf-config master: zuul: add openshift-base job and hypervisor-openshift role  https://softwarefactory-project.io/r/1252303:56
*** nchakrab has joined #softwarefactory05:20
*** nchakrab has quit IRC05:23
*** Guest35635 has quit IRC05:52
*** nchakrab has joined #softwarefactory06:03
*** Guest35635 has joined #softwarefactory06:08
*** caphrim007_ has quit IRC06:52
*** caphrim007 has joined #softwarefactory06:53
*** jpena|off is now known as jpena07:44
*** nchakrab_ has joined #softwarefactory07:54
*** nchakrab has quit IRC07:56
*** nchakrab_ has quit IRC08:30
sfbenderTristan de Cacqueray created software-factory/sf-ci master: test_log_indexed: improve logging  https://softwarefactory-project.io/r/1279408:59
*** nchakrab has joined #softwarefactory09:00
sfbenderTristan de Cacqueray created software-factory/sf-config master: logstash: add get_logs  https://softwarefactory-project.io/r/1279509:02
*** nchakrab has quit IRC09:04
*** nchakrab has joined #softwarefactory09:07
sfbenderFabien Boucher created software-factory/sf-ci master: Deactivate test_log_indexed temporary - flaky  https://softwarefactory-project.io/r/1279609:14
sfbenderMerged software-factory/sf-ci master: Re-add the bwrap double mount quick fix  https://softwarefactory-project.io/r/1278809:29
*** nchakrab has quit IRC09:30
*** Guest35635 has quit IRC10:00
sfbenderMerged software-factory/sf-config master: Add wait-for-changes-ahead job  https://softwarefactory-project.io/r/1275410:33
*** nchakrab has joined #softwarefactory10:39
sfbenderMerged software-factory/sf-config master: Fix wrong 'base_url' key in _internal.yaml.j2  https://softwarefactory-project.io/r/1277810:41
*** jpena is now known as jpena|lunch10:59
*** nchakrab has quit IRC11:05
*** nchakrab has joined #softwarefactory11:12
*** nchakrab has quit IRC11:27
*** nchakrab has joined #softwarefactory11:28
*** nchakrab has quit IRC11:36
sfbenderTristan de Cacqueray created software-factory/sf-config master: github: inject application id and key to the config repo secret  https://softwarefactory-project.io/r/1279911:48
*** jpena|lunch is now known as jpena11:56
*** yassine has joined #softwarefactory12:02
*** yassine is now known as Guest4271612:02
*** caphrim007 has quit IRC13:28
*** caphrim007 has joined #softwarefactory13:29
*** caphrim007 has quit IRC13:33
sfbenderTristan de Cacqueray created software-factory/sf-config master: monit: add hostname to mail subject alert  https://softwarefactory-project.io/r/1280213:34
*** pabelanger has quit IRC14:37
*** pabelanger has joined #softwarefactory14:38
gundalowmordred: Morning. For enabling Zuul for network testing on `ansible/ansible`, Do you know what's needed? I see in https://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.d/projects.yaml#n17 you restrict the `files` that will trigger the job.14:43
dmsimardgundalow: from the software factory zuul ? or from the openstack zuul ?14:49
gundalowdmsimard: openstack zuul14:50
dmsimardgundalow: and what do you want to test ? Right now the only things that are tested (as you can tell) is the openstack ansible modules with the openstacksdk/shade integration14:50
dmsimardoh, the neutron ansible ml2 things perhaps ?14:51
gundalowdmsimard: Network integration tests, plan is that Cisco, F5, etc will all be linked into this14:54
gundalowOne thing I'm not sure is how to represent the various network platforms.14:58
gundalowFor example, do I need a `job` per network platform (cisco-ios, cisco-iosxr, f5, vyos) as I'm spinning up different `nodesets`15:02
gundalowmordred: What was needed to avoid the zuul-bot adding comments on unrelated ansible/ansible PRs? Was it just restricting via `files:`?15:04
mordredgundalow: http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.d/pipelines.yaml#n309 is the other piece - we made a "third-party-check" pipeline that doesn't report merge-check failures (since merge-check failure reporting isnt' really useful if zuul isn't gating a given repo)15:13
mordredbut then yes, the files restriction prevents us from running test jobs on patches we don't want to run on yet15:13
mordredgundalow: as for the network platforms question - that's a good question. my first hunch is that you're probably right, there probably needs to be a job per platform. that said, you can probably make a job that describes how to run things, and then just have child jobs of that one with different nodesets15:15
gundalowmordred: ah, ace, was on my list to look at `third-party-check`15:20
*** caphrim007 has joined #softwarefactory15:23
*** caphrim007 has quit IRC15:26
*** caphrim007 has joined #softwarefactory15:26
*** caphrim007 has quit IRC15:27
*** caphrim007 has joined #softwarefactory15:27
gundalowRegarding having a job per network platform. Is their a way to define the `nodeset` in the `parent` job, which is defined by a variable in the child. https://github.com/ansible-network/ansible-zuul-jobs/pull/13/files#diff-dbd9cd0ce7e9a5628770143f1488ff59R13315:28
gundalowso `ansible-test-network-integration-vyos-devel-py2` would define vars: platform, python and image15:30
pabelangerthe child can just set nodeset and it will override the parent15:32
gundalowpabelanger: cool, was just trying to reduce copy/paste & size of pipelines.yaml15:34
pabelangergundalow: yah, zuul.yaml files don't have a concept of templating. For the most part, you'll have to type that out. You can get into parent / child jobs to help reduce common variables, but nodesets usually always need to be typed out15:37
gundalowCool, thanks for confirming15:40
sfbenderMerged software-factory/sf-docs master: Fix encrypt_secrets usage  https://softwarefactory-project.io/r/1277216:13
sfbenderFabien Boucher created www.softwarefactory-project.io master: Add sprint 2018-26  https://softwarefactory-project.io/r/1280416:47
sfbenderMerged software-factory/sf-config master: fixes: add changed_when False when needed  https://softwarefactory-project.io/r/1278216:47
*** jpena is now known as jpena|off17:01
sfbenderMerged software-factory/sf-ci master: Deactivate test_log_indexed temporary - flaky  https://softwarefactory-project.io/r/1279617:18
*** Guest42716 has quit IRC17:29
sfbenderMerged software-factory/sf-docs master: How to setup sf sandbox using VirtualBox  https://softwarefactory-project.io/r/1242617:38
*** ssbarnea[m] is now known as ssbarnea19:53
sfbenderMerged software-factory/managesf master: configuration: add default tenant_name option to resources  https://softwarefactory-project.io/r/1267520:24
*** caphrim007_ has joined #softwarefactory23:04
*** caphrim007_ has joined #softwarefactory23:05
*** caphrim007 has quit IRC23:07
*** caphrim007_ has quit IRC23:09
*** caphrim007 has joined #softwarefactory23:11
*** caphrim007 has quit IRC23:16
*** caphrim007 has joined #softwarefactory23:17
*** caphrim007 has quit IRC23:21

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!