*** apevec_ has joined #softwarefactory | 00:29 | |
*** apevec_ has quit IRC | 00:29 | |
*** apevec_ has joined #softwarefactory | 00:29 | |
*** apevec has quit IRC | 00:32 | |
*** apevec_ has quit IRC | 01:15 | |
trishnag | Getting "Executing local code is prohibited" if my hosts is localhost https://github.com/ansible-network/ansible-zuul-jobs/pull/12/files#diff-f7edde601e2eafa7a1327c21763299ceR2 | 03:54 |
---|---|---|
trishnag | What could be the workaround for this? | 03:54 |
trishnag | which hosts will it connect for `hosts: all`? | 04:08 |
*** caowei has joined #softwarefactory | 04:15 | |
trishnag | never mind :). found out it is centos | 04:17 |
*** dsariel has joined #softwarefactory | 05:42 | |
*** jpena|off is now known as jpena | 07:49 | |
rcarrillocruz | trishnag: yah, the thing is, a job is started on the zuul executor | 07:55 |
rcarrillocruz | so localhost is zuul executor | 07:55 |
rcarrillocruz | and zuul as a concept of security contexts | 07:55 |
rcarrillocruz | https://docs.openstack.org/infra/zuul/user/config.html?highlight=security%20contexts | 07:56 |
rcarrillocruz | if your job is defined in an untrsted project (like your PR on ansible-zuul-jobs), then the playbooks run in a constrained context, that prevents you from doing things like what you did on the executor (i.e. localhost) | 07:57 |
rcarrillocruz | s/zuul as/zuul has | 07:57 |
rcarrillocruz | everytime you run a job, the nodes you have to run things are the executor and the nodes defined in the job nodeset | 07:59 |
gundalow | OK, looks like the "Executing local code is prohibited" issue is resolved now | 08:42 |
sfbender | Fabien Boucher created software-factory/sf-config master: Fix welcome page link to create repo doc https://softwarefactory-project.io/r/11909 | 10:16 |
*** caowei has quit IRC | 10:19 | |
sfbender | Merged www.softwarefactory-project.io master: Add release note for etherpad fix https://softwarefactory-project.io/r/11850 | 10:47 |
*** caowei has joined #softwarefactory | 11:03 | |
*** apevec has joined #softwarefactory | 11:26 | |
*** apevec has joined #softwarefactory | 11:26 | |
*** jpena is now known as jpena|lunch | 11:41 | |
sfbender | Merged software-factory/python-sfmanager master: Avoid TypeError when user already exists https://softwarefactory-project.io/r/11736 | 12:08 |
jruzicka | nhicher, hey, still no CI even after actual merging of config patch... https://softwarefactory-project.io/r/#/c/11904/ | 12:14 |
jruzicka | what else did I forgot? | 12:15 |
gundalow | Is it by design or a bug that job-output.txt.gz only displays the full output from the first task when using with_items: https://ansible.softwarefactory-project.io/logs/12/12/9cf5a32bd82f27262dc64415015c2f17bf42e413/check/ansible-role-tests/cad0b6a/job-output.txt.gz#_2018-04-13_12_17_08_283218 | 12:23 |
*** jpena|lunch is now known as jpena | 12:29 | |
*** caowei has quit IRC | 12:56 | |
fbo_ | gundalow: I don't know but could you give me the link to where is defined the task ? | 13:01 |
gundalow | fbo_: I think it's only when the 2nd task fails | 13:01 |
gundalow | I've changed things now (and they pass, yay), and I get full output | 13:01 |
gundalow | in other news GREEEEEEEEEEEEEN | 13:02 |
fbo_ | jruzicka: seems that have worked on 11904. So is it fixed ? | 13:02 |
fbo_ | gundalow: wondeful :) | 13:02 |
gundalow | Thanks again to all the help from y'all | 13:06 |
jruzicka | fbo_, yup! | 13:14 |
* jruzicka changes cities | 13:18 | |
fbo_ | jruzicka: https://tree.taiga.io/project/morucci-software-factory/us/1198 thx awesome. | 13:25 |
fbo_ | jruzicka: could we had the distroinfo tag that way we can easily filter distroinfo stories | 13:26 |
fbo_ | ? | 13:26 |
fbo_ | Well I added it :) | 13:27 |
gundalow | ansible-test-sanity: [17:59] [pl0rt] -!- channels : #ed | 14:09 |
gundalow | bah | 14:09 |
gundalow | ansible-test-sanity: https://github.com/ansible-network/ansible-zuul-jobs/pull/9 | 14:09 |
gundalow | ^ Seems to be functionally correct. Would welcome review in case there is anything that goes against "The Zuul Way" | 14:11 |
*** dsariel has quit IRC | 14:24 | |
sfbender | Merged software-factory/cauth master: Remove pysflib and python-redmine requirements https://softwarefactory-project.io/r/11883 | 14:25 |
*** dsariel has joined #softwarefactory | 14:26 | |
rcarrillocruz | fbo_: you did the GH gating thing. Is it possible to require two ''approve'' / ''shipit'' in order for Zuul to gate the change? | 16:03 |
rcarrillocruz | ala openstack 2 +2 | 16:03 |
pabelanger | did that land? | 16:23 |
sfbender | Merged software-factory/sf-config master: Add username column to auth_mapping at upgrade https://softwarefactory-project.io/r/11751 | 16:38 |
fbo_ | rcarrillocruz: I don't think so, but maybe ask on #zuul about that | 16:50 |
pabelanger | it is possible, we just need to update our pipeline configuration. I don't think we've done that yet | 16:53 |
*** jpena is now known as jpena|off | 17:07 | |
*** dsariel has quit IRC | 18:37 | |
*** dsariel has joined #softwarefactory | 18:40 | |
rcarrillocruz | pabelanger: can you expand how to do that? | 18:43 |
rcarrillocruz | Cos it would be good to set it | 18:43 |
*** Guest35063 has quit IRC | 18:44 | |
pabelanger | rcarrillocruz: yah, I seen one from Spamaps in #zuul and tobiash. I've been meaning to experiment more with it, hope to find some time this weekend | 18:47 |
sfbender | Merged software-factory/sf-config master: Fix welcome page link to create repo doc https://softwarefactory-project.io/r/11909 | 18:53 |
rcarrillocruz | Thx dude | 19:01 |
sfbender | Fabien Boucher created software-factory/sf-config master: gerrit-set-ci-user.sh: grep on the username field to check user exist https://softwarefactory-project.io/r/11913 | 19:29 |
*** apevec has quit IRC | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!