*** geekinutah has quit IRC | 00:04 | |
*** jamespage has quit IRC | 00:04 | |
*** zul has quit IRC | 00:04 | |
*** ildikov_ has joined #openstack-ansible | 00:05 | |
*** ildikov has quit IRC | 00:05 | |
*** odyssey4me has quit IRC | 00:05 | |
*** ildikov_ is now known as ildikov | 00:05 | |
*** boxrick_ has joined #openstack-ansible | 00:05 | |
*** paulfantom___ has joined #openstack-ansible | 00:06 | |
*** nicolasbock has quit IRC | 00:06 | |
*** MasterofJOKers has quit IRC | 00:06 | |
*** boxrick has quit IRC | 00:06 | |
*** paulfantom has quit IRC | 00:06 | |
*** paulfantom___ is now known as paulfantom | 00:06 | |
openstackgerrit | Victor Palma proposed openstack/openstack-ansible-ops master: fix bootstrap for ubuntu trusty https://review.openstack.org/571052 | 00:06 |
---|---|---|
*** dhellmann has quit IRC | 00:06 | |
*** KeithMnemonic has quit IRC | 00:08 | |
*** jeferobles has joined #openstack-ansible | 00:10 | |
*** MasterofJOKers has joined #openstack-ansible | 00:10 | |
*** odyssey4me has joined #openstack-ansible | 00:11 | |
*** dhellmann has joined #openstack-ansible | 00:11 | |
*** ChanServ has quit IRC | 00:12 | |
*** geekinutah has joined #openstack-ansible | 00:15 | |
*** zul has joined #openstack-ansible | 00:16 | |
*** jamespage has joined #openstack-ansible | 00:16 | |
*** yolanda_ has quit IRC | 00:19 | |
*** yolanda_ has joined #openstack-ansible | 00:20 | |
*** ChanServ has joined #openstack-ansible | 00:33 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 00:33 | |
*** jothibasu[m] has quit IRC | 00:37 | |
*** lbragstad[m] has quit IRC | 00:37 | |
*** keithmnemonic[m] has quit IRC | 00:37 | |
*** rschulman has quit IRC | 00:37 | |
*** evrardjp[m] has quit IRC | 00:37 | |
*** csmart has quit IRC | 00:38 | |
*** nicolasbock has joined #openstack-ansible | 00:40 | |
*** jeferobles has quit IRC | 00:46 | |
*** keithmnemonic[m] has joined #openstack-ansible | 00:58 | |
*** nurdie_ has joined #openstack-ansible | 00:59 | |
*** nurdie has quit IRC | 01:02 | |
*** juhak has quit IRC | 01:02 | |
*** juhak has joined #openstack-ansible | 01:03 | |
*** chyka has joined #openstack-ansible | 01:03 | |
*** chyka has quit IRC | 01:08 | |
*** mma has joined #openstack-ansible | 01:13 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: fix bootstrap for ubuntu trusty https://review.openstack.org/571052 | 01:14 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Adjust DHCP range so that nodes can take static address from pool https://review.openstack.org/571033 | 01:14 |
*** evrardjp[m] has joined #openstack-ansible | 01:20 | |
*** jothibasu[m] has joined #openstack-ansible | 01:20 | |
*** rschulman has joined #openstack-ansible | 01:20 | |
*** lbragstad[m] has joined #openstack-ansible | 01:20 | |
*** csmart has joined #openstack-ansible | 01:20 | |
*** cjloader has joined #openstack-ansible | 01:21 | |
*** cjloader has quit IRC | 01:26 | |
*** nurdie_ has quit IRC | 01:30 | |
*** tux_ has joined #openstack-ansible | 01:30 | |
*** jamespage has quit IRC | 01:30 | |
*** nurdie has joined #openstack-ansible | 01:31 | |
*** gyee has quit IRC | 01:31 | |
*** nurdie has quit IRC | 01:35 | |
*** openstacking_123 has joined #openstack-ansible | 01:38 | |
*** jamespage has joined #openstack-ansible | 01:44 | |
*** armaan has quit IRC | 01:48 | |
*** armaan has joined #openstack-ansible | 01:49 | |
*** openstacking_123 has quit IRC | 02:28 | |
*** jeferobles has joined #openstack-ansible | 02:29 | |
*** markvoelker_ has quit IRC | 02:45 | |
*** jeferobles has quit IRC | 03:25 | |
*** markvoelker has joined #openstack-ansible | 03:35 | |
*** mma has quit IRC | 03:37 | |
*** goldenfri has quit IRC | 03:37 | |
*** mma has joined #openstack-ansible | 03:38 | |
*** markvoelker has quit IRC | 03:39 | |
olivierbourdon38 | morning everyone | 03:46 |
olivierbourdon38 | are there some places I can have a look at to see interfaces, vlans and bridges configuration of a host machine which would launch KVM/libvirt OSA VMs and also the KVM network settings used by these VMs ? | 03:48 |
*** nicolasbock has quit IRC | 03:55 | |
*** udesale has joined #openstack-ansible | 03:58 | |
*** poopcat has quit IRC | 04:11 | |
*** cjloader has joined #openstack-ansible | 04:19 | |
cloudnull | If this is an existing host, /etc/network/interfaces {,.d} would be a good start | 04:22 |
*** tux_ has quit IRC | 04:23 | |
cloudnull | If you're looking for examples https://github.com/openstack/openstack-ansible/blob/master/etc/network/interfaces.d/openstack_interface.cfg.prod.example | 04:23 |
*** cjloader has quit IRC | 04:24 | |
*** markvoelker has joined #openstack-ansible | 04:29 | |
*** nurdie has joined #openstack-ansible | 04:35 | |
evrardjp | morning | 04:42 |
*** jeferobles has joined #openstack-ansible | 04:44 | |
olivierbourdon38 | many thanks cloudnull and good morning evrardjp | 04:44 |
olivierbourdon38 | however these are the settings for the OSA nodes/VMs right, I am looking for the same thing but for the KVM host which runs them + additional KVM networking settings + VMs KVM network config (like most probably what runs in the CI) | 04:46 |
cloudnull | olivierbourdon38 you may want to have a look at https://github.com/openstack/openstack-ansible-ops/tree/master/multi-node-aio for interface configs and libvirt setup using nested vert | 04:51 |
cloudnull | That setup using a physical host to create vms to spin a test cloud on which can then be used to create more vms. | 04:52 |
cloudnull | Most of the configs are all there. If I'm.understandjng the ask right. | 04:52 |
cloudnull | And on that note. I sleep. Take care all | 04:53 |
evrardjp | gn cloudnull | 04:53 |
cloudnull | Chao | 04:53 |
olivierbourdon38 | thanks cloudnull definitely what I was looking for, have a good night | 04:53 |
*** markvoelker has quit IRC | 05:03 | |
*** nurdie has quit IRC | 05:07 | |
*** radeks__ has joined #openstack-ansible | 05:09 | |
*** bhujay has joined #openstack-ansible | 05:10 | |
*** DanyC has joined #openstack-ansible | 05:14 | |
bhujay | odyssey4me: in queen the pip install role has changed the checking from {% if pip_lock_to_internal_repo and pip_links | length > 0 %} to {% if pip_links | length > 0 %} . As a result the openstack-host-setyp.yml fails , could this be a bug ? | 05:15 |
bhujay | odyssey4me: https://github.com/openstack/openstack-ansible-pip_install/blob/4254996908d390835c7beff3d8b73e8a7c441eb2/templates/pip.conf.j2#L18 | 05:16 |
*** pvradu has joined #openstack-ansible | 05:16 | |
*** DanyC has quit IRC | 05:16 | |
*** DanyC has joined #openstack-ansible | 05:17 | |
*** tux_ has joined #openstack-ansible | 05:22 | |
*** asdf___ has joined #openstack-ansible | 05:23 | |
*** asdf___ has left #openstack-ansible | 05:24 | |
*** pvradu has quit IRC | 05:25 | |
*** tux_ has quit IRC | 05:26 | |
*** tux_ has joined #openstack-ansible | 05:28 | |
*** tux_ has quit IRC | 05:29 | |
*** DanyC_ has joined #openstack-ansible | 05:29 | |
*** DanyC has quit IRC | 05:31 | |
*** DanyC_ has quit IRC | 05:34 | |
*** mma has quit IRC | 05:37 | |
*** bhujay has quit IRC | 05:41 | |
*** tux_ has joined #openstack-ansible | 05:45 | |
*** nurdie has joined #openstack-ansible | 05:45 | |
*** tux_ has quit IRC | 05:47 | |
*** sar_ has quit IRC | 05:52 | |
*** bhujay has joined #openstack-ansible | 05:54 | |
*** jeferobles has quit IRC | 05:55 | |
*** DanyC has joined #openstack-ansible | 06:06 | |
*** armaan has quit IRC | 06:09 | |
*** armaan has joined #openstack-ansible | 06:09 | |
*** sar_ has joined #openstack-ansible | 06:12 | |
*** chigang__ has joined #openstack-ansible | 06:12 | |
*** jeferobles has joined #openstack-ansible | 06:13 | |
*** cjloader has joined #openstack-ansible | 06:19 | |
*** markvoelker has joined #openstack-ansible | 06:20 | |
*** mbuil has joined #openstack-ansible | 06:22 | |
*** lemouchon has joined #openstack-ansible | 06:23 | |
*** cjloader has quit IRC | 06:24 | |
mattoliverau | prometheanfire: someone is having trouble with a swift upgrade because the gentoo version of liberasurecode is too old (1.1.1 I think), the latest is 1.5.0. They're going to raise a bug to update the ebuild, but I thought, hey I have a chance to bug you ;) | 06:29 |
*** pcaruana has joined #openstack-ansible | 06:33 | |
*** mma has joined #openstack-ansible | 06:37 | |
*** DanyC has quit IRC | 06:37 | |
*** DanyC has joined #openstack-ansible | 06:38 | |
*** jeferobles has quit IRC | 06:44 | |
*** markvoelker has quit IRC | 06:54 | |
*** epalper has joined #openstack-ansible | 06:56 | |
*** pvradu has joined #openstack-ansible | 07:00 | |
*** mbuil has quit IRC | 07:05 | |
*** tosky has joined #openstack-ansible | 07:06 | |
*** pvradu has quit IRC | 07:08 | |
Tahvok | odyssey4me: o/ | 07:08 |
*** pvradu has joined #openstack-ansible | 07:08 | |
prometheanfire | mattoliverau: sgtm, I haven't looked at liberasurecode recently, iirc it wasn't hosted on github so getting automated release notifications is hard | 07:08 |
*** DanyC_ has joined #openstack-ansible | 07:09 | |
prometheanfire | oh, looks like it moved or something | 07:09 |
mattoliverau | prometheanfire: fair enough. The guy who popped into the swift channel said 1.5.0 worked and then raised this: https://bugs.gentoo.org/656882 | 07:10 |
prometheanfire | mattoliverau: https://bitbucket.org/tsg-/liberasurecode/ or https://github.com/openstack/liberasurecode | 07:10 |
mattoliverau | openstack | 07:10 |
prometheanfire | k | 07:10 |
mattoliverau | it was bitbucket but we moved it under openstack.. which might explain some things :) | 07:11 |
prometheanfire | mattoliverau: did he have to do anything with pyeclib? | 07:11 |
mattoliverau | nope | 07:12 |
mattoliverau | he said it was just liberasure code | 07:12 |
*** DanyC has quit IRC | 07:12 | |
mattoliverau | tho pyeclib would have moved too | 07:12 |
prometheanfire | k | 07:12 |
mattoliverau | oh their probably in the same source tree. that was the plan at one point. | 07:13 |
mattoliverau | *they're | 07:13 |
*** cshen has joined #openstack-ansible | 07:14 | |
prometheanfire | not anymore | 07:14 |
prometheanfire | https://github.com/openstack/pyeclib | 07:14 |
mattoliverau | oh, where maybe it never happened then :P | 07:15 |
mattoliverau | *well | 07:15 |
mattoliverau | apparently I can't type, it must be the end of my work day :P | 07:15 |
prometheanfire | I do have PyEClib updated to 1.5.0 :D | 07:15 |
prometheanfire | it's probably tracked in reqs | 07:15 |
prometheanfire | now liberasurecode is too | 07:15 |
evrardjp | good morning | 07:16 |
mattoliverau | prometheanfire: nice, thanks :) | 07:16 |
prometheanfire | evrardjp: go back to bed | 07:16 |
evrardjp | prometheanfire: It's been 3 hours I am awake :) | 07:16 |
prometheanfire | evrardjp: time for a nap | 07:16 |
evrardjp | haha | 07:16 |
prometheanfire | sleep is important, or so I've been told | 07:18 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/ocata: Add lxc_net_manage_iptables variable https://review.openstack.org/561577 | 07:21 |
*** mbuil has joined #openstack-ansible | 07:28 | |
*** bhujay has quit IRC | 07:37 | |
*** markvoelker has joined #openstack-ansible | 07:45 | |
*** tux_ has joined #openstack-ansible | 07:48 | |
*** armaan has quit IRC | 07:48 | |
*** armaan has joined #openstack-ansible | 07:49 | |
*** markvoelker has quit IRC | 07:49 | |
*** tux_ has quit IRC | 07:50 | |
odyssey4me | o/ | 07:55 |
*** chyka has joined #openstack-ansible | 07:58 | |
*** bhujay has joined #openstack-ansible | 07:59 | |
*** chyka has quit IRC | 08:02 | |
*** armaan has quit IRC | 08:04 | |
*** armaan has joined #openstack-ansible | 08:04 | |
*** blinkiz has quit IRC | 08:09 | |
*** blinkiz has joined #openstack-ansible | 08:10 | |
*** nurdie has quit IRC | 08:11 | |
*** bhujay has quit IRC | 08:12 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Remove rally_git_* overrides https://review.openstack.org/570906 | 08:18 |
*** cjloader has joined #openstack-ansible | 08:19 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Use ARA instead of profile_tasks callback https://review.openstack.org/546271 | 08:20 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Adds the certificate client key password to user_secrets https://review.openstack.org/558244 | 08:20 |
*** cjloader has quit IRC | 08:24 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: Vagrantfile: Add openSUSE Leap 15.0 support https://review.openstack.org/571127 | 08:25 |
*** radek__ has joined #openstack-ansible | 08:28 | |
hwoarang | good morning | 08:29 |
hwoarang | cores: anyone willing to give me some +2 on the distro bp? https://review.openstack.org/#/q/topic:bp/openstack-distribution-packages+status:open (only the V+1 ones :) ) | 08:30 |
*** DanyC_ has quit IRC | 08:31 | |
*** DanyC has joined #openstack-ansible | 08:32 | |
*** DanyC has quit IRC | 08:37 | |
*** markvoelker has joined #openstack-ansible | 08:38 | |
odyssey4me | hwoarang done, making good progress there! | 08:43 |
hwoarang | thank you odyssey4me | 08:45 |
*** hachi has joined #openstack-ansible | 08:45 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/ocata: [TEST] Pin sahara-tests to ~Ocata tag https://review.openstack.org/571135 | 08:46 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/pike: tests: Pin sahara-tests repo to ~Pike https://review.openstack.org/571137 | 08:49 |
*** nurdie has joined #openstack-ansible | 08:50 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/queens: tests: Pin sahara-tests repo to ~Queens https://review.openstack.org/571139 | 08:51 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/ocata: tests: Pin sahara-tests repo to ~Ocata https://review.openstack.org/571140 | 08:53 |
*** bhujay has joined #openstack-ansible | 08:56 | |
odyssey4me | evrardjp shall we get on with reviewing these? https://review.openstack.org/#/q/topic:bp/hybrid-messaging+(status:open+OR+status:merged) | 08:57 |
odyssey4me | remember that I'll be following up with a series of patches to move all those vars into the role only, instead of requiring all the groups vars | 08:59 |
evrardjp | hey odyssey4me hwoarang | 09:01 |
evrardjp | I was indeeding planning to come back to you on those 2 topics, so thanks. | 09:02 |
odyssey4me | evrardjp we should also get this in as it seems to have finally resolved the disk space issues: https://review.openstack.org/568867 | 09:03 |
*** armaan has quit IRC | 09:05 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_container_create stable/queens: Enable quota system and set qgroups https://review.openstack.org/568868 | 09:05 |
*** armaan has joined #openstack-ansible | 09:05 | |
odyssey4me | evrardjp https://review.openstack.org/568867 and https://review.openstack.org/568868 work together to solve the issue | 09:06 |
*** armaan has quit IRC | 09:09 | |
*** markvoelker has quit IRC | 09:12 | |
*** armaan has joined #openstack-ansible | 09:13 | |
evrardjp | odyssey4me: I am still reviewing the oslo.messaging changes | 09:13 |
evrardjp | hwoarang: it's interesting to see that distro packages take more time to install than from pip packages. | 09:21 |
hwoarang | yeah i haven't looked at why this may happen | 09:22 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Convert role to use a common systemd service role https://review.openstack.org/466179 | 09:22 |
evrardjp | oh god I thought the constraining of ara merged :/ | 09:27 |
*** cshen has quit IRC | 09:29 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/pike: Do not log passwords (part 2) https://review.openstack.org/571150 | 09:30 |
*** cshen has joined #openstack-ansible | 09:30 | |
odyssey4me | evrardjp nope, johnsom mentioned something about the nova metadata service, but I haven't had the chance to dig into it yet | 09:30 |
*** udesale_ has joined #openstack-ansible | 09:31 | |
evrardjp | do not log, part 2? | 09:31 |
odyssey4me | yeah, the previous patch missed some | 09:32 |
*** udesale_ has quit IRC | 09:32 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/pike: tests: Pin sahara-tests repo to ~Pike https://review.openstack.org/571137 | 09:32 |
evrardjp | I am glad I introduced this linting thing, but it was painful, so I am very sowy | 09:32 |
*** udesale_ has joined #openstack-ansible | 09:32 | |
odyssey4me | yeah, it's excellent | 09:32 |
*** udesale_ has quit IRC | 09:32 | |
*** udesale_ has joined #openstack-ansible | 09:33 | |
Taseer | evrardjp: Good aftrnoon. How did it go through ? https://review.openstack.org/#/c/569344/ | 09:33 |
*** udesale has quit IRC | 09:33 | |
Taseer | I thought I had to make the non-voting job to pass as well | 09:34 |
Taseer | should I work on a separate patch now ? | 09:34 |
evrardjp | yup | 09:37 |
evrardjp | "Fix functional tests" is the first step :) | 09:38 |
odyssey4me | well, those patches are trying to enable you to at least release something functional ;) | 09:41 |
odyssey4me | as far as I know, all previous builds are broken due to the cmd2 thing and rally being unconstrained | 09:42 |
openstackgerrit | Cecilia Di Maulo proposed openstack/openstack-ansible master: Fixed typo in variable oslomsg_notify_transport https://review.openstack.org/571156 | 09:46 |
odyssey4me | evrardjp all those hybrid messaging things depend on https://review.openstack.org/569445 as well, so 'check experimental' on them right now is a total waste ;) | 09:46 |
odyssey4me | also, the secrets merged some time ago: https://github.com/openstack/openstack-ansible/blob/cac7f2c183b5e597fae6629618ffa0b24c7ede5b/etc/openstack_deploy/user_secrets.yml#L39-L40 | 09:48 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Restore namespace per service for oslo.messaging update https://review.openstack.org/569520 | 09:50 |
Taseer | odyssey4me: is the cmd2 thing fixed ? | 09:50 |
Taseer | the latest build went past it, I guess. | 09:51 |
odyssey4me | Taseer for roles, yes - for the integrated build, no | 09:51 |
*** chigang__ has quit IRC | 09:51 | |
*** tux_ has joined #openstack-ansible | 09:52 | |
Taseer | I see, but I think it will get fixed by the time I reach that point | 09:52 |
*** tux_ has quit IRC | 09:53 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/ocata: Comment tempest_git_repo role default https://review.openstack.org/570891 | 09:59 |
*** udesale__ has joined #openstack-ansible | 10:02 | |
*** udesale__ has quit IRC | 10:02 | |
*** udesale has joined #openstack-ansible | 10:03 | |
andymccr | if anybody has a sec to review https://review.openstack.org/#/c/570881/ so i can set my mind at ease :P | 10:04 |
hwoarang | andymccr: interesting finding :p | 10:05 |
*** udesale_ has quit IRC | 10:05 | |
andymccr | hwoarang: to be fair i put the initial patch in but didnt expect it to merge (i was hoping more for a discussion) but afterwards i realised the fix should be easy enough | 10:06 |
andymccr | its only really for ubuntu 18.04 anyway | 10:06 |
andymccr | everything else would have been fine | 10:06 |
odyssey4me | *sigh* cloudnull the gremlin is back: http://logs.openstack.org/14/570914/3/check/openstack-ansible-deploy-ceph-ubuntu-xenial/3f70475/logs/openstack/aio1_repo_container-3e95219b/repo/venv_build_keystone-18.0.0.0b2-x86_64.log | 10:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: defaults: Allow uwsgi to autoload required plugins. https://review.openstack.org/570165 | 10:10 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Add support for using distribution packages for OpenStack services https://review.openstack.org/570166 | 10:10 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Add support for using distribution packages for OpenStack services https://review.openstack.org/569161 | 10:16 |
openstackgerrit | Cecilia Di Maulo proposed openstack/openstack-ansible master: Fixed variable name notify_vhost https://review.openstack.org/571164 | 10:16 |
jrosser | andymccr: if you are looki g at container networks this is quite important to me https://review.openstack.org/#/c/570456/ reviews appreciated | 10:17 |
*** cjloader has joined #openstack-ansible | 10:19 | |
openstackgerrit | Merged openstack/openstack-ansible-os_designate master: Add support for using distribution packages for OpenStack services https://review.openstack.org/569457 | 10:22 |
*** cjloader has quit IRC | 10:23 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Fixed typo in variable oslomsg_notify_transport https://review.openstack.org/571156 | 10:24 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Fixed variable name notify_vhost https://review.openstack.org/571164 | 10:26 |
*** markvoelker has joined #openstack-ansible | 10:35 | |
*** nicolasbock has joined #openstack-ansible | 10:50 | |
*** adreznec has quit IRC | 11:00 | |
*** adreznec has joined #openstack-ansible | 11:01 | |
*** markvoelker has quit IRC | 11:06 | |
*** hachi has quit IRC | 11:08 | |
*** erolg has joined #openstack-ansible | 11:15 | |
*** armaan has quit IRC | 11:16 | |
*** armaan has joined #openstack-ansible | 11:17 | |
*** dave-mccowan has joined #openstack-ansible | 11:21 | |
*** hachi has joined #openstack-ansible | 11:24 | |
*** dave-mcc_ has joined #openstack-ansible | 11:25 | |
*** dave-mccowan has quit IRC | 11:26 | |
*** udesale_ has joined #openstack-ansible | 11:28 | |
*** sar_ has quit IRC | 11:29 | |
*** udesale has quit IRC | 11:31 | |
*** sar_ has joined #openstack-ansible | 11:31 | |
*** udesale_ has quit IRC | 11:33 | |
*** armaan has quit IRC | 11:33 | |
*** armaan_ has joined #openstack-ansible | 11:33 | |
*** chyka has joined #openstack-ansible | 11:35 | |
*** ansmith has quit IRC | 11:36 | |
*** chyka has quit IRC | 11:40 | |
*** armaan_ has quit IRC | 11:49 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Implement unbound client config in containers as early as possible https://review.openstack.org/571178 | 11:52 |
odyssey4me | logan- ^ would appreciate your review of that | 11:52 |
*** sar has joined #openstack-ansible | 11:54 | |
*** epalper has quit IRC | 11:54 | |
*** sar_ has quit IRC | 11:54 | |
*** epalper has joined #openstack-ansible | 11:54 | |
parasitid | hi | 11:56 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Implement unbound client config in containers as early as possible https://review.openstack.org/571178 | 11:56 |
parasitid | does anyone know whats the workaround to get rid of the cmd2 issue ? | 11:56 |
parasitid | i'm struggling with the repo_builder_upper_constraints_ovverides | 11:57 |
odyssey4me | parasitid yes, the patches are waiting for reviews by the core team, once enough have done so it'll merge: https://review.openstack.org/#/q/I5f20a130032e1b65dc78828344345515975da4dc | 11:57 |
parasitid | but i can't get it working | 11:57 |
odyssey4me | you're trying to use that to make it work? because that won't work | 11:58 |
parasitid | yes | 11:58 |
parasitid | is there anyway to make it work in the meantime ? | 11:58 |
odyssey4me | the wheel build already has a constraint for cmd2, so that's fine - the issue is the rally venv build is unconstrained | 11:58 |
parasitid | (you may have notice that my pythonic knowloedge is very low) | 11:59 |
odyssey4me | for now the only option is to make a fork of the openstack-ansible repo, apply that patch, then use your fork | 11:59 |
parasitid | oh but if it's only a manual patch in the osa repo it's okay for me | 12:00 |
parasitid | i thought it was in a dependency rep | 12:01 |
cloudnull | Mornings | 12:01 |
cloudnull | odyssey4me I'll continue the quest to smash that bug later this morning. | 12:02 |
cloudnull | Interesting it's always "/tmp/openstack-venv-builder/venvs/keystone/lib/python2.7/site-packages/pip/utils/___init___init__.py" | 12:02 |
odyssey4me | parasitid nope, just whichever one of those patches matches the series you're keen on deploying | 12:02 |
odyssey4me | cloudnull nah, it's not always keystone - I've seen it on multiple different venvs | 12:03 |
cloudnull | But always in tmp. | 12:03 |
cloudnull | It's not like it's perating in opt | 12:03 |
cloudnull | **operating | 12:03 |
cloudnull | I think i may have been looking in the wrong place. | 12:04 |
*** pvradu has quit IRC | 12:04 | |
*** pvradu has joined #openstack-ansible | 12:04 | |
odyssey4me | cloudnull yeah, always in /tmp - but that's where the wheel builds happen | 12:05 |
odyssey4me | of course we could make the builds happen in an alternative location instead and see how that goes | 12:05 |
cloudnull | The tmp dir isnt persistent and all mem backed in the containers, if i remember right. | 12:05 |
* cloudnull just woke up, needs coffee. | 12:05 | |
*** pvradu has quit IRC | 12:06 | |
hwoarang | odyssey4me: i think you broke something :p | 12:09 |
odyssey4me | hwoarang what did I do? | 12:09 |
hwoarang | so swift gate is broken | 12:09 |
hwoarang | because of https://github.com/openstack/openstack-ansible-tests/commit/d1d0d2156485b22b8d5a0e4f6cb1d5f5a15c8394#diff-8073df8a4d6f312057d1199b9c835082 | 12:09 |
devx | hello all! | 12:09 |
hwoarang | ==> opensuse423: TASK [Ensure rabbitmq vhost] *************************************************** | 12:09 |
hwoarang | ==> opensuse423: fatal: [infra1]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'rabbitmq_all'"} | 12:09 |
hwoarang | odyssey4me: the prob is that the swift tets/inventory does not contain rabbitmq_all group | 12:10 |
hwoarang | so this playbook breaks when configuring keystone | 12:10 |
odyssey4me | hwoarang ah, I didn't cater for a situation where neither group is present | 12:10 |
odyssey4me | hwoarang I can fix that real quick if you'd like? | 12:11 |
hwoarang | yeah if you have time. not sure how to fix it prop myself | 12:11 |
odyssey4me | sure, I'll do it quickly | 12:11 |
hwoarang | thanks a lot! | 12:12 |
*** Tahvok has quit IRC | 12:15 | |
*** epalper has quit IRC | 12:15 | |
*** epalper has joined #openstack-ansible | 12:16 | |
*** sar has quit IRC | 12:19 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Only setup rabbitmq when the inventory group is present https://review.openstack.org/571188 | 12:19 |
odyssey4me | hwoarang ^ I think that'll do it? | 12:19 |
*** sar has joined #openstack-ansible | 12:19 | |
odyssey4me | hwoarang heh, your turn to break something :p https://github.com/openstack/openstack-ansible-os_heat/blob/3ac7ae6ea71f8e796d79476dd355d5692d218eee/vars/source_install.yml#L19 | 12:21 |
odyssey4me | I'll push a patch up now | 12:22 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat master: Fix heat_uwsgi_bin value for source-based builds https://review.openstack.org/571189 | 12:24 |
odyssey4me | cores, could I get some reviews for https://review.openstack.org/#/q/I5f20a130032e1b65dc78828344345515975da4dc please - without those patches all stable releases are broken | 12:27 |
odyssey4me | the master patch is failing due to a recent merge, and previously failed spuriously on unrelated things | 12:27 |
mgariepy | good morning everyone | 12:27 |
*** udesale has joined #openstack-ansible | 12:29 | |
hwoarang | odyssey4me: oh how did this manage to pass CI | 12:29 |
mgariepy | anyone is willing to review https://review.openstack.org/#/c/569141/ please | 12:30 |
*** hachi has quit IRC | 12:32 | |
*** armaan has joined #openstack-ansible | 12:32 | |
odyssey4me | mgariepy ah yeah, I thought it best to leave that to evrardjp and others who understand that setup better | 12:34 |
*** armaan has quit IRC | 12:44 | |
odyssey4me | hwoarang yeah, weird huh - I suspect that the heat role has very little real testing | 12:44 |
hwoarang | odyssey4me: i think it was using hte uwsgi from the keystone venv | 12:44 |
hwoarang | because _keystone_bin was inherited earlier on | 12:44 |
hwoarang | just a guess... | 12:44 |
odyssey4me | heh, that's plausible | 12:45 |
*** udesale has quit IRC | 12:47 | |
*** udesale has joined #openstack-ansible | 12:47 | |
evrardjp | that's very weird | 12:49 |
evrardjp | we need a little more cleanup anyway of those vars | 12:50 |
evrardjp | hello devx! | 12:50 |
evrardjp | it's been a while | 12:50 |
*** markvoelker has joined #openstack-ansible | 12:54 | |
odyssey4me | hmm, anyone else seen libvirt wheel build brokenness for pike? http://logs.openstack.org/50/571150/1/check/openstack-ansible-functional-centos-7/9b133aa/job-output.txt.gz#_2018-05-30_12_48_21_683441 | 12:54 |
odyssey4me | it looks like the new centos has broken pike :/ | 12:54 |
odyssey4me | as usual, the libvirt version and python wheel version don't match | 12:58 |
*** sajjadg has joined #openstack-ansible | 12:59 | |
*** vadim has joined #openstack-ansible | 13:02 | |
evrardjp | I think I understand why it worked hwoarang | 13:02 |
hwoarang | evrardjp: i just run it locally and it was using hte keystone venv indeed | 13:02 |
evrardjp | yeah I see that in ARA already | 13:02 |
evrardjp | but I think I know why | 13:02 |
evrardjp | the problem is that there is a variable leak outside the role | 13:02 |
evrardjp | and that's not because of keystone role, but a series of effects. | 13:03 |
evrardjp | first, keystone and heat are located on the same host in testing: https://github.com/openstack/openstack-ansible-os_heat/blob/master/tests/inventory | 13:03 |
evrardjp | second | 13:03 |
*** ansmith has joined #openstack-ansible | 13:04 | |
evrardjp | let me double check on the second part | 13:04 |
mgariepy | odyssey4me, yep it seems like an issue with newer libvirt than python-libvirt.. | 13:06 |
odyssey4me | mgariepy yep | 13:06 |
odyssey4me | busy checking what UCA for ubuntu has in terms of version to figure out what to do about it | 13:07 |
odyssey4me | anyone have any idea how to search the RDO package base? | 13:07 |
mgariepy | odyssey4me, installing from pkg would not cause issue tho. | 13:07 |
odyssey4me | mgariepy yep, but this is ocata - changing how that is all done is something we tried before, and it wasn't pretty... and I really don't wnt to try that on ocata | 13:08 |
*** armaan has joined #openstack-ansible | 13:08 | |
odyssey4me | we might have a better chance once hwoarang has done the distro builds in Rocky, but porting that back is not an option here | 13:09 |
odyssey4me | oh sorry, this is pike, not ocata | 13:09 |
*** throwsb1 has joined #openstack-ansible | 13:09 | |
brad[] | Hi all, documentation for openstack-ansible seems to indicate the br-vlan network is required, but my environment doesn't support VLAN tagging at all. What happens in a situation like that? | 13:09 |
odyssey4me | UCA for pike has libvirt 3.6.0, and CentOS now has libvirt 3.9.0 | 13:10 |
mgariepy | libvirt is managed by https://wiki.centos.org/SpecialInterestGroup/Virtualization | 13:11 |
mnaser | sorry for my MIA-ness, I have some stuff to be taken care of before the end of this month (may 31st) | 13:12 |
evrardjp | hwoarang: so yeah, here is what I think: we never saw that problem before because we were scoping variables appropriately. But basically, include_vars load ALL variables to inventory. | 13:12 |
mnaser | so i should be far more available afterwards, sorry | 13:12 |
evrardjp | s/inventory/play/ | 13:12 |
evrardjp | because we are in the same play, for the same host, there is no reason to have dropped the var. | 13:13 |
hwoarang | is that a good or a bad thing? | 13:13 |
evrardjp | we can try scoping it if you want | 13:13 |
evrardjp | kinda okay for now. | 13:13 |
evrardjp | But I need to revise this with proper scoping later. | 13:13 |
evrardjp | like I suggested in the past | 13:14 |
evrardjp | it's just not a priority. | 13:14 |
evrardjp | So for the moment, please ignore. | 13:14 |
hwoarang | ok | 13:14 |
evrardjp | this could be easier to catch with testinfra :) | 13:14 |
evrardjp | that's for S and above. | 13:14 |
evrardjp | ok now the pike issue | 13:15 |
evrardjp | brad[]: well, you can use vxlan or provider flat networks | 13:16 |
brad[] | evrardjp: nod | 13:16 |
brad[] | evrardjp: I'm wondering what will happen (I haven't tried yet) if I simply don't configure a br-vlan | 13:17 |
evrardjp | please note we are using terrible names sometimes, for example, still calling it br-vlan for flat networks, just because. | 13:17 |
brad[] | oh br-vlan is used for flat networks? | 13:17 |
evrardjp | brad[]: it is very flexible | 13:17 |
brad[] | so external/provider networks would ... connect to that? | 13:17 |
evrardjp | the name is, after all, just a name. | 13:17 |
brad[] | nod | 13:17 |
evrardjp | openstack_user_config.yml matters. | 13:17 |
evrardjp | brad[]: so we just configure neutron telling him "here is the nics for you, and they should be doing x" where x is vxlan/vlan/flat things | 13:18 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/queens: Pin ARA for Queens https://review.openstack.org/570911 | 13:19 |
evrardjp | after that, the deployer can create his own networks the way he wants. (See neutron networking guide if you need help there, or see many examples we have) | 13:19 |
*** hachi has joined #openstack-ansible | 13:19 | |
brad[] | evrardjp: ahh... so I can use arbitrary names for these? I'm doing a double-take on the "required" bit surrounding the br-vlan bridge | 13:19 |
evrardjp | brad[]: yes you could! | 13:19 |
evrardjp | but I don't see the point of having a variable to override default behavior, just for the sake of it :) | 13:19 |
odyssey4me | mgariepy unless there are any other ways to resolve this, basically I think we might need to put up a reno to say that pike/centos is broken, and anyone using it must upgrade to queens | 13:20 |
odyssey4me | queens uses libvirt-python 3.10, so it should be ok I think: https://github.com/openstack/requirements/blob/stable/queens/upper-constraints.txt#L182 | 13:21 |
mgariepy | odyssey4me, for a while | 13:22 |
mgariepy | until the version is bumped in cenots. | 13:22 |
mgariepy | centos** | 13:22 |
*** tux_ has joined #openstack-ansible | 13:23 | |
odyssey4me | yeah, I'm starting to think that perhaps centos should just go with distro-based installs and do away with source-based installs... clearly this is how people prefer to use centos | 13:23 |
evrardjp | indeed. | 13:24 |
evrardjp | maybe we should just drop centos until R then :p | 13:24 |
mgariepy | dmsimard, what happens with RDO ? you install the pkg from the repos and you get newer version of pkg all the time ? | 13:24 |
evrardjp | (Looking at the ire in the eyes of mgariepy and mhayden there) | 13:24 |
brad[] | The RDO repos are per-major-release | 13:24 |
evrardjp | haha | 13:24 |
brad[] | you get minor point release updates for e.g. queens when you have the queens repo | 13:24 |
*** markvoelker has quit IRC | 13:24 | |
mgariepy | for RDO yeah but the virt sig ones ? | 13:25 |
* mhayden reminisces | 13:25 | |
brad[] | sometimes you're using the base packages like libvirt, sometimes RDO overrides | 13:25 |
mhayden | :) | 13:25 |
odyssey4me | sure, but in this case openstack tested with a specific libvirt version for pike - but it appears that RDO didn't build those packages for pike - they're using the base distro packages | 13:25 |
odyssey4me | or they're using the virt-sig ones it seems | 13:25 |
evrardjp | odyssey4me: so what's the stance for the latest RDO? | 13:25 |
brad[] | also worthy of note, rdo-release and centos-release-openstack-queens (for example) do differ | 13:26 |
odyssey4me | even the virt-sig repo doesn't have the right package version: http://mirror.centos.org/centos/7/virt/x86_64/libvirt-latest/ | 13:26 |
*** esberglu has joined #openstack-ansible | 13:26 | |
mgariepy | evrardjp, mnaser is running on centos ;) i don't know witch version tho. | 13:26 |
evrardjp | brad[]: you seem well aware of those things :) | 13:26 |
brad[] | I think centos-release-openstack-queens is the one more geared for CentOS proper, while RDO is a staging ground for RHOSP | 13:26 |
mnaser | hi | 13:26 |
odyssey4me | I can't seem to find any reference to libvirt 3.6.0 for centos except https://cbs.centos.org/koji/buildinfo?buildID=19684 | 13:26 |
evrardjp | brad[]: want to become maintainer of more centos things? :D | 13:26 |
mnaser | i can clarify more things | 13:26 |
evrardjp | brad[]: you're on that slope! | 13:26 |
evrardjp | mnaser: great. | 13:26 |
mnaser | any specific questions? D: | 13:27 |
odyssey4me | mnaser basically the latest centos release has broken our pike builds | 13:27 |
evrardjp | mnaser: yes: where are the libvirt versions matching for rdo package building? | 13:27 |
mgariepy | mnaser, which version of osa are you running ? | 13:27 |
* mnaser takes a deep breath | 13:27 | |
evrardjp | spam spam spam | 13:27 |
mnaser | odyssey4me: ok, got a job that i can poke at? | 13:27 |
evrardjp | :) | 13:27 |
odyssey4me | the libvirt version available now is only 3.9.0, but pike is supposed to use 3.6.0 | 13:27 |
odyssey4me | http://logs.openstack.org/50/571150/1/check/openstack-ansible-functional-centos-7/9b133aa/job-output.txt.gz#_2018-05-30_12_48_21_683441 | 13:27 |
mnaser | evrardjp: libvirt versions are managed by the virtualization sig, you'll notice it is a dependency that gets pulled in when you install centos-release-openstack-foo | 13:28 |
mnaser | (afaik) | 13:28 |
mnaser | i'd have to verify that statement | 13:28 |
brad[] | evrardjp: haha I'd love to if time permitted! | 13:28 |
mnaser | mgariepy: queens except for one or two components | 13:28 |
odyssey4me | the issue is that we're trying to build libvirt-python using the upper constraints for pike, but the libvirt version installed on the host has to match correctly otherwise that puke happens | 13:28 |
brad[] | I'd be curious whether centos-release-openstack-pike has libvirt 3.6.0 in it | 13:28 |
mgariepy | hmm nothing seems to be perfect so why don't we create our own distro ? | 13:28 |
evrardjp | mgariepy: that's call deploy from sources :p | 13:29 |
hwoarang | gentoo? | 13:29 |
odyssey4me | I'm running a pike and queens build now using the os_nova role to verify whether they fail and what's in the applicable repositories | 13:29 |
mnaser | ok, so we're pinned to python-libvirt==3.5.0 because of requirements | 13:29 |
evrardjp | hwoarang: I expected that one from you. | 13:29 |
hwoarang | but you said 'deploy from sources + distro' | 13:29 |
evrardjp | odyssey4me: cool thanks. | 13:29 |
mnaser | but we get 3.9.0 in rhel 7.5 | 13:29 |
odyssey4me | mnaser yes, 3.5.0 - my mistake earlier | 13:29 |
mnaser | yeah, no worries | 13:29 |
evrardjp | hwoarang: we can use source rpms for centos. | 13:29 |
mgariepy | http://mirror.centos.org/centos/7/cloud/x86_64/openstack-pike/ | 13:30 |
hwoarang | hah | 13:30 |
brad[] | http://mirror.centos.org/centos/7/cloud/x86_64/openstack-pike/ | 13:30 |
evrardjp | but yeah gentoo in this case is more appropriate. | 13:30 |
evrardjp | because I am kidding anyway. | 13:30 |
brad[] | d'oh :-) | 13:30 |
odyssey4me | mgariepy brad[] no libvirt there ;) | 13:30 |
mgariepy | haha :) | 13:30 |
mnaser | so it looks like python-libvirt rpms are shipped part of the OS | 13:30 |
evrardjp | that's what mnaser just exaplined :) | 13:30 |
mnaser | so does that mean if you're installing openstack on centos 7.5 | 13:30 |
mnaser | you're breaking the constraints? | 13:30 |
mnaser | :o | 13:31 |
odyssey4me | mnaser yes | 13:31 |
mnaser | naughty rdo | 13:31 |
evrardjp | haha | 13:31 |
mnaser | i wonder why we're pinned to 3.5.0 though | 13:31 |
evrardjp | maybe we should ping dmsimard and others | 13:31 |
mnaser | seems very specific | 13:31 |
mnaser | let me look at git blame for requirements repo | 13:31 |
odyssey4me | 3.5.0 was what the community used through that cycle, and UCA has that version | 13:31 |
odyssey4me | it was likely the latest release that cycle | 13:31 |
odyssey4me | bear in mind this was ~ 1.5 cycles ago | 13:32 |
evrardjp | yeah | 13:32 |
mgariepy | i guess you don't want to install the latest version so you can reproduce stuff in a few year. | 13:32 |
mnaser | so i guess that's something to bring up with the rdo team | 13:32 |
evrardjp | yup | 13:33 |
mnaser | maybe they should start packaging libvirt as part of the distro | 13:33 |
mnaser | let me head over to #rdo | 13:33 |
evrardjp | mnaser: as part of rdo you mean? | 13:33 |
evrardjp | mnaser: I think it makes sense to ship them together, i.e. re-use the work of the sig, but only when appropriate. | 13:33 |
mgariepy | unless they have restriction on only supporting up to 7.4 for pike ? | 13:33 |
odyssey4me | they may need to when the base OS does something like this | 13:33 |
evrardjp | odyssey4me: yup. | 13:33 |
odyssey4me | well, there could be that too mgariepy | 13:33 |
evrardjp | but downgrading is always fun, right? | 13:34 |
odyssey4me | if that's the case, then what do we tell our deployers - upgrade to queens, or I hope you have a frozen 7.4 updates repo | 13:34 |
evrardjp | well I guess it will always be the same story... | 13:34 |
mgariepy | if it fixes it. | 13:34 |
evrardjp | if 7.6 exists, or 8.1 vs 8.0 | 13:34 |
mgariepy | same thing will probably happens on queens at some point... | 13:35 |
mnaser | what if we | 13:36 |
mnaser | yum install libvirt-3.5.0 | 13:36 |
odyssey4me | mnaser I tried to check if that version was available, but either it is not or my yum foo is not strong | 13:36 |
mgariepy | or bump the version of python-libvirt | 13:37 |
odyssey4me | mgariepy then we break ubuntu | 13:37 |
mnaser | i wouldnt feel comfortable bumping python-libvirt | 13:37 |
odyssey4me | and to try and do one version for centos and another for ubuntu, I'd rather put a red poker in my eye than try and figure that out | 13:37 |
mnaser | i'd say rdo is doing the wrong thing | 13:38 |
mgariepy | can we install python-libvirt from pkg on centos instead of pip ? | 13:38 |
odyssey4me | repo build was not designed for that | 13:38 |
mnaser | http://centos.mirror.vexxhost.com/7/virt/x86_64/libvirt-latest/ | 13:38 |
mgariepy | ha\ | 13:38 |
mnaser | could it be possible | 13:38 |
mnaser | that libvirt 3.5.0 never shipped? | 13:38 |
odyssey4me | mgariepy we tried that before, then we have to do that horrible symlink into the venv thing - it got messy | 13:38 |
odyssey4me | mnaser https://cbs.centos.org/koji/buildinfo?buildID=19683 | 13:39 |
d34dh0r53 | mornings | 13:39 |
*** nicolasbock has quit IRC | 13:40 | |
mnaser | So this is a scenario where using binaries would eliminate a whole bunch of stuff. But, I think moving forward with this, the best thing to do is to figure out what version of libvirt was being deployed in before 3.9.0 and then pin it | 13:42 |
mnaser | That’s also very backportable | 13:42 |
mnaser | And it brings us back to the functional state we were in before, even if it’s not ideal | 13:42 |
mnaser | mgariepy: yum list installed | grep libvirt | 13:43 |
mnaser | If you have any pike functional nodes? | 13:43 |
mgariepy | i only have a queens aio for now. | 13:44 |
mnaser | hm okay | 13:46 |
mnaser | let me see if i have some | 13:46 |
*** tux_ has quit IRC | 13:46 | |
mgariepy | my colleague have pike install but they are located in the west ;) | 13:46 |
mgariepy | i'll ask them then they get online. | 13:46 |
mnaser | time to send an email to the pager | 13:46 |
mgariepy | jra, ^^ | 13:46 |
*** mma has quit IRC | 13:49 | |
*** mma has joined #openstack-ansible | 13:50 | |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Fix heat_uwsgi_bin value for source-based builds https://review.openstack.org/571189 | 13:51 |
*** jwitko has joined #openstack-ansible | 13:51 | |
*** jmnk_ has quit IRC | 13:52 | |
*** hassenius has joined #openstack-ansible | 13:52 | |
*** DanyC has joined #openstack-ansible | 13:53 | |
*** nicolasbock has joined #openstack-ansible | 13:53 | |
*** jmnk has joined #openstack-ansible | 13:54 | |
odyssey4me | mnaser given the experience with trying to keep build-from-source working on centos, I'm inclined to remove the option for centos once the distro-package installs are working | 13:54 |
mnaser | odyssey4me: yeah it seems like a challenge, and we can work with rdo to gate OSA so they don't publish packages that break us | 13:54 |
*** mma has quit IRC | 13:55 | |
dmsimard | there's a couple pings and quite the backlog, let me know if you still need a hand | 13:55 |
*** DanyC has quit IRC | 13:57 | |
*** klamath_ has joined #openstack-ansible | 13:57 | |
odyssey4me | mnaser so rdo-qemu-ev points at http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/ | 13:58 |
*** sar has quit IRC | 13:59 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Only setup rabbitmq when the inventory group is present https://review.openstack.org/571188 | 13:59 |
*** Tahvok has joined #openstack-ansible | 14:00 | |
odyssey4me | well, I'd hate to do this, but this is one way to make it work: https://copr.fedorainfracloud.org/coprs/berrange/virt-ark/packages/ :/ | 14:01 |
*** klamath has quit IRC | 14:01 | |
hassenius | Hey, wonder if someone would be able to help with some recommandation. I'm trying to use openstack-ansible to stand up a openstack environment on Softlayer (IBM Cloud) bare metal servers, and the networking does not quite conform to assumptions and what is generally documented for openstack. | 14:04 |
odyssey4me | mnaser hwoarang evrardjp well, I guess we could resurrect this approach as a solution to be rid of building python-libvirt from source - it might simplify our lives forever: https://review.openstack.org/#/c/396821/15 | 14:05 |
mnaser | odyssey4me: i think ceph does the same thing right now | 14:06 |
hassenius | for example, I don't really have an option to create a bunch of VLANs, but I do have 4 NICs on 2 network (2 bonds) to play with. I don't really care so much about having HA management, but need several compute nodes, so AIO isn't suitable. This is more about the workloads on opestack, with various different openstack configurations and options.... | 14:06 |
odyssey4me | it does, yes | 14:06 |
mnaser | so i think that is a sensible approach that seems to be quite functional | 14:06 |
mnaser | probably speeds up builds too.. | 14:06 |
odyssey4me | not by much | 14:07 |
mnaser | and maybe makes it a tad better tested, rather than having mismatching versions | 14:07 |
odyssey4me | well, I dunno about that - because now the version used for centos doesn't match what everyone in openstack tested and used | 14:07 |
*** bhujay has quit IRC | 14:08 | |
hwoarang | i havent followed the entire discussion to be honest so i can't comment. mixing stuff is always but though :p | 14:08 |
mnaser | yeah, but that's a whole another subject | 14:08 |
mnaser | that's just centos shipping the wrong stuff | 14:08 |
*** EmilienM_PTO is now known as EmilienM | 14:08 | |
* mnaser has had thoughts of making openstack-ansible repos to carry the stuff we need on top of rdo | 14:08 | |
odyssey4me | hwoarang yeah, not a fan of mixing it myself - but looks like we don't really have a choice here - this falls into a similar sphere as the ceph python libs | 14:09 |
mnaser | i have to find a shipping company to get a bunch of pallets moved for new OSA deployments (yay), but i'm +1 on brining back 396821 | 14:09 |
mnaser | if someone can find the time to rebase it, it would be great, but if not, i'll take that on later | 14:10 |
odyssey4me | nah, I'll do it - never you mind | 14:10 |
mnaser | thank you very much odyssey4me | 14:10 |
odyssey4me | I'll do a new patch though and just add logan- as a co-author | 14:10 |
mnaser | i'll addmyself to the review | 14:10 |
hwoarang | could you summarize the problem in the commit message/ | 14:10 |
odyssey4me | mnaser I'll add you | 14:10 |
odyssey4me | hwoarang yep, can do | 14:10 |
hwoarang | i wonder if that would play well with the rest of distros :/ | 14:11 |
*** chhagarw has joined #openstack-ansible | 14:11 | |
*** epalper has quit IRC | 14:12 | |
*** epalper has joined #openstack-ansible | 14:13 | |
*** Guest62139 has quit IRC | 14:13 | |
*** cjloader has joined #openstack-ansible | 14:13 | |
*** radek__ has quit IRC | 14:16 | |
*** jeferobles has joined #openstack-ansible | 14:17 | |
evrardjp | odyssey4me: I thought there were side effects with selinux | 14:17 |
evrardjp | and at the end it was a full series of things to link to, to make it working. | 14:18 |
evrardjp | which makes it an ugly hack | 14:18 |
*** armaan has quit IRC | 14:18 | |
odyssey4me | evrardjp well, yes - similar to the ceph python bindings | 14:18 |
odyssey4me | given that's matured now, perhaps we'll have a better time of it | 14:18 |
odyssey4me | I remember the early days of using it being pretty bad. | 14:19 |
*** armaan has joined #openstack-ansible | 14:19 | |
evrardjp | I remember the upgrade issues. | 14:19 |
*** MikeW has joined #openstack-ansible | 14:19 | |
*** flaper87 has joined #openstack-ansible | 14:20 | |
MikeW | Hey guys is there an easy way to pull certificate authority chains into the python venvs like maybe during the build process? I'm not seeing it in the documentation I'm just digging through roles | 14:20 |
odyssey4me | well, an approach could be to just use this for centos only - given that's the only distro behaving badly :p | 14:20 |
odyssey4me | alright, I have a duplicated failure for pike on a test machine - so I can poke at it a bit more there later | 14:21 |
odyssey4me | I'll get a test patch up later this evening. | 14:21 |
odyssey4me | thinking about this - it may actually *solve* our role upgrade test issues | 14:23 |
evrardjp | oh great odyssey4me that's the first step right there :) | 14:23 |
evrardjp | MikeW: why? | 14:24 |
evrardjp | Hosts are hosts? | 14:24 |
evrardjp | Can't you just add your CA in your hosts? | 14:24 |
evrardjp | (and containers) | 14:24 |
*** jmnk has quit IRC | 14:24 | |
*** nurdie has joined #openstack-ansible | 14:24 | |
evrardjp | I remember making it work with custom CA in containers, by copying the info from the host. | 14:25 |
odyssey4me | evrardjp I wonder if we couldn't also solve the issues we have with the cryptography libraries in a similar way. | 14:25 |
evrardjp | but that might not be in the case anymore. Please add a test in that case :) | 14:25 |
MikeW | evrardjp We're using an in-house CA to make our signed certs | 14:25 |
evrardjp | odyssey4me: mmm | 14:25 |
evrardjp | cryptography is a different thing. | 14:25 |
evrardjp | but cryptography has changed too. | 14:25 |
MikeW | evrardjp We put them on the hosts, but for example the python bins will fail because they don't use the host CAs | 14:25 |
evrardjp | MikeW: that looks like a bug, and a test gap. | 14:26 |
odyssey4me | basically the approach could be - if there's a C binding for the python lib, then we use the distro package and symlink it into the venv | 14:26 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: releasenotes: Declare openSUSE Leap 42.3 as supported distribution https://review.openstack.org/571212 | 14:26 |
MikeW | evrardjp Like on that has been fixed? We're on 17.1 something not stable/queens so we could have missed it | 14:26 |
evrardjp | MikeW: nothing recent as far as I am aware. A bug stating your version should help. | 14:27 |
*** jmnk has joined #openstack-ansible | 14:27 | |
MikeW | evrardjp: I'm planning to do this unless you guys think it is stupid | 14:27 |
MikeW | https://stackoverflow.com/questions/34931378/certificate-verification-when-using-virtual-environments | 14:27 |
evrardjp | odyssey4me: cryptography 2.0 ships a manylinux1 wheel now | 14:28 |
evrardjp | I think what we did was to use --no-binary for cryptography, right, odyssey4me ? | 14:29 |
evrardjp | so explicitly asking for building it | 14:29 |
*** chhavi__ has joined #openstack-ansible | 14:29 | |
evrardjp | MikeW: the best is to file a bug, because I can't have a look rn | 14:29 |
*** chhagarw has quit IRC | 14:29 | |
odyssey4me | evrardjp it's been a while, I think we tried that and reverted it, but not sure | 14:29 |
evrardjp | MikeW: that's the best way to get my focus eventually :) | 14:30 |
evrardjp | odyssey4me: I am checking rn | 14:30 |
odyssey4me | I'll take a peek after the libvirt issue is solved | 14:30 |
evrardjp | because the idea is that we don't need it | 14:30 |
evrardjp | that's not a clear sentence, let me rephrase | 14:30 |
MikeW | evrardjp I'll put in a bug once I get it fixed... I've got a Friday deadline screaming it's way towards me haha | 14:30 |
MikeW | *its | 14:30 |
evrardjp | consuming cryptography 2.0 with suse/centos/ubuntu is straightforward, and requires just a pip install. | 14:31 |
evrardjp | MikeW: probably worth checking in lxc_hosts then | 14:31 |
evrardjp | this way the base image is ready with the CA, and all the other containers, when created, will inherit from this. | 14:31 |
odyssey4me | MikeW I suspect that you'd have to put the cert into the standard distro cert store, but then configure all the services .conf files to reference it if they don't pick it up automagically | 14:31 |
*** cmart has joined #openstack-ansible | 14:35 | |
MikeW | evrardjp odyssey4me: Excellent thanks guys! | 14:35 |
*** epalper has quit IRC | 14:35 | |
*** hachi has quit IRC | 14:37 | |
*** chhagarw has joined #openstack-ansible | 14:38 | |
*** chhavi__ has quit IRC | 14:39 | |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia master: Add doc links information to README.rst https://review.openstack.org/570105 | 14:40 |
evrardjp | folks, I just want to remind you that milestone 2 is already next week. | 14:41 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Use upper constraints when installing ARA https://review.openstack.org/571002 | 14:41 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Update os_rally role SHA for cmd2 package pin https://review.openstack.org/571003 | 14:41 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Use upper constraints when installing ARA https://review.openstack.org/571000 | 14:41 |
evrardjp | it's running super fast :( | 14:42 |
odyssey4me | evrardjp yeah, I need to sort out the meta deps to unblock the python build simplification :/ | 14:43 |
*** tux_ has joined #openstack-ansible | 14:44 | |
odyssey4me | time is running quite short | 14:44 |
*** armaan has quit IRC | 14:49 | |
odyssey4me | could I get another core review for https://review.openstack.org/570916 please? | 14:51 |
logan- | done | 14:51 |
odyssey4me | thanks logan- | 14:51 |
MikeW | Hey what's the tag to force a wheel to redownload to a container? | 14:52 |
odyssey4me | MikeW there are 3 things you can force to be redone | 14:52 |
odyssey4me | reclone git repositories: https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L56 | 14:53 |
odyssey4me | rebuild wheels: https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L65 | 14:53 |
odyssey4me | rebuild venvs: https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L71 | 14:53 |
odyssey4me | you can just do something like: openstack-ansible repo-build.yml -e repo_build_wheel_rebuild=yes | 14:54 |
*** jeferobles has quit IRC | 14:54 | |
MikeW | Thanks odyssey4me! Sorry for forgetting | 14:54 |
odyssey4me | no worries - always just check the role being executed by the playbook - the defaults file is effectively the documentation for that role | 14:55 |
*** mbuil has quit IRC | 14:55 | |
*** dave-mcc_ is now known as dave-mccowan | 14:55 | |
*** mma has joined #openstack-ansible | 14:55 | |
*** pvradu has joined #openstack-ansible | 14:56 | |
*** klamath_ is now known as klamath | 14:59 | |
*** mma has quit IRC | 15:00 | |
*** armaan has joined #openstack-ansible | 15:01 | |
*** openstacking_123 has joined #openstack-ansible | 15:05 | |
*** gyee has joined #openstack-ansible | 15:05 | |
*** tux_ has quit IRC | 15:06 | |
*** tux_ has joined #openstack-ansible | 15:07 | |
*** markvoelker has joined #openstack-ansible | 15:08 | |
*** ArchiFleKs has quit IRC | 15:09 | |
*** bhujay has joined #openstack-ansible | 15:12 | |
*** tux_ has quit IRC | 15:14 | |
mgariepy | evrardjp, https://review.openstack.org/#/c/569141/ what did you wanted to see with experimental check ? | 15:16 |
*** bhujay has quit IRC | 15:16 | |
*** bhujay has joined #openstack-ansible | 15:17 | |
*** pvradu has quit IRC | 15:18 | |
*** ansmith has quit IRC | 15:28 | |
*** tux_ has joined #openstack-ansible | 15:28 | |
*** sajjadg has quit IRC | 15:30 | |
*** sar has joined #openstack-ansible | 15:30 | |
*** tux__ has joined #openstack-ansible | 15:31 | |
*** pcaruana has quit IRC | 15:33 | |
*** tux_ has quit IRC | 15:35 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: Ensure container configuration is sorted https://review.openstack.org/570881 | 15:36 |
*** udesale has quit IRC | 15:36 | |
*** ansmith has joined #openstack-ansible | 15:40 | |
evrardjp | mgariepy: nothing, just my blindness. | 15:41 |
evrardjp | :p | 15:41 |
*** markvoelker has quit IRC | 15:41 | |
*** udesale has joined #openstack-ansible | 15:43 | |
*** hasseniu_ has joined #openstack-ansible | 15:43 | |
mgariepy | evrardjp, thanks :) | 15:45 |
odyssey4me | could I get another core review for https://review.openstack.org/570891 please (evrardjp has already reviewed) | 15:46 |
*** hassenius has quit IRC | 15:46 | |
evrardjp | ^ that's not a sign of quality nowadays, so read it carefully! :p | 15:47 |
evrardjp | (as always!) | 15:47 |
*** tux_ has joined #openstack-ansible | 15:47 | |
*** tux__ has quit IRC | 15:47 | |
odyssey4me | meh, it's a backport :p | 15:48 |
*** jeferobles has joined #openstack-ansible | 15:49 | |
*** tux__ has joined #openstack-ansible | 15:51 | |
*** ansmith has quit IRC | 15:51 | |
evrardjp | :D | 15:52 |
*** ansmith has joined #openstack-ansible | 15:52 | |
evrardjp | odyssey4me: a better reason to pay more attention! | 15:52 |
evrardjp | :) | 15:52 |
odyssey4me | heh, fair point | 15:52 |
*** cshen has quit IRC | 15:52 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Adds constraints to all pip installs https://review.openstack.org/571239 | 15:53 |
*** tux_ has quit IRC | 15:54 | |
*** tux_ has joined #openstack-ansible | 15:56 | |
*** radek__ has joined #openstack-ansible | 15:57 | |
*** tux__ has quit IRC | 15:58 | |
*** chyka has joined #openstack-ansible | 16:01 | |
*** tomcsi has quit IRC | 16:05 | |
hwoarang | does anyone know why the os_swift role pulls the python-cinderclient package? | 16:06 |
odyssey4me | hwoarang seriously? that's odd - andymccr ? | 16:07 |
*** tomcsi has joined #openstack-ansible | 16:07 | |
hwoarang | it's in defaults/main.yml | 16:07 |
andymccr | lemme see | 16:07 |
*** electrofelix has quit IRC | 16:08 | |
*** hasseniu_ has quit IRC | 16:09 | |
*** cmart has quit IRC | 16:17 | |
odyssey4me | hwoarang how do I list the files in a package for opensuse, similar to 'dpkg -L python-libvirt' (debian) or 'repoquery -l libvirt-python' (redhat) | 16:21 |
hwoarang | rpm -qlp $package.rpm | 16:22 |
hwoarang | ah you mean without having the actual rpm | 16:23 |
odyssey4me | well, it would be installed at thee stage of the query | 16:23 |
odyssey4me | *the | 16:23 |
*** pcaruana has joined #openstack-ansible | 16:23 | |
andymccr | its been there a long time - mega patches with diffs that are too big to load by default are coming up now :P | 16:24 |
hwoarang | yeah dont know how you could do it with zypper. if it's installed you can use rpm -ql <package name> | 16:24 |
hwoarang | andymccr: well i suppose we can just drop it. i can't see anything using it really :) | 16:25 |
andymccr | yeah i cant think of any reason you would want that | 16:26 |
*** udesale has quit IRC | 16:26 | |
hwoarang | ok will submit a patch since i am messing with this role for the distro package stuff | 16:27 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Pin ARA for Queens https://review.openstack.org/570916 | 16:28 |
*** jra has quit IRC | 16:34 | |
*** jra has joined #openstack-ansible | 16:34 | |
odyssey4me | hwoarang thanks, rpm -ql will work for centos and opensuse then, which is nice | 16:41 |
*** tomcsi has quit IRC | 16:43 | |
*** erolg has quit IRC | 16:45 | |
*** klamath has quit IRC | 16:47 | |
*** jeferobles has quit IRC | 16:48 | |
*** klamath has joined #openstack-ansible | 16:48 | |
*** tux_ has quit IRC | 16:49 | |
*** armaan has quit IRC | 16:50 | |
*** tux_ has joined #openstack-ansible | 16:53 | |
xgerman_ | wonder if I can get some reviews of https://review.openstack.org/#/c/558244/ | 16:56 |
*** SimAloo has joined #openstack-ansible | 17:00 | |
*** mbuil has joined #openstack-ansible | 17:01 | |
xgerman_ | and some for this: https://review.openstack.org/571239 | 17:01 |
*** klamath has quit IRC | 17:01 | |
xgerman_ | thanks evrardjp | 17:02 |
evrardjp | yw | 17:02 |
*** DanyC has joined #openstack-ansible | 17:06 | |
*** radek__ has quit IRC | 17:06 | |
odyssey4me | evrardjp experimental checks aren't useful until https://review.openstack.org/570914 merges | 17:07 |
*** klamath has joined #openstack-ansible | 17:07 | |
evrardjp | darn it | 17:08 |
*** jeferobles has joined #openstack-ansible | 17:09 | |
*** DanyC has quit IRC | 17:10 | |
odyssey4me | for now I think we should hold back merging anything that's risky until that merges | 17:11 |
odyssey4me | otherwise we might break something again | 17:12 |
jrosser | custon CA certs is probably worthy of an appendix user-story. you have both the system certifiacte store and certifi, and it's hard/impossible to add a custom CA cert to certifi in a way thats robust to a package update undoing | 17:13 |
odyssey4me | jrosser yeah, the whole internal ssl thing is hard and needs work | 17:16 |
jrosser | fwiw we add custom CA certs to the system certificate store and then make sure certfi isnt used by setting REQUESTS_CA_BUNDLE to point at the system pem file | 17:16 |
*** jeferobles has quit IRC | 17:16 | |
*** tomcsi has joined #openstack-ansible | 17:17 | |
*** ansmith has quit IRC | 17:25 | |
*** markvoelker has joined #openstack-ansible | 17:30 | |
jrosser | odyssey4me: is there a pattern somewhere for conditionally including an item in a list of packages to install, like you might find in vars/ubuntu1604.yml ? | 17:30 |
odyssey4me | jrosser check vars/main in os_nova I think | 17:31 |
odyssey4me | put the distro-specific package group into the applicable distro vars file, then do the conditionals in /vars/main to produce a single package list for a one-shot install | 17:32 |
jrosser | ah yes, i see | 17:32 |
jrosser | thanks | 17:32 |
*** jeferobles has joined #openstack-ansible | 17:32 | |
*** ansmith has joined #openstack-ansible | 17:41 | |
*** klamath has quit IRC | 17:42 | |
*** klamath_ has joined #openstack-ansible | 17:42 | |
*** DanyC has joined #openstack-ansible | 17:45 | |
*** jeferobles has quit IRC | 17:46 | |
jra | mnaser: http://paste.openstack.org/show/722374/ | 17:46 |
jra | mgariepy: ^^ | 17:47 |
*** DanyC has quit IRC | 17:49 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Use the distro package for libvirt-python https://review.openstack.org/571274 | 17:51 |
*** hassenius has joined #openstack-ansible | 17:52 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_designate master: Create rndc key https://review.openstack.org/570254 | 17:55 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_designate master: Ensure rndc tool is available when rndc keys are used https://review.openstack.org/570353 | 17:55 |
odyssey4me | mnaser hwoarang let's see how https://review.openstack.org/571274 goes (libvirt python thing) | 17:56 |
*** markvoelker has quit IRC | 18:00 | |
*** pcaruana has quit IRC | 18:09 | |
*** ansmith has quit IRC | 18:10 | |
*** ansmith has joined #openstack-ansible | 18:11 | |
*** jra has quit IRC | 18:11 | |
*** jra has joined #openstack-ansible | 18:12 | |
*** hassenius has quit IRC | 18:13 | |
odyssey4me | logan- cloudnull got some time to think through something with me? | 18:14 |
odyssey4me | in https://launchpad.net/bugs/1758144 we see that the ordering of things is a bit broken for queens/rocky | 18:16 |
openstack | Launchpad bug 1758144 in openstack-ansible "resolv.conf in containers set too late" [Medium,In progress] - Assigned to Jesse Pretorius (jesse-pretorius) | 18:16 |
odyssey4me | I pushed up https://review.openstack.org/571178 to try and resolve it, but logan- has rightly pointed out that the unbound playbook has to run before the unbound clients can be configured, and the unbound services may be in a container. | 18:17 |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_nova master: Update to use oslo.messaging services for RPC and Notify https://review.openstack.org/558620 | 18:18 |
odyssey4me | What this means is that the only resolution I can see here is to split https://github.com/openstack/openstack-ansible/blob/master/playbooks/containers-lxc-create.yml#L59-L73 into another play which executes after the unbound services, but that mixes things up somewhat because I think some of the things done in there need to be run on the unbound hosts before the service is setup... so it's chicken and egg. | 18:20 |
odyssey4me | so we could go back to how we did things in pike, but then execution time significantly increases and evrardjp won't be pleased | 18:21 |
odyssey4me | we're using a mix of JIT configuration and non-JIT, and that's screwing things up | 18:31 |
odyssey4me | logan- how does the unbound container install the unbound packages? does that go through the host's NAT bridge? if so, why is the pip install failing in that bug? | 18:32 |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_glance master: Update to use oslo.messaging services for RPC and Notify https://review.openstack.org/564015 | 18:33 |
*** mbuil has quit IRC | 18:37 | |
*** klamath_ is now known as klamath | 18:39 | |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia master: Adds constraints to all pip installs https://review.openstack.org/571239 | 18:45 |
*** markvoelker has joined #openstack-ansible | 18:50 | |
*** poopcat has joined #openstack-ansible | 18:51 | |
*** jeferobles has joined #openstack-ansible | 18:54 | |
*** markvoelker has quit IRC | 18:55 | |
*** yolanda has joined #openstack-ansible | 18:57 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_heat master: Update to use oslo.messaging service for RPC and Notify https://review.openstack.org/564030 | 18:57 |
*** jra has quit IRC | 18:58 | |
*** jra has joined #openstack-ansible | 18:58 | |
*** yolanda_ has quit IRC | 18:59 | |
*** cjloader has quit IRC | 18:59 | |
*** cjloader_ has joined #openstack-ansible | 18:59 | |
cloudnull | logan- sure whats up ? | 19:01 |
*** cjloader_ has quit IRC | 19:01 | |
*** cjloader has joined #openstack-ansible | 19:01 | |
cloudnull | opps odyssey4me - me looking | 19:01 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia stable/pike: Adds constraints to all pip installs https://review.openstack.org/571282 | 19:05 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia stable/pike: Adds constraints to all pip installs https://review.openstack.org/571282 | 19:06 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia stable/queens: Adds constraints to all pip installs https://review.openstack.org/571283 | 19:10 |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_aodh master: Update to use oslo.messaging services for RPC and Notify https://review.openstack.org/568989 | 19:11 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia stable/queens: Adds constraints to all pip installs https://review.openstack.org/571283 | 19:11 |
mnaser | odyssey4me: looks like you fix worked but the upgrade job is broked | 19:19 |
mnaser | borked | 19:19 |
mnaser | and im going to guess it's because the upgrade job is creating a libvirt.py file by manually installing it | 19:19 |
mnaser | hence "efusing to convert between file and link" | 19:19 |
mnaser | odyssey4me: do we want to add `force: true` with a note to remove that in the next cycle? | 19:21 |
mnaser | ill add that to the review | 19:21 |
*** nicolasbock has quit IRC | 19:33 | |
*** jeferobles has quit IRC | 19:36 | |
openstackgerrit | Amy Marrich (spotz) proposed openstack/openstack-ansible master: Fix typo in link text https://review.openstack.org/571289 | 19:43 |
*** tomcsi has quit IRC | 19:44 | |
*** markvoelker has joined #openstack-ansible | 19:45 | |
guilhermesp | cloudnull: hey man! I'm using this version https://github.com/openstack/openstack-ansible-ops/tree/master/elk_metrics because elk_metric_6x requires ansible 2.5+. The process was ok, the service and containers were created. | 19:46 |
*** cjloader has quit IRC | 19:46 | |
*** cjloader has joined #openstack-ansible | 19:46 | |
guilhermesp | I didnt run reverseProxyKibana and I placed in my user variables the entries for haproxy for the services | 19:47 |
*** nicolasbock has joined #openstack-ansible | 19:48 | |
*** cjloader has quit IRC | 19:48 | |
*** cjloader_ has joined #openstack-ansible | 19:48 | |
guilhermesp | but checking in the kibana and elasticsearch+logstash container, there are only 5601 and 5044 processes respectively. I was expecting 9200 process running in kibana container to be able to acess the dashboard. Is there anything missing in this version of elk in ops repo? | 19:49 |
*** cjloader_ has quit IRC | 19:49 | |
*** cjloader has joined #openstack-ansible | 19:50 | |
*** markvoelker has quit IRC | 19:54 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Use the distro package for libvirt-python https://review.openstack.org/571274 | 19:54 |
devx | guilhermesp which elk version did you use? | 20:02 |
guilhermesp | devx: I was simply following the readme of the repo, so I installed kibana by runnint openstack-ansible installKibana.yml ( https://github.com/openstack/openstack-ansible-ops/blob/master/elk_metrics/installKibana.yml ) | 20:05 |
*** pvradu has joined #openstack-ansible | 20:05 | |
guilhermesp | as stated here https://github.com/openstack/openstack-ansible-ops/tree/master/elk_metrics | 20:06 |
jrosser | guilhermesp: this will set you up an isolated ansible 2.5 install that won't mess up your deploy host https://github.com/openstack/openstack-ansible-ops/blob/master/elk_metrics_6x/bootstrap-embedded-ansible.sh | 20:06 |
devx | I would use https://github.com/openstack/openstack-ansible-ops/tree/master/elk_metrics_6x instead of the elk_metrics but alternative you can use what jrosser mention | 20:06 |
guilhermesp | jrosser: huuum, I didn't pay attention in this detail. Great | 20:07 |
guilhermesp | so we can infer that elk_metrics is not totally funcional ( https://github.com/openstack/openstack-ansible-ops/tree/master/elk_metrics ), isn't it? | 20:08 |
jrosser | source bootstrap-embedded-ansible.sh <- setup and fiddle the environment to use ansible 2.5 and the necessary plugins | 20:08 |
jrosser | deactivate <- put everything back how it was | 20:08 |
*** throwsb1 has quit IRC | 20:09 | |
guilhermesp | jrosser: great. Gonna give a try. Tell here the results. Thanks guys | 20:11 |
jrosser | guilhermesp: i submitted a couple of tiny patches to make it work on queens, i know it's basically OK for that | 20:12 |
*** hassenius has joined #openstack-ansible | 20:13 | |
guilhermesp | jrosser: In my case, I'm going to deploy it in my pike environment. But as was mentioned here, should work in previous versions too | 20:14 |
devx | I've tested on kilo running trusty and it worked | 20:15 |
jrosser | i think that should be fine, what i did applies equally to pike as well | 20:15 |
*** armaan has joined #openstack-ansible | 20:15 | |
*** pvradu_ has joined #openstack-ansible | 20:15 | |
cloudnull | I like ponies | 20:15 |
*** pvradu has quit IRC | 20:15 | |
*** pvradu_ is now known as pvradu | 20:15 | |
guilhermesp | cloudnull: ponies are cute | 20:16 |
prometheanfire | learning new things all the time | 20:16 |
guilhermesp | specially when used by hobbits and dwarves | 20:17 |
*** hassenius has quit IRC | 20:18 | |
*** jeferobles has joined #openstack-ansible | 20:21 | |
*** pvradu has quit IRC | 20:21 | |
*** markvoelker has joined #openstack-ansible | 20:25 | |
*** mstrohl has joined #openstack-ansible | 20:28 | |
*** cshen has joined #openstack-ansible | 20:29 | |
*** chhagarw has quit IRC | 20:32 | |
*** ansmith has quit IRC | 20:35 | |
*** hassenius has joined #openstack-ansible | 20:36 | |
*** hasseniu_ has joined #openstack-ansible | 20:37 | |
*** hassenius has quit IRC | 20:41 | |
*** jeferobles has quit IRC | 20:50 | |
*** radeks__ has quit IRC | 20:50 | |
*** jeferobles has joined #openstack-ansible | 20:53 | |
*** vadim has quit IRC | 20:58 | |
*** tomcsi has joined #openstack-ansible | 20:58 | |
*** tux_ has quit IRC | 20:59 | |
cloudnull | haha. I seem to love them | 21:00 |
* cloudnull didnt lock my computer at the office | 21:01 | |
cloudnull | thanks prometheanfire | 21:01 |
*** SimAloo has quit IRC | 21:03 | |
*** cjloader has quit IRC | 21:05 | |
spotz | cloudnull guilhermesp You both get pony points!!!! | 21:06 |
*** hasseniu_ has quit IRC | 21:09 | |
*** markvoelker has quit IRC | 21:14 | |
*** markvoelker has joined #openstack-ansible | 21:14 | |
*** markvoelker has quit IRC | 21:18 | |
*** jwitko_ has joined #openstack-ansible | 21:24 | |
*** jwitko_ has quit IRC | 21:25 | |
*** jeferobles has quit IRC | 21:26 | |
*** jwitko_ has joined #openstack-ansible | 21:26 | |
*** jwitko has quit IRC | 21:28 | |
*** jeferobles has joined #openstack-ansible | 21:31 | |
*** jwitko_ has quit IRC | 21:32 | |
prometheanfire | cloudnull: np | 21:32 |
*** ansmith has joined #openstack-ansible | 21:35 | |
*** armaan has quit IRC | 21:39 | |
*** jra has quit IRC | 21:39 | |
*** jra has joined #openstack-ansible | 21:40 | |
*** esberglu has quit IRC | 21:43 | |
*** nurdie has quit IRC | 21:46 | |
*** klamath has quit IRC | 21:54 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible stable/queens: Adds the certificate client key password to user_secrets https://review.openstack.org/571319 | 21:55 |
*** klamath has joined #openstack-ansible | 21:56 | |
*** klamath_ has joined #openstack-ansible | 21:58 | |
*** klamath has quit IRC | 21:58 | |
*** jra has quit IRC | 21:59 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia stable/queens: An OSA password needs to end with _password https://review.openstack.org/571323 | 21:59 |
*** jra has joined #openstack-ansible | 21:59 | |
*** jwitko has joined #openstack-ansible | 22:02 | |
*** klamath_ has quit IRC | 22:02 | |
*** klamath has joined #openstack-ansible | 22:03 | |
*** jeferobles has quit IRC | 22:07 | |
*** openstacking_123 has quit IRC | 22:08 | |
*** tux_ has joined #openstack-ansible | 22:22 | |
*** dave-mccowan has quit IRC | 22:23 | |
*** nurdie has joined #openstack-ansible | 22:25 | |
*** tux_ has quit IRC | 22:26 | |
*** klamath_ has joined #openstack-ansible | 22:29 | |
*** klamath has quit IRC | 22:29 | |
*** klamath_ has quit IRC | 22:35 | |
*** mstrohl has quit IRC | 22:36 | |
*** klamath has joined #openstack-ansible | 22:36 | |
*** jeferobles has joined #openstack-ansible | 22:45 | |
*** nicolasbock has quit IRC | 22:47 | |
*** jeferobles has quit IRC | 22:47 | |
*** klamath has quit IRC | 22:54 | |
*** klamath has joined #openstack-ansible | 22:56 | |
*** MikeW has quit IRC | 22:57 | |
*** tosky has quit IRC | 23:04 | |
*** klamath has quit IRC | 23:07 | |
*** jwitko_ has joined #openstack-ansible | 23:08 | |
*** hassenius has joined #openstack-ansible | 23:09 | |
*** jwitko has quit IRC | 23:11 | |
*** klamath has joined #openstack-ansible | 23:12 | |
*** pmannidi has quit IRC | 23:13 | |
*** hassenius has quit IRC | 23:13 | |
*** jwitko__ has joined #openstack-ansible | 23:14 | |
*** jwitko_ has quit IRC | 23:16 | |
*** cshen has quit IRC | 23:20 | |
*** markvoelker has joined #openstack-ansible | 23:25 | |
*** chyka has quit IRC | 23:31 | |
*** klamath has quit IRC | 23:35 | |
*** markvoelker has quit IRC | 23:43 | |
*** markvoelker has joined #openstack-ansible | 23:44 | |
*** jwitko__ has quit IRC | 23:44 | |
*** cjloader has joined #openstack-ansible | 23:46 | |
*** markvoelker has quit IRC | 23:48 | |
*** klamath has joined #openstack-ansible | 23:50 | |
*** mmercer has joined #openstack-ansible | 23:54 | |
*** klamath has quit IRC | 23:58 | |
*** klamath has joined #openstack-ansible | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!