*** tosky has quit IRC | 00:15 | |
*** cshen has quit IRC | 02:39 | |
*** cshen has joined #openstack-ansible | 03:36 | |
*** cshen has quit IRC | 03:40 | |
*** spatel has joined #openstack-ansible | 03:52 | |
*** raukadah is now known as chandankumar | 04:35 | |
*** shyamb has joined #openstack-ansible | 04:39 | |
*** shyamb has quit IRC | 04:53 | |
*** spatel has quit IRC | 05:05 | |
*** cshen has joined #openstack-ansible | 05:24 | |
*** cshen has quit IRC | 05:29 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-ansible | 05:33 | |
*** d34dh0r53 has joined #openstack-ansible | 05:53 | |
*** LowKey has joined #openstack-ansible | 05:56 | |
LowKey | Hi, how to check services/component version of openstack services such as nova,neutrol, etc.. ? | 05:57 |
---|---|---|
LowKey | neutron* | 05:57 |
*** poopcat has quit IRC | 06:52 | |
*** poopcat has joined #openstack-ansible | 06:52 | |
*** miloa has joined #openstack-ansible | 06:53 | |
*** cshen has joined #openstack-ansible | 07:05 | |
noonedeadpunk | LowKey: well, you can look in pip info inside venv, but you will get pretty approximate version because it will be marked as dev, since we're installing based on SHAs | 07:57 |
noonedeadpunk | so based on openstack-ansible version you can find SHA of services that are installed from https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/defaults/repo_packages/openstack_services.yml | 07:58 |
*** rpittau|afk is now known as rpittau | 08:00 | |
*** pcaruana has joined #openstack-ansible | 08:02 | |
*** maharg101 has joined #openstack-ansible | 08:08 | |
*** jbadiapa has joined #openstack-ansible | 08:09 | |
*** jbadiapa has quit IRC | 08:27 | |
jrosser | morning | 08:37 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Move neutron pip packages from constraints to requirements https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/770276 | 08:45 |
*** tosky has joined #openstack-ansible | 08:45 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Remove preflight checks https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/774420 | 08:49 |
*** jbadiapa has joined #openstack-ansible | 08:54 | |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Factor out unnecessary set_fact https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/774421 | 08:55 |
noonedeadpunk | morning | 09:11 |
noonedeadpunk | jrosser: oh, that's pretty interesting etherpad | 09:11 |
jrosser | yeah, that was just looking back through the last few days failed jobs | 09:11 |
jrosser | perhaps we need to just maintain something like that before doing recheck | 09:12 |
jrosser | i ignored most stuff which was actual wrong code/bugs | 09:13 |
noonedeadpunk | so with auditd seems like valid bug for devian :( | 09:14 |
noonedeadpunk | *debian | 09:15 |
jrosser | yes, maybe we should just disable it? | 09:16 |
noonedeadpunk | http://paste.openstack.org/show/802416/ <- that was issue on City side | 09:16 |
jrosser | oh right yes | 09:17 |
noonedeadpunk | I'm not fan of disabling things since we don't really re-enable them later. How much does debian fails? I guess that should be also a question.... | 09:17 |
jrosser | thats another good question, i've never really had much luck with logstash.o.o to query these things | 09:17 |
noonedeadpunk | What we need to look into is mariadb | 09:17 |
jrosser | i've often wondered if our logs are being indexed properly there | 09:18 |
noonedeadpunk | as it really reporduces on aio from time to time | 09:18 |
jrosser | yes i've had it do it here on focal | 09:18 |
jrosser | i am still thinking we can have some CI specific way to get the u-c file | 09:18 |
noonedeadpunk | I was about to got to #mariadb but was distracted by internal stuff | 09:18 |
noonedeadpunk | we totally can. since releases repo is in required-repos, right? | 09:19 |
jrosser | yeah, i was thinking to copy the u-c file to the repo server when building it | 09:19 |
noonedeadpunk | ah, no, we have only requirements, no releases... | 09:20 |
jrosser | then all the roles that expect to get it at http://<somewhere> can get it from there | 09:20 |
noonedeadpunk | and we need requirements anyway) | 09:20 |
noonedeadpunk | wondering how would we put from localhost to container | 09:21 |
noonedeadpunk | that's not smth we can do during bootstrap | 09:22 |
noonedeadpunk | just some task after setup-hosts... | 09:22 |
noonedeadpunk | when we're in zuul | 09:22 |
jrosser | maybe actually we pass in the content rather than the url | 09:22 |
jrosser | that would be easier | 09:22 |
noonedeadpunk | um.. and in what format this content should be? like split it with new lines and join with `--constraint`? | 09:28 |
jrosser | i was thinking yaml list | 09:32 |
jrosser | then somewhere early we can decide if to get it from the standard http://opendev...... URL or contents of file:// in CI | 09:33 |
jrosser | and write a consistently named file into the repo server which would be the same for either real deploys or CI | 09:33 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Add reference to netplan config example https://review.opendev.org/c/openstack/openstack-ansible/+/774425 | 09:48 |
noonedeadpunk | Yeah, I think it's proper to get u-c cahced on repo server | 09:49 |
noonedeadpunk | and it;s really good ide | 09:49 |
noonedeadpunk | jrosser: can I ask you to check this out? https://review.opendev.org/c/openstack/openstack-ansible/+/773264 | 10:00 |
jrosser | noonedeadpunk: do we need to include this? https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/773974 | 10:02 |
noonedeadpunk | well, yeah, once it merged | 10:02 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria https://review.opendev.org/c/openstack/openstack-ansible/+/773264 | 10:03 |
noonedeadpunk | I thought doing this one 22.0.1 and next one 22.1.0 | 10:04 |
jrosser | oh ok | 10:04 |
jrosser | i was just thinking about that | 10:04 |
noonedeadpunk | to be able to test things out a bit | 10:04 |
jrosser | i also saw the telemetry stack looks really unhappy atm | 10:05 |
jrosser | maybe why the jobs take so long because theres some really wierd stuff happening | 10:05 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria https://review.opendev.org/c/openstack/openstack-ansible/+/773264 | 10:06 |
noonedeadpunk | well, aodh and gnocchi just passed during weekends | 10:07 |
jrosser | panko is spinning in a loop https://zuul.opendev.org/t/openstack/build/5647d768cc67451da0ce8ff796e12845/log/logs/host/syslog.txt#262039-262073 | 10:07 |
noonedeadpunk | it was usually the way longer since it involve +4 roles (and 4 extra containers) | 10:08 |
jrosser | then this is odd, interested what you make of it | 10:08 |
jrosser | https://zuul.opendev.org/t/openstack/build/5647d768cc67451da0ce8ff796e12845/log/logs/host/syslog.txt#262076-262078 | 10:08 |
jrosser | it's the haproxy log into syslog which appears 1:1 haproxy connection to galera for each thing gnocchi is doing | 10:08 |
noonedeadpunk | yeah I saw in etherpad but haven't checked that yet :( | 10:09 |
jrosser | which just feels wrong | 10:09 |
*** kukacz has quit IRC | 10:10 | |
noonedeadpunk | that feels wrong indeed https://zuul.opendev.org/t/openstack/build/5647d768cc67451da0ce8ff796e12845/log/logs/etc/host/ceilometer/polling_all.yaml.txt | 10:16 |
noonedeadpunk | considering it should be https://zuul.opendev.org/t/openstack/build/5647d768cc67451da0ce8ff796e12845/log/logs/etc/host/ceilometer/polling.yaml.txt | 10:17 |
*** kukacz has joined #openstack-ansible | 10:18 | |
noonedeadpunk | aha, so we take it from here https://opendev.org/openstack/ceilometer/src/branch/master/etc/ceilometer/polling_all.yaml | 10:18 |
noonedeadpunk | but it should not be used I guess | 10:19 |
noonedeadpunk | as I can imagine this happening when _a lot_ of data got written... | 10:20 |
noonedeadpunk | need to double check though | 10:20 |
*** sshnaidm|afk is now known as sshnaidm | 10:21 | |
jrosser | gnocchi uses oslo.db so i'd expect there to be some sort of persistent connection there | 10:22 |
jrosser | unless i am reading the haproxt log incorrectly | 10:22 |
openstackgerrit | Jonathan Rosser proposed openstack/ansible-role-python_venv_build master: Factor out unnecessary set_fact https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/774421 | 10:39 |
*** LowKey has quit IRC | 10:43 | |
admin0 | \o | 10:50 |
admin0 | anyone using ceph as swift | 10:50 |
admin0 | in their osa | 10:50 |
noonedeadpunk | yep | 10:51 |
admin0 | i want to know how to make the public url for ceph object storage | 10:51 |
admin0 | is it something we add (extra) in haproxy ? | 10:51 |
noonedeadpunk | I use the same haproxy as frontend balanced to rgw | 10:51 |
admin0 | are there some notes i can follow ? | 10:52 |
admin0 | i want to enable rgws, but i cannot figure out how i will (name) the public url and from where i proxy the requests | 10:52 |
noonedeadpunk | well, If you're using ceph-ansible natively, rgw backend will be enabled https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/haproxy/haproxy.yml#L77-L89 | 10:54 |
noonedeadpunk | We also have a tiny doc here https://docs.openstack.org/openstack-ansible/latest/user/ceph/swift.html wich is probably worth extending | 10:54 |
noonedeadpunk | and that's the playbook which will add endpoints to the catalog https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/ceph-rgw-keystone-setup.yml | 10:56 |
*** LowKeys has joined #openstack-ansible | 11:24 | |
LowKeys | morning | 11:25 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-tests stable/victoria: Bump ansible-base to 2.10.5 https://review.opendev.org/c/openstack/openstack-ansible-tests/+/774413 | 11:43 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use zuul provided requirements repo during bootstrap-ansible.sh https://review.opendev.org/c/openstack/openstack-ansible/+/774444 | 12:59 |
*** mgariepy has quit IRC | 13:00 | |
*** rh-jelabarre has joined #openstack-ansible | 13:01 | |
noonedeadpunk | jrosser: I see you -W that one https://review.opendev.org/c/openstack/openstack-ansible/+/762044 but it's not super clear where do we use UPPER_CONSTRAINTS_FILE nowadays except some new roles where it should be dropped I guess | 13:05 |
jrosser | the only place we use it is in the bootstrap-ansible.sh | 13:06 |
jrosser | i did -W really to check if we consider that an external interface for deployers to provide their own URL | 13:07 |
noonedeadpunk | a, aha, I see now | 13:07 |
jrosser | it's kind of minor really, but a little different to the other patches changing those | 13:08 |
noonedeadpunk | um, and why do we use u-c for ansible venv? | 13:11 |
noonedeadpunk | we use utility host for service_setup I guess | 13:13 |
noonedeadpunk | so we don't really need openstackclient in it? | 13:13 |
jrosser | true actually | 13:16 |
jrosser | it does end up installing tons of stuff because of that | 13:16 |
jrosser | maybe this can all be simplified :) | 13:16 |
noonedeadpunk | well, we have defaults everywhere to localhost though. And I'm not sure what path distro is following... | 13:17 |
noonedeadpunk | since openstack_service_setup_host is defined in source_install.yml https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/defaults/source_install.yml#L31 | 13:18 |
noonedeadpunk | but I guess it should be easy enough to point distro if needed (as I might be missing this) | 13:18 |
noonedeadpunk | well, u-c also bumps other requirements like netaddr or PyYAML... | 13:20 |
noonedeadpunk | and I'm not sure if we're obliged to use u-c for that from some admin pov | 13:21 |
*** mgariepy has joined #openstack-ansible | 13:26 | |
*** cyberpear has quit IRC | 13:26 | |
*** alanmeadows has quit IRC | 13:26 | |
*** strattao has quit IRC | 13:26 | |
*** gouthamr has quit IRC | 13:26 | |
*** CeeMac has quit IRC | 13:27 | |
*** jungleboyj has quit IRC | 13:27 | |
*** guilhermesp has quit IRC | 13:27 | |
*** mwhahaha has quit IRC | 13:27 | |
*** sri_ has quit IRC | 13:27 | |
*** simondodsley has quit IRC | 13:27 | |
*** gundalow has quit IRC | 13:27 | |
*** johnsom has quit IRC | 13:27 | |
*** jrosser has quit IRC | 13:27 | |
*** zul has quit IRC | 13:27 | |
*** nicolasbock has quit IRC | 13:27 | |
*** mnaser has quit IRC | 13:27 | |
*** fyx has quit IRC | 13:27 | |
*** PrinzElvis has quit IRC | 13:27 | |
*** alanmeadows has joined #openstack-ansible | 13:28 | |
*** CeeMac has joined #openstack-ansible | 13:28 | |
*** guilhermesp has joined #openstack-ansible | 13:28 | |
*** simondodsley has joined #openstack-ansible | 13:28 | |
*** johnsom has joined #openstack-ansible | 13:28 | |
*** mnaser has joined #openstack-ansible | 13:28 | |
*** strattao has joined #openstack-ansible | 13:29 | |
*** jungleboyj has joined #openstack-ansible | 13:29 | |
*** sri_ has joined #openstack-ansible | 13:29 | |
*** gouthamr has joined #openstack-ansible | 13:30 | |
*** nicolasbock has joined #openstack-ansible | 13:30 | |
*** fyx has joined #openstack-ansible | 13:31 | |
*** zul has joined #openstack-ansible | 13:33 | |
*** cyberpear has joined #openstack-ansible | 13:33 | |
*** mwhahaha has joined #openstack-ansible | 13:34 | |
*** gundalow has joined #openstack-ansible | 13:34 | |
*** jrosser has joined #openstack-ansible | 13:34 | |
*** lkoranda has joined #openstack-ansible | 13:35 | |
*** PrinzElvis has joined #openstack-ansible | 13:51 | |
*** spatel has joined #openstack-ansible | 13:54 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Stop installing client packages for ansible venv https://review.opendev.org/c/openstack/openstack-ansible/+/774472 | 14:32 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Use zuul provided requirements repo during bootstrap-ansible.sh https://review.opendev.org/c/openstack/openstack-ansible/+/774444 | 15:04 |
*** spatel has quit IRC | 15:08 | |
*** tbarron is now known as tbarron|out | 15:22 | |
*** sshnaidm has quit IRC | 15:34 | |
*** sshnaidm has joined #openstack-ansible | 15:58 | |
noonedeadpunk | I guess we need u-c at the end of the day anyway if we don't want to maintain our own ones... | 16:00 |
*** macz_ has joined #openstack-ansible | 16:01 | |
*** macz_ has quit IRC | 16:03 | |
*** macz_ has joined #openstack-ansible | 16:04 | |
jrosser | noonedeadpunk: you sure we don't need that .git? | 16:21 |
jrosser | 2021-02-08 15:46:21.762453 | ubuntu-focal | Cloning into bare repository '/home/zuul/src/opendev.org/openstack/requirements/.git'... | 16:21 |
noonedeadpunk | ah, dunno now. it was the same with .git - https://zuul.opendev.org/t/openstack/build/2e403df2def742d18569c48549323add/log/job-output.txt#2801 | 16:22 |
noonedeadpunk | oh, wait | 16:23 |
noonedeadpunk | `Cloning into bare repository` - there're no files in bare repository | 16:23 |
noonedeadpunk | so technically you should be cloning from bare repo locally or smth like that? | 16:23 |
noonedeadpunk | at the doc .git dir is provided like this https://git-scm.com/docs/git#_options | 16:25 |
noonedeadpunk | ah, well | 16:28 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Use zuul provided requirements repo during bootstrap-ansible.sh https://review.opendev.org/c/openstack/openstack-ansible/+/774444 | 16:30 |
jrosser | oh! | 16:32 |
jrosser | doh | 16:33 |
jrosser | i have a kind of prototype of the repo server hosting u-c now | 16:33 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-repo_server master: Allow constraints files to be hosted on the repo server https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/774517 | 16:48 |
*** lkoranda has quit IRC | 16:54 | |
*** spatel has joined #openstack-ansible | 17:00 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Pass upper-constraints content to the repo_server role https://review.opendev.org/c/openstack/openstack-ansible/+/774518 | 17:02 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Pass upper-constraints content to the repo_server role https://review.opendev.org/c/openstack/openstack-ansible/+/774518 | 17:03 |
*** rpittau is now known as rpittau|afk | 17:05 | |
*** miloa has quit IRC | 17:05 | |
noonedeadpunk | I just thought about that - but maybe we can use venv_tag instead of the SHA? | 17:13 |
noonedeadpunk | I guess that way we mark other constraints file as well? | 17:14 |
noonedeadpunk | nah, it's still retry limit for 774444 | 17:16 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Use zuul provided requirements repo during bootstrap-ansible.sh https://review.opendev.org/c/openstack/openstack-ansible/+/774444 | 17:19 |
*** macz_ has quit IRC | 17:20 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-repo_server master: Allow constraints files to be hosted on the repo server https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/774517 | 17:21 |
*** macz_ has joined #openstack-ansible | 17:23 | |
*** fnpanic has quit IRC | 17:25 | |
*** macz_ has quit IRC | 17:27 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - use the cached copy of the u-c file from the repo server https://review.opendev.org/c/openstack/openstack-ansible/+/774523 | 17:28 |
strattao | just a silly question that I should probably know the answer to - when doing a new installation/upgrade, are we supposed to use a tagged version of OSA or use the stable/whatever branch? | 17:30 |
strattao | If it's a tagged version, do we just pick the latest tag for the version we're targeting? | 17:30 |
jrosser | the tags get applied to the stable/<...> branches about every two weeks, they denote points that we increment the git SHA of all the underlying openstack services on that stable branch | 17:32 |
jrosser | so stable/whatever is N commits in front of any one of those point, comprised of any backported bugfixes that we made to OSA itself | 17:32 |
jrosser | so 'it depends', if nothing is wrong use the tags, but if we fix something critical for you on a stable branch it's no problem to use stable/<....> | 17:33 |
jrosser | so for a new deployment or a point-upgrade you'd generally pick the latest tag on that branch | 17:34 |
*** mgariepy has quit IRC | 17:44 | |
*** macz_ has joined #openstack-ansible | 17:45 | |
*** macz_ has quit IRC | 17:50 | |
*** gyee has joined #openstack-ansible | 17:50 | |
*** macz_ has joined #openstack-ansible | 17:51 | |
*** gyee has quit IRC | 17:52 | |
*** gyee has joined #openstack-ansible | 17:52 | |
*** macz_ has quit IRC | 18:00 | |
*** maharg101 has quit IRC | 18:01 | |
*** macz_ has joined #openstack-ansible | 18:01 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use zuul provided requirements repo during bootstrap-ansible.sh https://review.opendev.org/c/openstack/openstack-ansible/+/774444 | 18:15 |
*** macz_ has quit IRC | 18:17 | |
*** macz_ has joined #openstack-ansible | 18:17 | |
*** SmearedBeard has joined #openstack-ansible | 18:17 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - use the cached copy of the u-c file from the repo server https://review.opendev.org/c/openstack/openstack-ansible/+/774523 | 18:21 |
*** macz_ has quit IRC | 18:21 | |
strattao | thx for the clarification jrosser | 18:23 |
*** macz_ has joined #openstack-ansible | 18:28 | |
*** macz_ has quit IRC | 18:40 | |
*** macz_ has joined #openstack-ansible | 18:41 | |
*** mgariepy has joined #openstack-ansible | 18:43 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Add reference to netplan config example https://review.opendev.org/c/openstack/openstack-ansible/+/774425 | 18:55 |
*** spatel has quit IRC | 18:58 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - use the cached copy of the u-c file from the repo server https://review.opendev.org/c/openstack/openstack-ansible/+/774523 | 19:03 |
*** spatel has joined #openstack-ansible | 19:15 | |
*** SmearedBeard has quit IRC | 19:56 | |
*** maharg101 has joined #openstack-ansible | 19:58 | |
*** macz_ has quit IRC | 19:59 | |
*** macz_ has joined #openstack-ansible | 19:59 | |
*** macz_ has quit IRC | 20:01 | |
*** maharg101 has quit IRC | 20:02 | |
*** macz_ has joined #openstack-ansible | 20:03 | |
*** macz_ has quit IRC | 20:05 | |
admin0 | jrosser, so when is a new tag coming up ? | 20:05 |
admin0 | the point release | 20:05 |
*** macz_ has joined #openstack-ansible | 20:11 | |
*** pcaruana has quit IRC | 20:13 | |
*** macz_ has quit IRC | 20:13 | |
*** macz_ has joined #openstack-ansible | 20:14 | |
jrosser | admin0: there’s a link to all the patches in the irc channel description, and the point releases always have the same topic in gerrit | 20:16 |
*** macz_ has quit IRC | 20:18 | |
spatel | jrosser finally i figured out my designate deployment with PowerDNS and its working great https://satishdotpatel.github.io//designate-integration-with-powerdns/ | 20:19 |
spatel | I put fill write up on my blog for other folks to chime in | 20:20 |
*** macz_ has joined #openstack-ansible | 20:20 | |
admin0 | @spatel, what happens when u create another vm-1 ? | 20:23 |
admin0 | how does the dns name happen | 20:23 |
admin0 | i mean does it deny, or does it make vm-1.1 or vm1-1-1 etc | 20:23 |
admin0 | or not add it saying already exist | 20:23 |
spatel | duplicate name create duplicate entry in DNS and it will do round-robin (kind of bad entry so its human error) | 20:23 |
admin0 | ok | 20:25 |
admin0 | thanks for the blog .. i was looking for powerdns integration | 20:25 |
spatel | let me try with duplicate entry and see but again its user issue not openstack :) | 20:25 |
spatel | also i have add LDAP integration part - https://satishdotpatel.github.io//openstack-ldap-integration/ | 20:26 |
spatel | currently i am working on ceph OSA integration | 20:27 |
*** ianychoi_ has joined #openstack-ansible | 20:33 | |
*** ianychoi has quit IRC | 20:37 | |
openstackgerrit | Merged openstack/openstack-ansible stable/victoria: Bump SHAs for stable/victoria https://review.opendev.org/c/openstack/openstack-ansible/+/773264 | 20:46 |
*** macz_ has quit IRC | 20:46 | |
*** macz_ has joined #openstack-ansible | 20:47 | |
*** d34dh0r53 has quit IRC | 20:49 | |
*** macz_ has quit IRC | 20:52 | |
*** d34dh0r53 has joined #openstack-ansible | 20:59 | |
*** jbadiapa has quit IRC | 21:11 | |
*** spatel has quit IRC | 21:55 | |
*** klamath_atx has quit IRC | 21:55 | |
*** LowKeys has quit IRC | 22:23 | |
*** macz_ has joined #openstack-ansible | 22:56 | |
*** macz_ has quit IRC | 22:57 | |
*** macz_ has joined #openstack-ansible | 22:58 | |
*** macz_ has quit IRC | 22:58 | |
*** macz_ has joined #openstack-ansible | 22:59 | |
*** macz_ has quit IRC | 23:00 | |
*** macz_ has joined #openstack-ansible | 23:00 | |
*** macz_ has quit IRC | 23:02 | |
*** CeeMac has quit IRC | 23:03 | |
*** macz_ has joined #openstack-ansible | 23:04 | |
*** CeeMac has joined #openstack-ansible | 23:04 | |
*** mwhahaha has quit IRC | 23:04 | |
*** mwhahaha has joined #openstack-ansible | 23:05 | |
*** macz_ has quit IRC | 23:09 | |
*** ebbex has quit IRC | 23:14 | |
*** cshen has quit IRC | 23:21 | |
*** ebbex has joined #openstack-ansible | 23:36 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!