jpward[m] | I am attempting to deploy octavia, all of the containers are up, i can create a load balancer, it will create, but the worker service can't communicate with the antora. The management network is the one that was created by kolla-ansible so its a vxlan network. | 00:07 |
---|---|---|
jpward[m] | I read through the docs, it mentions using a vlan for the antora network, which I can do, but is there a way to get it to work with the vxlan network? | 00:08 |
johnsom | jpward[m] Octavia doesn't care what the ML2 type is of the management network, it is a deployment tool choice for how it is implemented. I will leave your question for the kolla community that may have kolla specific feedback to your question. | 00:55 |
jpward[m] | yea that is what I'm trying to find out, what is the kolla recommended method. I read the docs, which suggests using vlan, however by "default" it seems to configure the lb-mgmt-net as a vxlan network. | 02:21 |
*** parallax is now known as Guest1556 | 05:19 | |
mnasiadka | jpward[m]: can you check if controllers can reach amphora VMs? without checking the whole path (if the vxlan interface is defined on controllers, and so on) - it's hard to tell anything | 06:53 |
mnasiadka | jpward[m]: and you're using ML2/OVS? neutron_plugin_agent: "openvswitch" right? not OVN? | 06:53 |
mnasiadka | frickler: I believe the same for Kayobe | 06:54 |
*** parallax is now known as Guest1561 | 06:55 | |
opendevreview | Bartosz Bezak proposed openstack/kayobe master: CI: move ubuntu upgrade jobs to jammy https://review.opendev.org/c/openstack/kayobe/+/870713 | 08:14 |
mnasiadka | frickler: added -1 on the Kayobe patchset | 08:39 |
kevko | hi \o/ | 09:48 |
kevko | is there any plan to split neutron-server service in kolla-ansible orchestration to neutron-server-api and neutron-server-rpc ? | 09:50 |
kevko | i want to do it for long time ..but didn't have a time for it :) | 09:51 |
mnasiadka | And are you sure that works? | 09:53 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/zed: Fix issue with genconfig and octavia_auto_configure https://review.opendev.org/c/openstack/kolla-ansible/+/870509 | 10:03 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/yoga: Fix issue with genconfig and octavia_auto_configure https://review.opendev.org/c/openstack/kolla-ansible/+/870770 | 10:03 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/xena: Fix issue with genconfig and octavia_auto_configure https://review.opendev.org/c/openstack/kolla-ansible/+/870771 | 10:03 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/wallaby: Fix issue with genconfig and octavia_auto_configure https://review.opendev.org/c/openstack/kolla-ansible/+/870772 | 10:04 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/zed: Fix prechecks in check mode https://review.opendev.org/c/openstack/kolla-ansible/+/870773 | 10:04 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/yoga: Fix prechecks in check mode https://review.opendev.org/c/openstack/kolla-ansible/+/870774 | 10:04 |
kevko | mnasiadka: what if i am sure ? | 10:07 |
mnasiadka | kevko: then add it to cycle priorities, maybe somebody will pick this up :) | 10:08 |
kevko | mnasiadka: neutron was historically rpc and api together ...but now you can just run rpc and serve api requests via wsgi as other services | 10:08 |
mnasiadka | but IIRC Neutron and WSGI are not behaving well, or at least were not some time ago | 10:09 |
kevko | mnasiadka: it is better to scale rpc and api separately | 10:09 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/yoga: Fix prechecks in check mode https://review.opendev.org/c/openstack/kolla-ansible/+/870774 | 10:09 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/xena: Fix prechecks in check mode https://review.opendev.org/c/openstack/kolla-ansible/+/870775 | 10:09 |
kevko | mnasiadka: it didn't work well ... but it is long time ago .. | 10:09 |
mnasiadka | kevko: That's only useful for ML2/OVS | 10:09 |
kevko | that's not too much ? :D | 10:10 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/xena: Fix prechecks in check mode https://review.opendev.org/c/openstack/kolla-ansible/+/870775 | 10:10 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/wallaby: Fix prechecks in check mode https://review.opendev.org/c/openstack/kolla-ansible/+/870776 | 10:10 |
mnasiadka | kevko: I mean I'm not into ML2/OVS :) | 10:10 |
kevko | mnasiadka: :D | 10:11 |
kevko | mnasiadka: btw, I found a bug in kolla-ansible heat ..it's the same problem as described here https://bugzilla.redhat.com/show_bug.cgi?id=1641667#c8 | 10:12 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/wallaby: Fix prechecks in check mode https://review.opendev.org/c/openstack/kolla-ansible/+/870776 | 10:13 |
kevko | mnasiadka: point is that docker will kill container after some timeout ... so i was going through the code and found that kolla_docker has support for add graceful_time_period ... and also kolla-ansible has variable for configure it ... but not used anywhere | 10:13 |
mnasiadka | nice, raise the bug in kolla-ansible launchpad and let's start using it ;) | 10:14 |
kevko | mnasiadka: https://github.com/openstack/kolla-ansible/blob/1aa1cae1596c1dafc6691354af5def3e3e6a806f/ansible/group_vars/all.yml#L148 << do you know if it was removed or what ? | 10:14 |
mnasiadka | well, mgoddard bumped that to 60 3 years ago | 10:15 |
mnasiadka | mgoddard: ring any bell? | 10:15 |
kevko | mnasiadka: because I am not sure if the first idea (referring to variable in group vars )was to change graceful period for entire docker service .. or just additional parameter when containers restarting | 10:15 |
mnasiadka | it is used | 10:16 |
mnasiadka | https://github.com/openstack/kolla-ansible/blob/09df6fc1aa33d1581251a182b0a34a84e8373ebf/ansible/group_vars/all.yml#L160 | 10:16 |
kevko | hmm | 10:16 |
opendevreview | Merged openstack/kolla stable/zed: CentOS/Rocky: use CentOS Cloud SIG repo instead of Delorean https://review.opendev.org/c/openstack/kolla/+/869716 | 10:16 |
kevko | mnasiadka: but i am not sure if it is working when it is in commmon_options dict | 10:20 |
mnasiadka | well, if it isn't, then it's a bug - but I guess it would be dumb if it didn't? | 10:20 |
kevko | mnasiadka: i will check it | 10:23 |
kevko | mnasiadka: when I've added graceful_timeout: 60 for heat into kolla_docker module in handlers ...it works like a charm ..so that's the reason why i think it is not working via common_options .. i will vetify it ..thanks | 10:24 |
kevko | mnasiadka: i can see this in docker service | 10:26 |
kevko | mnasiadka: controller0 dockerd[900]: time="2023-01-13T03:28:34.769135707Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=eda98e30fd4f67233edd0d16f37 | 10:26 |
kevko | mnasiadka: and graceful timeperiod is 10 by default ..so that's the reason why i think it is not used ... i will check ..again ..thanks | 10:27 |
mnasiadka | nice | 10:28 |
opendevreview | Merged openstack/kayobe master: CI: move ubuntu upgrade jobs to jammy https://review.opendev.org/c/openstack/kayobe/+/870713 | 10:34 |
opendevreview | Merged openstack/kolla stable/zed: relay non-zero exit codes when creating openvswitch bridges https://review.opendev.org/c/openstack/kolla/+/870664 | 10:47 |
opendevreview | Verification of a change to openstack/kolla stable/xena failed: relay non-zero exit codes when creating openvswitch bridges https://review.opendev.org/c/openstack/kolla/+/870666 | 10:53 |
opendevreview | Rodolfo Alonso proposed openstack/kolla master: Add Dockerfile for neutron-ovn-agent https://review.opendev.org/c/openstack/kolla/+/870793 | 11:16 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: CI: Avoid running tgtd if BASE_DISTRO is rocky https://review.opendev.org/c/openstack/kolla-ansible/+/870542 | 11:23 |
jpward[m] | the containers cannot reach the antora vm, I am using ml2 openvswitch | 11:40 |
kevko | jpward[m]: healthcheck can't reach amphora VM, right ? | 11:56 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: Remove use_forwarded_for configuration option https://review.opendev.org/c/openstack/kolla-ansible/+/870534 | 11:59 |
kevko | mnasiadka: hahaaa - it's a bug ..i'll send a patch ..two lines | 12:02 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: Remove [trustee]/auth_uri option from heat.conf https://review.opendev.org/c/openstack/kolla-ansible/+/870535 | 12:17 |
jpward[m] | kevko: I haven't tried from the healthcheck container, I did try from the worker container | 12:18 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix kolla_toolbox module https://review.opendev.org/c/openstack/kolla-ansible/+/870798 | 12:33 |
kevko | jpward[m]: point is that amphora instances are in different network (tenant network, vlan - based on configuration) and octavia services running on management network ...so you need some solution how to go from management_network -> octavia network and octavia_network -> management ... L2 or L3 | 12:34 |
opendevreview | Merged openstack/kolla-ansible stable/zed: Add a flag to handle RabbitMQ high availability https://review.opendev.org/c/openstack/kolla-ansible/+/870493 | 12:36 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix kolla_toolbox module https://review.opendev.org/c/openstack/kolla-ansible/+/870798 | 12:37 |
opendevreview | Ebbex proposed openstack/kayobe master: [DNM] ansible-role-interfaces NetworkManager test https://review.opendev.org/c/openstack/kayobe/+/869977 | 12:52 |
priteau | I see lots of kolla jobs failing | 13:07 |
priteau | "msg": "The conditional check '(nova_compute_services.stdout | from_json | map(attribute='Host') | list) is superset(expected_compute_service_hosts)' failed. The error was: Expecting value: line 1 column 1 (char 0)" | 13:07 |
priteau | Did nova break us? | 13:07 |
priteau | nova.api.openstack.wsgi.Fault: Policy doesn't allow os_compute_api:os-services:list to be performed. | 13:07 |
priteau | in nova-api logs | 13:07 |
priteau | I am guessing it's https://review.opendev.org/c/openstack/nova/+/866218 | 13:08 |
priteau | Do we have RBAC configuration ready or should we work around it? | 13:10 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Add a flag to handle RabbitMQ high availability https://review.opendev.org/c/openstack/kolla-ansible/+/870495 | 13:12 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Add a flag to handle RabbitMQ high availability https://review.opendev.org/c/openstack/kolla-ansible/+/870496 | 13:12 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Add a flag to handle RabbitMQ high availability https://review.opendev.org/c/openstack/kolla-ansible/+/870494 | 13:12 |
kevko | priteau: I don't know ..but for know it should be enough to configure enforce_scope=False enforce_new_defaults=False ? | 13:12 |
priteau | That's what I meant by work around it | 13:13 |
priteau | I will submit a patch | 13:13 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Disable new defaults and scope for Nova API policies (RBAC) https://review.opendev.org/c/openstack/kolla-ansible/+/870804 | 13:18 |
kevko | priteau: could you check https://review.opendev.org/c/openstack/kolla-ansible/+/870798 ? | 13:29 |
priteau | I am not core and I am afraid I don't know much about this part of the code | 13:37 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: CI: improve get_logs.sh https://review.opendev.org/c/openstack/kolla-ansible/+/870521 | 14:17 |
kevko | frickler: mnasiadka : https://review.opendev.org/c/openstack/kolla-ansible/+/870798 << trivial fix ? | 14:18 |
kevko | can anyone advice me how to run tests for kolla_docker ? | 14:43 |
kevko | is it tested btw in upstream ? | 14:43 |
kevko | i mean ..zuul | 14:43 |
kevko | i am getting this -> https://paste.openstack.org/show/b0tjJKZgCcgQS4hh4KAf/ | 14:45 |
opendevreview | Verification of a change to openstack/kolla stable/xena failed: relay non-zero exit codes when creating openvswitch bridges https://review.opendev.org/c/openstack/kolla/+/870666 | 15:10 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Disable new defaults and scope for Nova API policies (RBAC) https://review.opendev.org/c/openstack/kolla-ansible/+/870804 | 15:14 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix kolla_toolbox module https://review.opendev.org/c/openstack/kolla-ansible/+/870798 | 15:15 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix kolla_toolbox module https://review.opendev.org/c/openstack/kolla-ansible/+/870798 | 15:17 |
kevko | mgoddard: could you check this please ? as graceful_timeout was implemented by you some time ago ? https://review.opendev.org/c/openstack/kolla-ansible/+/870798/4 | 15:19 |
opendevreview | Jakub Neumann proposed openstack/kolla-ansible master: Add ceilometer_backend_notifier https://review.opendev.org/c/openstack/kolla-ansible/+/868417 | 15:58 |
spatel | I would like to change logo in horizon which i did manually for testing but how do i put that in kolla-ansible so it will be permanent. I found this but no work item https://blueprints.launchpad.net/kolla-ansible/+spec/horizon-branding | 16:35 |
mnasiadka | spatel: https://github.com/openstack/kolla-ansible/blob/1aa1cae1596c1dafc6691354af5def3e3e6a806f/ansible/roles/horizon/tasks/config.yml#L131 | 16:52 |
spatel | mnasiadka so i should be placing new logo in /horizon/theme/ folder in someway correct? | 16:57 |
mnasiadka | in node_custom_config, which by default is /etc/kolla/config | 16:58 |
mnasiadka | and then horizon/themes/<your theme> | 16:58 |
mnasiadka | the whole directory will get copied | 16:58 |
spatel | mnasiadka ah! so i can download default theme from horizon and copy it into horizon/themes/ folder and put logo etc.. correct? | 17:00 |
mnasiadka | probably yes | 17:00 |
opendevreview | Verification of a change to openstack/kolla stable/xena failed: relay non-zero exit codes when creating openvswitch bridges https://review.opendev.org/c/openstack/kolla/+/870666 | 17:44 |
opendevreview | Merged openstack/kolla-ansible master: Disable new defaults and scope for Nova API policies (RBAC) https://review.opendev.org/c/openstack/kolla-ansible/+/870804 | 20:48 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add ability to configure rabbitmq https://review.opendev.org/c/openstack/kolla-ansible/+/865434 | 21:00 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add ability to configure rabbitmq https://review.opendev.org/c/openstack/kolla-ansible/+/865434 | 21:01 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add ability to configure rabbitmq https://review.opendev.org/c/openstack/kolla-ansible/+/865434 | 21:04 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!