Saturday, 2020-10-10

*** openstackgerrit has quit IRC00:36
*** gyee has quit IRC00:37
*** maharg101 has joined #openstack-ansible00:45
*** nurdie has joined #openstack-ansible00:46
*** maharg101 has quit IRC00:50
*** nurdie has quit IRC00:50
*** spatel has joined #openstack-ansible01:24
*** rfolco has joined #openstack-ansible02:35
*** rfolco has quit IRC02:40
*** maharg101 has joined #openstack-ansible02:46
*** nurdie has joined #openstack-ansible02:47
*** maharg101 has quit IRC02:51
*** nurdie has quit IRC02:52
*** maharg101 has joined #openstack-ansible02:59
*** rfolco has joined #openstack-ansible03:05
*** rfolco has quit IRC03:08
*** rfolco has joined #openstack-ansible03:08
*** rfolco has joined #openstack-ansible03:10
*** rfolco has quit IRC03:13
*** rfolco has joined #openstack-ansible03:13
*** rfolco has quit IRC03:17
*** rfolco has joined #openstack-ansible03:26
*** rfolco has quit IRC03:29
*** rfolco has joined #openstack-ansible03:29
*** rfolco has quit IRC03:31
*** rfolco has joined #openstack-ansible03:31
*** rfolco has quit IRC03:33
*** rfolco has joined #openstack-ansible03:34
*** rfolco has quit IRC03:38
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-ansible04:33
*** spatel has quit IRC04:41
*** nurdie has joined #openstack-ansible04:48
*** nurdie has quit IRC04:53
*** rfolco has joined #openstack-ansible05:59
*** rfolco has quit IRC06:03
*** SmearedBeard has joined #openstack-ansible06:21
*** SmearedBeard has quit IRC06:39
*** nurdie has joined #openstack-ansible06:49
*** nurdie has quit IRC06:53
*** SmearedBeard has joined #openstack-ansible08:41
*** SecOpsNinja has joined #openstack-ansible08:48
*** nurdie has joined #openstack-ansible08:50
*** nurdie has quit IRC08:54
*** SmearedBeard has quit IRC09:55
*** macz_ has joined #openstack-ansible09:55
*** macz_ has quit IRC10:00
*** nurdie has joined #openstack-ansible10:51
*** nurdie has quit IRC10:56
*** tosky has joined #openstack-ansible12:33
*** spatel has joined #openstack-ansible12:43
*** spatel has quit IRC12:48
*** nurdie has joined #openstack-ansible12:52
*** vesper11 has quit IRC12:53
*** nurdie has quit IRC12:56
*** nurdie has joined #openstack-ansible13:00
*** nurdie has quit IRC13:15
*** nsmeds has joined #openstack-ansible13:19
nsmedsHey everyone - quick question about the `repo` containers. I just rebuilt one of the servers and successfully (after a few issues) reran the setup-* playbooks to provision it. However the `repo` container on this server is missing some packages.13:20
nsmedsTrying to find a way to update the repo container to download all the necessary packages. e.g. The OSA playbooks will fail looking for `os-releases/20.1.1/ubuntu-18.04-x86_64/python_kingbirdclient-0.2.1-py3-none-any.whl` and other similar packages. I can resolve this by setting the new `repo` backend to `MAINT` in HAProxy, confirming issue is isolated to the new container.13:22
*** MickyMan77 has joined #openstack-ansible13:27
SecOpsNinjahi! im having a strange error with sshd in one of the keystone nodes where is returning SSH_MSG_USERAUTH_FAILURE but the  the keystone user as the same authorized kets as node 1. where the  failed logs od sshd show? its not showing anything in journal or stdout if i run manually with sshd -De13:29
*** MickyMan77 has quit IRC13:35
jrossernsmeds: the contents of the first repo server in then ansible group are synchronised to the others with lsyncd/rsync, you may want to check if that has happened13:54
*** MickyMan77 has joined #openstack-ansible14:04
recycleherodoes OSA can do any DB manipulation, like when neutron db is out of sync?14:06
recycleherodoes offline_migrations relate to this?14:08
jrosserthat is to do with database schema updates at upgrade time14:10
*** MickyMan77 has quit IRC14:12
recycleheroso if for example the present neutron agents differ from the ones pointed out in DB, there are no way to correct the database using gatherd ansible facts?14:15
recycleherojrosser: I am reading about database migrations now being expand-migrate-contract.14:15
recycleheroso I am asking if there is a script of playbook to rebuild the databases?14:16
recycleherojrosser: also how does OSA do database population when deploying? does it put anything in databases specificly for neutron?14:17
jrosserother than creating the db for neutron and the user everything is done by neutron itself14:18
jrosserevery service has an identical file like this https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/db_setup.yml14:18
SecOpsNinjayepo i dont understand why if recreating 2ª and 3ª keystone containers (incluiding destroying there data), only the 3 one can get acess from 1º keystone. the 2º container always get errors in ssh client with 51 type response :(14:25
SecOpsNinjaif i do ssh -vvv -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i .ssh/id_rsa <keystone_container> i can connect with 3ª container but 2ª no :( and for what im seasing the key in authorized keys is correct...14:28
SecOpsNinjalol i found the problm... forget to block some used_ips and the container is getting thesame ip as a physical hots :P14:36
*** ianychoi_ has joined #openstack-ansible14:38
*** ianychoi has quit IRC14:40
SecOpsNinjais there a new way to force the recreationg of a container with a diferent ip?14:44
*** klamath_atx has quit IRC14:48
*** nurdie has joined #openstack-ansible14:52
*** tosky has quit IRC14:53
*** MickyMan77 has joined #openstack-ansible15:25
recycleheroSecOpsNinja: maybe if u destroy the container, add to used ip and redeploy your case gets resolved.15:29
*** MickyMan77 has quit IRC15:33
*** MickyMan77 has joined #openstack-ansible16:01
*** MickyMan77 has quit IRC16:10
*** maharg101 has quit IRC16:18
*** rfolco has joined #openstack-ansible16:24
*** rfolco has quit IRC16:29
SecOpsNinjarecyclehero, yep i was think of that but i used the manage-inventory.py script and clear-ips to refresh all containers because the doc always say to avoid edit openstack_inventory.json16:35
recycleheroSecOpsNinja: It says with clear ips load balancers would not be modified, what r u gonna do about that?16:38
*** MickyMan77 has joined #openstack-ansible16:39
nsmedsok thanks @jrosser, I'll look into that.16:41
*** spatel has joined #openstack-ansible16:43
SecOpsNinjarecyclehero, where did you saw that alert? atm i think my /etc/haproxy/haproxy.cfg is updated with new ips of containers16:44
recycleheroSecOpsNinja: in the script itself16:44
SecOpsNinjarecyclehero, i didn't check the script itself but https://docs.openstack.org/openstack-ansible/latest/reference/inventory/manage-inventory.html16:46
SecOpsNinjaprobably because im using haproxy from oepnstack ansible is using the correct values16:47
*** spatel has quit IRC16:47
*** MickyMan77 has quit IRC16:47
SecOpsNinjaofc if i had external lb that would be a problm16:48
*** maharg101 has joined #openstack-ansible17:00
*** tosky has joined #openstack-ansible17:06
*** maharg101 has quit IRC17:08
*** MickyMan77 has joined #openstack-ansible17:18
*** MickyMan77 has quit IRC17:26
*** rfolco has joined #openstack-ansible17:44
*** tosky has quit IRC18:01
*** MickyMan77 has joined #openstack-ansible18:01
*** MickyMan77 has quit IRC18:10
recycleherocannot set cors for uploading image to glance18:37
recycleheroHAproxy doesnt respond to the OPTIONS preflight cors request18:37
*** MickyMan77 has joined #openstack-ansible18:38
*** MickyMan77 has quit IRC18:47
*** maharg101 has joined #openstack-ansible19:04
*** maharg101 has quit IRC19:09
*** admin0 has quit IRC19:39
ebbexINSERT INTO `clusters` VALUES ('2020-10-10 19:48:16','2020-10-10 19:48:16',NULL,0,2,'ceph@RBD','cinder-volume',0,NULL,0,'disabled',NULL,0);19:52
ebbexthat line is sometimes missing on my deployments. And was created by having just one cinder-volume.service start with cinder.conf containing [RBD]\nbackend_host: rbd:volumes19:54
*** MickyMan77 has joined #openstack-ansible19:55
*** SecOpsNinja has left #openstack-ansible19:56
*** MickyMan77 has quit IRC20:03
*** MickyMan77 has joined #openstack-ansible20:39
*** MickyMan77 has quit IRC20:47
*** MickyMan77 has joined #openstack-ansible21:17
*** MickyMan77 has quit IRC21:25
*** rfolco has quit IRC21:38
recycleheroapparmor is precenting from mounting nfs volume in compute node21:41
*** MickyMan77 has joined #openstack-ansible21:57
*** MickyMan77 has quit IRC22:05
*** maharg101 has joined #openstack-ansible22:24
*** maharg101 has quit IRC22:28
*** tosky has joined #openstack-ansible22:51
*** admin0 has joined #openstack-ansible22:58
*** tosky has quit IRC23:10

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!