14:00:19 #startmeeting kayobe 14:00:20 Meeting started Mon Feb 4 14:00:19 2019 UTC and is due to finish in 60 minutes. The chair is mgoddard. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:21 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:23 The meeting name has been set to 'kayobe' 14:00:29 Hi folks 14:00:35 #topic rollcall 14:00:36 o/ 14:00:42 o/ 14:00:46 \o 14:01:20 o| 14:01:20 o/ 14:01:40 ô 14:01:53 o/ 14:03:21 #topic agenda 14:03:33 * Roll-call 14:03:35 * Announcements 14:03:37 ** priteau joins kayobe-core! 14:03:39 * Discussion 14:03:41 ** Rocky release status https://etherpad.openstack.org/p/kayobe-rocky-release 14:03:43 ** Stein release planning https://etherpad.openstack.org/p/kayobe-stein-release 14:03:45 * Open Discussion 14:03:52 #topic announcements 14:03:59 #info priteau joins kayobe-core! 14:04:14 Congrats priteau, welcome to the team 14:04:19 +1 14:04:28 Any other announcements? 14:04:30 Thanks, will do my best to improve Kayobe :-) 14:04:37 mgoddard: you missed my last minute agenda insertion :P 14:04:56 welcome aboard priteau 14:05:03 +1 to priteau 14:05:03 oops sorry brtknr. We'll cover it later 14:05:23 #topic discussion 14:05:43 #link https://etherpad.openstack.org/p/kayobe-rocky-release 14:05:52 ^ Rocky release status 14:06:17 looking pretty good, all features are in 14:06:23 Etherpad not loading for me :( 14:06:27 a few bug fixes left 14:07:01 I just pushed a couple of changes to remove Prometheus node-exporter and cAdvisor now that Kolla-Ansible can deploy them (in Rocky). Shall I add those to the list? 14:07:35 dougsz: could do. not too large? 14:07:56 Not large, they just delete overcloud post deploy playbooks and a couple of roles 14:08:14 I'd like to make a release this week, if possible, or early next week 14:08:25 add them to the list, I expect we can manage it 14:08:32 will do, thanks 14:09:08 jovial[m]: were you planning to fix up the serial consoles patch before rocky? 14:09:19 needs at least a merge fix 14:10:04 mgoddard: yep, I'll try and fix that up shortly 14:10:11 jovial[m]: great 14:10:46 anything else we need to be doing re Rocky? 14:11:12 nothing else in the pipeline from me 14:11:35 I tried to reproduce my issue with IP allocation but didn't manage, I will give it another try tomorrow morning. 14:12:00 priteau: is that with or without the network-allocations.yml fix? 14:12:01 I also still have to push Cumulus patches, but don't hold the release just for me. 14:13:06 mgoddard: I think I saw the issue even with an existing network-allocations.yml file existing, but couldn't reproduce yet. Maybe I misremembered. 14:13:45 ok, keep an eye out for it 14:13:56 let's move onto Stein 14:14:01 #link https://etherpad.openstack.org/p/kayobe-stein-release 14:14:30 I think etherpad and gerrit are also not working for me 14:14:46 there's not too much on the stein etherpad yet 14:15:43 if there are features you'd like to see in stein, please add them to that page. Perhaps we need a new 'feature requests' section 14:15:53 or 'provisional feature list' 14:15:55 or something 14:15:56 Would that be a good point to integrate better support for Ceph-Ansible? 14:16:01 or priorities 14:16:07 yeah, the etherpad won't load for me either 14:16:13 oneswig: yes I think so 14:17:12 OK it's added 14:17:47 I added another for better support for out-of-band provisioned overcloud nodes 14:17:56 that's a good one 14:18:30 What about importing an existing Kolla / K-A installation? 14:19:15 +1, that was a nice one 14:19:41 priteau: that would be a good one 14:20:16 etherpad seems ok again now 14:23:24 ok, let's move on 14:23:30 #topic Deploying magnum in all-in-one VM 14:23:36 brtknr: take it away 14:25:41 oops 14:26:06 I am in the process of deploying magnum on an existing all-in-one kayobe deployment 14:26:32 This is what ive done so far: 14:26:37 vi config/src/kayobe-config/etc/kolla/globals.yml 14:26:40 # enabled_magnum: True 14:26:42 kayobe overcloud container image build magnum --push 14:27:02 This is what I intend to do next: 14:27:09 kayobe overcloud container image pull --kolla-tags magnum  --kolla-skip-tags common 14:27:11 kayobe overcloud service upgrade --kolla-tags magnum  --kolla-skip-tags commony 14:27:44 I have a feeling upgrate is not the right instruction to use if there is no existing magnum deployment 14:28:10 You should be able to do a `service deploy` 14:28:13 brtknr: that's right - the initial deploy needs to use 'deploy', as it causes the DBs to be created 14:29:03 Does it make sense to use both kolla-tags and kolla-skip-tags? 14:29:06 so `kayobe overcloud service deploy --kolla-tags magnum --kolla-skip-tags common`? 14:29:07 you shouldn't need to both build and pull the image. If the one on dockerhub is fine, a pull should suffice 14:29:44 that should do the trick 14:29:48 Yeah, you'll want the common role to run to configure fluentd logging, so It'd be tempted not to skip that one 14:30:11 (unless it's already deployed on the node running magnum) 14:30:33 IIRC there are also important tags, like config, which you will need 14:30:48 When in doubt, don't use tags! 14:30:56 And also, is there any Magnum HAProxy config? If so you'll want to run that role too.. 14:31:03 horizon too? 14:31:28 I intend to also run kayobe overcloud service reconfigure --kolla-tags haproxy 14:31:33 +1 for horizon and haproxy 14:32:25 Will kayobe overcloud service reconfigure --kolla-tags haproxy horizon do the job? 14:33:13 kayobe overcloud service reconfigure --kolla-tags haproxy,horizon 14:33:30 that should work 14:33:58 Cool, I will report separately on progress 14:34:15 as priteau says though, sometimes tags add more time if you get it wrong and need to do it again, sometimes just a deploy with no tags works best 14:34:18 Image build failed on my all-in-one VM but pull appears to have worked 14:34:50 ok, ask on here if you have issues brtknr 14:34:53 let's move on 14:35:02 #topic Open discussion 14:35:09 anyone have anything else to discuss? 14:35:10 mgoddard: thanks :) 14:36:32 sounds like no, everyone gets 24 minutes back 14:36:44 thanks everyone, have a nice day 14:36:50 #endmeeting