16:00:48 #startmeeting api-sig 16:00:49 Meeting started Thu Dec 12 16:00:48 2019 UTC and is due to finish in 60 minutes. The chair is dtantsur. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:50 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:53 The meeting name has been set to 'api_sig' 16:00:59 #chair sshnaidm elmiko 16:01:00 Current chairs: dtantsur elmiko sshnaidm 16:01:05 dtantsur, thanks! 16:01:15 o/ 16:01:26 #link https://etherpad.openstack.org/p/openstack-ansible-modules agenda 16:01:38 anyone else here? :) 16:01:42 me 16:02:53 a nice private party :) 16:02:57 sure 16:03:00 as usual 16:03:06 mnaser, mordred, odyssey4me 16:03:11 last week was weird - too much people :D 16:03:18 just calling people from etherpad :) 16:03:21 o/ 16:03:27 holidays I assume 16:03:37 * odyssey4me is in two meetings, but will try to participate 16:03:51 it's tooooooo early for holidays, who will do the work 16:04:03 so I've sent a mail to legal-discussion: http://lists.openstack.org/pipermail/legal-discuss/2019-December/thread.html 16:04:15 it's the only thread there 16:04:48 got responses that we'd better to keep developing in ansible sig repo under GPL 16:05:41 any other opinions about that? ^ 16:05:45 hmm, is that an OK thing for openstack repositories? 16:05:50 ohai! 16:06:05 well, reading inside I would say there are no answers (mordred doesn't count) 16:06:10 odyssey4me, well, it's not really openstack repository 16:06:38 gtema, yeah, responses were from people of this meeting actually :) 16:07:10 yeah - although while I don't count - the takeaway I've gotten from past encounters is that as along as it's not part of "the software" called openstack, it's ok 16:07:10 it seems that we can host GPL code, just not make it official openstack delivarables 16:07:18 yah 16:07:26 is that a problem? 16:07:39 I'd like to know what it blocks for us 16:07:42 nope. should be fine. this is an effort of a sig 16:08:00 I don't thnk it's blocks anything. ansible is already GPL 16:08:00 nothing blocking. just a bit unfortunate that we cannot proudly call these modules official 16:08:03 what is consequences of not having this as deliverable? 16:08:13 we have imports both ways, right - the module imports ansible (GPL) stuff, and also imports openstack (Apache) stuff 16:08:15 so anything that would use these modules must by definition be ok consuming gpl software 16:08:22 sshnaidm: no promotion on openstack.org? 16:08:38 I don't think it's a matter of not being able to call these modules official 16:08:49 one things that I think is important re licensing: 16:08:50 mordred, this won't change anyway, we don't relicense them 16:08:51 it's that they can't be part of an OpenStack release 16:09:01 which they wouldn't be anyway, since that makes no sense 16:09:05 if we write something that looks like logic independent of ansible, we should better put it somewhere else 16:09:16 otherwise we won't be able to easily reuse it in other parts of openstack 16:09:17 dtantsur: right. and that's stuff we tend to put in sdk 16:09:22 e.g. it will be troublesome to put it to sdk 16:09:23 exactly 16:09:31 right, this should be the ansible community openstack collection 16:09:34 last time I proposed that any logic goes to sdk 16:09:35 (which is one of the reasons we have sdk and are so adamant about butting things in there) 16:09:40 ++ 16:09:54 yep, the thinner the module is as a layer - the better 16:09:55 the modules should be thin glue code between the ansible module structure and logic entities in sdk 16:09:59 *modules 16:10:02 this will be easier to accomplish with the modules in gerrit now 16:10:12 #agreed Try to put most of the logic into openstacksdk, keep the ansible modules as thin glue 16:10:19 right? 16:10:20 having lite modules with sdk logic is totally fine for me too, but here comes question of compatibility between versions 16:10:23 yah 16:10:37 the sdk supports all versions of openstack 16:10:43 so that direction is fine 16:10:43 sshnaidm: any logic code is anyway tied to openstack, not to ansible 16:11:10 dtantsur, right, agree 16:11:17 yes, there is no reason to not continue that abstraction/separation. also, hi! 16:11:20 the version support matrix is then for different versions of ansible - maybe something changes in newer versions of ansible and we need to update the module interface for that 16:11:34 wow, I wild Shrews appears :) 16:11:39 * a wild 16:11:41 (sigh) 16:11:45 i'm tame now 16:11:45 * mordred hands Shrews a bunny 16:11:58 atm collection does not define dependency to Ansible (requires version) 16:12:16 so assume this should not happen in near future 16:12:29 gundalow: ^^^? 16:12:32 yah. so hopefully we can have our modules support all extant versions of ansible too 16:12:40 I hope won't happen at all 16:12:45 (even if the modules have to have some if logic in them to do so) 16:12:55 but the module interface has been *VERY* stable for the past several years 16:13:06 I guess we're going to have to limit the collection version support for Ansible. Ansible does tend to make pretty heavy changes from time to time. 16:13:07 don't kill me: should we introduce support for microversions in Ansible? 16:13:10 the only main systemic changes have been around things like docstsring formats 16:13:11 #agreed Try to support as many versions of ansible as possible with the same code 16:13:20 * dtantsur throws a lot of wet cats at gtema 16:13:22 gtema: no 16:13:34 all microversion support should be in the sdk 16:13:41 it was a joke, but with small sense of truth 16:13:45 heh 16:13:48 so, back to hosting modules - do we completely freeze existing and start new ones? Remember that people will use them from 2.10 from our repo 16:13:49 * mordred throws wet cat at gtema 16:14:00 I *strongly* oppose starting new modules 16:14:07 i mean if someone would like to get info about smth, what is reported only with microversion set 16:14:08 mmm? 16:14:15 why would we *want* new ones? 16:14:17 mordred: would you rather prefer a breaking change? 16:14:23 mordred, we'll need to rename them at least 16:14:26 Shrews: we need 1) rename some modules, 2) fix auth in some 16:14:37 and people use them in their playbooks 16:14:38 one thought I had with collection version, since it is semver. Is have 1.0.0,<2.0.0 support ansible 2.10.0 (stable-2.10), then 2.0.0,<3.0.0 support ansible 2.11.0 (stable-2.11) 16:14:45 etc 16:15:02 I think that's potentially unnecessary and hard 16:15:12 many of these modules have been unchanged from ansible 2.0 16:15:15 it depends on how different 2.11 will be from 2.10 16:15:23 ansible itself does _not_ change that much as it relates to the module interface 16:15:24 mordred, I think current names and code should be re-thought at least 16:15:38 hmm, ok - is the scope of the collection *just* modules/libraries? 16:15:44 I recall auth being mess in ironic modules (maybe all really) 16:15:46 Andrew Karpow proposed openstack/python-openstackclient master: Use network service for Server AddFixedIP https://review.opendev.org/698749 16:16:03 odyssey4me: the scope of _this_ collection, yes 16:16:21 let's talk about collection name 16:16:21 what else can we have? 16:16:22 I think this sig can have additional collections published to galaxy that contain roles and stuff 16:16:22 mordred: ok, sounds sensible - we should probbaly document that somewhere 16:16:35 what is the proposed new module naming structure? and why doesn't the current one work? 16:16:41 but this, for now, is about moving the os_ modules from ansible/ansible and into a collection 16:16:55 Shrews: at least s/os_ironic/baremetal/ 16:16:56 Shrews: os_ prefix is unnecessary 16:17:00 actually, drop os_? 16:17:00 Shrews: 2 potential naming things ... yeah 16:17:02 is there no plugins that need to move? 16:17:07 dtantsur: plese no 16:17:12 that will break playbooks 16:17:16 os_ prefix - and the service-type in the module names for "admin" modules 16:17:17 I'd leave existing with deprecation notice and start from copying and reworking them 16:17:21 pabelanger: that's why we're talking about new modules 16:17:29 but - pabelanger makes a good point WRT naming 16:17:32 leave os_ironic whatever it is, develop baremetal properly 16:17:39 this is a thing I'd like to really get a real answer on though 16:17:41 pabelanger, yeah, I wouldn't touch them at all 16:18:10 * gundalow waves 16:18:13 mordred, working on old modules doesn't give us any freedom and will most likely break existing playbooks 16:18:16 gundalow mentioned a magical thing that would allow someone to install ansible + a set of collections to get symlinks for the old modules for compat 16:18:20 wrt playbook change, I was still not able to get answer in Ansible 16:18:33 if that exists, and doesn't have support for module-level symlinks, then I think renaming is very mean 16:18:35 I would recommend everybody look at https://github.com/ansible-community/collection_migration, that is the tooling being written today to migrate content out of ansible/ansible to collections. So far, that has some large assumptions 16:18:43 so for the moment it is not known, whether it is possible at all 16:18:43 if it doesn't exist - we should rename because everyone is going to be broken anyway 16:19:04 if it does exist AND we can provide a mapping of fully qualified names to old names, then we should rename 16:19:14 gtema: which answer? 16:19:26 I think we need an answer on what the omnibus installer looks like before we commit one way or the other to renaming anything 16:19:29 #link https://github.com/ansible-community/collection_migration 16:19:30 exaclty, whether it is possible to leave playbooks unaffected 16:19:37 without introducing FQCN 16:19:39 yah 16:19:41 gtema: yes, that is possible 16:19:47 how? 16:20:06 collection loader supports relative imports 16:20:20 can you say more words about that? 16:20:35 so both cisco.ios.ios_config and ios_config are valid tasks in playbooks using collections 16:20:46 I think gundalow told about this previous time, it works like imports in python 16:20:48 pabelanger: I thought you had to add an import statement to your playbook for that to work 16:20:48 mordred: there will be a "Ansible Community Distribution" (bikeshed) which will install Ansible + the collections that hold the content that was in Ansible 2.9. 16:20:49 if collection is cisco.ios 16:20:57 sshnaidm: correct 16:20:57 not really, in the 2nd case you introduce import at the beginning of playbook 16:21:01 pabelanger: right - but you have to add a collection reference into the playbook 16:21:05 mordred, when using symlink you shouldn't 16:21:10 hang on 16:21:10 mordred: no, not any more 16:21:13 two different things 16:21:15 ok. 16:21:25 from playbooks, what I said is fine 16:21:32 If you are using ACD you may not need to explicitly import anything that ships in ACD, it's done automagically for you 16:21:39 for module_utils, you should use fqcn (fully qualify collection name) 16:21:46 gundalow: what's ACD? 16:22:02 sorry, Ansible Community Distribution 16:22:12 is that what I get when I do "pip install ansible" ? 16:22:14 do we expect a lot of people to use it? 16:22:22 yeah, same question (dnf install ansible, etc) 16:22:33 mordred: magic installer doesn't exist today 16:22:39 ok. I won't be using that 16:22:40 brew install ansible? 16:22:42 so, pip install ansible / ansible-galaxy collection install foo 16:22:50 In an ideal word, yes, `$package_mgr install ansible` will give you ACD 16:23:09 and in ours? :) 16:23:13 gundalow: does $package_mgr include pip? (sorry to be pedantic here- just trying to make sure I understand everything) 16:23:16 dtantsur++ 16:23:27 mordred: yup including pip 16:23:30 cool 16:23:48 gundalow: so - the magic there is done via symlinks from the botmeta file we discussed the other day right? 16:23:51 I still do not really believe in a perfect world 16:24:12 Given one of the high level requirements is "don't break people" I'd really hope we can get `pip install ansible` to give you ansible + all the modules 16:24:17 gundalow: do we know if we'll be able to specifiy in that botmeta file mappings on a per-module basis? 16:24:34 when we release first collection we need to insure our func tests from SDK are using really collection 16:24:45 mordred: yes, BOTMETA supports per file, there are examples, it's just that generally we logically group by directory 16:24:48 gtema: we should probably test both ways 16:24:56 gundalow: cool. 16:25:04 so - let's assume a perfect world for a sec ... 16:25:11 gtema: mordred: yes, testing both is safest, that is what ansible network does now 16:25:17 * gtema falls asleep 16:25:32 if the botmeta thing works per file and if it exists and does the symlinks and works for pip nad dnf and friends ... 16:25:36 gtema: just half past 5, c'mon! 16:25:42 then it should be safe to rename the modules in the collection 16:25:48 ok, so back to the original question, should we keep old modules fully functional as before for not breaking current users? 16:25:50 because we can do a name mapping in botmeta 16:25:51 sure we need to test both, but exactly here we need to "rely" on assumption it works both ways without modifying playbook 16:25:58 people getting the modules through symlinks will not be affected 16:26:03 mordred: assuming our auth changes won't end up breaking? 16:26:08 and people using collection explicitly will use colledction paths 16:26:15 (and assuming we won't need other per-module breaking changes) 16:26:27 dtantsur: well - it's sounding like there's less implicit breaking than we thought before 16:26:33 let's do all breaking as new modules 16:26:43 with a fresh design 16:26:44 so maybe we should figure out what we want to do with auth and see if we can figure out a way to do it non-breaking 16:26:47 gtema: the question was whether we need new modules 16:26:59 sure we need 16:27:02 gtema: I don't want two different designs - we don't have enough people working on this to support that :) 16:27:11 +1 16:27:12 we *barely* have enough people to keep the ones we have going 16:27:20 we currently do not have possibility to manage tags, and I do not really want to modify each module with tagging mess 16:27:27 at the very least we need to think how to support all session AND adapter options 16:27:32 I think we don't do it now 16:27:32 yes 16:27:39 * Shrews recalls a recent twitter thread on the pitfalls of rewriting s/w from scratch 16:27:41 well - we assume for complex options you'll use clouds.yaml 16:28:01 dtantsur: and you can pass a full clouds.yaml yaml snippet to the cloud parameter of the module too 16:28:02 there are some modules like ironic_node that should be redesigned at all 16:28:18 I'm talking simple: {auth_type: none, endpoint_override: https://bare.metal} 16:28:23 that said- if we NEED to redesign a module and deprecate the old one - we should totally do that 16:28:31 dtantsur: that should work by passing to cloud: 16:28:46 mordred: in cloud.yaml - yes (well.. maybe) 16:28:51 no - in the module 16:29:04 you can pass _anything_ to cloud: that you can put in a clouds.yaml cloud entry 16:29:27 mordred, I'm afraid changes in openstack.py may require redesign in most of modules.. 16:29:28 I remember I had some problem. I need to check. 16:29:41 sshnaidm: they might - and we might need to do some things 16:30:00 I think what I'm saying is that it sounds like ansible/ansible is providing mechanisms to make this not an inhernet breaking change 16:30:08 so our ground cover for making additional breaking changes is lower 16:30:17 so we should at least TRY to not immediately make breaking changes 16:30:29 mordred, deprecating old modules gives you more freedom to break things, then trying to keep backward compatibility 16:30:29 we might find something that needs to be changed and we can't figure out non-breaking 16:30:36 and we'll just need to figure out how to not screw our users 16:30:42 yes, please for users, don't break things out of gate :) 16:30:46 sshnaidm: it does. but right now we're just supposing 16:30:53 we don't have an actual thing that must be done that must be breakingm 16:31:14 I agree - we can deprecate, we can copy/modiify - do lots of things 16:31:16 let's just do those 16:31:34 and not immediately jump to "upstream is breaking everyone anyway so we're safe" 16:31:49 ok for me 16:31:51 in fact ... OOH 16:31:57 +100 16:32:12 no - neverind- I thought I had a new idea 16:32:14 :) 16:32:29 ok, so what are we agreed on currently? :) 16:32:40 that everyone here is awesome :) 16:32:43 not to break immediately 16:32:48 I expect we'll be wanting to deprecate the dynamic inventory, given that the plugin interface is better anyway? 16:32:51 we continue to develop modules with old names and trying not to break current users? 16:32:58 mordred, ^^ ? 16:33:11 odyssey4me: that's already dprecated? people should be using the plugin and not the script already 16:33:25 sshnaidm: I think ansible/ansible has a solution for name mapping 16:33:33 sshnaidm not to break != continue with old names for new things 16:33:41 mordred: one would hope - I guess we could then remove it from ansible/ansible and not put it into the collection 16:33:41 so I think we *can* rename 16:33:50 we just have to put the name mapping into botmeta in ansible/ansible 16:34:08 it's akward to have same modules with different names, either I don't understand something.. 16:34:16 odyssey4me: you raise a good question ... can the inventory _plugin_ go into the collection too? 16:34:22 yes 16:34:28 sshnaidm: let me try to explain from scratch with an example 16:34:30 mordred, can you bring an example of rename? 16:34:33 let's take os_server 16:34:36 technically everything can go into collection 16:34:54 gtema: yup! 16:35:01 we put os_server into our collection, let's call it openstack.api for now (we need to bikeshed on that - but roll with it for a sec) 16:35:31 so then the canonical name of the module ios openstack.api.os_server 16:35:46 yes 16:35:53 now - in the ansible/ansible repo there is a yaml file, BOTMETA.yml - and in it we put in an entry like: 16:36:00 openstack.api.os_server: os_server 16:36:34 this will cause ansible, when it builds its distros for pip and whatnot to grab the collection and make a symlink from os_server to openstack.api.os_server 16:36:45 so people who aren't paying attention will have no changes happen to that 16:36:48 yeah, but where is the rename? 16:36:52 hang on 16:37:11 since that is the mechanism, there is then nothing stopping us from renaming the module in our collection to openstack.api.server 16:37:18 and making the mpapping be openstack.api.server: os_server 16:37:28 people using fully qualitied are fine 16:37:33 people using omnibus symlinks are fine 16:37:36 everyone is fine 16:37:54 so, if I was do to ansible-galaxy collection install openstack.api I could both do openstack.api.os_server: ... and os_server: ... from playbook 16:37:57 and eventually, in the fullness of time, maybe the synlink mapping goes away 16:38:01 pabelanger: yah 16:38:02 mordred, that exactly what I mean, you install os_server and something new like openstack.api.server and it's the same module exactly 16:38:02 without botmeta.yml 16:38:22 pabelanger: right - but that keeps us tied to the old names 16:38:31 botmeta lets us rename in teh collection without screwing people 16:38:33 yes, agree 16:38:54 so, if we did rename in collection 16:38:58 assuming taht support exists and works - but according to gundalow it's pretty essential that it does 16:39:23 actually 16:39:25 can we alert people that use os_server that it will be deprecated? 16:39:33 and not people that use openstack.api.server 16:39:50 I guess they will need to adapt with Ansible 2.12 anyway 16:39:52 okay, I need to look on our side, I am not sure how ansible-galaxy collection install reads BOTMETA 16:39:55 because, today it doesn't 16:39:56 or we'll be stuck forever with the old names :) 16:40:00 pabelanger: it doesn't 16:40:05 okay 16:40:08 this have nothing to do with ansible-galaxy 16:40:19 this is something that is a build-time facility for ansible itself 16:40:38 okay, standing by 16:40:39 so when they buikld the wheel for ansible - the build script will grab the collections, suck them in and make symlinks 16:40:44 AIUI 16:41:00 right, however people can do ansible-galaxy collection install out side of meta ansible package 16:41:06 sure 16:41:17 I suggest we'll continue in ML about renaming, we're past half meeting 16:41:20 in that install case, renames would break playbooks today 16:41:32 ok. let's take this as an action 16:41:43 let's make for safety own links inside of collection 16:41:48 #action sshnaidm to write ML to discuss renaming 16:41:50 I'll cirlce up with gundalow and get to the point where I *completely* understand what the intent is 16:42:06 we have now openstack namespace hosted by mordred 16:42:14 and then write up a summary for us as it relates to us, yeah? 16:42:17 do we want to put all modules in one collection? 16:42:18 +1 16:42:21 yes 16:42:23 yes 16:42:27 yes 16:42:40 what would it be? openstack.cloud ? 16:42:50 bikeshedding \o/ finally! 16:42:50 weird 16:42:53 and then openstack.cloud.os_server etc 16:43:03 that's a good option. when we did the .well-known support we picked openstack.api 16:43:04 I don't dislike openstack.cloud 16:43:34 openstack.api.os_server..? 16:43:36 pabelanger: what is the name for networking? 16:43:47 openstack.ansible ? 16:43:54 I have a lot of ideas :D 16:44:00 I like both cloud and api - I do not like ansible :) 16:44:10 same 16:44:27 api sounds weird for me 16:44:28 but - let's make a quick distinction on something 16:44:31 gtema: we don't have a meta collection, so we have things like cisco.ios / cisco.iosxr / junpernetwork.junos 16:44:38 ah, ok 16:44:41 I am trying to see what aws and google did 16:44:47 they might be cloud.google and cloud.aws 16:44:54 no _ I think it's google.cloud 16:44:56 aha 16:45:02 (other way - they have namespaces?) 16:45:13 yes, google.cloud 16:45:18 https://github.com/ansible-collections/ansible_collections_google/blob/master/galaxy.yml 16:45:22 so let's just do openstackcloud 16:45:25 so let's just do openstack.cloud 16:45:27 yeah? 16:45:36 +1 16:45:37 ok for me 16:45:39 WFM 16:45:39 no need to be different 16:45:49 so - earlier the question was "do we put all of the modules in one collection" 16:45:58 yes 16:46:03 I think the answer is "yes" - as long as we're talking about modules that interact with teh openstack api 16:46:11 #agreed to have one collection as openstack.cloud 16:46:20 ok? ^ 16:46:22 if there is, say, an openstack-ansible or tripleo module that does things like manipulates nova databases or somethingm 16:46:29 then I think that can go into a different collection 16:46:33 yes? 16:46:33 +1 16:46:35 yes 16:46:35 ++ 16:46:39 cool 16:46:52 admins to namespace 16:46:54 (in fact, I would expect us to be able to have collections for tripleo/openstack-ansible roles and plugins and stuff) 16:47:13 yes 16:47:34 do we need admins? should it be a zuul? 16:47:45 for the namespace - currently it's tied in to auth things in such a way that it's likelky easiest if it's just infra/zuul who are admins and we just publish through jobs 16:47:55 zuul needs to post updated code to collection afaiu 16:48:00 we'll need to figure that out long term - but it's complicated at the moment, so that would be my suggestion for now :) 16:48:04 yah 16:48:15 As an aside - and excuse my ignorance - but is it possible to unit test modules at all, or are we stuck with only functional tests? 16:48:17 we can write a publication job for that - or reallky just steal the ones pabelanger has already written 16:48:25 mordred, are there admins for specific collections? 16:48:29 pabelanger, gundalow ^^ 16:48:37 odyssey4me: you can totally unit test modules 16:48:40 yes, I have a job for that in zuul 16:48:47 unit tests is via ansible-test 16:48:54 yeah. it's pretty col 16:48:55 cool 16:48:56 mordred: hooray! I'll have to look into that 16:48:59 the current openstacksdk tests should likely move to the new project 16:49:00 odyssey4me, yeah, there are examples in ansible repo 16:49:02 sshnaidm: no - to my knowledge it's a namepsace level 16:49:07 s/tests/module tests/ 16:49:09 Shrews: ++ 16:49:19 however, I would love to build some sort of stestr ansible-playbook things, to work with any playbook 16:49:26 thanks - good to know that I have some homework to do :) 16:49:33 I've already have a patch to migrate the job to this repo 16:49:49 ok, let's move on 16:49:56 versioning and branching 16:50:10 we want to keep modules up to date, right? 16:50:15 not as they were in ansible rpeo 16:50:17 no, what for 16:50:25 :D 16:50:42 I don't understand the question? 16:51:07 will we have manual releases as some openstack repos do? or it will be continuous delivery 16:51:20 ah - that's a _great_ question 16:51:29 and should we be tied to openstack releases? 16:51:31 no 16:51:36 that is a for sure no 16:51:50 no tie to openstack releases IMO, and CD would be great IMO 16:51:52 but for the other - I think the intent is for collections to be versioned with semver right? 16:51:53 it's more likely to tie somehow to SDK version 16:52:01 yeah, ansible users do not want to wait for an openstack release to get a bug fix/feature 16:52:09 yeah - a version of the collection will have a minimum sdk version 16:52:21 but neither of those need to be tied to an openstack release 16:52:30 and depend on ansible engine (stdlib / minimal) 16:52:34 so - maybe we start with "tag releases as needed?" 16:52:38 dtantsur: no worries, i actually missed the start here =( 16:52:43 we won't have branches like ussuri, train, etc, right? 16:52:49 mordred: I'd love to see us upload pre-release versions to galaxy 16:52:50 elmiko: :) 16:52:50 that's been working pretty will for sdk 16:52:55 then tag when want to support it 16:53:13 pabelanger: I mean - I don't know why we'd... can you give me an example of what we'd do with that use case? 16:53:15 as, collections are artifacts, not git repos now 16:53:23 you need to build the collection, to install 16:53:31 mordred, I'd prefer CD, but with good CI tests for it :) 16:53:33 dtantsur: fwiw, i say keep using this slot as long as it is useful and productive for the group =) 16:53:57 elmiko: cool! I would expect some more times before we settle down on everything 16:54:02 yeah. but like - we don't publish pre-releases of sdk to pypi - we just release all the time - so I want to make sure I understand when we'd maybe need to diverge from that? 16:54:25 mordred, all the time - how often? 16:54:33 when requested :) 16:54:33 (also - I have no problem supporting uploading pre-releases - that's a great idea - I just want to understand when we'd choose to use that support) 16:54:45 yeah- we can cut 3 sdk releases in a week if we need to 16:54:59 it's almost CD :) 16:55:04 :) 16:55:05 we can do daily, aren't we? 16:55:05 what is the advantage? 16:55:15 then why not every patch 16:55:21 because we have to tag to make a release 16:55:26 for me, if I want to use the latest master version of openstack.api, that has to come from galaxy now, not git. Otherwise, there needs to be some process to first build the colleciton to install 16:55:27 and that goes through openstack-release 16:55:30 dtantsur: yeah, it's all good. the sig office hour is slow, so i think the multiplexing is fine ;) 16:55:43 we could just do a release release whenever there's a change which doesn't match an exception list (docs, tests, etc) - we could then somehow automate whether the increment is major, minor of patch 16:55:48 mordred, I'm just curios if it has some advantages over CD 16:55:58 pabelanger: sure ... I guess what I'm sayuing is - why woudln't we just cut a real release? 16:56:27 sshnaidm: we have to submit a separate review to release a new version. not quite CD 16:56:35 mordred: Yup, that works too. A pre-release just avoids the need for asking 16:56:45 yeah. and some people don't want actual constant upgrades 16:56:48 Shrews, it seems like more maintenance 16:56:52 so we try to just use judgement 16:56:59 it's not a burden on us sdk side 16:57:03 odyssey4me: https://github.com/ansible-network/releases/blob/master/ansible_releases/cmd/generate_ansible_collection.py, how we do it today for network 16:57:04 it's been really easy to work with 16:57:21 sshnaidm: it is the openstack process we've agreed to as an openstack project 16:57:34 I mostly think we shouldn't overcomplicate this until we need to 16:57:38 ++ 16:57:43 +1 16:57:52 and not overcomplicating is..? 16:58:08 manual releasing? 16:58:10 we can cut releases whenever - that can be 20 times a week or no releases for 20 weeks - and we can just use our human judgement for a while until we can identify a flaw in that 16:58:24 so we all have a common basis of understanding of the problem we're trying to solve 16:58:49 we can also, similar to openstack, produce master artifacts probably 16:58:53 I'm not against releases, just trying to get the point where it helps 16:58:56 for people who do want to consume CD 16:59:39 yes, building the collection isn't difficult 16:59:55 sshnaidm: I'm not sure it helps or hurts - it's just that to actually release semver versioned artifacts on every commit would involve inventing a bunch of new automation and I don't know that effort on that is worth it 17:00:08 ok, so anybody objects to manual releases and want CD only? 17:00:30 #agreed on having manual releases as much as we need 17:00:30 not me 17:00:40 sounds good 17:00:41 well, we're out of time 17:00:46 yay, thanks all! 17:00:49 woot! 17:00:51 mordred: I can share what we are doing in network, atleast as a discussion point. But is also a step towards buildset-galaxy too, not sure if there is interest in that right now 17:01:07 #endmeeting