opendevreview | Merged openstack/ansible-role-zookeeper stable/zed: Ensure zookeeper is not stopped after role re-run https://review.opendev.org/c/openstack/ansible-role-zookeeper/+/871556 | 00:19 |
---|---|---|
opendevreview | Merged openstack/openstack-ansible-os_tempest master: Add support for whitebox-neutron-tempest-plugin https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/870812 | 00:26 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server stable/yoga: Bump erlang version to cover CVE-2022-37026 https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/871304 | 02:26 |
moha7 | If "no_containers: false" is default, why do you use it in gloal section of AIO>openstack_user_config.yml | 06:37 |
moha7 | Q2: what's the purpose of `static_routes` in AIO>openstack_user_config.yml? | 06:44 |
moha7 | Q3: why `neutron_plugin_type: ml2.ovn` in variables config while OVN is default? | 07:18 |
moha7 | `/openstack/log/<container_name>/syslog`files fill rapidly the disk and don't rotate. How do you handle it? (Usually when there's an error on a service, for example on Neutron) | 07:52 |
moha7 | Q5: I don't have `network_hosts` in my config file, but the AIO set it by `../conf.d/neutron.yml`. But Openstack deployed and is working. Is that option required? | 08:04 |
jrosser | moha7: good morning | 08:34 |
jrosser | moha7: 1) becasue the config file is generated like this https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio.j2#L46 | 08:34 |
jrosser | no specific reason other than it's set to true/false rather than being set to true or the whole line being absent, those are equivalent | 08:35 |
jrosser | moha7: 2) The purpose of the static routes in the aio config is documented in the template here https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio.j2#L58-L64 | 08:41 |
noonedeadpunk | mornings | 09:50 |
*** dviroel_ is now known as dviroel | 11:21 | |
moha7 | jrosser: OSA is full of Easter eggs ((= | 11:32 |
moha7 | Thanks for your help | 11:32 |
moha7 | Q4 --> Seems it's my vandalism, beacuz of installing rsyslog on all containers! | 11:34 |
moha7 | Q3: [in AIO] | 11:34 |
noonedeadpunk | Well, we'd be glad if someone could contribute to the docs to make them more clear :) | 11:37 |
moha7 | Sure; I'll definitely contribute to the docs. At present, I've a customized version of official version to make deployment procedures clearer for my colleagues who setting up their labs now. | 11:46 |
moha7 | are* setting | 11:47 |
dokeeffe85 | Hi all, QQ. Which neutron conf takes precedence? The conf on the controller or the container? | 12:29 |
jrosser | dokeeffe85: i don't really think it's a question of precedence. Neutron API running in a container can only see the config file in the container, so will use that | 12:54 |
jrosser | but neutron processes running on a controller (perhaps L3 agent?) will see the config file on the host | 12:55 |
dokeeffe85 | Perfect jrosser, thanks | 13:42 |
opendevreview | Merged openstack/openstack-ansible master: [doc] Fix storage architecture links https://review.opendev.org/c/openstack/openstack-ansible/+/871050 | 16:06 |
*** dviroel is now known as dviroel|lunch | 16:08 | |
*** dviroel|lunch is now known as dviroel | 17:14 | |
opendevreview | Merged openstack/ansible-role-systemd_service master: Restart sockets when they are changed https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/871526 | 17:26 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server master: Bump rabbitmq to 3.11 and erlang to 25.2 https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/871303 | 17:27 |
opendevreview | Merged openstack/ansible-role-systemd_service master: Ensure daemon is reloaded on socket change https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/871487 | 17:31 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service stable/zed: Ensure daemon is reloaded on socket change https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/871751 | 17:34 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service stable/yoga: Ensure daemon is reloaded on socket change https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/871752 | 17:35 |
opendevreview | Merged openstack/openstack-ansible-plugins master: Use cryptography backend for openssh_keypair https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/870997 | 17:41 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Remove "warn" parameter from command module https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/869662 | 18:50 |
opendevreview | Merged openstack/ansible-role-zookeeper master: Add configuration option for native Prometheus exporter https://review.opendev.org/c/openstack/ansible-role-zookeeper/+/870049 | 19:56 |
opendevreview | Merged openstack/openstack-ansible-galera_server master: Do not forcefully restart socket https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/871527 | 19:59 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-zookeeper stable/zed: Add configuration option for native Prometheus exporter https://review.opendev.org/c/openstack/ansible-role-zookeeper/+/871753 | 20:13 |
mgariepy | hmm. a bit late. but. would be nice to be able to change the host too https://github.com/apache/zookeeper/blob/master/conf/zoo_sample.cfg#L34 | 20:37 |
*** dviroel is now known as dviroel|out | 20:52 | |
noonedeadpunk | I think zookeeper listens on 0.0.0.0 if host not provided | 21:00 |
noonedeadpunk | as we also don't specify host to listen on for server | 21:00 |
noonedeadpunk | (and for server it's quite tricky to specify iirc) | 21:00 |
jrosser | mgariepy: make another patch - that should be fine if we already made/backported the first one | 22:10 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!