*** irclogbot_1 has quit IRC | 00:16 | |
*** irclogbot_3 has joined #openstack-kolla | 00:19 | |
*** diurnalist has quit IRC | 01:14 | |
*** ricolin has joined #openstack-kolla | 01:43 | |
*** e0ne has joined #openstack-kolla | 03:03 | |
*** e0ne has quit IRC | 03:07 | |
*** dave-mccowan has joined #openstack-kolla | 03:11 | |
*** e0ne has joined #openstack-kolla | 03:13 | |
*** e0ne has quit IRC | 03:18 | |
*** e0ne has joined #openstack-kolla | 03:33 | |
*** e0ne has quit IRC | 03:37 | |
*** skramaja has joined #openstack-kolla | 03:39 | |
*** e0ne has joined #openstack-kolla | 03:43 | |
*** diurnalist has joined #openstack-kolla | 03:46 | |
*** e0ne has quit IRC | 03:48 | |
*** diurnalist has quit IRC | 03:51 | |
*** e0ne has joined #openstack-kolla | 03:53 | |
*** dave-mccowan has quit IRC | 03:57 | |
*** e0ne has quit IRC | 03:57 | |
*** e0ne has joined #openstack-kolla | 04:03 | |
*** e0ne has quit IRC | 04:07 | |
*** skramaja_ has joined #openstack-kolla | 04:50 | |
*** vishalmanchanda has joined #openstack-kolla | 04:51 | |
*** skramaja has quit IRC | 04:51 | |
*** abdysn has joined #openstack-kolla | 04:52 | |
oklhost | morning | 05:12 |
---|---|---|
*** cah_link has joined #openstack-kolla | 05:55 | |
sri_ | oklhost: Morning | 06:12 |
*** e0ne has joined #openstack-kolla | 06:13 | |
oklhost | sri_: hey :) how r u doing? | 06:14 |
sri_ | oklhost: hey I am doing good, Thanks for asking :) | 06:15 |
sri_ | oklhost: I've deployed adjutant using your dev branch | 06:16 |
*** e0ne has quit IRC | 06:17 | |
oklhost | sri_: Nice! Everything went well? :) | 06:17 |
sri_ | oklhost: From dashboard I am getting Error: Failed to list quota sizes. | 06:18 |
sri_ | https://www.irccloud.com/pastebin/dAwyy6xD/ | 06:19 |
sri_ | oklhost: this how i build the container, is this something has to do with that | 06:20 |
oklhost | sri_: you have to enable it in adjutant.yaml, wait a sec. | 06:22 |
oklhost | sri_: http://paste.openstack.org/show/796099/ | 06:26 |
sri_ | oklhost: where do i find adjutant.yaml | 06:28 |
sri_ | oklhost: did you add this before you build the container ? | 06:30 |
*** e0ne has joined #openstack-kolla | 06:32 | |
sri_ | oklhost: here is list of tasks i've done, http://paste.openstack.org/show/796100/ | 06:34 |
sri_ | never mind, I am adding those entry to /etc/kolla/adjutant-api/adjutant-api.yaml | 06:36 |
*** e0ne has quit IRC | 06:37 | |
oklhost | sri_: You can add custom configs like described in kolla-ansible documentation. https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html see node_custom_config. But by now I haven't tested this for adjutant. | 06:42 |
*** e0ne has joined #openstack-kolla | 06:43 | |
*** nikparasyr has joined #openstack-kolla | 06:45 | |
*** e0ne has quit IRC | 06:47 | |
sri_ | oklhost: ack, I am still getting the same error, in the logs i am seeing this "client denied by server configuration: /usr/bin/adjutant" | 06:51 |
oklhost | sri_: hm... regarding to https://www.irccloud.com/pastebin/dAwyy6xD/ you are building your image a different way, i guess?! | 06:55 |
sri_ | oklhost: how do you build the image ? I've tried running this "kolla-build adjutant" | 06:57 |
oklhost | sri_: If you use my kolla dev branch, you don't need to specify adjutant in /etc/kolla/kolla-build.conf because there are docker files included for adjutant-api. but i see you're using centos which i've not tested yet either (sorry). | 06:59 |
sri_ | oklhost: oh, so your using ubuntu ? | 07:00 |
oklhost | sri_: yes ;) but now i want to know what happens if i run the whole build for centos ;) | 07:01 |
*** shyamb has joined #openstack-kolla | 07:01 | |
sri_ | oklhost: I am seeing package not found error's | 07:01 |
shyamb | Hi | 07:02 |
oklhost | hi shyamb | 07:02 |
*** Luzi has joined #openstack-kolla | 07:02 | |
shyamb | I see kolla ansible roles directory installed in "/usr/local/share/kolla_ansible" on centos8 | 07:02 |
*** e0ne has joined #openstack-kolla | 07:03 | |
shyamb | and package itself installed in "/usr/local/lib/python3.6/site-packages/kolla_ansible" | 07:03 |
oklhost | sri_: yes, there is no package for either centos or ubuntu. in our environment we use "source" | 07:03 |
shyamb | are my findings correct? | 07:03 |
*** born2bake has joined #openstack-kolla | 07:04 | |
shyamb | I want to add a new ansible role to existing roles directory and test my role | 07:04 |
sri_ | oklhost: i see, let me test with source then | 07:05 |
shyamb | in that case I need to add my role to "/usr/local/share/kolla_ansible/ansible/roles" directory | 07:05 |
shyamb | oklhost: ^^ thanks | 07:05 |
oklhost | sri_: sorry, i should have told you that before. | 07:07 |
*** e0ne has quit IRC | 07:07 | |
oklhost | shyamb: thanks for what? :) | 07:07 |
sri_ | oklhost: it's ok :) | 07:07 |
shyamb | olkhost: It's thanks in advance :) | 07:08 |
shyamb | Please have a look at my qury | 07:08 |
*** nikparasyr has quit IRC | 07:08 | |
oklhost | shyamb: I don't have a query?! | 07:09 |
shyamb | olkhost: I see kolla ansible roles directory installed in "/usr/local/share/kolla_ansible" on centos8 | 07:11 |
shyamb | olkhost: and package itself installed in "/usr/local/lib/python3.6/site-packages/kolla_ansible" | 07:11 |
shyamb | olkhost: I want to add a new ansible role to existing roles directory and test my role | 07:11 |
shyamb | olkhost: should I place my role in "/usr/share/local/kolla_ansible/ansible/roles"? | 07:12 |
oklhost | shyamb: it looks like you've installed kolla-ansible via pip? in my opinion, for development you should clone (maybe fork before) the git repo and then develop your role in your cloned repo in ansible/roles/<YOUR ROLE>, that's the way I did. But to clarify, I'm not a real member of the dev-team, I'm just a user, so maybe I'm doing it wrong. ;) | 07:18 |
*** shyamb has quit IRC | 07:20 | |
*** bengates has joined #openstack-kolla | 07:25 | |
*** e0ne has joined #openstack-kolla | 07:26 | |
*** bengates has quit IRC | 07:26 | |
*** bengates has joined #openstack-kolla | 07:29 | |
*** bengates has quit IRC | 07:32 | |
*** bengates has joined #openstack-kolla | 07:35 | |
oklhost | sri_: I just ran tools/build.py --base centos adjutant-api, for me it seems successful, but I can't really verify now because i've to join boring meetings the next hours. | 07:35 |
*** bengates has quit IRC | 07:35 | |
*** bengates has joined #openstack-kolla | 07:36 | |
sri_ | oklhost: I can also give it a try | 07:40 |
oklhost | +1 | 07:42 |
*** dougsz has joined #openstack-kolla | 07:46 | |
*** jbadiapa has joined #openstack-kolla | 07:51 | |
*** bengates has quit IRC | 07:54 | |
*** bengates_ has joined #openstack-kolla | 07:54 | |
*** bengates_ has quit IRC | 07:55 | |
*** bengates has joined #openstack-kolla | 07:59 | |
*** bengates has quit IRC | 08:00 | |
*** bengates has joined #openstack-kolla | 08:00 | |
*** wuchunyang has joined #openstack-kolla | 08:03 | |
*** bengates has quit IRC | 08:12 | |
*** bengates has joined #openstack-kolla | 08:12 | |
*** bengates_ has joined #openstack-kolla | 08:14 | |
*** bengates has quit IRC | 08:18 | |
*** slunav has quit IRC | 08:19 | |
*** slunav has joined #openstack-kolla | 08:19 | |
*** bengates has joined #openstack-kolla | 08:20 | |
*** bengates_ has quit IRC | 08:21 | |
*** bengates_ has joined #openstack-kolla | 08:22 | |
*** bengates_ has quit IRC | 08:23 | |
*** bengates has quit IRC | 08:25 | |
*** wuchunyang has quit IRC | 08:31 | |
*** wuchunyang has joined #openstack-kolla | 08:39 | |
*** bengates has joined #openstack-kolla | 08:40 | |
mnasiadka | morning | 08:40 |
*** shyamb has joined #openstack-kolla | 08:46 | |
*** bengates has quit IRC | 08:49 | |
*** bengates has joined #openstack-kolla | 08:50 | |
*** bengates has quit IRC | 08:51 | |
openstackgerrit | wu.chunyang proposed openstack/kolla-ansible master: implement automatic deploy of octavia https://review.opendev.org/740180 | 08:51 |
*** bengates has joined #openstack-kolla | 08:51 | |
*** shyam89 has joined #openstack-kolla | 08:55 | |
*** shyamb has quit IRC | 08:58 | |
*** k_mouza has joined #openstack-kolla | 09:01 | |
*** wuchunyang has quit IRC | 09:06 | |
*** wuchunyang has joined #openstack-kolla | 09:06 | |
*** ricolin has quit IRC | 09:17 | |
mgoddard | morning | 09:18 |
*** kevko has joined #openstack-kolla | 09:23 | |
wuchunyang | morning | 09:25 |
wuchunyang | mgoddard hi, in the task of automatic deploy octavia , i am not sure whether we need build amphora image during the deploy of octavia, could you give me some advices? | 09:28 |
mgoddard | wuchunyang: kolla should not be responsible for building the image. It should just be provided with a URL to download the image | 09:29 |
mgoddard | or a path to a local file | 09:29 |
*** Ortet has joined #openstack-kolla | 09:29 | |
wuchunyang | ok, but should we manage the amphroa image ? and set image url? | 09:29 |
wuchunyang | I don't see where I can download this image | 09:30 |
*** diurnalist has joined #openstack-kolla | 09:31 | |
mgoddard | wuchunyang: it needs to be built by the user. But I don't think it is kolla's responsibility to build it | 09:34 |
*** diurnalist has quit IRC | 09:35 | |
wuchunyang | ok, the part of build image i will use the exists documents. | 09:36 |
wuchunyang | and does neutron driver brctl still is maintained now? | 09:37 |
*** also_stingrayza is now known as stingrayza | 09:58 | |
*** shyamb has joined #openstack-kolla | 09:59 | |
*** shyam89 has quit IRC | 10:01 | |
mgoddard | wuchunyang: you mean linux bridge? | 10:02 |
mgoddard | it is still maintained | 10:02 |
wuchunyang | yeap,, now i just work on openvswitch | 10:02 |
*** k_mouza has quit IRC | 10:08 | |
*** slunav has quit IRC | 10:08 | |
*** Luzi has quit IRC | 10:08 | |
*** irclogbot_3 has quit IRC | 10:08 | |
*** vesper11 has quit IRC | 10:08 | |
*** k_mouza has joined #openstack-kolla | 10:10 | |
*** slunav has joined #openstack-kolla | 10:10 | |
*** Luzi has joined #openstack-kolla | 10:10 | |
*** irclogbot_3 has joined #openstack-kolla | 10:10 | |
*** vesper11 has joined #openstack-kolla | 10:10 | |
*** jcmdln has quit IRC | 10:11 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/ussuri: CI: add prometheus-efk scenario https://review.opendev.org/741909 | 10:12 |
*** wuchunyang has quit IRC | 10:13 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: add prometheus-efk scenario https://review.opendev.org/741912 | 10:17 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/ussuri: Fix Barbican client (Castellan) with TLS https://review.opendev.org/741913 | 10:17 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: add prometheus-efk scenario https://review.opendev.org/741912 | 10:20 |
*** shyamb has quit IRC | 10:22 | |
*** dougsz has quit IRC | 10:31 | |
*** stingrayza has quit IRC | 10:40 | |
*** dougsz has joined #openstack-kolla | 10:46 | |
*** wuchunyang has joined #openstack-kolla | 10:57 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla master: fluentd: migrate to td-agent 4 where possible https://review.opendev.org/739935 | 10:58 |
*** shyamb has joined #openstack-kolla | 11:01 | |
shyamb | Hi | 11:01 |
shyamb | How can we pass dockerhub registry credentials during openstack deployment? | 11:02 |
shyamb | any way to pass it in kolla_docker module call? | 11:04 |
kevko | hi guys, just wondering if you are using http keepalive on your openstack deployments .. i would like to ask if this has some solution -> https://github.com/psf/requests/issues/4664 | 11:06 |
kevko | for me it looks like it hasn't any solution ..just turn off keepalive :( | 11:06 |
openstackgerrit | Merged openstack/kayobe master: Add py38 package metadata https://review.opendev.org/741129 | 11:10 |
mgoddard | shyamb: docker_registry_username / docker_registry_password | 11:21 |
shyamb | mgoddard: I have a separate registry for couple of container | 11:22 |
mgoddard | shyamb: I don't know if we support that | 11:22 |
shyamb | I am passing it in respective yaml task | 11:23 |
*** wuchunyang has quit IRC | 11:23 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Performance: Split out prometheus node exporter and cadvisor https://review.opendev.org/740082 | 11:24 |
sean-k-mooney | o/ im not really going to be around much this week but if ye get time to review https://review.opendev.org/#/c/739622/ it would be cool. | 11:26 |
patchbot | patch 739622 - kolla - copy rootwarp files form venv in ironic base - 2 patch sets | 11:26 |
*** weshay_pto is now known as weshay_ | 11:34 | |
*** stingrayza has joined #openstack-kolla | 11:36 | |
*** Ortet has quit IRC | 11:37 | |
openstackgerrit | likui proposed openstack/kolla-ansible master: Add trove-guestagent.conf https://review.opendev.org/738135 | 11:38 |
*** shyamb has quit IRC | 11:38 | |
*** shyamb has joined #openstack-kolla | 11:41 | |
sean-k-mooney | thanks :) | 11:41 |
openstackgerrit | wu.chunyang proposed openstack/kolla-ansible master: implement automatic deploy of octavia https://review.opendev.org/740180 | 11:42 |
*** greuceanu has joined #openstack-kolla | 11:48 | |
*** greuceanu is now known as Manheim | 11:57 | |
*** shyamb has quit IRC | 12:07 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: Load br_netfilter module in nova-cell role https://review.opendev.org/740650 | 12:15 |
openstackgerrit | likui proposed openstack/kolla-ansible master: Update trove config file https://review.opendev.org/741927 | 12:22 |
*** also_stingrayza has joined #openstack-kolla | 12:35 | |
*** ricolin has joined #openstack-kolla | 12:37 | |
*** stingrayza has quit IRC | 12:37 | |
*** also_stingrayza is now known as stingrayza | 12:37 | |
*** JamesBenson has joined #openstack-kolla | 12:43 | |
openstackgerrit | Merged openstack/kolla master: copy rootwarp files form venv in ironic base https://review.opendev.org/739622 | 12:47 |
*** bengates has quit IRC | 12:47 | |
*** nikparasyr has joined #openstack-kolla | 12:50 | |
*** bengates has joined #openstack-kolla | 12:50 | |
*** ricolin_ has joined #openstack-kolla | 13:08 | |
*** k_mouza has quit IRC | 13:09 | |
*** ricolin has quit IRC | 13:10 | |
*** ricolin has joined #openstack-kolla | 13:16 | |
*** ricolin_ has quit IRC | 13:17 | |
*** skramaja_ has quit IRC | 13:17 | |
*** k_mouza has joined #openstack-kolla | 13:29 | |
*** k_mouza has quit IRC | 13:34 | |
*** Manheim_ has joined #openstack-kolla | 13:34 | |
*** TrevorV has joined #openstack-kolla | 13:35 | |
*** k_mouza has joined #openstack-kolla | 13:37 | |
*** Manheim has quit IRC | 13:38 | |
*** k_mouza has quit IRC | 13:41 | |
*** k_mouza has joined #openstack-kolla | 13:47 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: add prometheus-efk scenario https://review.opendev.org/741912 | 13:47 |
*** Manheim_ has quit IRC | 13:47 | |
*** Manheim has joined #openstack-kolla | 13:48 | |
*** Manheim has quit IRC | 13:51 | |
*** k_mouza has quit IRC | 13:51 | |
*** Manheim has joined #openstack-kolla | 13:51 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add common groups to kolla-ansible inventory https://review.opendev.org/741949 | 13:55 |
*** Manheim has quit IRC | 13:55 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Sync kolla-ansible inventory for Ussuri https://review.opendev.org/741950 | 13:57 |
*** k_mouza has joined #openstack-kolla | 14:03 | |
*** k_mouza has quit IRC | 14:06 | |
*** wuchunyang has joined #openstack-kolla | 14:09 | |
*** cah_link has quit IRC | 14:19 | |
*** numans_ has joined #openstack-kolla | 14:21 | |
*** abdysn has quit IRC | 14:23 | |
*** k_mouza has joined #openstack-kolla | 14:27 | |
openstackgerrit | wu.chunyang proposed openstack/kolla-ansible master: implement automatic deploy of octavia https://review.opendev.org/740180 | 14:28 |
*** diurnalist has joined #openstack-kolla | 14:34 | |
*** Tengu has quit IRC | 15:04 | |
*** Tengu has joined #openstack-kolla | 15:05 | |
kplant | is there a specific procedure for centos 7 -> 8 on train? i've been looking through docs and release notes and can only find "The Train release supports both CentOS 7 and 8, and provides a route for migration." | 15:05 |
*** Luzi has quit IRC | 15:09 | |
*** weshay_ is now known as weshay|ruck | 15:12 | |
*** nikparasyr has left #openstack-kolla | 15:15 | |
*** bengates_ has joined #openstack-kolla | 15:31 | |
*** bengates has quit IRC | 15:34 | |
*** wuchunyang has quit IRC | 15:54 | |
*** slunav has quit IRC | 15:55 | |
*** slunav has joined #openstack-kolla | 15:56 | |
*** bengates_ has quit IRC | 16:00 | |
*** jonaspaulo has joined #openstack-kolla | 16:06 | |
mnasiadka | kplant: that mostly means redeploy host by host :) | 16:10 |
*** diurnalist has quit IRC | 16:12 | |
*** yoctozepto has quit IRC | 16:12 | |
*** yoctozepto has joined #openstack-kolla | 16:13 | |
*** ricolin has quit IRC | 16:14 | |
*** k_mouza has quit IRC | 16:15 | |
*** diurnalist has joined #openstack-kolla | 16:16 | |
*** Manheim has joined #openstack-kolla | 16:29 | |
*** Manheim has quit IRC | 16:33 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Fix deployment of fluentd without any enabled OpenStack services https://review.opendev.org/741989 | 16:42 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: add prometheus-efk scenario https://review.opendev.org/741912 | 16:42 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: CI: add prometheus-efk scenario https://review.opendev.org/741912 | 16:47 |
kplant | mnasiadka: so remove from cluster and re-add after reimaging? | 16:50 |
*** dougsz has quit IRC | 17:12 | |
mnasiadka | kplant: more or less - I think best source would be mgoddard - since he was testing that scenario AFAIK | 17:21 |
kplant | i was hoping to test it as well.. covid has ruined that (for now) | 17:22 |
mgoddard | kplant: no procedure documented yet, or fully tested. If you're wanting to try it I can run through it with you | 17:22 |
*** kevko has quit IRC | 17:23 | |
*** jonaspaulo has quit IRC | 17:34 | |
*** slunav has quit IRC | 17:45 | |
*** slunav has joined #openstack-kolla | 17:46 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Fix Barbican client (Castellan) with TLS https://review.opendev.org/741913 | 17:46 |
kplant | i don't have a cluster i can test on atm | 17:50 |
*** muhaha has joined #openstack-kolla | 17:54 | |
*** e0ne has quit IRC | 17:55 | |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/ussuri: copy rootwarp files form venv in ironic base https://review.opendev.org/742003 | 18:30 |
*** slunav has quit IRC | 18:36 | |
*** sluna has joined #openstack-kolla | 18:37 | |
*** bsanjeewa has joined #openstack-kolla | 18:39 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: octavia: fix undefined variable in register.yml https://review.opendev.org/742005 | 18:42 |
*** sluna has quit IRC | 18:46 | |
*** sluna has joined #openstack-kolla | 18:47 | |
*** sluna has quit IRC | 18:55 | |
*** sluna has joined #openstack-kolla | 18:56 | |
*** sluna has quit IRC | 19:01 | |
*** sluna has joined #openstack-kolla | 19:02 | |
*** sluna has quit IRC | 19:25 | |
*** Manheim has joined #openstack-kolla | 19:34 | |
*** vishalmanchanda has quit IRC | 19:41 | |
*** e0ne has joined #openstack-kolla | 20:20 | |
openstackgerrit | Merged openstack/kayobe master: Add common groups to kolla-ansible inventory https://review.opendev.org/741949 | 20:21 |
*** hjensas has joined #openstack-kolla | 20:22 | |
*** dave-mccowan has joined #openstack-kolla | 20:46 | |
*** muhaha has quit IRC | 21:04 | |
*** jcmdln has joined #openstack-kolla | 21:18 | |
*** jbadiapa has quit IRC | 21:24 | |
*** bsanjeewa_ has joined #openstack-kolla | 21:25 | |
*** bsanjeewa has quit IRC | 21:28 | |
*** e0ne has quit IRC | 21:45 | |
*** e0ne has joined #openstack-kolla | 22:15 | |
*** TrevorV has quit IRC | 22:19 | |
*** e0ne has quit IRC | 22:20 | |
*** e0ne has joined #openstack-kolla | 22:25 | |
*** e0ne has quit IRC | 22:30 | |
*** e0ne has joined #openstack-kolla | 22:36 | |
*** bsanjeewa_ has quit IRC | 22:37 | |
*** e0ne has quit IRC | 22:40 | |
*** e0ne has joined #openstack-kolla | 22:46 | |
*** born2bake has quit IRC | 22:46 | |
*** e0ne has quit IRC | 22:50 | |
*** e0ne has joined #openstack-kolla | 23:22 | |
*** e0ne has quit IRC | 23:26 | |
*** e0ne has joined #openstack-kolla | 23:32 | |
*** e0ne has quit IRC | 23:37 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!