Earlier  
Posted Nick Remark
#openstack-sdks - 2019-12-12
16:39:23 pabelanger actually
16:39:25 sshnaidm can we alert people that use os_server that it will be deprecated?
16:39:33 sshnaidm and not people that use openstack.api.server
16:39:50 gtema I guess they will need to adapt with Ansible 2.12 anyway
16:39:52 pabelanger okay, I need to look on our side, I am not sure how ansible-galaxy collection install reads BOTMETA
16:39:55 pabelanger because, today it doesn't
16:39:56 sshnaidm or we'll be stuck forever with the old names :)
16:40:00 mordred pabelanger: it doesn't
16:40:05 pabelanger okay
16:40:08 mordred this have nothing to do with ansible-galaxy
16:40:19 mordred this is something that is a build-time facility for ansible itself
16:40:38 pabelanger okay, standing by
16:40:39 mordred so when they buikld the wheel for ansible - the build script will grab the collections, suck them in and make symlinks
16:40:44 mordred AIUI
16:41:00 pabelanger right, however people can do ansible-galaxy collection install out side of meta ansible package
16:41:06 mordred sure
16:41:17 sshnaidm I suggest we'll continue in ML about renaming, we're past half meeting
16:41:20 pabelanger in that install case, renames would break playbooks today
16:41:32 mordred ok. let's take this as an action
16:41:43 gtema let's make for safety own links inside of collection
16:41:48 sshnaidm #action sshnaidm to write ML to discuss renaming
16:41:50 mordred I'll cirlce up with gundalow and get to the point where I *completely* understand what the intent is
16:42:06 sshnaidm we have now openstack namespace hosted by mordred
16:42:14 mordred and then write up a summary for us as it relates to us, yeah?
16:42:17 sshnaidm do we want to put all modules in one collection?
16:42:18 pabelanger +1
16:42:21 mordred yes
16:42:23 pabelanger yes
16:42:27 gtema yes
16:42:40 sshnaidm what would it be? openstack.cloud ?
16:42:50 dtantsur bikeshedding \o/ finally!
16:42:50 gtema weird
16:42:53 sshnaidm and then openstack.cloud.os_server etc
16:43:03 mordred that's a good option. when we did the .well-known support we picked openstack.api
16:43:04 dtantsur I don't dislike openstack.cloud
16:43:34 sshnaidm openstack.api.os_server..?
16:43:36 gtema pabelanger: what is the name for networking?
16:43:47 sshnaidm openstack.ansible ?
16:43:54 sshnaidm I have a lot of ideas :D
16:44:00 mordred I like both cloud and api - I do not like ansible :)
16:44:10 dtantsur same
16:44:27 sshnaidm api sounds weird for me
16:44:28 mordred but - let's make a quick distinction on something
16:44:31 pabelanger gtema: we don't have a meta collection, so we have things like cisco.ios / cisco.iosxr / junpernetwork.junos
16:44:38 gtema ah, ok
16:44:41 pabelanger I am trying to see what aws and google did
16:44:47 pabelanger they might be cloud.google and cloud.aws
16:44:54 mordred no _ I think it's google.cloud
16:44:56 sshnaidm aha
16:45:02 mordred (other way - they have namespaces?)
16:45:13 pabelanger yes, google.cloud
16:45:18 pabelanger https://github.com/ansible-collections/ansible_collections_google/blob/master/galaxy.yml
16:45:22 mordred so let's just do openstackcloud
16:45:25 mordred so let's just do openstack.cloud
16:45:27 mordred yeah?
16:45:36 sshnaidm +1
16:45:37 gtema ok for me
16:45:39 pabelanger WFM
16:45:39 mordred no need to be different
16:45:49 mordred so - earlier the question was "do we put all of the modules in one collection"
16:45:58 gtema yes
16:46:03 mordred I think the answer is "yes" - as long as we're talking about modules that interact with teh openstack api
16:46:11 sshnaidm #agreed to have one collection as openstack.cloud
16:46:20 sshnaidm ok? ^
16:46:22 mordred if there is, say, an openstack-ansible or tripleo module that does things like manipulates nova databases or somethingm
16:46:29 mordred then I think that can go into a different collection
16:46:33 mordred yes?
16:46:33 pabelanger +1
16:46:35 gtema yes
16:46:35 dtantsur ++
16:46:39 sshnaidm cool
16:46:52 sshnaidm admins to namespace
16:46:54 mordred (in fact, I would expect us to be able to have collections for tripleo/openstack-ansible roles and plugins and stuff)
16:47:13 gtema yes
16:47:34 sshnaidm do we need admins? should it be a zuul?
16:47:45 mordred 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 sshnaidm zuul needs to post updated code to collection afaiu
16:48:00 mordred 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 mordred yah
16:48:15 odyssey4me 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 mordred we can write a publication job for that - or reallky just steal the ones pabelanger has already written
16:48:25 sshnaidm mordred, are there admins for specific collections?
16:48:29 sshnaidm pabelanger, gundalow ^^
16:48:37 mordred odyssey4me: you can totally unit test modules
16:48:40 pabelanger yes, I have a job for that in zuul
16:48:47 pabelanger unit tests is via ansible-test
16:48:54 mordred yeah. it's pretty col
16:48:55 mordred cool
16:48:56 odyssey4me mordred: hooray! I'll have to look into that
16:48:59 Shrews the current openstacksdk tests should likely move to the new project
16:49:00 sshnaidm odyssey4me, yeah, there are examples in ansible repo
16:49:02 mordred sshnaidm: no - to my knowledge it's a namepsace level
16:49:07 Shrews s/tests/module tests/
16:49:09 mordred Shrews: ++
16:49:19 pabelanger however, I would love to build some sort of stestr ansible-playbook things, to work with any playbook
16:49:26 odyssey4me thanks - good to know that I have some homework to do :)
16:49:33 sshnaidm I've already have a patch to migrate the job to this repo
16:49:49 sshnaidm ok, let's move on
16:49:56 sshnaidm versioning and branching
16:50:10 sshnaidm we want to keep modules up to date, right?

Earlier   Later