*** macz_ has joined #openstack-ansible | 00:20 | |
*** macz_ has quit IRC | 00:25 | |
*** yann-kaelig has quit IRC | 00:31 | |
*** rf0lc0 has quit IRC | 00:38 | |
*** rf0lc0 has joined #openstack-ansible | 00:56 | |
*** cshen has joined #openstack-ansible | 01:13 | |
*** gyee has quit IRC | 01:15 | |
*** cshen has quit IRC | 01:17 | |
*** rf0lc0 has quit IRC | 01:29 | |
*** cshen has joined #openstack-ansible | 01:43 | |
*** cshen has quit IRC | 01:48 | |
*** macz_ has joined #openstack-ansible | 02:08 | |
*** macz_ has quit IRC | 02:12 | |
*** nurdie has quit IRC | 03:42 | |
*** cshen has joined #openstack-ansible | 03:44 | |
*** MickyMan77 has quit IRC | 03:48 | |
*** MickyMan77 has joined #openstack-ansible | 03:48 | |
*** cshen has quit IRC | 03:49 | |
*** nurdie has joined #openstack-ansible | 03:49 | |
*** nurdie has quit IRC | 03:54 | |
*** MickyMan77 has quit IRC | 03:57 | |
*** openstackgerrit has quit IRC | 03:57 | |
*** nurdie has joined #openstack-ansible | 04:30 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-ansible | 04:33 | |
*** nurdie has quit IRC | 04:36 | |
*** dave-mccowan has quit IRC | 04:36 | |
*** cshen has joined #openstack-ansible | 05:04 | |
*** yasemind has joined #openstack-ansible | 05:05 | |
*** cshen has quit IRC | 05:08 | |
*** d34dh0r53 has quit IRC | 05:10 | |
*** jbadiapa has joined #openstack-ansible | 05:13 | |
*** cshen has joined #openstack-ansible | 06:00 | |
*** cshen has quit IRC | 06:04 | |
*** MickyMan77 has joined #openstack-ansible | 06:27 | |
*** nurdie has joined #openstack-ansible | 06:32 | |
*** miloa has joined #openstack-ansible | 06:32 | |
*** MickyMan77 has quit IRC | 06:35 | |
*** nurdie has quit IRC | 06:36 | |
*** nurdie has joined #openstack-ansible | 06:39 | |
*** cshen has joined #openstack-ansible | 06:44 | |
*** cshen has quit IRC | 06:48 | |
ebbex | mornin' | 06:54 |
---|---|---|
noonedeadpunk | recyclehero: you create host_vars directory under /etc/openstack_deploy and create files for each host like usual host_vars | 06:59 |
noonedeadpunk | morning) | 07:00 |
*** maharg102 has joined #openstack-ansible | 07:11 | |
*** maharg101 has quit IRC | 07:12 | |
recyclehero | morning | 07:12 |
recyclehero | thanks noonedeadpunk, I figured out what I wanted to do(hetrogenous network) was possible playing with the knobs of OSA. | 07:13 |
*** andrewbonney has joined #openstack-ansible | 07:14 | |
*** pmannidi has quit IRC | 07:15 | |
jrosser | noonedeadpunk: i think you need community.general for json_query | 07:19 |
jrosser | its very surprising to me that module is not in ansible-base | 07:19 |
noonedeadpunk | uh.... | 07:20 |
noonedeadpunk | yeah, it's here https://github.com/ansible-collections/community.general/blob/main/plugins/filter/json_query.py | 07:21 |
noonedeadpunk | damn it | 07:21 |
noonedeadpunk | I hate installing k8s and gcloud so much... | 07:22 |
*** openstackgerrit has joined #openstack-ansible | 07:24 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Make collections installation more reliable https://review.opendev.org/758454 | 07:24 |
*** cshen has joined #openstack-ansible | 07:30 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Make collections installation more reliable https://review.opendev.org/758454 | 07:38 |
*** cshen has quit IRC | 07:41 | |
*** cshen has joined #openstack-ansible | 07:47 | |
recyclehero | I am doing a test restore. db is back. I am having problems with nfs. | 07:50 |
recyclehero | I forget to make /etc/cinder/nfs_shares upon deployment. but the config was okay. | 07:50 |
recyclehero | beside the playbook os-cinder-install is it used anywhere else | 07:51 |
noonedeadpunk | probably glance? | 07:51 |
recyclehero | I can mount the nfs share from the volume container but it logs no heartbeat and uninitialized driver | 07:51 |
noonedeadpunk | I mean it also eeds backend | 07:51 |
noonedeadpunk | oh, and nova ofc | 07:51 |
recyclehero | noonedeadpunk: I was thninking more something that affected the cinder volume directly. | 07:52 |
noonedeadpunk | but it's not /etc/cinder/nfs_shares ofc... | 07:52 |
recyclehero | Update driver status failed: (config name nfs_volume) is uninitialized | 07:53 |
recyclehero | maybe a naming mismatch | 07:53 |
recyclehero | ? | 07:53 |
recyclehero | I guess cinder volume needed a restart | 07:57 |
recyclehero | but I dont know where the file /etc/cinder/nfs_shares is used and whats its purpose. because we set the share on openstack_user_config | 07:58 |
recyclehero | and without it I noticed the /etc/cinder/nfs_shares were created by ansible on cinder volume container | 07:59 |
noonedeadpunk | for cinder you provide shares file which is templated that way https://opendev.org/openstack/openstack-ansible-os_cinder/src/branch/master/templates/nfs_shares.j2 | 07:59 |
noonedeadpunk | and by default it's path is really in /etc/cinder/nfs_shares | 08:00 |
recyclehero | great thats from - { ip: "HOSTNAME", share: "PATH_TO_NFS_VOLUME" } | 08:02 |
recyclehero | but whats nfs_share_config: ? | 08:02 |
recyclehero | https://docs.openstack.org/openstack-ansible-os_cinder/latest/configure-cinder.html#nfs-backend | 08:02 |
recyclehero | I know what it is but dont know where it is used | 08:02 |
recyclehero | we have everything we want in shares: | 08:02 |
noonedeadpunk | it should be key in cinder_backends | 08:03 |
recyclehero | aha | 08:03 |
noonedeadpunk | nfs_share_config for cinder is `/etc/cinder/nfs_shares` | 08:03 |
noonedeadpunk | so it's path to the file where shares are defined | 08:04 |
recyclehero | then we template that file with the shares info | 08:04 |
noonedeadpunk | which should be set by the role in case backends are described correctly | 08:04 |
noonedeadpunk | yah with that task https://opendev.org/openstack/openstack-ansible-os_cinder/src/branch/master/tasks/cinder_post_install.yml#L134-L143 | 08:04 |
recyclehero | noonedeadpunk: thanks | 08:05 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: Allow user to override UseRoutes in template https://review.opendev.org/756088 | 08:06 |
noonedeadpunk | jrosser: any idea what's wrong with it? https://zuul.opendev.org/t/openstack/build/ab75cee0de964718b6961dbadb3b577e/log/job-output.txt#2509 | 08:07 |
noonedeadpunk | https://opendev.org/openstack/openstack-ansible-os_gnocchi/src/branch/stable/train/tasks/db_setup.yml doesn't look wrong for me | 08:08 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: Allow user to override UseDNS in template https://review.opendev.org/756096 | 08:11 |
recyclehero | restore successful! moving to prodcution deployment. thanks to chanell for support | 08:13 |
jrosser | noonedeadpunk: here is the problem https://zuul.opendev.org/t/openstack/build/ab75cee0de964718b6961dbadb3b577e/log/job-output.txt#1849 | 08:18 |
recyclehero | I saw fridtjof[m] also suffer from this bug yesterday. it also takes some good hours from me and also Adri2000 | 08:19 |
recyclehero | https://bugs.launchpad.net/neutron/+bug/1899141 | 08:19 |
openstack | Launchpad bug 1899141 in neutron "Linuxbridge agent NetlinkError: (13, 'Permission denied') after Stein upgrade" [Medium,In progress] - Assigned to Rodolfo Alonso (rodolfo-alonso-hernandez) | 08:19 |
jrosser | noonedeadpunk: i guess os_gnocchi is missing from required_projects on train so it's not prepared properly by zuul, then we clone the repo and check out master | 08:20 |
recyclehero | is it out of scope of OSA? | 08:20 |
jrosser | which is now using the collection module rather than mysql_db and ansible-lint doesnt understand it | 08:20 |
*** pcaruana has quit IRC | 08:22 | |
noonedeadpunk | jrosser: sounds reasonable.... | 08:26 |
noonedeadpunk | and not good really | 08:26 |
*** tosky has joined #openstack-ansible | 08:59 | |
*** jbadiapa has quit IRC | 09:05 | |
*** jbadiapa has joined #openstack-ansible | 09:06 | |
Adri2000 | recyclehero: I'm not sure what you mean "out of scope of OSA" ? it's really a neutron bug | 09:24 |
Adri2000 | I guess we'll want to bump neutron's SHA and make stable releases with that, but I believe that's done on a regular basis anyway? | 09:26 |
noonedeadpunk | Adri2000: absolutely | 09:26 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Add missing projects to required ones https://review.opendev.org/758542 | 09:31 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Deprecate os_congress role https://review.opendev.org/742521 | 10:04 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/train: Enable notifications when Designate is enabled https://review.opendev.org/758412 | 10:05 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Fix upgrade jobs for bind-to-mgmt https://review.opendev.org/758461 | 10:07 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: Add openstack-ansible-uw_apache focal job https://review.opendev.org/754123 | 10:51 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/755973 | 10:59 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/755973 | 10:59 |
noonedeadpunk | jrosser: have a bad feeling about bionic http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/bionic-updates/ | 11:05 |
noonedeadpunk | victoria is present for focal already | 11:05 |
noonedeadpunk | maybe they're building it at the moment... | 11:06 |
jrosser | hmm - i guess though (except distro jobs) we take things like libvirt and stuff | 11:06 |
jrosser | so ussuri UCA is probably good for source installs? | 11:07 |
noonedeadpunk | it is | 11:07 |
noonedeadpunk | but not for distro ones | 11:07 |
jrosser | no, so we have to drop bionic distro jobs for V i guess | 11:08 |
noonedeadpunk | yeah | 11:08 |
jrosser | i'm ok with that - it's out of our control completely | 11:09 |
noonedeadpunk | and dstro installs start annoy me a bit overall because of that | 11:09 |
jrosser | it was really motivated by the suse folk | 11:10 |
jrosser | and now we dropped support for suse..... | 11:10 |
*** shyamb has joined #openstack-ansible | 11:15 | |
*** shyamb has quit IRC | 11:46 | |
mgariepy | wasn't U the bionic -> focal upgrade release ? | 11:49 |
*** rf0lc0 has joined #openstack-ansible | 12:06 | |
*** ianychoi_ has joined #openstack-ansible | 12:13 | |
*** ianychoi has quit IRC | 12:17 | |
noonedeadpunk | mgariepy: well, I think we can kind of keep bionic for source for a while since it's supported for another several years... | 12:19 |
noonedeadpunk | and has even py3.8 in updates which should cover all issues that may raise with ansible 2.11 | 12:20 |
mgariepy | ok fair enough. | 12:28 |
*** macz_ has joined #openstack-ansible | 12:41 | |
*** macz_ has quit IRC | 12:46 | |
*** ChanServ changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/osa-review-board-v1" | 12:56 | |
*** cshen has quit IRC | 13:04 | |
*** MickyMan77 has joined #openstack-ansible | 13:14 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Remove Centos-7 support https://review.opendev.org/742100 | 13:20 |
*** MickyMan77 has quit IRC | 13:22 | |
*** yann-kaelig has joined #openstack-ansible | 13:26 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add "rabbit-rescue" script https://review.opendev.org/713751 | 13:28 |
*** cshen has joined #openstack-ansible | 13:50 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-openstack_hosts master: Remove unsupported OS https://review.opendev.org/758566 | 13:57 |
*** MickyMan77 has joined #openstack-ansible | 13:58 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-openstack_hosts master: Set UCA repo to Victoria https://review.opendev.org/758570 | 14:06 |
*** MickyMan77 has quit IRC | 14:07 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Fail if we're trying to use distro path for bionic https://review.opendev.org/758571 | 14:11 |
*** dave-mccowan has joined #openstack-ansible | 14:19 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest master: Remove unsupported OS https://review.opendev.org/758575 | 14:19 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Fail if we're trying to use distro path for bionic https://review.opendev.org/758571 | 14:22 |
*** macz_ has joined #openstack-ansible | 14:34 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Enable venv_wheel_build_enable for CI https://review.opendev.org/752311 | 14:36 |
*** macz_ has quit IRC | 14:39 | |
*** macz_ has joined #openstack-ansible | 14:51 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Use new openstack collection syntax https://review.opendev.org/758581 | 14:59 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts stable/ussuri: Allow 'rp_filter' to be configured by individual deployments https://review.opendev.org/751265 | 15:05 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_adjutant master: Make role fit to the OSA standards https://review.opendev.org/756313 | 15:05 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Remove glance_registry from inventory https://review.opendev.org/756318 | 15:10 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_adjutant master: Make role fit to the OSA standards https://review.opendev.org/756313 | 15:11 |
*** MickyMan77 has joined #openstack-ansible | 15:19 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/train: Pin designate-tempest-plugin to 0.7.0 for train branch https://review.opendev.org/756057 | 15:23 |
*** MickyMan77 has quit IRC | 15:27 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Added Openstack Adjutant role deployment https://review.opendev.org/756310 | 15:47 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Added Openstack Adjutant role deployment https://review.opendev.org/756310 | 15:47 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Add missing projects to required ones https://review.opendev.org/758542 | 15:49 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Remove Centos-7 support https://review.opendev.org/742100 | 15:52 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Fail if we're trying to use distro path for bionic https://review.opendev.org/758571 | 15:52 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests stable/train: Add missing projects to required ones https://review.opendev.org/758586 | 15:54 |
*** MickyMan77 has joined #openstack-ansible | 15:54 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests stable/ussuri: Add missing projects to required ones https://review.opendev.org/758587 | 15:54 |
*** MickyMan77 has quit IRC | 16:03 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Switch collections to git installations https://review.opendev.org/758589 | 16:04 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Fix manila tempest tests https://review.opendev.org/757854 | 16:07 |
noonedeadpunk | jrosser: oh, sorry, I clean forgot about https://review.opendev.org/#/c/738050/ - I should update it instead :( | 16:11 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Fix neutron functional test https://review.opendev.org/758592 | 16:15 |
*** mgariepy has quit IRC | 16:44 | |
*** mgariepy has joined #openstack-ansible | 16:46 | |
*** maharg102 has quit IRC | 17:01 | |
*** MickyMan77 has joined #openstack-ansible | 17:13 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/ussuri: Enable notifications when Designate is enabled https://review.opendev.org/758411 | 17:14 |
*** jamesdenton has quit IRC | 17:16 | |
*** MickyMan77 has quit IRC | 17:22 | |
*** miloa has quit IRC | 17:33 | |
*** mgariepy has quit IRC | 17:39 | |
openstackgerrit | Merged openstack/openstack-ansible master: Fix infra jobs https://review.opendev.org/758399 | 17:42 |
*** andrewbonney has quit IRC | 17:43 | |
*** mgariepy has joined #openstack-ansible | 17:44 | |
*** MickyMan77 has joined #openstack-ansible | 17:50 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_client stable/train: Bump galera version https://review.opendev.org/757482 | 17:52 |
*** MickyMan77 has quit IRC | 17:58 | |
*** ChiTo has joined #openstack-ansible | 18:09 | |
ChiTo | Hi OSA Team, can I deploy my neutron api servers separately from my l2/l3/routers and to put DVR or virtual routers on the compute nodes? | 18:10 |
ChiTo | I mean just saying openstack-ansible that neutron_hosts is not for the api neutron-server daemon | 18:10 |
ChiTo | and to place the proper host group for neutron-apis completely separately and the rest of networking services on every compute node? | 18:11 |
ChiTo | because I noticed everything is encompassed on the network_hosts host group | 18:13 |
*** MickyMan77 has joined #openstack-ansible | 18:25 | |
*** MickyMan77 has quit IRC | 18:34 | |
*** maharg101 has joined #openstack-ansible | 18:58 | |
*** jbadiapa has quit IRC | 19:03 | |
*** maharg101 has quit IRC | 19:04 | |
dmsimard | btw, significant performance improvements in ara scheduled to be released next week: https://twitter.com/RecordsAnsible/status/1317174853355667456 | 19:04 |
dmsimard | 1.5.2 will also contain the fix for the issue noonedeadpunk raised about handler tasks not being recorded | 19:04 |
*** MickyMan77 has joined #openstack-ansible | 19:05 | |
*** MickyMan77 has quit IRC | 19:13 | |
*** tosky has quit IRC | 19:37 | |
*** tosky has joined #openstack-ansible | 19:39 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Remove unsupported OS https://review.opendev.org/758575 | 19:44 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Fix tempest init logic https://review.opendev.org/753393 | 19:45 |
openstackgerrit | Merged openstack/openstack-ansible master: Remove glance_registry from inventory https://review.opendev.org/756318 | 19:58 |
*** spatel has joined #openstack-ansible | 20:04 | |
*** cshen has quit IRC | 20:07 | |
*** cshen has joined #openstack-ansible | 20:08 | |
*** yolanda has quit IRC | 20:24 | |
*** yolanda has joined #openstack-ansible | 20:24 | |
*** yann-kaelig has quit IRC | 20:28 | |
*** MickyMan77 has joined #openstack-ansible | 21:10 | |
*** spatel has quit IRC | 21:12 | |
*** watersj has quit IRC | 21:14 | |
*** MickyMan77 has quit IRC | 21:19 | |
*** rf0lc0 has quit IRC | 21:20 | |
*** ChiTo has quit IRC | 21:28 | |
*** rgogunskiy has quit IRC | 21:36 | |
*** cshen has quit IRC | 21:41 | |
*** MickyMan77 has joined #openstack-ansible | 21:45 | |
*** MickyMan77 has quit IRC | 21:54 | |
*** dave-mccowan has quit IRC | 22:00 | |
*** dave-mccowan has joined #openstack-ansible | 22:03 | |
*** spatel has joined #openstack-ansible | 22:04 | |
*** MickyMan77 has joined #openstack-ansible | 22:23 | |
*** tosky has quit IRC | 22:29 | |
*** MickyMan77 has quit IRC | 22:31 | |
*** MickyMan77 has joined #openstack-ansible | 23:00 | |
*** spatel has quit IRC | 23:07 | |
*** dave-mccowan has quit IRC | 23:12 | |
*** dave-mccowan has joined #openstack-ansible | 23:32 | |
*** cshen has joined #openstack-ansible | 23:37 | |
*** cshen has quit IRC | 23:42 | |
*** macz_ has quit IRC | 23:54 | |
*** dave-mccowan has quit IRC | 23:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!