*** jay1_ has joined #openstack-powervm | 00:29 | |
*** jay1_ has quit IRC | 00:48 | |
*** thorst has quit IRC | 01:29 | |
*** thorst has joined #openstack-powervm | 01:58 | |
*** thorst has quit IRC | 01:58 | |
*** esberglu has joined #openstack-powervm | 02:13 | |
*** esberglu has quit IRC | 02:13 | |
*** esberglu has joined #openstack-powervm | 02:13 | |
*** esberglu has quit IRC | 02:17 | |
*** thorst has joined #openstack-powervm | 02:29 | |
*** thorst has quit IRC | 02:48 | |
*** jay1_ has joined #openstack-powervm | 04:30 | |
*** thorst has joined #openstack-powervm | 04:45 | |
*** k0da has joined #openstack-powervm | 05:03 | |
*** thorst has quit IRC | 05:14 | |
*** jay1_ has quit IRC | 05:18 | |
*** thorst has joined #openstack-powervm | 06:11 | |
*** thorst has quit IRC | 06:17 | |
*** jay1_ has joined #openstack-powervm | 06:17 | |
*** thorst has joined #openstack-powervm | 07:13 | |
*** thorst has quit IRC | 07:18 | |
*** esberglu has joined #openstack-powervm | 07:18 | |
*** esberglu has quit IRC | 07:22 | |
*** thorst has joined #openstack-powervm | 08:14 | |
*** thorst has quit IRC | 08:33 | |
*** k0da has quit IRC | 09:06 | |
*** thorst has joined #openstack-powervm | 10:30 | |
*** thorst has quit IRC | 10:35 | |
*** jay1_ has quit IRC | 10:53 | |
*** thorst has joined #openstack-powervm | 11:42 | |
*** edmondsw has joined #openstack-powervm | 11:42 | |
*** edmondsw has quit IRC | 11:54 | |
*** edmondsw has joined #openstack-powervm | 11:55 | |
*** edmondsw has quit IRC | 11:56 | |
*** edmondsw has joined #openstack-powervm | 11:56 | |
*** smatzek has joined #openstack-powervm | 12:36 | |
*** smatzek has quit IRC | 12:38 | |
*** smatzek has joined #openstack-powervm | 12:38 | |
*** edmondsw has quit IRC | 12:49 | |
*** apearson has joined #openstack-powervm | 13:05 | |
*** mdrabe has joined #openstack-powervm | 13:17 | |
*** esberglu has joined #openstack-powervm | 13:19 | |
*** esberglu has quit IRC | 13:24 | |
*** edmondsw has joined #openstack-powervm | 13:35 | |
*** edmondsw has quit IRC | 13:42 | |
*** esberglu has joined #openstack-powervm | 13:47 | |
*** dwayne has quit IRC | 13:53 | |
*** tjakobs has joined #openstack-powervm | 14:49 | |
*** dwayne has joined #openstack-powervm | 14:53 | |
*** jpasqualetto has joined #openstack-powervm | 14:57 | |
*** adi_____ has quit IRC | 14:57 | |
*** adi_____ has joined #openstack-powervm | 14:58 | |
*** apearson has quit IRC | 14:58 | |
*** apearson has joined #openstack-powervm | 15:01 | |
*** burgerk has joined #openstack-powervm | 15:17 | |
*** jpasqualetto has quit IRC | 15:20 | |
*** apearson has quit IRC | 15:32 | |
*** edmondsw has joined #openstack-powervm | 15:35 | |
*** apearson has joined #openstack-powervm | 15:39 | |
efried | esberglu Are you having to run that nova-manage command in CI? | 15:52 |
---|---|---|
esberglu | Yeah | 15:52 |
efried | Looks like we could instead add a conf option to do it automatically | 15:52 |
efried | adreznec thorst We may want to consider throwing this into our published local.confs | 15:53 |
esberglu | Oh really? Cool that would be nice | 15:53 |
thorst | what is this nova-manage command? | 15:53 |
efried | Uhm, maybe I'm still not understanding exactly how this works though. | 15:53 |
esberglu | thorst: It's the part that does the cell setup | 15:53 |
efried | Right, so with cells, you don't automatically get your host in a cell - you have to "discover" it. | 15:53 |
efried | This can be done manually with a nova-manage command | 15:54 |
thorst | o weird... | 15:54 |
efried | If you don't do that, nothing freakin works | 15:54 |
efried | Yeah, annoying weird. | 15:54 |
thorst | we should look at how this works for libvirt | 15:54 |
thorst | that's the general pattern | 15:54 |
efried | They run the command. | 15:54 |
thorst | libvirt does it first, we follow | 15:54 |
thorst | then totes, lets run the command in devstack like libvirt does in devstack | 15:54 |
efried | Or we can set a conf var discover_hosts_in_cells_interval that runs discovery periodically. | 15:54 |
thorst | efried: that doesn't seem ideal for devstack | 15:55 |
thorst | its not changing | 15:55 |
efried | Yeah, true. | 15:55 |
efried | Still thinking my way through it. | 15:55 |
efried | So yeah, let's post a change in our devstack config to run that sucker. esberglu you wanna take that on? Then you can rip it out of whatever CI script. | 15:56 |
efried | And it won't bite the rest of us again when we're stacking. | 15:56 |
efried | Does this need to be run on the compute node? I would guess so? | 15:56 |
esberglu | efried: Does that create the initial cell though? Because there are 2 nova-manage commands | 15:57 |
esberglu | simple_cell_setup (what we run in CI) | 15:57 |
esberglu | and discover_hosts | 15:57 |
esberglu | simple_cell_setup sets up the cell and then discovers the hosts | 15:58 |
*** jay1_ has joined #openstack-powervm | 15:58 | |
*** edmondsw has quit IRC | 15:58 | |
esberglu | So we have to make sure the cell is still getting set up | 15:58 |
esberglu | As part of the stack and that we don't need to do that | 15:58 |
esberglu | Before trying to discover hosts | 15:58 |
esberglu | (might be another conf option?) | 15:59 |
thorst | is it weird that the compute driver is doing this | 15:59 |
thorst | instead of the compute manager? | 15:59 |
efried | Needs some investigation, I guess. I'm still not clear what gets run on compute and what gets run on controller - and when. | 15:59 |
esberglu | 1) controller stacks. 2) computes stack. 3) nova-manage simple_cell_setup is run on controller to set up cell and add hosts | 16:00 |
efried | Is it possible for the setup step to be done in #1? | 16:01 |
*** mdrabe has quit IRC | 16:02 | |
esberglu | You can do the cell setup but can't add hosts yet I think. So we could setup the cell there and then use the discover hosts interval to get rid of 3) | 16:02 |
efried | esberglu Right, that's what I was thinking. | 16:03 |
esberglu | Would be better than going back into the controller to issue one command | 16:03 |
efried | yuh | 16:04 |
efried | compute | 16:04 |
esberglu | Nah the nova-manage is run on control | 16:05 |
efried | Right - better than going back to the *compute* to issue one command | 16:06 |
*** mdrabe has joined #openstack-powervm | 16:08 | |
esberglu | thorst: efried: Update on the CI. Automatic node deletion is working now | 16:11 |
esberglu | But the connection to the logserver isn't | 16:11 |
efried | So we can run, but not post results? | 16:11 |
thorst | that's great progress... I know manas is eager to get a change through | 16:12 |
*** edmondsw has joined #openstack-powervm | 16:14 | |
esberglu | efried: No we can't run. It does a check at the start to ensure the SCP site is working since we use it | 16:14 |
efried | mm | 16:14 |
*** edmondsw has quit IRC | 16:21 | |
esberglu | efried: I lied. We can run, put results won't publish (which means every run will mark as unstable not pass/fail) | 16:27 |
*** edmondsw has joined #openstack-powervm | 16:54 | |
*** burgerk has quit IRC | 17:04 | |
*** esberglu has quit IRC | 17:14 | |
*** esberglu has joined #openstack-powervm | 17:25 | |
*** k0da has joined #openstack-powervm | 17:25 | |
*** efried has quit IRC | 17:33 | |
*** efried has joined #openstack-powervm | 17:45 | |
*** jay1_ has quit IRC | 17:47 | |
*** edmondsw has quit IRC | 19:45 | |
*** edmondsw has joined #openstack-powervm | 19:46 | |
*** edmondsw has quit IRC | 19:50 | |
thorst | esberglu: any update | 20:11 |
adreznec | thorst: we've hopefully figured out the scp issue | 20:11 |
adreznec | esberglu is testing now | 20:12 |
thorst | are runs actually going through/ | 20:12 |
esberglu | thorst: Just got everything working now. Any *-powervm patches in queue you want to test | 20:12 |
esberglu | Then if those go we can enable nova | 20:12 |
thorst | esberglu: yeah, let me kick one off | 20:12 |
adreznec | Hopefully things are back in working order now... | 20:12 |
thorst | neat! | 20:13 |
* adreznec grumbles about zuul, nodepool, and jenkins | 20:13 | |
esberglu | Thanks for the help adreznec | 20:13 |
esberglu | We were hitting really odd issues | 20:13 |
adreznec | np, I just hope this is actually it so we can all enjoy the weekend without weird CI issues | 20:13 |
*** smatzek has quit IRC | 20:19 | |
*** apearson has quit IRC | 20:19 | |
*** apearson has joined #openstack-powervm | 20:32 | |
*** esberglu has quit IRC | 20:54 | |
openstackgerrit | Eric Larese proposed openstack/networking-powervm master: [WIP] Exclude non-SEA vifs from list_vifs https://review.openstack.org/456966 | 20:56 |
*** dwayne has quit IRC | 21:05 | |
thorst | adreznec: looks like its still failing, because it is trying to create a cinder driver | 21:11 |
thorst | http://184.172.12.213/79/399579/1/check/nova-powervm-out-of-tree-pvm/4c4440a/console.html | 21:11 |
*** apearson has joined #openstack-powervm | 21:36 | |
*** mdrabe has quit IRC | 21:58 | |
*** dwayne has joined #openstack-powervm | 21:58 | |
*** apearson has quit IRC | 22:21 | |
*** tjakobs has quit IRC | 22:24 | |
*** thorst has quit IRC | 22:30 | |
*** edmondsw has joined #openstack-powervm | 22:36 | |
*** edmondsw has quit IRC | 22:40 | |
*** k0da has quit IRC | 22:55 | |
*** esberglu has joined #openstack-powervm | 22:55 | |
*** esberglu has quit IRC | 22:58 | |
*** esberglu has joined #openstack-powervm | 22:58 | |
*** esberglu has quit IRC | 23:07 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!