tristanC | rcarrillocruz: it's because console-stream goes through ingress tcp port 19885, and it seems like the ansible-network image is using firewalld which need to have a rule for zuul-console to work | 00:34 |
---|---|---|
trishnag | dmsimard: thanks | 02:47 |
*** chandankumar has quit IRC | 05:06 | |
*** caowei has quit IRC | 05:56 | |
*** caowei has joined #softwarefactory | 05:58 | |
*** caowei has quit IRC | 06:02 | |
rcarrillocruz | Thx bud, I will fix that | 06:08 |
tristanC | rcarrillocruz: seems like something that can be done as a pre-task until you bake this in the image | 06:26 |
tristanC | fbo_: mhu: would you happen to remember what's the purpose of gerritutils.get_project_groups_id ? | 06:28 |
*** jpena|off is now known as jpena | 07:33 | |
mhu | tristanC, not sure but possibly the policies check ? it's used nowhere in managesf ? | 08:03 |
fbo_ | mhu: tristanC I remenbered it was to find group associated with project and which one of the group was project owner | 08:05 |
fbo_ | It was for this old dashboard we had to set user in project groups before the resources feature | 08:06 |
fbo_ | that can be safely removed imo | 08:07 |
mhu | time to check hound to see if it appears anywhere else \o/ | 08:13 |
tristanC | alright, then https://softwarefactory-project.io/r/#/q/topic:cleanup-gerrit-2.11 is waiting for +3 | 08:17 |
tristanC | i'll follow-up with patch to remove pysflib | 08:17 |
*** dsariel has joined #softwarefactory | 08:18 | |
fbo_ | tristanC: see my comment on 11858 | 08:20 |
sfbender | Tristan de Cacqueray created software-factory/cauth master: Remove pysflib and python-redmine requirements https://softwarefactory-project.io/r/11883 | 08:47 |
sfbender | Tristan de Cacqueray created software-factory/python-sfmanager master: Import pysflib code https://softwarefactory-project.io/r/11884 | 08:57 |
sfbender | Tristan de Cacqueray created software-factory/sfinfo master: Remove old packages https://softwarefactory-project.io/r/11885 | 08:59 |
*** apevec has joined #softwarefactory | 10:07 | |
*** apevec has joined #softwarefactory | 10:07 | |
rcarrillocruz | tristanC: if you are around, https://softwarefactory-project.io/r/#/c/11889/ , i opened 19885 on the image | 10:57 |
rcarrillocruz | thx fbo_ | 11:16 |
*** jpena is now known as jpena|lunch | 11:53 | |
sfbender | Fabien Boucher created software-factory/sfinfo master: Add python-future scl to CI https://softwarefactory-project.io/r/11896 | 13:18 |
sfbender | Merged software-factory/sfinfo master: Add python-future scl to CI https://softwarefactory-project.io/r/11896 | 13:25 |
*** jpena|lunch is now known as jpena | 13:36 | |
sfbender | Nicolas HICHER created software-factory/sf-docs master: nodepool: explain port 19885 should be open on openstack slave tenant https://softwarefactory-project.io/r/11898 | 13:43 |
pabelanger | nhicher: did you make any progress on bringing a fedora-27 DIB online? I'm going to start work on the caching elements for rcarrillocruz and ansible-network | 13:55 |
nhicher | pabelanger: yes, but we need to update dib packages to the last version (packaged on master). I will deploy it asap | 13:57 |
nhicher | and build the f27 image, it could be available soon | 13:57 |
pabelanger | great, thanks! | 13:57 |
pabelanger | ansible-network plans on using it for integration testing of their cloud images, so we'll need to try and keep that updated every 6 months | 13:58 |
rcarrillocruz | pabelanger: that's great, thx bud | 14:10 |
rcarrillocruz | let me know when fedora-27 is around, tristanC created a user on the builder so i can upload the artifacts | 14:10 |
rcarrillocruz | (up till now i was creating the wrapper fedora image containing appliances in RDO, then uplaoded to sf , but if you want to work on DIBifying it that's awesome) | 14:11 |
pabelanger | yah, that will help removed most of the human interactions I think | 14:12 |
sfbender | Merged software-factory/sf-elements master: nodepool-minimal: add block-device-mbr depend https://softwarefactory-project.io/r/11843 | 15:17 |
pabelanger | nhicher: curious why ^ is needed. Commit message doesn't really explain why | 15:22 |
nhicher | pabelanger: with the last version of dib, there are block-device-mbr, block-device-uefi, block-device-gpt who provide block-device. But if vm element is not define in the list of elements (for us, it is a depends on nodepool-minimal), the block-device is not correctly set, only primary elements are analysed in https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/lib/common-functions#L242 | 15:42 |
rcarrillocruz | pabelanger: trishnag just pushed https://github.com/trishnaguha/ansible-zuul-jobs-1/commit/36b5bd85392f67ce2277568f0fac3d1e0ff2203e | 15:42 |
rcarrillocruz | suggested to call the role as 'ansible-role-tests' | 15:43 |
rcarrillocruz | would like you to review it if that's good for you | 15:43 |
rcarrillocruz | gundalow: ^ | 15:43 |
pabelanger | nhicher: Hmm, we should bring this up with ianw upstream today. This seems like a bug. I'm also curious why it doesn't affect nodepool.o.o upstream | 15:43 |
pabelanger | nhicher: the latest dib releases yesterday? | 15:44 |
pabelanger | rcarrillocruz: sure, will look shortly | 15:44 |
trishnag | will open PR shortly | 15:45 |
trishnag | thanks | 15:46 |
nhicher | because vm element is declared in the nodepool.yaml file, for sf only nodepool-minimal | 15:46 |
nhicher | pabelanger: no, the 2.12.1 release few day ago | 15:46 |
pabelanger | nhicher: k, might be good to confirm with ianw still. New releases shouldn't break nodepool.yaml | 15:51 |
nhicher | it is specific to sf as we have a specific element with vm included, if you declare you elements like upstream, you don't have the issue pabelanger | 16:01 |
*** jpena is now known as jpena|off | 17:17 | |
*** dsariel has quit IRC | 17:58 | |
sfbender | Nicolas HICHER created software-factory/sf-config master: Set extra mirror for grafana depends https://softwarefactory-project.io/r/11900 | 18:11 |
nhicher | pabelanger: the dib-fedora-27 image is online | 19:18 |
pabelanger | nhicher: \o/ | 19:19 |
pabelanger | thanks | 19:19 |
nhicher | I used the same elements we used for fedora-25 https://softwarefactory-project.io/r/#/c/11902/1/nodepool/rdo-cloud.yaml | 19:21 |
nhicher | do you need anything else pabelanger ? | 19:21 |
pabelanger | nhicher: do, that should be good to start. Thanks! | 19:22 |
nhicher | elements come from https://softwarefactory-project.io/r/config (nodepool/elements) and https://softwarefactory-project.io/r/software-factory/sf-elements | 19:23 |
nhicher | ok, cool =) | 19:23 |
pabelanger | nhicher: we should migrate jobs to that and remove fedora-25 too | 19:23 |
nhicher | yes, I will check who use fedora-25 | 19:24 |
pabelanger | great | 19:24 |
*** dsariel has joined #softwarefactory | 20:32 | |
*** openstack has joined #softwarefactory | 21:32 | |
*** dsariel has quit IRC | 22:37 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!