16:00:30 #startmeeting OpenStack Ansible Meeting 16:00:31 Meeting started Thu Mar 12 16:00:30 2015 UTC and is due to finish in 60 minutes. The chair is b3rnard0. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:32 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:35 The meeting name has been set to 'openstack_ansible_meeting' 16:00:41 #topic Agenda & rollcall 16:00:53 #link https://wiki.openstack.org/wiki/Meetings/openstack-ansible#Agenda_for_next_meeting 16:01:05 hello 16:01:09 hi 16:01:21 hello 16:01:28 o/ 16:01:36 hello 16:02:09 damn. DST has me all jacked up. . . 16:02:11 hey :) 16:02:24 hows it 16:02:32 it good 16:02:40 DST usually gives me a 1 week hangover 16:02:48 cloudnull no dst in arizona - recommend moving ;-) 16:02:51 Roll Call, signing in 16:03:02 yea DST is a mess. 16:03:06 UTC for the win 16:03:12 present 16:03:16 presente 16:03:17 o/ 16:03:21 presentah 16:03:37 #topic Review action items from last week 16:03:38 lol, we all should get rid of dst 16:03:44 +9000 16:03:55 cloudnull continue pinging jhesketh about creating a separate repo and other things <- yes should be in review today 16:04:22 next: odyssey4me Solicit feedback from the mailing list as to whether os package management should be part of the project? 16:04:22 #info cloudnull continue pinging jhesketh about creating a separate repo and other things <- yes should be in review today 16:05:06 don't see jesse. next! 16:05:13 odyssey4me 16:05:39 o/ 16:05:40 next: odyssey4me Solicit feedback from the mailing list as to whether os package management should be part of the project? 16:05:45 :) 16:06:15 as I recall we agreed to wait until the 'manifesto' was compiled and agreed to before we went back to that 16:06:38 okiedokie. 16:06:53 b3rnard0 carry that. 16:06:57 i'll keep that one open 16:06:59 next: git-harry help odyssey4me on blueprint https://blueprints.launchpad.net/openstack-ansible/+spec/tunable-openstack-configuration 16:07:04 Maybe with the manifesto note 16:07:04 #action odyssey4me Solicit feedback from the mailing list as to whether os package management should be part of the project? 16:07:11 I would suggest that we take it off the agenda, actually 16:07:56 odyssey4me: your action item or the manifesto? 16:08:02 my action item 16:08:25 the manifesto needs to happen first, before we discuss ancillary items that fit into the grey area 16:08:29 k 16:08:34 One does not simply not manifesto. 16:08:52 First rule of manifesto club: write one. 16:09:10 which action item - the os package management? 16:09:43 Soliciting feedback from the mailing list. 16:09:48 sdake its a topic about specific package pinning as it pertains to the OS 16:09:54 oh right 16:09:59 im familiar with that blueprint nm then :) 16:10:22 so "git-harry help odyssey4me on blueprint https://blueprints.launchpad.net/openstack-ansible/+spec/tunable-openstack-configuration" <- what say you git-harry and odyssey4me 16:10:40 ah, so I've updated the blueprint for that 16:11:00 I'm working on putting together a PoC using one of the roles to test the concept for review. 16:11:22 so i wanted to chat about that a bit. 16:11:26 I've discovered a way to do selective merging which I think will work quite nicely for our needs. 16:11:42 i know that git-harry has a review regarding the testing of hash merging in ansible 16:11:53 odyssey4me the #link https://blueprints.launchpad.net/openstack-ansible/+spec/tunable-openstack-configuration seems a lot like what tripleo uses for config file mgt. 16:12:04 yeah, that's a comparitive WIP so that we can review both options to compare 16:12:24 #info odyssey4me I'm working on putting together a PoC using one of the roles to test the concept for review. related to https://blueprints.launchpad.net/openstack-ansible/+spec/tunable-openstack-configuration 16:12:29 but we may be able to do something similar to whats spec'd here for config diff https://blueprints.launchpad.net/openstack-ansible/+spec/dynamically-manage-policy.json 16:12:41 cloudnull: so it doesn't break the check with hash_behaviour = merge 16:12:42 without implementing hash merging in ansible 16:13:09 yea it shouldn't break most of our data structures are lists and strings 16:13:30 I had some concerns about upgrades to configurations that contain lists 16:13:37 but im kinda against the idea of hash merging as it adds additional "smoke and mirrors" to the deployment process 16:13:50 such as middleware lists 16:14:00 Not really, the vars just have to be considered differently 16:14:15 We went down this road before, when we did the first early round of playbook/role variable reorganization and layout redesign. 16:14:21 and if we don't currently have any affected by the change it's not an issue 16:14:27 Because it was difficult to follow or figure out variable priorities and scopes. 16:14:30 git-harry right, but that specifically goes against stated ansible best practices 16:15:00 my concern with a blanket ansible hash merge is that it affects all plays, including any others a deployer may add to the base we're providing... this is why I prefer a selective merge 16:15:01 cloudnull: yes, but it's still configurable 16:15:04 Hash merging with multiple data sources merged at different scopes sounds like a great way to get back in that position. 16:15:41 git-harry i think configurable comes at a cost of not adhering to best practices 16:15:41 I for one would much prefer a more transparent strategy, even if it's dumber, has more steps, and requires more effort to design flexibly. 16:16:25 best practise is no more that a guide 16:16:55 this is true 16:17:13 but its a well stated guide 16:17:31 do we want to get through the rest of the action items? 16:17:43 stevelle the basic view that I'm aiming for is that we don't set anything in a conf file if that's the value already set in the code as a default... we only implement the bare minimum we need to put in for the system to work, and we only add stuff that we consider a best practise 16:17:52 I don't think anyone's suggesting that the best practices are commandments from on high. However, they are expectations that others who interact with us will have. And if we don't adhere to them, we're increasing the cost of participating in our project. 16:17:56 anything else a deployer wants to add, they can do in the tunables 16:17:59 as Apsu said in early icehouse we had a similar system which was abandoned due to multiple scopes 16:18:15 Plus our own cost of understanding our code. 16:18:19 ^ 16:18:59 agreed Apsu cloudnull but the method I'm proposing actually simplifies that dramatically - the icehouse method was implementing too much 16:18:59 odyssey4me: middlewares are particularly tricky as they would include extensions that specific deployments will want, but the defaults have been a bit volatile between releases 16:19:20 odyssey4me: Well then we'll dig into it and see what we can all agree to. 16:19:52 just to state my position, if its similar to the icehouse method and implements hash merging then I'm kind of against it. 16:19:56 so for now, we're working on a PoC to review - I just haven't had much time to get it done 16:20:04 but ill wait and see from the PoC 16:20:23 next: BjoernT to help palendae on apt pinning 16:20:37 Pretty sure that was BjoernT and odyssey4me 16:21:00 ah yes, that discussion has been had 16:21:11 whether that becomes part of the project goes back to the manifesto 16:21:19 ah , thanks for the superb note taking b3rnard0 :) 16:21:25 middleware does what? 16:21:32 (re naifesto) 16:21:47 nano-festo :) 16:21:53 hahah 16:22:06 cloudnull: Part of that was my fault for doing some networking cross-chatter during the meeting 16:22:11 would that maintain the ha state of the deployment? 16:22:18 #info odyssey4me: whether that becomes part of the project goes back to the manifesto 16:22:25 palendae dont take blame from b3rnard0 16:22:26 palendae: thanks for making me look bad 16:22:37 +1 16:22:38 wut 16:22:42 You do that yourself 16:22:51 +2, approved 16:22:56 We're a team. We do it to each other. 16:22:58 next: BjoernT to help palendae on networks 16:23:28 we have some success: https://review.openstack.org/163544 16:23:50 #info odyssey4me: we have some success: https://review.openstack.org/163544 16:23:59 next steps would be to get that (and any accompanying fixes) backported 16:24:02 sounds good. 16:24:03 Ok, that one - Bjoern and I have had some small discussions via email to look at different implenmentations, but I was mostly focused on gating this last week 16:24:07 Yes he did get my script what we do, but I think it has nothing to do with aio or so 16:24:08 thanks to palendae for getting that done :) 16:24:39 next: cloudnull to create osad project manifesto as public etherpad and solicit feedback from the ML 16:24:46 BjoernT: Yeah, I don't think that script is applicable to AIOs 16:25:29 hang on, palendae BjoernT you guys are discussing https://blueprints.launchpad.net/openstack-ansible/+spec/improved-network-generation are you? 16:25:35 I've created a rough draft and I need to add some other bits post a few discussions i've had with some folks and I will have it on an etherpad and on the ML later today. 16:25:59 odyssey4me: I was looking at what BjoernT has created for his environments to see if the blueprint would be of use to him 16:26:08 #topic Blueprints 16:26:24 #chair cloudnull 16:26:24 Current chairs: b3rnard0 cloudnull 16:26:26 #topic Blueprints 16:26:36 lets go right into that . 16:27:07 #info cloudnull: I've created a rough draft and I need to add some other bits post a few discussions i've had with some folks and I will have it on an etherpad and on the ML later today. 16:27:23 back to > https://blueprints.launchpad.net/openstack-ansible/+spec/improved-network-generation 16:28:19 palendae do we think we have something that we can work on that can help facilitate networking hosts configurations that can be put together within a poc? 16:28:29 #link https://blueprints.launchpad.net/openstack-ansible/+spec/improved-network-generation 16:28:42 cloudnull: Right now I'm not quite there, again, gating. Maybe I can look at that during the hackathon 16:28:48 Is this print targeted for aio? 16:29:05 I should probably mention that we have network generation Ansible written and in-use for our dev Jenkins jobs. 16:29:05 BjoernT: Not necessarily 16:29:14 is that something that, with the help from BjoernT, can be worked on? 16:29:18 So we should definitely compare. 16:29:25 Apsu: You should, and IMO, I think we should be using an upstream one 16:29:26 Apsu BjoernT palendae 16:29:27 And perhaps Jenkins is a good place to test the galaxy bits 16:29:42 Whether we move ours out or use debops's 16:29:46 yeah 16:30:38 Apsu: One motivation was that we had not just the Ansible jenkins stuff 16:30:41 while I acknowledge that there is value in having this - I don't feel that this belongs in-repo for os-ansible-deployment - this comes back to the manifesto 16:30:55 But another in-branch one in os-a-d, too 16:30:59 odyssey4me: I tend to agree. 16:31:03 palendae: Yeah 16:31:15 It's provisioning, not deployment per se. 16:31:16 I do think there's value in having a PoC done - and perhaps some sort of documentation guide on how one could use it. 16:31:18 odyssey4me: That's fair. It may just be a thing to test 16:31:25 As I said, in ops we just roll out templates for all the bridges. Having the need of configuring each interfaces inside the rpc_user_config is actually too time consuming for us. That's why I wrote this tiny script which just enumerates through the hosts and just assigns a host ip to each bridge 16:31:38 Yeah, that's another reason, IMO, having an upstream ansible galaxy role would be good 16:31:50 palendae agreed 16:32:00 BjoernT: Fair point. I'll try to talk to you a little bit more offline this afternoon. Your script seems to solve your problem well 16:32:08 yeah 16:32:37 ok. so manifesto coming soon and this BP may be mancdaz'd post that release . 16:32:47 Sure thing 16:32:50 in that case, it only makes the case for the removal of any current bits we have in ansible plays/roles that deal with configuring host networking 16:32:53 wait what? 16:33:08 what did I not yet do? 16:33:26 we might pitch a bp 16:33:42 for which i used the verb, mancdaz'd . 16:33:42 mancdaz: thanks for making my action items look bad 16:33:58 haha 16:35:02 so next BP, odyssey4me can you go into a bit more about what your working on with regard to "https://blueprints.launchpad.net/openstack-ansible/+spec/tunable-openstack-configuration" ? any blockers and can we get someone else to help out on that, if applicable ? 16:35:13 i know that we talked about it already 16:35:43 hmm, at this stage I just need to peg myself down for a few hours to convert the configurations from one method to the other 16:35:53 ok 16:35:59 #link https://blueprints.launchpad.net/openstack-ansible/+spec/tunable-openstack-configuration 16:36:05 there are an awful lot of config entries to convert, so it takes time 16:36:13 the actual implementation is almost trivial 16:36:35 so yeah, I'll try to find some time before next week to get this PoC done 16:36:53 so along those lines we have "https://blueprints.launchpad.net/openstack-ansible/+spec/dynamically-manage-policy.json" 16:37:15 this was coming out of alextricity team 16:37:31 which is looking to create a configurable policy json system 16:37:41 and doing it via an ansible module 16:37:53 alextricity is Daniel Curran around ? 16:38:10 #link https://blueprints.launchpad.net/openstack-ansible/+spec/dynamically-manage-policy.json 16:38:32 Not in IRC, no. I don't know what there thought was there. Sorry :/ 16:38:38 He's in the office though 16:40:17 From what I understand the intent is, they want to use the base template module and allow users to provide key=value as an additional option to override and or deploy additional config within the default policy file as an option. 16:41:21 IMO that seems like the most ansible centric approach to deploying extra config on templated files. additionally it seems like a module that could make its way upstream 16:41:58 i like the intent of the bp and would love to see that in Kilo. but would also like to get some folks to review it whenever possible. 16:42:06 sounds good - if the module can get built, then it'd be a far better way of handling tunable configurations 16:42:42 i believe Daniel Curran is already working on it, but he's not here to ask . 16:43:01 alextricity can you circle up with him on that whenever possible? 16:43:02 the policy files are a bit different but a similar approach could be applied to configurations 16:43:09 sure 16:43:30 stevelle for sure. i think that we can handle most of that within the configparse module in the py stdlib . 16:44:00 the trick will be having that done in transport. 16:44:05 #info odyssey4me: sounds good - if the module can get built, then it'd be a far better way of handling tunable configurations 16:44:38 i'd imagine something like stringIO can make that go , but i've not looked at it quite yet 16:44:57 I have a fair bit of experience with that variety of python 16:45:02 Maybe I could lend a hand 16:45:17 sure. you want to get together with alextricity ? 16:46:09 config files that allow multiple options of the same name, but different values...how will that be accommodated in the dict? 16:46:11 Sure. 16:46:27 MultiDict? 16:47:18 There's a few data structure options that can accomodate such. 16:47:18 neutron.conf / service_provider as an example 16:48:37 ok so moving on . 16:48:56 i'd like to go to "Open discussion" 16:49:14 #topic Open discussion 16:49:15 unless theres something else regarding bugs / reviews 16:49:22 quick Q 16:49:25 I have a question - do we have a document stating our criteria for core contributors? 16:49:39 I found https://wiki.openstack.org/wiki/TC_Membership_Models, but not sure that's generally applicable 16:49:46 trying to organize us some design summit space for VC ODS 16:49:50 oh, BjoernT wanted us to discuss a bug 16:49:53 shoot sdake 16:49:56 it looks like Monday is our only option, will the core team be present monday? 16:50:03 yes https://bugs.launchpad.net/openstack-ansible/+bug/1399383 16:50:04 Launchpad bug 1399383 in openstack-ansible juno "General SSL support for all public endpoints including spice" [High,Confirmed] 16:50:31 I added a proposal for have a quick fix around public URLs that those are finally SSL 16:50:31 sdake: I think most of the cores will be in San Antonio, TX, not sure if available 16:50:39 palendae: vancouver summit 16:50:43 i will be 16:50:44 Next week? 16:50:49 mattt: ^ 16:50:55 Ohhh 16:50:56 nm 16:51:00 the monday of VC ODS palendae? 16:51:04 My bad :) 16:51:09 I think May 15th 16:51:16 sdake: Yeah, my mistake 16:51:20 Thought you meant next week 16:51:29 that would be a bit short notice ;) 16:51:34 sdake: we haven't locked down travel plans but i can't see people not being there monday if they are going to attend 16:51:37 we're highly agile ;P 16:52:04 once a manager said "You need to be in china in 2 days - go" 16:52:05 yeah, last time i checked we were agile 1.78 16:52:16 figuring out a visa was - an expensive expensive challenge 16:52:50 ok thanks that was all I had :) 16:53:08 sweet! thanks sdake 16:53:15 no guarantees yet 16:54:33 yes https://bugs.launchpad.net/openstack-ansible/+bug/1399383 16:54:34 Launchpad bug 1399383 in openstack-ansible juno "General SSL support for all public endpoints including spice" [High,Confirmed] 16:54:41 ^^ back to real stuff 16:54:42 :-) 16:55:15 We need to get some traction around SSL and novnc .... and start tackling those bugs 16:55:38 I feel like this may need a blueprint under our guidelines due to number of moving parts 16:56:56 maybe but fixing the public endpoints, where we need ssl shouldn't be that difficult. I change the endpoints manually now 16:57:23 it's not going to be that simple 16:57:45 If we assume ssl offloading on the F5 yes, what else ? 16:57:57 and from experience I know that implementing SSL and trying to direct internal clients to internal endpoints (non SSL) ends up finding pretty obscure bugs in the clients 16:58:15 BjoernT the project doesn't assume SSL offloading - it can't 16:58:26 ^ that last part is the key point here 16:58:37 We can't assume an F5, or SSL offloading. But 16:58:39 rax may, but os-ansible-deployment needs to consider the approach more broadly 16:58:44 the whole design is build on F5 16:58:46 That doesn't mean we can't allow for the configuration flexibility. 16:58:49 BjoernT: No it's not. 16:58:57 The RAX *product* is. 16:59:08 OS-A-D the project is not. 16:59:24 But I still agree we need to be able to set the endpoints more flexibly. 16:59:32 well the project doesn't even include a load balancing component .... 16:59:34 That part is reasonable, an easy win, and solves our product deployment needs. 16:59:39 I would recommend that a workaround be used for now, unless someone steps up to work on this soon. 16:59:54 so we're out of time. 17:00:10 lets bring this convo into the channel 17:00:10 BjoernT: we need to continue discussing this at the bug triage 17:00:20 b3rnard0: Or in #openstack-ansible 17:00:27 lets do it today if you guys have time. 17:00:28 yeah 17:00:29 Moving to #o-a 17:00:30 No need to wait 4 days 17:00:31 #endmeeting