*** evrardjp has quit IRC | 05:34 | |
*** evrardjp has joined #openstack-ansible-sig | 05:34 | |
*** yoctozepto has quit IRC | 07:28 | |
*** yoctozepto has joined #openstack-ansible-sig | 07:28 | |
*** yoctozepto has quit IRC | 07:33 | |
*** gtema has joined #openstack-ansible-sig | 07:34 | |
*** yoctozepto has joined #openstack-ansible-sig | 07:59 | |
*** dtantsur|afk is now known as dtantsur | 08:45 | |
*** gtema has quit IRC | 08:50 | |
*** gtema has joined #openstack-ansible-sig | 08:55 | |
*** gtema_ has joined #openstack-ansible-sig | 10:32 | |
*** gtema has quit IRC | 10:35 | |
*** sshnaidm_ has joined #openstack-ansible-sig | 10:49 | |
*** sshnaidm has quit IRC | 10:49 | |
*** sshnaidm_ is now known as sshnaidm | 10:49 | |
*** gtema_ has quit IRC | 11:53 | |
*** sshnaidm has quit IRC | 12:20 | |
*** sshnaidm has joined #openstack-ansible-sig | 12:27 | |
*** sshnaidm has quit IRC | 12:31 | |
*** gtema has joined #openstack-ansible-sig | 12:33 | |
*** gtema has quit IRC | 12:37 | |
*** gtema has joined #openstack-ansible-sig | 12:37 | |
*** sshnaidm has joined #openstack-ansible-sig | 12:41 | |
*** sshnaidm has quit IRC | 13:02 | |
*** sshnaidm has joined #openstack-ansible-sig | 13:17 | |
*** sshnaidm has quit IRC | 13:18 | |
*** sshnaidm has joined #openstack-ansible-sig | 13:18 | |
*** sshnaidm has quit IRC | 13:28 | |
*** sshnaidm has joined #openstack-ansible-sig | 13:29 | |
gundalow | odyssey4me: jrosser noonedeadpunk What's needed to get the PR into a better shape? | 13:32 |
---|---|---|
odyssey4me | noonedeadpunk: do you have the PR URL handy? | 13:33 |
jrosser | it sounds like the are two, will have to have a look | 13:33 |
gundalow | which module is this for? | 13:34 |
gundalow | https://ansible.sivel.net/pr/byfile.html <-- good way of finding issues and PRs | 13:34 |
jrosser | oh thats cool | 13:38 |
odyssey4me | whoa! | 13:38 |
jrosser | iirc it's rabbitmq_policy | 13:38 |
jrosser | :) | 13:38 |
odyssey4me | https://github.com/ansible/ansible/pull/64512 | 13:38 |
jrosser | i think this is the one noonedeadpunk thought might be a better approch due to using the API https://github.com/ansible/ansible/pull/62996 | 13:39 |
jrosser | rather than scraping the rabbitmqctl output | 13:39 |
odyssey4me | hmm, looks like that one needs work | 13:42 |
odyssey4me | also puzan's suggestion in https://github.com/ansible/ansible/pull/64512 seems like a good one | 13:43 |
gundalow | Does 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-580462604 | 13:44 |
odyssey4me | yeah, I'd suggest getting 64512 done to port it back - then move on for 62996 for 2.10 | 13:45 |
odyssey4me | gundalow: 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 |
gundalow | odyssey4me: You can define a scenario file and run it through `migrate.py` https://github.com/ansible-community/collection_migration/ | 13:49 |
gundalow | https://github.com/ansible-collection-migration/community.general is a work in progress cut of what community.general (the home for homeless content) will look like | 13:50 |
gundalow | https://github.com/ansible-collections/grafana is a working collection | 13:50 |
odyssey4me | ok, 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 |
odyssey4me | then on a per repo basis that community can setup tests however they please | 13:52 |
jrosser | from an OSA perspective on 2.9 vs 2.10 we have 2.9 support pretty much done, apart from this rabbit issue | 13:53 |
jrosser | however we need to pick a version that also works with ceph-ansible | 13:54 |
jrosser | which may preclude jumping straight to 2.10 | 13:54 |
gundalow | odyssey4me: yup | 14:28 |
odyssey4me | gundalow: 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 goes | 14:30 |
odyssey4me | gundalow: 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 |
gundalow | odyssey4me: 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 people | 14:34 |
odyssey4me | gundalow: sure, which option do I choose there? (so many options) | 14:37 |
gundalow | odyssey4me: oh, feature (though it doesn't really matter for this) | 14:38 |
gundalow | odyssey4me: If you'd like a new repos setting up, that can be requested via https://github.com/ansible-collections/overview/issues/new/choose | 14:54 |
*** weshay is now known as weshay|ruck | 15:02 | |
*** spatel has joined #openstack-ansible-sig | 15:06 | |
*** spatel has quit IRC | 15:11 | |
*** priteau has joined #openstack-ansible-sig | 15:14 | |
*** dtantsur is now known as dtantsur|brb | 15:18 | |
noonedeadpunk | odyssey4me: regarding using rabbitmq version I had doubts because this will make impossible to use older rabbitmq - rabbitmqctl version is pretty new option.... | 15:28 |
noonedeadpunk | So in terms of backporting this - maybe not the best idea... | 15:29 |
odyssey4me | noonedeadpunk: well, you can make it try and fall back | 15:29 |
odyssey4me | noonedeadpunk: so basically it tries to use the best option first - but if that doesn't exist, then it falls back to the older option | 15:29 |
odyssey4me | older, less reliable, option | 15:29 |
noonedeadpunk | oh, yeah, that's good point | 15:30 |
noonedeadpunk | Will fix it this week then | 15:30 |
odyssey4me | noonedeadpunk: great, thanks | 15:32 |
odyssey4me | gundalow: so let's see what shakes out of https://github.com/ansible/ansible/issues/67343 and revisit it in a week | 15:39 |
odyssey4me | noonedeadpunk & mnaser - I hope you don't mind me hauling you with me by name :) | 15:40 |
odyssey4me | jrosser I couldn't find your github name. ;) | 15:40 |
jrosser | https://github.com/jrosser | 15:40 |
noonedeadpunk | odyssey4me: sure thing! | 15:41 |
noonedeadpunk | thanks for creating it btw | 15:42 |
odyssey4me | jrosser: weird - I wonder why it wouldn't let me use it | 15:45 |
odyssey4me | jrosser: I added you :) welcome to the party | 15:45 |
jrosser | awesome thanks :) | 15:46 |
jrosser | really appreciate the effort here btw | 15:47 |
odyssey4me | jrosser: I wonder if doing the same sort of thing for lxc/lxd wouldn't be useful to you guys? | 15:47 |
jrosser | we are certainly using the bits of the lxd modules here at the bbc | 15:48 |
jrosser | and i keep meaning to look of there is a usable ansible lxc connection plugin now natively | 15:49 |
jrosser | so we could ditch the OSA stuff | 15:49 |
odyssey4me | there's a libvirt_lxc connection plugin - but I don't know if it works rmeotely | 15:50 |
odyssey4me | I'm actually working on a generic libvirt connection plugin... | 15:50 |
jrosser | sort of unrelated but i noticed that lxd has now got support for actual VM as well as lxc containers in the latest release | 15:51 |
jrosser | thats very very cool | 15:51 |
odyssey4me | Mine 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 |
odyssey4me | gundalow: 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 it | 15:53 |
odyssey4me | lol, bad paste | 15:53 |
odyssey4me | https://github.com/ansible/ansible/issues/67344 | 15:53 |
*** spatel has joined #openstack-ansible-sig | 15:56 | |
*** priteau has quit IRC | 16:38 | |
*** priteau has joined #openstack-ansible-sig | 16:39 | |
*** priteau has quit IRC | 16:51 | |
*** gtema has quit IRC | 17:12 | |
*** gtema has joined #openstack-ansible-sig | 17:27 | |
*** evrardjp has quit IRC | 17:34 | |
*** evrardjp has joined #openstack-ansible-sig | 17:34 | |
*** gtema has quit IRC | 18:10 | |
*** gtema has joined #openstack-ansible-sig | 18:56 | |
*** gtema has quit IRC | 19:01 | |
*** dtantsur|brb is now known as dtantsur|afk | 19:51 | |
*** ChanServ has quit IRC | 20:50 | |
*** ChanServ has joined #openstack-ansible-sig | 21:13 | |
*** orwell.freenode.net sets mode: +o ChanServ | 21:13 | |
*** gtema has joined #openstack-ansible-sig | 21:44 | |
*** spatel has quit IRC | 21:50 | |
*** gtema has quit IRC | 21:50 | |
*** sshnaidm has quit IRC | 22:17 | |
*** sshnaidm has joined #openstack-ansible-sig | 22:18 | |
*** spatel has joined #openstack-ansible-sig | 23:11 | |
*** spatel has quit IRC | 23:16 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!