*** adrianreza has joined #openstack-kayobe | 02:03 | |
*** egonzalez has joined #openstack-kayobe | 06:12 | |
*** gkadam has joined #openstack-kayobe | 07:44 | |
*** dougsz has joined #openstack-kayobe | 07:45 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 07:52 |
---|---|---|
*** mgoddard has joined #openstack-kayobe | 08:05 | |
*** ktibi has joined #openstack-kayobe | 08:09 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 08:15 |
ktibi | mgoddard, hey | 08:45 |
ktibi | so all be fine now ^^ | 08:45 |
ktibi | ceph keep all data \o/ | 08:46 |
mgoddard | ktibi: that's good to hear! | 08:49 |
ktibi | but I don't know why all compute became crazy !! | 08:49 |
ktibi | mgoddard, http://paste.openstack.org/show/718449/ | 08:50 |
mgoddard | all at the same time? | 08:50 |
ktibi | yes | 08:50 |
ktibi | kernel panic on each compute ! | 08:50 |
mgoddard | was this when docker was restarted? | 08:50 |
ktibi | yes | 08:50 |
mgoddard | the backtrace is performing a mount - perhaps it's because ceph went down? | 08:51 |
ktibi | the log docker : http://paste.openstack.org/show/718450/ | 08:51 |
mgoddard | that shouldn't cause a kernel panic though | 08:51 |
mgoddard | seems ok | 08:51 |
ktibi | final log before the panic : http://paste.openstack.org/show/718452/ | 08:53 |
mgoddard | Freenode live in Bristol! | 09:10 |
yankcrime | we're so there | 09:11 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 09:26 |
ktibi | mgoddard, kayobe use 'docker login' for build and push new image | 09:38 |
ktibi | so when you use a private regsitry without anonymous access, you need to login before to pull image | 09:39 |
ktibi | I think we need to add a docker login un pre-tasks before pull image :/ | 09:39 |
ktibi | in* | 09:39 |
mgoddard | ktibi: yep, that sounds plausible | 10:00 |
mgoddard | ktibi: are you going to make the change? | 10:00 |
ktibi | mgoddard, yes I can, I have a lot of change to make between kolla, klla-ansible and kayobe ^^ | 10:01 |
ktibi | I'll make the story for that | 10:01 |
mgoddard | cool | 10:01 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 10:17 |
openstackgerrit | Kevin Tibi proposed openstack/kayobe master: [WIP] Add support for custom repo https://review.openstack.org/559045 | 10:18 |
ktibi | mgoddard, can you check first patch for that ? | 10:19 |
mgoddard | ktibi: I think you forgot to add the most important file :) | 10:20 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 10:26 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 10:42 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 10:54 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 11:16 |
openstackgerrit | Kevin Tibi proposed openstack/kayobe master: [WIP] Add support for custom repo https://review.openstack.org/559045 | 11:39 |
ktibi | mgoddard, indeed | 11:39 |
ktibi | where can I add test for test new repo ? | 11:41 |
ktibi | need to add a tests/main.yml ? | 11:41 |
mgoddard | ktibi: I don't think we can use that method for testing yum repos as it will affect the yum repos on the system running the test | 12:48 |
mgoddard | ktibi: you could use molecule if you'd like to test | 12:48 |
mgoddard | ktibi: I haven't got the molecule tests working in CI yet though | 12:48 |
ktibi | ok so for now, merge without test for that ? | 12:49 |
mgoddard | it would be nice to have a test, but I won't block on it | 12:51 |
ktibi | mgoddard, hey when kayobe restart all docker service maybe we can use that : https://docs.ansible.com/ansible/latest/user_guide/playbooks_delegation.html#rolling-update-batch-size | 13:00 |
ktibi | for restart like one by one | 13:01 |
mgoddard | ktibi: live-restore seems simpler | 13:01 |
ktibi | yes too | 13:01 |
ktibi | need both | 13:01 |
mgoddard | and faster | 13:01 |
mgoddard | why both? | 13:01 |
ktibi | we limit risk, I doesn't like restart all service in same itme | 13:03 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 13:03 |
mgoddard | perhaps we could make it configurable, default = 0 | 13:05 |
ktibi | yep | 13:05 |
ktibi | but are we ok it's just for the restart of docker daemon ? | 13:05 |
mgoddard | it would be a little odd to make it only for docker, but it is a critical service | 13:06 |
yankcrime | any thoughts on https://storyboard.openstack.org/#!/story/2001779 ? | 13:11 |
mgoddard | hmm, I'm a bit wary of changing a kolla default in kayobe - it will affect existing users during upgrades | 13:18 |
mgoddard | if we wait for k-a to make the change we could rely on them communicating it appropriately | 13:18 |
yankcrime | yup, agreed - but adding the setting into the example config repo might at least guide people in the right direction | 13:19 |
mgoddard | at the least I'd want to make the change on a release boundary | 13:19 |
mgoddard | you mean https://github.com/stackhpc/kayobe-config/? | 13:20 |
yankcrime | yep | 13:20 |
mgoddard | could do that. It's currently all set to defaults | 13:20 |
yankcrime | fwiw fernet's been the default in keystone since ocata | 13:21 |
mgoddard | oh, so kolla is forcing a non-default | 13:21 |
yankcrime | yup | 13:22 |
mgoddard | I guess that makes it less bad | 13:22 |
yankcrime | even so i'd still lean towards just adding it into that kayobe-config as an opinionated but not necessarily enforced setting | 13:22 |
mgoddard | ok, let's go with that | 13:23 |
yankcrime | and like you say wait until k-a is in a position to switch the default and communicates the change appropriately | 13:23 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 13:29 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 13:37 |
*** egonzalez has quit IRC | 13:52 | |
ktibi | yankcrime, mgoddard kolla-ansible use fernet since queens | 13:57 |
ktibi | it's default value now | 13:57 |
ktibi | mgoddard, do you have a server.yml example for use static inventory in kayobe ? | 13:59 |
mgoddard | ktibi: for bifrost? I always use a dynamic inventory generated via `kayobe overcloud inventory discover` | 14:03 |
mgoddard | check bifrost docs? | 14:03 |
ktibi | mgoddard, kayobe docs say If discovery of the overcloud is not possible, a static inventory of servers using the bifrost servers.yml file format may be configured using the kolla_bifrost_servers variable in ${KAYOBE_CONFIG_PATH}/bifrost.yml. | 14:03 |
ktibi | did you have test this feature ? | 14:04 |
mgoddard | ktibi: if I did, it was a long time ago | 14:04 |
mgoddard | how do you do it? | 14:04 |
ktibi | I try to deploy kayobe on a stack heat | 14:05 |
ktibi | so I have 6 vms for my nodes | 14:05 |
mgoddard | oh, then you don't need bifrost | 14:05 |
ktibi | yes I know | 14:05 |
ktibi | but kayobe need inventory so how I add IP for join ? | 14:05 |
mgoddard | in that case just use the ansible inventory in ${KAYOBE_CONFIG_PATH}/inventory/hosts | 14:05 |
mgoddard | or add another file in that directory | 14:06 |
ktibi | like overcloud file ? | 14:06 |
mgoddard | yes | 14:07 |
mgoddard | just create your own overcloud file | 14:07 |
ktibi | just need to add ansible_host=IP | 14:07 |
mgoddard | yes | 14:07 |
ktibi | ok great | 14:07 |
mgoddard | actually, you might need to add the IPs to network-allocation.yml | 14:08 |
mgoddard | or just host_vars | 14:08 |
mgoddard | group_vars won't work | 14:08 |
mgoddard | https://github.com/stackhpc/kayobe/blob/master/ansible/group_vars/overcloud/ansible-host | 14:09 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 14:14 |
yankcrime | ktibi: still looks to be uuid to me | 14:18 |
yankcrime | https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L562 | 14:19 |
ktibi | yankcrime, ho yes write, review has been abandonned https://review.openstack.org/#/c/549861/ | 14:19 |
ktibi | look https://review.openstack.org/#/c/543060/ | 14:20 |
*** billp has quit IRC | 14:25 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 14:31 |
openstackgerrit | Kevin Tibi proposed openstack/kayobe master: [WIP] Add support for custom repo https://review.openstack.org/559045 | 14:38 |
openstackgerrit | Kevin Tibi proposed openstack/kayobe master: [WIP] Add support for custom repo https://review.openstack.org/559045 | 14:50 |
openstackgerrit | Kevin Tibi proposed openstack/kayobe master: Add support for custom repo https://review.openstack.org/559045 | 14:53 |
*** gkadam_ has joined #openstack-kayobe | 15:01 | |
*** gkadam has quit IRC | 15:03 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 15:06 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 15:30 |
*** openstackgerrit has quit IRC | 15:34 | |
*** openstackgerrit has joined #openstack-kayobe | 15:38 | |
openstackgerrit | Kevin Tibi proposed openstack/kayobe master: Add support for custom repo https://review.openstack.org/559045 | 15:38 |
*** ktibi has quit IRC | 16:13 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as the seed https://review.openstack.org/558891 | 16:20 |
*** mgoddard has quit IRC | 17:10 | |
*** gkadam_ has quit IRC | 17:10 | |
*** dougsz has quit IRC | 17:27 | |
*** dasTor has quit IRC | 17:45 | |
*** dasTor has joined #openstack-kayobe | 17:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!