*** DanyC has joined #openstack-ansible | 00:41 | |
*** DanyC has quit IRC | 00:46 | |
*** cshen has joined #openstack-ansible | 01:01 | |
*** cshen has quit IRC | 01:06 | |
*** DanyC has joined #openstack-ansible | 01:20 | |
*** DanyC has quit IRC | 01:26 | |
*** openstackgerrit has quit IRC | 02:04 | |
*** shyamb has joined #openstack-ansible | 02:18 | |
*** hwoarang has quit IRC | 02:27 | |
*** hwoarang has joined #openstack-ansible | 02:27 | |
*** hwoarang has quit IRC | 02:37 | |
*** hwoarang has joined #openstack-ansible | 02:39 | |
*** shyam89 has joined #openstack-ansible | 03:05 | |
*** shyamb has quit IRC | 03:07 | |
*** shyamb has joined #openstack-ansible | 03:11 | |
*** shyam89 has quit IRC | 03:12 | |
*** shyam89 has joined #openstack-ansible | 03:13 | |
*** shyamb has quit IRC | 03:16 | |
*** DanyC has joined #openstack-ansible | 03:21 | |
*** DanyC has quit IRC | 03:26 | |
*** DanyC has joined #openstack-ansible | 03:29 | |
*** DanyC has quit IRC | 03:35 | |
*** jhesketh has quit IRC | 03:56 | |
*** DanyC has joined #openstack-ansible | 04:07 | |
*** shyam89 has quit IRC | 04:12 | |
*** DanyC has quit IRC | 04:12 | |
*** udesale has joined #openstack-ansible | 04:25 | |
*** shyamb has joined #openstack-ansible | 04:27 | |
*** raukadah is now known as chkumar|rover | 04:45 | |
*** shyamb has quit IRC | 05:43 | |
*** shyamb has joined #openstack-ansible | 05:46 | |
*** DanyC has joined #openstack-ansible | 06:08 | |
*** DanyC has quit IRC | 06:13 | |
*** DanyC has joined #openstack-ansible | 06:41 | |
*** DanyC has quit IRC | 06:46 | |
*** shyamb has quit IRC | 07:03 | |
*** hwoarang has quit IRC | 07:03 | |
*** hwoarang has joined #openstack-ansible | 07:04 | |
*** shyamb has joined #openstack-ansible | 07:04 | |
*** elenalindq has joined #openstack-ansible | 07:26 | |
*** luksky has joined #openstack-ansible | 07:29 | |
*** openstackgerrit has joined #openstack-ansible | 07:55 | |
openstackgerrit | Merged openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/703950 | 07:55 |
---|---|---|
*** tosky has joined #openstack-ansible | 07:56 | |
*** cshen has joined #openstack-ansible | 08:06 | |
elenalindq | Good morning/day/evening, folks ! A question about manage.py that replaces inventory-manage.py in Train. On a Train OpenStack deployment (upgraded from Stein) running manage.py from osa_toolkit directory with "python manage.py " errors with "ImportError: No module named osa_toolkit" . Am I missing something or is this broken for you as well? | 08:14 |
jrosser | elenalindq: I’m not sure anything has changed there, you probably want inventory_manage.py from the scripts/ directory? | 08:16 |
*** cjloader has quit IRC | 08:16 | |
*** prometheanfire has quit IRC | 08:16 | |
*** prometheanfire has joined #openstack-ansible | 08:17 | |
elenalindq | jrosser: inventory_manage.py fails and in the script I read "# NOTE(nrb/palendae): The contents of this file were moved # to manage.py in order to facilitate importing of the python code# This file remains for backwards compatibility " | 08:17 |
*** rpittau|afk is now known as rpittau | 08:18 | |
jrosser | elenalindq: hmm, you said first that running manage.py fails, but also that inventory_manage.py fails as well? | 08:20 |
elenalindq | Yes. | 08:20 |
elenalindq | inventory-manage.py from scripts fails with "TypeError: '<' not supported between instances of 'str' and 'NoneType' | 08:21 |
elenalindq | " | 08:21 |
jrosser | I don’t believe there has been a deliberate change of behaviour here for the train release | 08:21 |
*** shyamb has quit IRC | 08:21 | |
jrosser | elenalindq: I have a train deployment so can take a look at this | 08:22 |
elenalindq | jrosser Thank you very much! | 08:22 |
*** pcaruana has joined #openstack-ansible | 08:25 | |
jrosser | the “functional” parts of inventory_manage.py were moved out into the osa_toolkit library 3 years ago | 08:25 |
jrosser | imho this looks like a refactoring rather than an attempt to move the script | 08:26 |
*** shyamb has joined #openstack-ansible | 08:26 | |
*** jbadiapa has joined #openstack-ansible | 08:27 | |
*** ebbex has joined #openstack-ansible | 08:35 | |
*** DanyC has joined #openstack-ansible | 08:49 | |
*** DanyC has quit IRC | 08:50 | |
*** DanyC has joined #openstack-ansible | 08:59 | |
*** DanyC has quit IRC | 09:00 | |
*** vesper11 has quit IRC | 09:01 | |
*** DanyC has joined #openstack-ansible | 09:01 | |
jrosser | elenalindq: it seems to work here http://paste.openstack.org/show/788816/ | 09:02 |
elenalindq | Thank you for checking jrosser. | 09:03 |
jrosser | elenalindq: is this a new deployment? | 09:04 |
elenalindq | I deployed Stein and then upgrade to Train. | 09:04 |
elenalindq | the inventory script did work in Stein, but it does not in Train so I assumed it's because it is deprecated. | 09:04 |
*** vesper11 has joined #openstack-ansible | 09:05 | |
elenalindq | Or that is what I understood from the note in the script | 09:05 |
jrosser | i think that means that the code has been refactored to allow the functions in manage.py to be used in other scripts | 09:05 |
jrosser | osa_toolkit is a library really | 09:05 |
jrosser | one difference is that for train the /opt/ansible-runtime venv with be python3 rather than python2, which may expose an inventory related problem differently on Train than Stein | 09:07 |
jrosser | from the error "TypeError: '<' not supported between instances of 'str' and 'NoneType' I would guess that there is some empty variable which evaulates to None | 09:09 |
*** shyamb has quit IRC | 09:19 | |
arxcruz | jrosser: https://review.opendev.org/690377 it's an automated test, but seems to be broken, can i just upload a new patchset to fix it ? | 09:19 |
jrosser | arxcruz: see the comment on line 7 of that patch | 09:23 |
jrosser | if you make the necessary change in openstack-ansible-tests it'll get proposed to all the places that need it | 09:23 |
arxcruz | jrosser: :O i didn't even care to look the comments | 09:29 |
arxcruz | thanks | 09:29 |
jrosser | noonedeadpunk: would be good to talk about the os_tempest fixes when you're around, i'm not sure what the right approach is for ubuntu distro installs | 09:34 |
*** shyamb has joined #openstack-ansible | 09:54 | |
jrosser | elenalindq: if you get really stuck you can make a test setup with a VM and openstack-ansible and copy the /etc/openstack_deploy over then poke into whats happening with the inventory | 10:05 |
jrosser | i'd expect there is an empty group or an undefined host resulting in that "none" | 10:06 |
*** shyamb has quit IRC | 10:06 | |
elenalindq | jrosser: Thank you so much for your suggestion, will try. | 10:11 |
jrosser | there is also an inventory history in /etc/openstack_deploy/backup_openstack_inventory.tar which you may be able to bisect something thats broken this | 10:12 |
*** sshnaidm is now known as sshnaidm|afk | 10:27 | |
*** aedc has quit IRC | 10:56 | |
*** aedc has joined #openstack-ansible | 10:57 | |
*** udesale has quit IRC | 10:58 | |
*** cshen has quit IRC | 11:06 | |
*** cshen has joined #openstack-ansible | 11:15 | |
*** rpittau is now known as rpittau|bbl | 11:21 | |
*** sshnaidm|afk is now known as sshnaidm | 11:34 | |
*** maharg101 has joined #openstack-ansible | 11:44 | |
maharg101 | when using openvswitch, do the controller hosts need ovs bridges, or just the compute nodes ? | 11:45 |
*** cshen has quit IRC | 11:47 | |
maharg101 | in a containerised install that is | 11:47 |
*** luksky has quit IRC | 11:55 | |
jrosser | maharg101: if the controller is running the neutron L3 functions then i'd expect so | 12:01 |
jrosser | (i'm kinda presuming that as its linuxbridge here) | 12:02 |
*** cshen has joined #openstack-ansible | 12:09 | |
noonedeadpunk | jrosser: o/ sure, can talk | 12:12 |
jrosser | noonedeadpunk: o/ hello | 12:12 |
jrosser | this is where i am a bit stuck https://review.opendev.org/#/c/703979/ | 12:13 |
jrosser | the ubuntu distro job fails becasue the distro supplied python packages (via apt) do not satisfy the constraints for tempest and it's dependancies | 12:14 |
jrosser | we've fixed the issue with neutron-lib but now it blows up on keystone-tempest-plugin like this https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_663/703979/2/check/openstack-ansible-deploy-aio_distro_metal-ubuntu-bionic/663c03c/logs/ara-report/result/54f77f42-ab74-49b3-b37b-5be69f72d637/ | 12:16 |
*** cshen has quit IRC | 12:17 | |
*** cshen has joined #openstack-ansible | 12:20 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/stein: Update vpnaas rootwrap filters https://review.opendev.org/702313 | 12:25 |
*** cshen has quit IRC | 12:25 | |
*** cshen has joined #openstack-ansible | 12:25 | |
*** rh-jelabarre has joined #openstack-ansible | 12:28 | |
noonedeadpunk | jrosser: oh, yeah, I saw that.... | 12:30 |
noonedeadpunk | I was going to create a sandbox for closer look | 12:31 |
jrosser | i've fixed stein with direct patches in a similar manner and I think thats been OK becasue the u-c hadnt got ahead of the distro python versions | 12:31 |
jrosser | so this is a wider issue for distro installs when UCA doesnt seem to supply up to date python packages to satisfy the constraints | 12:32 |
jrosser | noonedeadpunk: if you could take a look that would be great - i'm wondering if we should talk to someone from the ubuntu/canonical side to see what they expect to happen | 12:34 |
noonedeadpunk | because afaik we were installing keystone-tempest-plugin not as a distro package, but clone and install from source for the system python (instead of the venv) | 12:34 |
noonedeadpunk | but yes, what you say makes sense... | 12:35 |
jrosser | this is odd | 12:35 |
jrosser | ":stderr: ERROR: nova 20.0.1 has requirement SQLAlchemy>=1.2.19, but you'll have sqlalchemy 1.2.18 which is incompatible." | 12:35 |
jrosser | i wonder why a requirement from nova is in play there | 12:35 |
noonedeadpunk | yeah, completely odd..... | 12:36 |
*** DanyC has quit IRC | 12:36 | |
jrosser | the thing with source vs. distro in this case, if there was an apt package for keystone-temepst-plugin then i'd assume that someone would have to package the required versions of the python modules that needed | 12:38 |
noonedeadpunk | yes, but for ubuntu distro vs source is kinda install for system python vs install in venv | 12:39 |
noonedeadpunk | Which shouldn't make difference, except we're trying to install for py2.... | 12:40 |
jrosser | oh, are we? | 12:41 |
*** cshen has quit IRC | 12:42 | |
noonedeadpunk | not sure. We're omiting venv, but do not provide executable isntead, so we're leaving ansible to decide I guess | 12:42 |
noonedeadpunk | oh, no, we provide virtualenv | 12:43 |
noonedeadpunk | * executable | 12:43 |
*** ansmith_ has quit IRC | 12:43 | |
jrosser | yes, thats one of the things i needed to fix | 12:43 |
*** DanyC has joined #openstack-ansible | 12:44 | |
jrosser | noonedeadpunk: we should maybe try ussuri UCA https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/vars/ubuntu-18.04.yml#L99 | 12:48 |
jrosser | which seems to be existing to some extent http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/bionic-updates/ussuri/ | 12:49 |
noonedeadpunk | oh, indeed | 12:49 |
noonedeadpunk | but still not really answers why we can't install pip pacgaes of version we need | 12:49 |
jrosser | it doesnt, and i also didnt find the versions of the python packages we seem to need in ussuri uca either | 12:50 |
jrosser | i think that the pip packages cant be installed because pip can't uninstall the pyyaml that came from distro package | 12:51 |
jrosser | same for 'wrapt' | 12:52 |
*** cshen has joined #openstack-ansible | 12:53 | |
noonedeadpunk | that is weird since like you can update system python packages which are isntalled with distro package via pip... Like I did that tons of times.. | 12:54 |
noonedeadpunk | But probably these packages are not in requirements | 12:54 |
noonedeadpunk | so pip is not asked to update them | 12:54 |
jrosser | ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. | 12:54 |
*** rpittau|bbl is now known as rpittau | 12:55 | |
jrosser | i think there is a flag you can set on pip to make it just carry on regardless | 12:55 |
jrosser | and then you get the new files mixed up with the ones it couldnt remove | 12:55 |
noonedeadpunk | but yes - we need to switch uca to ussuri - that's great call | 12:57 |
noonedeadpunk | then it will probably have more fresh istro python packages which will satisfy with requirements | 12:58 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Switch to Ussuri UCA repo https://review.opendev.org/704317 | 12:59 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Use contraints for tempest plugins https://review.opendev.org/703979 | 13:00 |
jrosser | ^ lets try it and see | 13:01 |
noonedeadpunk | ++ | 13:01 |
*** aedc has quit IRC | 13:13 | |
*** aedc has joined #openstack-ansible | 13:14 | |
*** aedc has quit IRC | 13:17 | |
*** aedc has joined #openstack-ansible | 13:21 | |
*** ansmith_ has joined #openstack-ansible | 13:37 | |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client stable/train: Use print function https://review.opendev.org/703114 | 13:43 |
*** aedc has quit IRC | 13:52 | |
*** aedc has joined #openstack-ansible | 13:57 | |
*** udesale has joined #openstack-ansible | 14:03 | |
*** luksky has joined #openstack-ansible | 14:16 | |
*** lkoranda has joined #openstack-ansible | 14:28 | |
openstackgerrit | Merged openstack/openstack-ansible master: Allow ceph metal CI deployments https://review.opendev.org/702853 | 14:32 |
jamesdenton | Any chance we could spin a new stable/stein release soon? There's a bug that's been fixed in upstream stable/stein neutron that addresses issues with multiple external provider networks. | 14:55 |
*** cjloader has joined #openstack-ansible | 15:08 | |
noonedeadpunk | jamesdenton: where it has been fixed? like it was osa or neutron one? | 15:31 |
jamesdenton | neutron neutron | 15:32 |
*** openstacking_123 has joined #openstack-ansible | 15:32 | |
noonedeadpunk | maybe you have some sha handy? :p | 15:33 |
jamesdenton | one sec | 15:33 |
openstacking_123 | Hope all is well. I was wonder in anyone had a best practice for swapping out Ubuntu 16 infra nodes with Ubuntu18 nodes pre upgrade ? | 15:33 |
noonedeadpunk | actually there's a bump https://review.opendev.org/#/c/704251/1/playbooks/defaults/repo_packages/openstack_services.yml just want to verify if it's included | 15:33 |
jamesdenton | noonedeadpunk that's the one | 15:34 |
noonedeadpunk | openstacking_123: yep, I did such upgrade on rocky - there's an etherpad with notes on the process which helped me https://etherpad.openstack.org/p/osa-rocky-bionic-upgrade | 15:35 |
jamesdenton | you're on top of it. thank you! | 15:35 |
openstacking_123 | noonedeadpunk fantastic thank you! | 15:36 |
noonedeadpunk | jamesdenton: oh, ok. So then I'll probably need to break the rules a bit and release based on that sha without waiting 2 weeks for it's testing. What do you think mnaser? | 15:37 |
openstacking_123 | noonedeadpunk Whe you say 'do the host upgrade' are you referring to the Ubuntu 16 to 18 in place upgrade? | 15:38 |
mnaser | noonedeadpunk, jamesdenton: i think we could proceed. we have enough ci to trust the commits and unless something crazy happens | 15:39 |
mnaser | we can simply make another patch release | 15:39 |
jamesdenton | *thumbs up* | 15:39 |
mnaser | hmm | 15:45 |
mnaser | i see an issue in our upgrading tooling with placement extraction | 15:45 |
mnaser | we don't have a way to handle the servie running in two sides so when you run haproxy playbook | 15:46 |
mnaser | you pretty much dont have placement until you deploy placement | 15:46 |
mnaser | see https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy/haproxy.yml#L161-L172 | 15:47 |
*** theintern_ has joined #openstack-ansible | 15:50 | |
jrosser | we need to revert this out of stein before releaseing please https://github.com/openstack/openstack-ansible-os_tempest/blob/stable/stein/defaults/main.yml#L48 | 15:54 |
* jrosser py3 tempest bonfire fallout | 15:54 | |
jrosser | jamesdenton: ^ | 15:54 |
jamesdenton | looking | 15:54 |
jamesdenton | the whole commit? | 15:55 |
jrosser | just a mo let me do it | 15:57 |
jamesdenton | kk | 15:57 |
jrosser | the state of the bonfire is here https://ethercalc.openstack.org/y2ekxxq1dd1t | 15:57 |
mnaser | jrosser: do we need to backport rabbitmq 3.8.2 update too? | 16:01 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/stein: Revert u-c url to value from openstack_services.yml https://review.opendev.org/704343 | 16:01 |
jrosser | jamesdenton: i left a note on here about what needs doing for stein https://review.opendev.org/#/c/704251/1 | 16:02 |
jrosser | mnaser: well it was a bit speculative really to bump this early rather than find out very late if it worked or not | 16:03 |
jamesdenton | perfect | 16:03 |
mnaser | jrosser: right but i was wondering if you had some magical rabbitmq stuff that got fixed by going to 3.8.2 :p | 16:03 |
jrosser | i wish :) | 16:03 |
mnaser | so if that had benefits of going back to stable/trai | 16:03 |
mnaser | hah | 16:03 |
jrosser | by all means have a go | 16:03 |
jrosser | but i still think its 50/50 mess between rabbit and something in oslo that doesnt reconnect | 16:04 |
jrosser | mnaser: speaking of rabbitmq i was a bit uncertain about this one https://review.opendev.org/#/c/703577/ | 16:05 |
jrosser | calling out that specifically for centos without explaining why looked wierd | 16:05 |
*** theintern_ has quit IRC | 16:07 | |
*** lkoranda has quit IRC | 16:08 | |
*** theintern_ has joined #openstack-ansible | 16:19 | |
*** udesale has quit IRC | 16:19 | |
*** gyee has joined #openstack-ansible | 16:29 | |
openstackgerrit | Erik Berg proposed openstack/openstack-ansible stable/rocky: avoid watchdog 0.10.0 and possible future releases https://review.opendev.org/704352 | 16:29 |
*** cshen has quit IRC | 16:34 | |
*** maharg101 has quit IRC | 16:35 | |
*** maharg101 has joined #openstack-ansible | 16:35 | |
*** theintern_ has quit IRC | 16:37 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/704254 | 16:45 |
*** theintern_ has joined #openstack-ansible | 16:49 | |
*** chkumar|rover is now known as raukadah | 16:54 | |
*** hwoarang has quit IRC | 17:08 | |
*** hwoarang has joined #openstack-ansible | 17:09 | |
*** gregwork has joined #openstack-ansible | 17:15 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/stein: Adapt tempestconf job to use integrated repo https://review.opendev.org/704368 | 17:21 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/stein: Revert u-c url to value from openstack_services.yml https://review.opendev.org/704343 | 17:21 |
*** theintern_ has quit IRC | 17:23 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/train: Use correct pip executable for mixed distro/source installs https://review.opendev.org/704369 | 17:25 |
*** luksky has quit IRC | 17:27 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/train: Install appropriate tempest releases on stable branches https://review.opendev.org/703572 | 17:31 |
*** rpittau is now known as rpittau|afk | 18:18 | |
*** DanyC has quit IRC | 18:20 | |
jrosser | noonedeadpunk: what do you think about “fixing up” the distro python with ansible/pip for the failing bionic distro job? 1) remove troublesome python module apt packages 2) replace using pip + u-c | 18:22 |
jrosser | I’m not sure how much we want to be messing with the distro python because there are lots of ways this might go wrong | 18:22 |
jrosser | particularly a later installed package with a depends on the troublesome module | 18:24 |
jrosser | alternatively, we just give up with the mixed install and tempest is always from source on Ubuntu | 18:24 |
noonedeadpunk | I like the last option more tbh | 18:26 |
noonedeadpunk | like I still don't fully ubderstood what goes wrong with mixed install (had no time for checking this) but since ubuntu do not pack tempest plugins in packages - I think they suggest doing source install all the time... | 18:32 |
*** sshnaidm is now known as sshnaidm|afk | 18:35 | |
jrosser | noonedeadpunk: ok I will look if there is a clean way to switch to always source installs on ubuntu | 18:40 |
*** openstacking_123 has quit IRC | 18:42 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Add manila tempest testing https://review.opendev.org/674653 | 18:48 |
*** mgariepy has quit IRC | 18:52 | |
*** mgariepy has joined #openstack-ansible | 18:57 | |
*** ansmith has joined #openstack-ansible | 19:05 | |
jrosser | raukadah: do you know what’s going on here? https://zuul.opendev.org/t/openstack/build/8c5077b592874ab292b86d3f65c62f5d | 19:06 |
jrosser | I’ll recheck in case it’s transient | 19:06 |
*** ansmith_ has quit IRC | 19:06 | |
*** gregwork has quit IRC | 19:25 | |
*** KeithMnemonic has joined #openstack-ansible | 19:26 | |
*** admin0 has quit IRC | 19:44 | |
*** admin0 has joined #openstack-ansible | 19:46 | |
*** ansmith_ has joined #openstack-ansible | 19:46 | |
*** luksky has joined #openstack-ansible | 19:47 | |
*** ansmith has quit IRC | 19:48 | |
*** kplant has joined #openstack-ansible | 20:10 | |
*** mrda has quit IRC | 20:21 | |
*** elenalindq has quit IRC | 20:25 | |
*** jbadiapa has quit IRC | 20:25 | |
*** openstackstatus has joined #openstack-ansible | 20:27 | |
*** ChanServ sets mode: +v openstackstatus | 20:27 | |
*** gyee has quit IRC | 20:27 | |
*** gyee has joined #openstack-ansible | 20:28 | |
*** mrda has joined #openstack-ansible | 20:28 | |
*** DanyC has joined #openstack-ansible | 20:30 | |
jrosser | could i get some reviews here https://review.opendev.org/#/c/704369/ | 20:32 |
*** kplant has quit IRC | 20:37 | |
jrosser | raukadah: i think the error i posted before is this https://github.com/ansible/ansible/issues/64495 | 20:38 |
jrosser | i notice that job runs under ansible 2.9.4 which we have no coverage for at all on the OSA side | 20:41 |
*** lbragstad has joined #openstack-ansible | 20:41 | |
*** elenalindq has joined #openstack-ansible | 20:41 | |
jrosser | there is an outstanding bug/PR for the ansible rabbitmq policy module thats not merged so we are stuck on 2.8.x until that is fixed | 20:42 |
*** lbragsta_ has joined #openstack-ansible | 20:47 | |
*** lbragstad has quit IRC | 20:50 | |
*** lbragsta_ has quit IRC | 20:50 | |
*** mgariepy has quit IRC | 20:55 | |
*** ansmith_ has quit IRC | 21:42 | |
*** elenalindq has quit IRC | 21:56 | |
*** aedc has quit IRC | 22:17 | |
*** aedc has joined #openstack-ansible | 22:19 | |
*** ahosam has joined #openstack-ansible | 22:21 | |
*** rh-jelabarre has quit IRC | 22:42 | |
*** ahosam has quit IRC | 22:49 | |
*** ahosam has joined #openstack-ansible | 22:49 | |
*** tosky has quit IRC | 23:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!