*** markvoelker has joined #openstack-ansible | 00:08 | |
*** markvoelker has quit IRC | 00:12 | |
*** markvoelker has joined #openstack-ansible | 00:28 | |
*** markvoelker has quit IRC | 00:33 | |
*** watersj has joined #openstack-ansible | 02:47 | |
*** udesale has joined #openstack-ansible | 04:07 | |
*** mrda has quit IRC | 04:37 | |
*** markvoelker has joined #openstack-ansible | 04:38 | |
*** mrda has joined #openstack-ansible | 04:38 | |
*** markvoelker has quit IRC | 04:42 | |
*** markvoelker has joined #openstack-ansible | 05:58 | |
*** markvoelker has quit IRC | 06:03 | |
*** udesale has quit IRC | 06:08 | |
*** udesale has joined #openstack-ansible | 06:10 | |
*** tosky has joined #openstack-ansible | 06:42 | |
*** andrewbonney has joined #openstack-ansible | 07:11 | |
*** dpawlik2 has joined #openstack-ansible | 07:22 | |
*** jbadiapa has joined #openstack-ansible | 07:37 | |
*** namrata has joined #openstack-ansible | 07:39 | |
*** tosky has quit IRC | 08:03 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/743163 | 08:15 |
---|---|---|
*** kleini_ has joined #openstack-ansible | 08:32 | |
*** rpittau has joined #openstack-ansible | 08:32 | |
*** ioni has joined #openstack-ansible | 08:50 | |
*** tosky has joined #openstack-ansible | 09:33 | |
*** also_stingrayza is now known as stingrayza | 09:56 | |
*** namrata has quit IRC | 09:57 | |
*** markvoelker has joined #openstack-ansible | 10:49 | |
*** markvoelker has quit IRC | 10:54 | |
*** mgariepy has quit IRC | 11:02 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Add rsync package for New CentOS-8 minimal installs https://review.opendev.org/743193 | 11:06 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_nova stable/ussuri: Avoid rebuilding the venv with every run https://review.opendev.org/743194 | 11:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Fix management address lookup for metal hosts in some deployments https://review.opendev.org/743195 | 11:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/train: Fix management address lookup for metal hosts in some deployments https://review.opendev.org/743196 | 11:08 |
watersj | is there something else that needs to be set for masakari to do evacuation of guests when host goes down? Notification status is still running and I have capacity available to move the guest. | 11:21 |
*** jungleboyj has joined #openstack-ansible | 11:42 | |
noonedeadpunk | so, it needs running api and engine, corosync+pacemaker cluster, and masakari-hostmonitor | 11:53 |
noonedeadpunk | and, added hosts into masakari API of course (and created segment) | 11:53 |
*** rh-jelabarre has joined #openstack-ansible | 11:59 | |
*** udesale_ has joined #openstack-ansible | 12:00 | |
openstackgerrit | Merged openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/743062 | 12:02 |
*** udesale has quit IRC | 12:03 | |
openstackgerrit | Merged openstack/openstack-ansible-os_glance stable/train: Make possible to run glance-api not with uwsgi https://review.opendev.org/742433 | 12:04 |
openstackgerrit | Merged openstack/ansible-hardening master: Stop to use the __future__ module. https://review.opendev.org/732751 | 12:04 |
watersj | noonedeadpunk, and I have that. Corosync 2 node cluster on controllers, pacemaker_remote on compute nodes | 12:08 |
noonedeadpunk | um... what do you have crm_mon -1 ? | 12:09 |
watersj | noonedeadpunk, crm_mon -X ; returns 0 | 12:10 |
watersj | shows host in question down | 12:10 |
noonedeadpunk | is host name in crm is the same as added in masakari and the same as in openstack compute service list? | 12:11 |
watersj | yes, I ran into that before and changed all to be same | 12:11 |
watersj | xml output shows, online="false" | 12:12 |
noonedeadpunk | and on other computes masakari-hostmonitor should in log say that another host is down and in api event should be created | 12:12 |
watersj | it does | 12:12 |
watersj | 'osa-compute-0.home.loc' is 'offline'. | 12:12 |
noonedeadpunk | but isntance is still in it? | 12:12 |
noonedeadpunk | what's the state of event and whats in masakari engine log? | 12:13 |
watersj | it is, and server list thinks guest is still up | 12:13 |
watersj | even though it is not | 12:13 |
noonedeadpunk | about guuest that's ok | 12:13 |
noonedeadpunk | so, once event is created, masakari engine should read it, and issue nova host evacuate | 12:14 |
*** mgariepy has joined #openstack-ansible | 12:14 | |
noonedeadpunk | and that host should not be on_maintenance | 12:16 |
noonedeadpunk | (otherwise event will be ignored) | 12:16 |
noonedeadpunk | So I think you should check for the masakari events and it statuses and engine log | 12:16 |
watersj | status on notification is "running" | 12:16 |
watersj | the segment host is | 12:17 |
watersj | ... | 12:17 |
watersj | maint was false, it is now true | 12:17 |
watersj | i did not change the status to true | 12:18 |
noonedeadpunk | yeah, that's ok, it change it during marking as down (it should be also marked as disabled in nova service lsit) | 12:18 |
noonedeadpunk | So then I think masakari should issue nova evacuate command and rely on nova to evacuate isntance from that host | 12:19 |
watersj | 3 controller nodes makes hunting logs fun | 12:20 |
watersj | stubled across failure, "Failed to execute host failure flow for notification" | 12:22 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: Add integrated test for Ubuntu using ML2/OVN driver https://review.opendev.org/733017 | 12:22 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: Add integrated test for Ubuntu using ML2/OVN driver https://review.opendev.org/733017 | 12:22 |
*** markvoelker has joined #openstack-ansible | 12:23 | |
watersj | I should not need a reserved host for evacuations, correct? | 12:24 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/train: Bump ansible version to 2.8.13 https://review.opendev.org/736467 | 12:28 |
*** dave-mccowan has joined #openstack-ansible | 12:31 | |
*** evrardjp has quit IRC | 12:32 | |
*** evrardjp has joined #openstack-ansible | 12:32 | |
*** evrardjp has quit IRC | 12:32 | |
*** evrardjp has joined #openstack-ansible | 12:33 | |
*** dave-mccowan has quit IRC | 12:37 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ansible-hardening stable/train: Updated from OpenStack Ansible Tests https://review.opendev.org/690380 | 12:40 |
*** KeithMnemonic has joined #openstack-ansible | 12:46 | |
*** spatel has joined #openstack-ansible | 13:01 | |
*** isakgicu has joined #openstack-ansible | 13:12 | |
*** stingrayza has quit IRC | 13:25 | |
*** stingrayza has joined #openstack-ansible | 13:26 | |
*** stingrayza has quit IRC | 13:30 | |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_keystone stable/ussuri: Add Paramaters to httpd.conf template https://review.opendev.org/738034 | 13:30 |
*** stingrayza has joined #openstack-ansible | 13:33 | |
*** spatel has quit IRC | 13:38 | |
*** fridtjof[m] has joined #openstack-ansible | 13:46 | |
*** d34dh0r53 has joined #openstack-ansible | 13:52 | |
openstackgerrit | Merged openstack/openstack-ansible stable/ussuri: Fix gate job for aio_metal template https://review.opendev.org/743031 | 13:53 |
openstackgerrit | Merged openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/743061 | 13:53 |
openstackgerrit | Merged openstack/openstack-ansible master: Fix ceph deployment for CentOS 7 https://review.opendev.org/742262 | 14:07 |
openstackgerrit | Merged openstack/openstack-ansible stable/ussuri: Ensure distro packages are present for utility wheel build https://review.opendev.org/742429 | 15:19 |
*** spatel has joined #openstack-ansible | 15:26 | |
*** mgariepy has quit IRC | 15:36 | |
*** gyee has joined #openstack-ansible | 15:47 | |
*** markvoelker has quit IRC | 16:03 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add documentation for deploying letsencrypt certificates https://review.opendev.org/739466 | 16:09 |
*** mgariepy has joined #openstack-ansible | 16:17 | |
*** udesale_ has quit IRC | 16:21 | |
*** nicolasbock has joined #openstack-ansible | 16:59 | |
*** andrewbonney has quit IRC | 17:09 | |
*** jbadiapa has quit IRC | 17:12 | |
*** poopcat has quit IRC | 17:38 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Add documentation for deploying letsencrypt certificates https://review.opendev.org/743290 | 17:43 |
*** poopcat has joined #openstack-ansible | 17:51 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_gnocchi stable/ussuri: Cleanup ansible_python_interpreter https://review.opendev.org/743293 | 17:54 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-tests stable/ussuri: Remove python3 specific test job https://review.opendev.org/743294 | 17:55 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-hardening stable/ussuri: Cleanup ansible_python_interpreter https://review.opendev.org/743295 | 17:56 |
*** evrardjp has quit IRC | 18:21 | |
*** evrardjp has joined #openstack-ansible | 18:24 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_cinder stable/ussuri: Explicitly enable/disable active/active https://review.opendev.org/743303 | 18:30 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Rename mysql to mariadb for registered var https://review.opendev.org/743304 | 18:33 |
*** tosky has quit IRC | 18:33 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-tests stable/ussuri: Make nodepool vars work with centos 8 https://review.opendev.org/743305 | 18:34 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server stable/ussuri: Update log socket workaround to be for all Centos versions https://review.opendev.org/743306 | 18:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_sahara stable/ussuri: Add centos-8 support https://review.opendev.org/743307 | 18:37 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tacker stable/ussuri: Add centos-8 support https://review.opendev.org/743308 | 18:37 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_blazar stable/ussuri: Add centos-8 support https://review.opendev.org/743309 | 18:37 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_aodh stable/ussuri: Add centos-8 support https://review.opendev.org/743310 | 18:37 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_gnocchi stable/ussuri: Add centos-8 support https://review.opendev.org/743311 | 18:38 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_octavia stable/ussuri: Add centos-8 support https://review.opendev.org/743312 | 18:38 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_ceilometer stable/ussuri: Add centos-8 and ubuntu focal support https://review.opendev.org/743313 | 18:38 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Fix ceph deployment for CentOS 7 https://review.opendev.org/743314 | 18:38 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_keystone master: Add CADF notifications for federated keystone https://review.opendev.org/741946 | 19:03 |
spatel | Look like goodness going here :) lots of merges | 19:15 |
*** tosky has joined #openstack-ansible | 21:25 | |
*** spatel has quit IRC | 22:00 | |
*** d34dh0r53 has quit IRC | 22:11 | |
*** tosky has quit IRC | 23:25 | |
*** spatel has joined #openstack-ansible | 23:46 | |
*** spatel has quit IRC | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!