*** cshen has joined #openstack-ansible | 00:04 | |
*** cshen has quit IRC | 00:08 | |
*** cshen has joined #openstack-ansible | 02:05 | |
snadge | im having a problem with the scheduler on train | 02:05 |
---|---|---|
snadge | i have about 7 compute nodes available, but when a colleague runs a script of his to spawn a bunch of instances, they all spawn on the one node | 02:06 |
snadge | then eventually the script fails because there's "No valid host was found. There are not enough hosts available" | 02:07 |
snadge | in the dashboard, all the nodes are "Enabled" and state "Up" | 02:08 |
*** cshen has quit IRC | 02:09 | |
*** itandops has quit IRC | 02:11 | |
*** mmercer has joined #openstack-ansible | 02:16 | |
*** rh-jelabarre has joined #openstack-ansible | 02:19 | |
*** rh-jelabarre has quit IRC | 02:20 | |
*** rh-jelabarre has joined #openstack-ansible | 02:20 | |
*** rh-jelabarre has quit IRC | 02:50 | |
*** udesale has joined #openstack-ansible | 03:33 | |
*** cshen has joined #openstack-ansible | 04:06 | |
*** cshen has quit IRC | 04:11 | |
*** udesale_ has joined #openstack-ansible | 04:16 | |
*** udesale has quit IRC | 04:18 | |
*** schwicht has quit IRC | 04:21 | |
*** schwicht has joined #openstack-ansible | 04:24 | |
*** schwicht has quit IRC | 04:29 | |
*** evrardjp has quit IRC | 04:36 | |
*** evrardjp has joined #openstack-ansible | 04:36 | |
*** hamzy__ has joined #openstack-ansible | 04:38 | |
*** dpaclt has joined #openstack-ansible | 04:40 | |
dpaclt | Hello GM | 04:40 |
*** hamzy_ has quit IRC | 04:41 | |
*** cshen has joined #openstack-ansible | 05:02 | |
*** cshen has quit IRC | 05:06 | |
*** udesale_ has quit IRC | 05:13 | |
*** schwicht has joined #openstack-ansible | 05:16 | |
*** udesale has joined #openstack-ansible | 05:22 | |
*** jamesdenton has quit IRC | 05:42 | |
*** jamesdenton has joined #openstack-ansible | 05:44 | |
*** sep has joined #openstack-ansible | 06:01 | |
*** cshen has joined #openstack-ansible | 06:15 | |
*** schwicht has quit IRC | 06:18 | |
*** udesale has quit IRC | 06:28 | |
*** udesale has joined #openstack-ansible | 06:30 | |
*** jamesdenton has quit IRC | 06:54 | |
*** jamesdenton has joined #openstack-ansible | 06:55 | |
*** fghaas has joined #openstack-ansible | 07:10 | |
*** yolanda has joined #openstack-ansible | 07:12 | |
noonedeadpunk | let's merge it https://review.opendev.org/#/c/725598/ | 07:14 |
*** tosky has joined #openstack-ansible | 07:17 | |
*** udesale_ has joined #openstack-ansible | 07:25 | |
*** udesale has quit IRC | 07:28 | |
*** gokhani has joined #openstack-ansible | 08:32 | |
gokhani | hi jrosser, I achived run ironic in my train environment which is installed by OSA :) | 08:39 |
gokhani | OSA side there is one problem, if we install nova-compute and nova-scheduler in lxc containers, it gives error about multipath-tools package. it can not install multipath-tools on lxc. | 08:43 |
*** dpaclt has quit IRC | 08:52 | |
*** andrelf has joined #openstack-ansible | 09:06 | |
*** gokhani has quit IRC | 09:16 | |
*** gokhani has joined #openstack-ansible | 09:20 | |
*** d34dh0r53 has quit IRC | 09:36 | |
*** d34dh0r53 has joined #openstack-ansible | 09:39 | |
*** threestrands has quit IRC | 09:41 | |
*** hwoarang has quit IRC | 09:43 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Don't do cleanup for Suse images https://review.opendev.org/726323 | 09:47 |
noonedeadpunk | I think nobody supposed to install nova-compute inside lxc - it should be placed only on bare on compute hosts (ie kvm ones) | 09:48 |
gokhani | noonedeadpunk, https://github.com/openstack/openstack-ansible/blob/master/inventory/env.d/ironic.yml#L59 is_metal:false in inventory | 10:03 |
*** cshen has quit IRC | 10:09 | |
openstackgerrit | Erik Berg proposed openstack/openstack-ansible stable/train: ceph: run handlers after common https://review.opendev.org/713784 | 10:10 |
openstackgerrit | Erik Berg proposed openstack/openstack-ansible stable/train: WIP/DNM: Upgrade ceph to nautilus and enable msgr2 https://review.opendev.org/710778 | 10:10 |
*** owalsh has quit IRC | 10:15 | |
*** owalsh has joined #openstack-ansible | 10:22 | |
*** sshnaidm|afk is now known as sshnaidm|off | 10:31 | |
*** cshen has joined #openstack-ansible | 10:32 | |
noonedeadpunk | gokhani: but it's ironic_compute, not nova_compute | 10:40 |
*** gokhani has quit IRC | 10:47 | |
andrelf | jrosser and noonedeadpunk the 2 errors that i was getting yesterday was resolved with this changes to os_horizon ansible role http://paste.openstack.org/show/793313/ | 11:08 |
andrelf | sorry for the deplayed patch | 11:08 |
andrelf | the apache config wasn't checking the diferences in apache2.2 and 2.4 and was still using the deprecated file django.wsgi | 11:09 |
*** gokhani has joined #openstack-ansible | 11:09 | |
andrelf | i think that way if more clean | 11:09 |
andrelf | *is more clean | 11:10 |
noonedeadpunk | andrelf: maybe you want to push patches to gerrit?:) | 11:10 |
andrelf | i never done it | 11:10 |
noonedeadpunk | it's pretty easy. You need gerrit account and git-review>=1.27.0 python module | 11:11 |
noonedeadpunk | You do clone repo, make edits, do `git commit` and then `git review` | 11:12 |
noonedeadpunk | ofc you also may look through https://docs.openstack.org/openstack-ansible/latest/contributor/index.html but generally abouve workflow should work:) | 11:13 |
noonedeadpunk | ah, and you need to place your public ssh key to gerrit account as well | 11:13 |
andrelf | ok i will check that noonedeadpunk | 11:13 |
andrelf | thanks | 11:13 |
gokhani | noonedeadpunk sorry I typed wrong. I try to intend ironic-compute. | 11:15 |
*** ygk_12345 has joined #openstack-ansible | 11:19 | |
*** cshen has quit IRC | 11:21 | |
*** cshen_ has joined #openstack-ansible | 11:21 | |
*** rh-jelabarre has joined #openstack-ansible | 12:00 | |
andrelf | noonedeadpunk i have configured a the gerrit acount and now regarding the commit, should i make one commit/review for each error (403 in debian / and multidomain suport) or i should make it all in the same commit? | 12:19 |
noonedeadpunk | andrelf: if that diff covers both, you may send single one | 12:20 |
noonedeadpunk | just write in description what does it cover | 12:20 |
andrelf | ok trying to make that now | 12:20 |
*** itandops has joined #openstack-ansible | 12:26 | |
*** watersj has joined #openstack-ansible | 12:42 | |
*** yolanda has quit IRC | 12:44 | |
*** yolanda has joined #openstack-ansible | 12:44 | |
*** fghaas has left #openstack-ansible | 12:51 | |
*** cshen_ has quit IRC | 13:05 | |
*** cshen has joined #openstack-ansible | 13:10 | |
*** itandops has quit IRC | 13:21 | |
openstackgerrit | Andre proposed openstack/openstack-ansible-os_horizon master: Update permissions for apache >= 2.4 https://review.opendev.org/726386 | 13:32 |
*** itandops has joined #openstack-ansible | 13:38 | |
noonedeadpunk | andrelf: jsut try to keep 80 lines per line for commit msg) | 13:38 |
andrelf | yep i will go. i think i can try to change the commit message or no need for that now? | 13:39 |
*** gokhani has quit IRC | 13:49 | |
noonedeadpunk | andrelf: if it's possible:) just do `git commit --amend` edit message and do `git review` again | 13:51 |
andrelf | ok i will do that after pushing the patch for the second error | 13:51 |
openstackgerrit | Andre proposed openstack/openstack-ansible-os_horizon master: update WSGI multidomain values https://review.opendev.org/726394 | 13:57 |
openstackgerrit | Andre proposed openstack/openstack-ansible-os_horizon master: Update permissions for apache >= 2.4 https://review.opendev.org/726386 | 13:59 |
andrelf | ok updated both | 13:59 |
noonedeadpunk | andrelf: cool, thanks! | 14:04 |
andrelf | noonedeadpunkbecause my company is now going to use more of openstack i wil be testing alot in Debian 10 atm | 14:05 |
*** gokhani has joined #openstack-ansible | 14:10 | |
andrelf | noonedeadpunk I'm doing a lot of testing/maintenance jobs before the cluster becomes ready for production workload but it's nice to have a project that is not locked to vendor settings/decisions and because of that we can use all the customizations that it offers | 14:11 |
noonedeadpunk | ok, nice to hear. it also really cool to have more tests, as ppl tend to use centos/ubuntu at the moment. | 14:12 |
noonedeadpunk | Also we're pretty open to contributions:) | 14:12 |
andrelf | I'n not a big fan of ubuntu. Centos i like but because of some problems regarding its older kernel i now prefer to use a more updated (and stable) distro like debian 10 | 14:15 |
noonedeadpunk | Yeah, agree Centos vs Debian I'd use Debian for sure | 14:16 |
jrosser | andrelf: really great to see your patches, thanks for taking the time to do that :) really appreciate it. | 14:18 |
noonedeadpunk | ++ | 14:21 |
andrelf | jrosser I'm still an infant regarding OpenStack knowledge but with this project, I will be able better understand how stuff is deployed. Atm we have a small cluster but with time I'm confident that we will replace our current Ovirt cluster with an OpenStack one for all of our projects using this project | 14:23 |
noonedeadpunk | Oh, we had pretty interesting migration from obsolete Flexiant to Openstack - and we migrated literally all resources with almost no downtime. But they both were sharing the same ceph | 14:24 |
noonedeadpunk | and even were able to automate migration process | 14:25 |
andrelf | nice | 14:39 |
*** gokhani has quit IRC | 14:49 | |
*** gokhani has joined #openstack-ansible | 14:50 | |
*** udesale_ has quit IRC | 15:28 | |
*** gokhani has quit IRC | 15:30 | |
*** ygk_12345 has quit IRC | 15:35 | |
*** gyee has joined #openstack-ansible | 15:41 | |
*** cshen has quit IRC | 15:51 | |
*** spatel has joined #openstack-ansible | 16:02 | |
*** jbadiapa has joined #openstack-ansible | 16:04 | |
*** cshen has joined #openstack-ansible | 16:19 | |
*** cshen has quit IRC | 16:23 | |
*** ygk_12345 has joined #openstack-ansible | 16:23 | |
*** evrardjp has quit IRC | 16:36 | |
*** evrardjp has joined #openstack-ansible | 16:36 | |
*** hamzy__ has quit IRC | 16:43 | |
*** hamzy has joined #openstack-ansible | 16:47 | |
*** ygk_12345 has left #openstack-ansible | 16:51 | |
*** andrelf has quit IRC | 17:22 | |
*** rh-jelabarre has quit IRC | 18:09 | |
*** rh-jelabarre has joined #openstack-ansible | 18:09 | |
noonedeadpunk | jrosser: mnaser guilhermesp can we merge https://review.opendev.org/#/c/726323/ to unblock gates? | 18:11 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Don't do cleanup for Suse images https://review.opendev.org/726452 | 18:18 |
*** cshen has joined #openstack-ansible | 18:20 | |
*** cshen has quit IRC | 18:24 | |
*** cshen has joined #openstack-ansible | 18:30 | |
*** yolanda has quit IRC | 18:35 | |
spatel | jamesdenton: are you around? | 18:50 |
spatel | are you seeing anything wrong here - http://paste.openstack.org/show/793335/ | 18:50 |
spatel | during apply terraform getting error - Error: Error trying to get network information from the Network API: Could not find any matching port for port openstack_networking_port_v2.int_sriov.id | 18:51 |
*** watersj has quit IRC | 18:59 | |
jamesdenton | not ever used terraform, so i couldn't say. is a port actually getting created? | 19:12 |
*** cshen has quit IRC | 19:35 | |
*** cshen has joined #openstack-ansible | 19:39 | |
*** jamesdenton has quit IRC | 19:43 | |
*** cshen has quit IRC | 19:43 | |
*** jamesdenton has joined #openstack-ansible | 19:54 | |
*** cshen has joined #openstack-ansible | 19:59 | |
*** mgariepy has quit IRC | 20:12 | |
spatel | jamesdenton: i figured it out | 20:25 |
spatel | port = "openstack_networking_port_v2.int_sriov.id" this should be inside port = "${openstack_networking_port_v2.int_sriov.id}" | 20:26 |
spatel | ${..} was missing | 20:26 |
jamesdenton | good deal | 20:39 |
*** KeithMnemonic has quit IRC | 21:01 | |
*** spatel has quit IRC | 21:49 | |
*** mmethot_ has joined #openstack-ansible | 22:06 | |
*** mmethot has quit IRC | 22:08 | |
*** waxfire has quit IRC | 23:07 | |
*** tosky has quit IRC | 23:11 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!