*** ktibi has joined #openstack-kayobe | 07:57 | |
*** mgoddard has joined #openstack-kayobe | 08:07 | |
*** dougsz has joined #openstack-kayobe | 08:49 | |
ktibi | @mgoddard, hi mark, maybe you know If I can run just a k-a role ? | 09:09 |
---|---|---|
mgoddard | ktibi: you can specify tags, via --kolla-tags <tags> | 09:13 |
mgoddard | e.g. --kolla-tags nova | 09:13 |
ktibi | yes but I don't know if we have tag for host configure | 09:13 |
ktibi | I'll try to override redhat_pkg_install in kolla/globals.yml | 09:14 |
mgoddard | it's only one role - baremetal | 09:14 |
ktibi | and run host configure for upgrade my docker | 09:14 |
mgoddard | that should work | 09:15 |
ktibi | yes I hope :p | 09:15 |
ktibi | kayobe overcloud host configure --limit ctrl02 | 09:16 |
ktibi | without live-restore | 09:16 |
ktibi | I don't know how containers will react :/ | 09:16 |
mgoddard | one node at a time should be ok - containers will restart | 09:17 |
ktibi | ho ho | 09:18 |
ktibi | forget kolla-limit >< | 09:18 |
mgoddard | doh | 09:18 |
ktibi | ctrl-c on the first task :D | 09:18 |
ktibi | mgoddard, ho, no change :/ maybe I can't override this var in globals.yml :/ | 09:21 |
ktibi | I can't find my var in etc/kolla/globals.yml | 09:22 |
ktibi | but I can see it in etc/kayobe/kolla/globals.yml | 09:22 |
mgoddard | maybe the kolla-ansible.yml playbook didn't run? | 09:23 |
ktibi | nop | 09:23 |
mgoddard | maybe add localhost: to --limit | 09:23 |
ktibi | nop | 09:23 |
ktibi | first task is : PLAY [Ensure IP addresses are allocated] | 09:24 |
ktibi | with kayobe overcloud host configure --limit localhost:ctrl02 --kolla-limit ctrl02 | 09:24 |
mgoddard | that's ok | 09:25 |
mgoddard | look in kayobe/cli/commands.py for the order | 09:26 |
ktibi | https://github.com/openstack/kayobe/blob/master/kayobe/cli/commands.py#L687 | 09:26 |
ktibi | never add kolla-ansible | 09:26 |
mgoddard | L696 | 09:26 |
ktibi | or maybe here : playbooks = _build_playbook_list("kolla-ansible") | 09:26 |
ktibi | ok so maybe need to plya that before other tasks ? | 09:26 |
mgoddard | it runs before kolla-ansible, so I think it's ok | 09:27 |
ktibi | PLAY [Ensure Kolla Ansible is configured] *************************************************************************************************************************************************************************************************** | 09:28 |
ktibi | skipping: no hosts matched | 09:28 |
ktibi | ok wait I'll try with localhost because I think I stop before that | 09:29 |
ktibi | work :) | 09:33 |
mgoddard | nice | 09:34 |
mgoddard | you can probably use --tags if you want to further limit the kayobe playbooks that get run | 09:34 |
ktibi | --tags baremetal ? | 09:39 |
mgoddard | that is for kayobe tags - normally the same name as the playbook | 09:45 |
mgoddard | --tags kolla-ansible | 09:45 |
mgoddard | ktibi: if you have a little time, https://review.openstack.org/#/dashboard/?foreach=%28project%3Aopenstack%2Fkayobe%29+status%3Aopen+NOT+label%3ACode-Review%3C%3D-2&title=Kayobe+Review+Dashboard&My+Patches+Requiring+Attention=owner%3Aself+%28label%3AVerified-1%2Czuul+OR+label%3ACode-Review-1+OR+label%3AWorkflow%3C%3D-1%29&Small+things+%28%3C25+LOC%2C+limit+10%29=delta%3A%3C%3D25+limit%3A10+%28NOT+label%3ACode-Review-1%2Ckayobe-core%29+label%3AV | 10:16 |
mgoddard | erified%3E%3D1%2Czuul+branch%3Amaster&Needs+Reverify=label%3AWorkflow%3E%3D1+NOT+label%3AWorkflow%3C%3D-1+label%3AVerified%3C%3D-1%2Czuul&Needs+Final+Approval+%28to+land+on+master%29=NOT+label%3AWorkflow%3E%3D1+NOT+label%3AWorkflow%3C%3D-1+NOT+owner%3Aself+label%3ACode-Review%3E%3D2+label%3AVerified%3E%3D1%2Czuul+%28NOT+label%3ACode-Review-1%2Ckayobe-core%29+branch%3Amaster&Newer+%28%3C1wk%29+Open+Patches+%28limit+25%29=-age%3A1week+limit%3A25+ | 10:16 |
mgoddard | branch%3Amaster+NOT+label%3AWorkflow%3E%3D1+%28NOT+label%3ACode-Review-1%2Ckayobe-core%29+label%3AVerified%3E%3D1%2Czuul+NOT+label%3ACode-Review%3E%3D2&Older+%28%3E1wk%29+Open+Patches+Passing+Zuul+Tests+%28limit+50%29=age%3A1week+limit%3A50+NOT+label%3AWorkflow%3E%3D1+NOT+label%3ACode-Review%3C%3D-1+NOT+label%3ACode-Review%3E%3D1+age%3A1week+NOT+label%3AVerified%3E%3D1%2Czuul+%28NOT+label%3ACode-Review-1%2Ckayobe-core%29&Open+Stable+Backports=b | 10:16 |
mgoddard | ranch%3A%5Estable%2F.%2A+status%3Aopen | 10:16 |
mgoddard | that's a long url | 10:16 |
ktibi | yes ^^ | 10:17 |
mgoddard | kayobe review dashboard, you have the link already? | 10:17 |
ktibi | yes I'll check | 10:17 |
mgoddard | thanks | 10:17 |
ktibi | mgoddard, question about custom playbook | 10:32 |
ktibi | if I want to use openstack module (os_), it's easy to use credentiel generated by kolla ? did you have already test that? | 10:33 |
mgoddard | yes, we do that in 'kayobe overcloud post configure' | 10:33 |
mgoddard | but possibly only for bare metal deployments | 10:33 |
ktibi | ho why ? | 10:34 |
mgoddard | register deployment images, inspector rules, provisioning networks | 10:34 |
mgoddard | https://github.com/openstack/kayobe/blob/master/ansible/group_vars/all/openstack | 10:35 |
ktibi | ha, post deployement if for baremetal. But I can use credentiel on a virtual env | 10:35 |
ktibi | is ofr* | 10:35 |
ktibi | for* T_T | 10:35 |
mgoddard | yes - it will work | 10:35 |
mgoddard | use {{ openstack_auth }} | 10:35 |
ktibi | ok you use env vars, so kayobe have a task for source the file ? | 10:36 |
mgoddard | no, you need to do it manually before | 10:44 |
mgoddard | http://kayobe.readthedocs.io/en/latest/deployment.html#performing-post-deployment-configuration | 10:45 |
ktibi | mgoddard, ok compute doesn't like new version of docker http://paste.openstack.org/show/721582/ | 10:51 |
mgoddard | that's not good | 10:52 |
*** ktibi has quit IRC | 15:19 | |
openstackgerrit | Nick Jones proposed openstack/kayobe master: Specify Vagrant box version https://review.openstack.org/570003 | 16:15 |
*** dougsz has quit IRC | 16:58 | |
*** mgoddard has quit IRC | 17:06 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!