Wednesday, 2020-02-12

*** evrardjp has quit IRC05:34
*** evrardjp has joined #openstack-ansible-sig05:34
*** yoctozepto has quit IRC07:28
*** yoctozepto has joined #openstack-ansible-sig07:28
*** yoctozepto has quit IRC07:33
*** gtema has joined #openstack-ansible-sig07:34
*** yoctozepto has joined #openstack-ansible-sig07:59
*** dtantsur|afk is now known as dtantsur08:45
*** gtema has quit IRC08:50
*** gtema has joined #openstack-ansible-sig08:55
*** gtema_ has joined #openstack-ansible-sig10:32
*** gtema has quit IRC10:35
*** sshnaidm_ has joined #openstack-ansible-sig10:49
*** sshnaidm has quit IRC10:49
*** sshnaidm_ is now known as sshnaidm10:49
*** gtema_ has quit IRC11:53
*** sshnaidm has quit IRC12:20
*** sshnaidm has joined #openstack-ansible-sig12:27
*** sshnaidm has quit IRC12:31
*** gtema has joined #openstack-ansible-sig12:33
*** gtema has quit IRC12:37
*** gtema has joined #openstack-ansible-sig12:37
*** sshnaidm has joined #openstack-ansible-sig12:41
*** sshnaidm has quit IRC13:02
*** sshnaidm has joined #openstack-ansible-sig13:17
*** sshnaidm has quit IRC13:18
*** sshnaidm has joined #openstack-ansible-sig13:18
*** sshnaidm has quit IRC13:28
*** sshnaidm has joined #openstack-ansible-sig13:29
gundalowodyssey4me: jrosser noonedeadpunk What's needed to get the PR into a better shape?13:32
odyssey4menoonedeadpunk: do you have the PR URL handy?13:33
jrosserit sounds like the are two, will have to have a look13:33
gundalowwhich module is this for?13:34
gundalowhttps://ansible.sivel.net/pr/byfile.html <-- good way of finding issues and PRs13:34
jrosseroh thats cool13:38
odyssey4mewhoa!13:38
jrosseriirc it's rabbitmq_policy13:38
jrosser:)13:38
odyssey4mehttps://github.com/ansible/ansible/pull/6451213:38
jrosseri think this is the one noonedeadpunk thought might be a better approch due to using the API https://github.com/ansible/ansible/pull/6299613:39
jrosserrather than scraping the rabbitmqctl output13:39
odyssey4mehmm, looks like that one needs work13:42
odyssey4mealso puzan's suggestion in https://github.com/ansible/ansible/pull/64512 seems like a good one13:43
gundalowDoes this need fixing in 2.9, or OK to be fixed only in 2.10? I'm thinking about the backport comment https://github.com/ansible/ansible/pull/64512#issuecomment-58046260413:44
odyssey4meyeah, I'd suggest getting 64512 done to port it back - then move on for 62996 for 2.1013:45
odyssey4megundalow: How easy is it to pull a set of modules out into a collection in a repo? I think you mentioned you have some scripts to do it?13:47
gundalowodyssey4me: You can define a scenario file and run it through `migrate.py` https://github.com/ansible-community/collection_migration/13:49
gundalowhttps://github.com/ansible-collection-migration/community.general is a work in progress cut of what community.general (the home for homeless content) will look like13:50
gundalowhttps://github.com/ansible-collections/grafana is a working collection13:50
odyssey4meok, so if a community wants to they can ask you for a new repo in https://github.com/ansible-collections and it'll get done?13:51
odyssey4methen on a per repo basis that community can setup tests however they please13:52
jrosserfrom an OSA perspective on 2.9 vs 2.10 we have 2.9 support pretty much done, apart from this rabbit issue13:53
jrosserhowever we need to pick a version that also works with ceph-ansible13:54
jrosserwhich may preclude jumping straight to 2.1013:54
gundalowodyssey4me: yup14:28
odyssey4megundalow: would it be possible to reach out to the current maintainers to see if they're happy to take on setting up a collection? if they don't respond in say, a week, then this community can discuss picking it up - or perhaps just some individuals could take on the challenge to start with and see how it goes14:30
odyssey4megundalow: I don't know if you have any reach to the pivotal folks who make rabbitmq... or could. It might be worth reaching out to them too.14:31
gundalowodyssey4me: Could you create an issue https://github.com/ansible/ansible/issues/new/choose and put the name of the module under the `component` heading, that should ping the right set of people14:34
odyssey4megundalow: sure, which option do I choose there? (so many options)14:37
gundalowodyssey4me: oh, feature (though it doesn't really matter for this)14:38
gundalowodyssey4me: If you'd like a new repos setting up, that can be requested via https://github.com/ansible-collections/overview/issues/new/choose14:54
*** weshay is now known as weshay|ruck15:02
*** spatel has joined #openstack-ansible-sig15:06
*** spatel has quit IRC15:11
*** priteau has joined #openstack-ansible-sig15:14
*** dtantsur is now known as dtantsur|brb15:18
noonedeadpunkodyssey4me: regarding using rabbitmq version I had doubts because this will make impossible to use older rabbitmq - rabbitmqctl version is pretty new option....15:28
noonedeadpunkSo in terms of backporting this - maybe not the best idea...15:29
odyssey4menoonedeadpunk: well, you can make it try and fall back15:29
odyssey4menoonedeadpunk: so basically it tries to use the best option first - but if that doesn't exist, then it falls back to the older option15:29
odyssey4meolder, less reliable, option15:29
noonedeadpunkoh, yeah, that's good point15:30
noonedeadpunkWill fix it this week then15:30
odyssey4menoonedeadpunk: great, thanks15:32
odyssey4megundalow: so let's see what shakes out of https://github.com/ansible/ansible/issues/67343 and revisit it in a week15:39
odyssey4menoonedeadpunk & mnaser - I hope you don't mind me hauling you with me by name :)15:40
odyssey4mejrosser I couldn't find your github name. ;)15:40
jrosserhttps://github.com/jrosser15:40
noonedeadpunkodyssey4me: sure thing!15:41
noonedeadpunkthanks for creating it btw15:42
odyssey4mejrosser: weird - I wonder why it wouldn't let me use it15:45
odyssey4mejrosser: I added you :) welcome to the party15:45
jrosserawesome thanks :)15:46
jrosserreally appreciate the effort here btw15:47
odyssey4mejrosser: I wonder if doing the same sort of thing for lxc/lxd wouldn't be useful to you guys?15:47
jrosserwe are certainly using the bits of the lxd modules here at the bbc15:48
jrosserand i keep meaning to look of there is a usable ansible lxc connection plugin now natively15:49
jrosserso we could ditch the OSA stuff15:49
odyssey4methere's a libvirt_lxc connection plugin - but I don't know if it works rmeotely15:50
odyssey4meI'm actually working on a generic libvirt connection plugin...15:50
jrossersort of unrelated but i noticed that lxd has now got support for actual VM as well as lxc containers in the latest release15:51
jrosserthats very very cool15:51
odyssey4meMine may actually work, but it has some caveats. I'll share it when I have it working against remote libvirt URL's and have some docs for it. :)15:51
odyssey4megundalow: so I've done the same for libvirt as we discussed the other night:15:53
odyssey4me<odyssey4me> jrosser: weird - I wonder why it wouldn't let me use it15:53
odyssey4melol, bad paste15:53
odyssey4mehttps://github.com/ansible/ansible/issues/6734415:53
*** spatel has joined #openstack-ansible-sig15:56
*** priteau has quit IRC16:38
*** priteau has joined #openstack-ansible-sig16:39
*** priteau has quit IRC16:51
*** gtema has quit IRC17:12
*** gtema has joined #openstack-ansible-sig17:27
*** evrardjp has quit IRC17:34
*** evrardjp has joined #openstack-ansible-sig17:34
*** gtema has quit IRC18:10
*** gtema has joined #openstack-ansible-sig18:56
*** gtema has quit IRC19:01
*** dtantsur|brb is now known as dtantsur|afk19:51
*** ChanServ has quit IRC20:50
*** ChanServ has joined #openstack-ansible-sig21:13
*** orwell.freenode.net sets mode: +o ChanServ21:13
*** gtema has joined #openstack-ansible-sig21:44
*** spatel has quit IRC21:50
*** gtema has quit IRC21:50
*** sshnaidm has quit IRC22:17
*** sshnaidm has joined #openstack-ansible-sig22:18
*** spatel has joined #openstack-ansible-sig23:11
*** spatel has quit IRC23:16

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