*** egonzalez has joined #openstack-kayobe | 06:15 | |
*** dasTor has joined #openstack-kayobe | 07:31 | |
*** ktibi has joined #openstack-kayobe | 07:53 | |
*** dougsz has joined #openstack-kayobe | 08:16 | |
*** mgoddard has joined #openstack-kayobe | 09:58 | |
*** raphael____ has joined #openstack-kayobe | 09:58 | |
*** raphael____ has quit IRC | 10:05 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add a job for seed deployment https://review.openstack.org/554651 | 11:11 |
---|---|---|
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Use the Zuul VM as a seed hypervisor https://review.openstack.org/559706 | 11:11 |
*** dougsz has quit IRC | 11:21 | |
*** ktibi has quit IRC | 11:49 | |
*** ktibi has joined #openstack-kayobe | 11:50 | |
ktibi | hi mgoddard | 11:51 |
ktibi | very strange for the "True". | 11:52 |
ktibi | do you think ansible replace true by True ? | 11:53 |
openstackgerrit | Kevin Tibi proposed openstack/kayobe master: Support docker live-restore option https://review.openstack.org/559292 | 11:53 |
mgoddard | ktibi: yes, I expect so | 11:59 |
mgoddard | True is python, true is JSON | 11:59 |
ktibi | hum strange, I use true for define default var :/ | 12:00 |
ktibi | we will see after zuul test | 12:00 |
mgoddard | ktibi: yeah, ansible will process that and convert to a python bool internally | 12:01 |
*** dougsz has joined #openstack-kayobe | 12:01 | |
ktibi | mgoddard, do you already have vm stuck on reboot after remove selinux on centos ? | 12:16 |
mgoddard | ktibi: no, not seen that IIRC | 12:17 |
mgoddard | which VM? | 12:17 |
ktibi | each time I kayobe seed host configure --wipe-disks, vm reboot and it's very long :/ | 12:17 |
mgoddard | ktibi: oh, yes I think I know that one | 12:17 |
mgoddard | I think it's because kayobe & kolla apply slightly different SELinux config, so it looks like it's changed, and causes a reboot | 12:18 |
ktibi | yes but why reboot is stuck >< | 12:18 |
mgoddard | oh | 12:18 |
mgoddard | don't know | 12:18 |
ktibi | ok I think all vm on openstack can't reboot | 12:32 |
ktibi | I don't know why :/ | 12:32 |
ktibi | mgoddard, ok instance try to dhcp on other nic... 5min by nic. yeah :D | 12:57 |
mgoddard | for all openstack VMs? | 13:00 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add CI job for molecule tests https://review.openstack.org/553020 | 13:27 |
ktibi | mgoddard, do you know why seed configure fail ?? http://paste.openstack.org/show/718737/ | 13:54 |
ktibi | ok I find >< | 13:55 |
ktibi | ctrl01 define in hosts too >< | 13:55 |
openstackgerrit | Merged openstack/kayobe master: Add a job for seed deployment https://review.openstack.org/554651 | 14:04 |
ktibi | mgoddard, when kayobe create the user stack on seed ? | 14:06 |
ktibi | because kayobe fail to connect to stack@localhost (user missing) | 14:07 |
mgoddard | kayobe-ansible-user.yml | 14:07 |
mgoddard | first it uses the seed_bootstrap_user to create the stack user | 14:07 |
ktibi | ok thx ;) | 14:08 |
ktibi | mgoddard, it's when we launch kayobe seed host configure ??? | 14:11 |
ktibi | because it's this command which return the error :/ | 14:11 |
ktibi | ok key is in the user which start the command, so the key is good. but kayobe use stack user so need to configure it :) | 14:13 |
mgoddard | ktibi: yes, if you have multiple operators they all need to be authorized for the stack user | 14:15 |
mgoddard | you can automate this in etc/kayobe/users.yml | 14:16 |
ktibi | mgoddard, hum kayobe use "lookup env USER " | 14:17 |
ktibi | for deploy the SSH key on seed | 14:17 |
ktibi | so, when kayobe try to connect with SSH, why which not use the same user ? | 14:17 |
ktibi | why kayobe user stack user ?? no sense :/ | 14:17 |
mgoddard | ktibi: that's the default. It's best to set seed_bootstrap_user = centos | 14:18 |
ktibi | ok | 14:19 |
mgoddard | you can also set kayobe_ansible_user = notstack if you prefer :) | 14:19 |
ktibi | mgoddard, ok ;) | 14:22 |
ktibi | mgoddard, I think because I have a var users: in kayobe-config/etc/kayobe/users.yml the playbook kayobe-ansible-user.yml doesn't create centos or stack user :/ | 14:32 |
mgoddard | ktibi: oh, I see | 14:41 |
mgoddard | ktibi: use users_default | 14:41 |
ktibi | yeah I can kick diranerpi now ! | 14:42 |
mgoddard | not too hard :) | 14:42 |
ktibi | mgoddard, for you what the best way for configure ssh key in my case. my control plane is already deploy with a ssh key (by openstack). | 14:49 |
ktibi | now, I see one solution, override id_rsa in my /root/.ssh seed host :/ | 14:50 |
ktibi | with the ssh key deploy by openstack on ctrl and compute vms :/ | 14:50 |
mgoddard | https://storyboard.openstack.org/#!/story/2001659 | 14:52 |
mgoddard | I think this is your problem | 14:52 |
mgoddard | it's only a problem when running kayobe * host configure | 14:55 |
*** egonzalez has quit IRC | 15:01 | |
ktibi | mgoddard, yes it's that :/ maybe ask password (like packstack) | 15:09 |
mgoddard | ktibi: I think we need to make the bootstrap step optional | 15:11 |
mgoddard | ktibi: if using stack works, we don't need to bootstrap | 15:12 |
ktibi | mgoddard, hum so it's not kayobe which deploy the ssh key ? | 15:13 |
mgoddard | cloud-init or glean deploys the initial SSH key for the bootstrap user | 15:14 |
mgoddard | same mechanism as for nova metadata | 15:16 |
mgoddard | ktibi: would be nice if we could get glean or cloud-init to write the SSH key for stack, but it didn't seem easy | 15:22 |
ktibi | hum | 15:22 |
ktibi | easy to me | 15:22 |
ktibi | but after that, how I can add the pub key in kayobe ? | 15:22 |
mgoddard | you don't need to - it would already be there | 15:23 |
*** ktibi has quit IRC | 15:56 | |
-openstackstatus- NOTICE: zuul was restarted to update to the latest code; please recheck any changes uploaded within the past 10 minutes | 16:51 | |
*** mgoddard has quit IRC | 17:03 | |
*** dougsz has quit IRC | 17:06 | |
*** mgoddard has joined #openstack-kayobe | 17:42 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Add CI job for molecule tests https://review.openstack.org/553020 | 18:33 |
*** mgoddard has quit IRC | 18:44 | |
*** dasTor_ has joined #openstack-kayobe | 19:41 | |
*** dasTor has quit IRC | 19:45 | |
*** dasTor_ has quit IRC | 19:45 | |
*** dasTor_ has joined #openstack-kayobe | 19:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!