*** prometheanfire has quit IRC | 00:00 | |
*** alop has joined #openstack-ansible | 00:05 | |
*** prometheanfire has joined #openstack-ansible | 00:07 | |
*** alop has quit IRC | 00:09 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Moved user_group_vars to defaults https://review.openstack.org/199216 | 00:16 |
---|---|---|
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Moved user_group_vars to defaults https://review.openstack.org/204320 | 00:16 |
*** alop has joined #openstack-ansible | 00:19 | |
*** prometheanfire has quit IRC | 00:31 | |
*** sdake has quit IRC | 00:34 | |
*** darrenc is now known as darrenc_afk | 00:35 | |
*** sdake has joined #openstack-ansible | 00:37 | |
*** alop has quit IRC | 00:44 | |
*** prometheanfire has joined #openstack-ansible | 00:45 | |
*** alop has joined #openstack-ansible | 00:46 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Added gate check process for more logs https://review.openstack.org/204315 | 00:46 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Fix haproxy service config when ssl is enabled https://review.openstack.org/202911 | 00:48 |
*** darrenc_afk is now known as darrenc | 01:00 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Added gate check process for more logs https://review.openstack.org/204315 | 01:04 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Added gate check process for more logs https://review.openstack.org/204315 | 01:05 |
*** alop has quit IRC | 01:15 | |
*** galstrom is now known as galstrom_zzz | 01:15 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Added gate check process for more logs https://review.openstack.org/204315 | 03:08 |
*** tlian has quit IRC | 03:24 | |
*** gus_ is now known as gus | 03:45 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Cap urllib3<1.11 in stable/kilo for grenade https://review.openstack.org/204365 | 03:52 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Cap urllib3<1.11 in Kilo https://review.openstack.org/204365 | 03:55 |
cloudnull | so this is a thing https://review.openstack.org/#/c/204365/ which we knew about, which now effects us because oslo.vmware fixed the requirement cap which is not in global requirements, at least not yet. so we need that change to go in for kilo or we wait for upstream to unbreak requirements and rev when it happens | 03:58 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Added gate process and more logs https://review.openstack.org/204315 | 04:24 |
*** misc has quit IRC | 04:29 | |
*** misc has joined #openstack-ansible | 04:29 | |
*** britthou_ has joined #openstack-ansible | 04:46 | |
*** britthouser has quit IRC | 04:46 | |
*** darrenc is now known as darrenc_afk | 04:58 | |
*** alop has joined #openstack-ansible | 05:41 | |
*** javeriak has joined #openstack-ansible | 05:45 | |
*** javeriak_ has joined #openstack-ansible | 05:55 | |
*** javeriak has quit IRC | 05:58 | |
*** darrenc_afk is now known as darrenc | 06:05 | |
*** pilgrimstack has joined #openstack-ansible | 06:08 | |
*** shausy has joined #openstack-ansible | 06:09 | |
*** javeriak_ has quit IRC | 06:09 | |
*** javeriak has joined #openstack-ansible | 06:10 | |
*** pellaeon has joined #openstack-ansible | 06:19 | |
pellaeon | Hello, I'm having problems with glance_nfs_client | 06:19 |
pellaeon | I see 2 options, glance_nfs_mounts and glance_nfs_client | 06:20 |
pellaeon | glance_nfs_mounts isn't used anywhere in the code, so I guess it's deprecated? | 06:20 |
pellaeon | and besides that, glance_nfs_client doesn't seem to work either | 06:21 |
pellaeon | first of all, the glance mount inside container is blocked by apparmor with the following message: | 06:22 |
pellaeon | type=1400 audit(1437126189.491:76): apparmor="DENIED" operation="mount" info="failed type match" error=-13 profile="lxc-openstac | 06:22 |
pellaeon | k" name="/run/rpc_pipefs/" pid=8163 comm="mount" fstype="rpc_pipefs" srcname="rpc_pipefs" flags="rw" | 06:22 |
pellaeon | I followed the solution in http://bridge.grumpy-troll.org/2014/03/lxc-routed-on-ubuntu/ | 06:22 |
pellaeon | then lxc-stop -r the container, it still doesn't mount | 06:23 |
pellaeon | with no error message in dmesg nor syslog | 06:23 |
pellaeon | fstab of the glance container: | 06:24 |
pellaeon | # UNCONFIGURED FSTAB FOR BASE SYSTEM | 06:24 |
pellaeon | 10.30.30.1:/kglance/K_GLANCE_SHARE /var/lib/glance/images nfs _netdev,auto,intr,soft 0 0 | 06:24 |
pellaeon | /var/lib/glance/images 10.30.30.1:/kglance/K_GLANCE_SHARE nfs _netdev,auto,intr,soft 0 0 | 06:24 |
pellaeon | the second line is totally ungramatical | 06:25 |
pellaeon | I don't know where it came from (I haven't dug into the code) | 06:25 |
pellaeon | but even with fstab that seemed to be correct, it still doesn't mount | 06:26 |
pellaeon | if I use the `mount` command to get the current mount, it shows: | 06:27 |
pellaeon | /dev/mapper/ansible--vg-root on /var/lib/glance/images type ext4 (rw,intr,soft,_netdev) | 06:27 |
pellaeon | /dev/mapper/ansible--vg-root on /var/backup type ext4 (rw,relatime,errors=remount-ro,data=ordered) | 06:27 |
pellaeon | /dev/mapper/ansible--vg-root on /var/log/glance type ext4 (rw,relatime,errors=remount-ro,data=ordered) | 06:27 |
pellaeon | which i also don't know where they came from | 06:28 |
pellaeon | the options (rw,intr,soft,_netdev) is exactly what I specified in glance_nfs_client | 06:28 |
pellaeon | but I don't know how come it mounts from /dev/mapper/ansible--vg-root | 06:29 |
pellaeon | and however, if I issue mount -a inside the container, it mounts successfully | 06:29 |
*** sdake has quit IRC | 06:31 | |
*** pilgrimstack has quit IRC | 06:34 | |
*** javeriak has quit IRC | 06:37 | |
*** javeriak has joined #openstack-ansible | 06:48 | |
*** javeriak_ has joined #openstack-ansible | 06:54 | |
*** javeriak_ has quit IRC | 06:55 | |
*** javeriak has quit IRC | 06:55 | |
*** miguelgrinberg has quit IRC | 06:56 | |
*** miguelgrinberg has joined #openstack-ansible | 06:58 | |
-openstackstatus- NOTICE: zuul is undergoing an emergency restart. Jobs will be re-queued but some events may be lost. | 07:22 | |
*** javeriak has joined #openstack-ansible | 07:23 | |
*** odyssey4me has quit IRC | 07:34 | |
*** odyssey4me has joined #openstack-ansible | 07:37 | |
-openstackstatus- NOTICE: zuul jobs are currently stuck while problems with gearman are debugged | 08:12 | |
*** ChanServ changes topic to "zuul jobs are currently stuck while problems with gearman are debugged" | 08:12 | |
*** subscope has quit IRC | 08:14 | |
*** javeriak has quit IRC | 08:23 | |
*** javeriak has joined #openstack-ansible | 08:29 | |
*** subscope has joined #openstack-ansible | 09:01 | |
*** gus has quit IRC | 09:10 | |
*** javeriak has quit IRC | 09:16 | |
*** pilgrimstack has joined #openstack-ansible | 09:32 | |
*** pilgrimstack has quit IRC | 09:32 | |
*** pilgrimstack has joined #openstack-ansible | 09:33 | |
*** javeriak has joined #openstack-ansible | 09:47 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Added gate process and more logs https://review.openstack.org/204315 | 09:56 |
*** gus has joined #openstack-ansible | 09:57 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Disable Unattended Upgrades https://review.openstack.org/203858 | 10:14 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Document required repository hosts config info https://review.openstack.org/202258 | 10:24 |
andymccr | pellaeon: firstly the glance_nfs_mounts seems to be wrong - i imagine it was renamed/changed to glance_nfs_clients and the comment was neglected (easily fixable!) | 10:27 |
andymccr | I'm not sure where that second line came from | 10:27 |
andymccr | the code should have added the first line: https://github.com/stackforge/os-ansible-deployment/blob/master/playbooks/roles/os_glance/tasks/glance_post_install.yml#L97-L108 | 10:28 |
*** pilgrimstack has quit IRC | 10:29 | |
andymccr | the mount command shows what is setup in lxc, so if on the phys host for the container you were to look at /var/lib/lxc/<container_name>/config you'd see a mount.entry | 10:31 |
andymccr | so did it work once you did a mount -a? or did you have to take additional steps? | 10:33 |
andymccr | pellaeon: i thinki have spotted the issue with the mount lines | 10:35 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Cap urllib3<1.11 in Kilo https://review.openstack.org/204365 | 10:46 |
openstackgerrit | Andy McCrae proposed stackforge/os-ansible-deployment: Fix glance_nfs_client setting https://review.openstack.org/204542 | 10:46 |
andymccr | pellaeon: if you'd like give the above patch a try! it should work, although you would need to clean up any existing fstab entries on the glance container | 10:47 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Moved user_group_vars to defaults https://review.openstack.org/204320 | 10:51 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Fix general upgrade issues for Juno > Kilo https://review.openstack.org/204278 | 10:51 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Fix haproxy service config when ssl is enabled https://review.openstack.org/202911 | 10:51 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Restart mysql when config changed https://review.openstack.org/204545 | 10:54 |
*** javeriak has quit IRC | 11:27 | |
openstackgerrit | Andy McCrae proposed stackforge/os-ansible-deployment: Add swift-sync role and environment https://review.openstack.org/201136 | 11:45 |
*** javeriak has joined #openstack-ansible | 11:51 | |
*** javeriak has quit IRC | 11:52 | |
odyssey4me | openstack-ci is still broken - with the lint test not registering, all patches will get a -v :/ | 11:58 |
*** tlian has joined #openstack-ansible | 12:08 | |
andymccr | ahh | 12:08 |
andymccr | guess it'd be good to know if the other test passes in anycase | 12:09 |
andymccr | lint issues are much quicker/easier to solve :D | 12:09 |
*** javeriak has joined #openstack-ansible | 12:09 | |
odyssey4me | fair enough | 12:11 |
cloudnull | Morning | 12:27 |
odyssey4me | not a good morning? | 12:29 |
*** shausy has quit IRC | 12:38 | |
*** jmckind has joined #openstack-ansible | 12:41 | |
cloudnull | It's a great morning | 12:42 |
cloudnull | Sun is shinning , people are skipping around , and the gate is broken . what more could we ask for ? | 12:43 |
odyssey4me | hahaha | 12:44 |
*** shausy has joined #openstack-ansible | 12:57 | |
*** galstrom_zzz is now known as galstrom | 13:03 | |
openstackgerrit | Matthew Kassawara proposed stackforge/os-ansible-deployment: Reduce neutron configuration https://review.openstack.org/204597 | 13:08 |
*** galstrom is now known as galstrom_zzz | 13:11 | |
*** KLevenstein has joined #openstack-ansible | 13:29 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Add swift-sync role and environment https://review.openstack.org/201136 | 13:38 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Disable Unattended Upgrades https://review.openstack.org/203858 | 13:38 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Allow configuration of all default quota options https://review.openstack.org/203951 | 13:38 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Parse latest Tempest results https://review.openstack.org/204214 | 13:39 |
*** subscope has quit IRC | 13:41 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Remove hardcoded config drive enforcement https://review.openstack.org/195403 | 13:43 |
*** subscope has joined #openstack-ansible | 13:43 | |
*** TheIntern has joined #openstack-ansible | 13:44 | |
*** javeriak has quit IRC | 13:50 | |
*** spotz_zzz is now known as spotz | 14:05 | |
*** Mudpuppy has joined #openstack-ansible | 14:06 | |
*** Mudpuppy has quit IRC | 14:10 | |
*** Mudpuppy_ has joined #openstack-ansible | 14:10 | |
*** Mudpuppy_ is now known as Mudpuppy | 14:10 | |
-openstackstatus- NOTICE: CI is currently recovering from an outage overnight. It is safe to recheck results with NOT_REGISTERED errors. It may take some time for zuul to work through the backlog. | 14:13 | |
*** ChanServ changes topic to "CI is currently recovering from an outage overnight. It is safe to recheck results with NOT_REGISTERED errors. It may take some time for zuul to work through the backlog." | 14:13 | |
*** jwagner_away is now known as jwagner | 14:16 | |
sigmavirus24_awa | the gate being borken is not my fault | 14:17 |
sigmavirus24_awa | just putting that outt here | 14:17 |
openstackgerrit | Hugh Saunders proposed stackforge/os-ansible-deployment: Wrapper script to perform K2K federated login https://review.openstack.org/203859 | 14:17 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:20 | |
pellaeon | andymccr: no, no additional step is needed, just mount -a | 14:25 |
pellaeon | thanks for the patch, I'm trying it now | 14:26 |
andymccr | pellaeon: you're welcome - im pretty confident that'll fix it then! | 14:26 |
*** ChanServ changes topic to "Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible" | 14:31 | |
-openstackstatus- NOTICE: CI is slowly recovering, please be patient while the backlog is worked through. | 14:31 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Allow configuration of all default quota options https://review.openstack.org/203951 | 14:33 |
*** wmlynch has joined #openstack-ansible | 14:37 | |
*** yaya has joined #openstack-ansible | 14:47 | |
*** jmckind has quit IRC | 14:58 | |
*** yaya has quit IRC | 15:02 | |
*** javeriak has joined #openstack-ansible | 15:03 | |
*** yaya has joined #openstack-ansible | 15:04 | |
*** TheIntern has quit IRC | 15:08 | |
*** TheIntern has joined #openstack-ansible | 15:09 | |
pellaeon | andymccr: I confirm it works! | 15:09 |
andymccr | pellaeon: great. yeh that was a bug so thanks for catching it! | 15:09 |
pellaeon | how long will I see the fix in release? | 15:10 |
*** javeriak has quit IRC | 15:21 | |
*** javeriak has joined #openstack-ansible | 15:21 | |
*** javeriak_ has joined #openstack-ansible | 15:25 | |
*** javeriak has quit IRC | 15:26 | |
*** galstrom_zzz is now known as galstrom | 15:26 | |
*** javeriak_ has quit IRC | 15:32 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fix rabbitmq playbook to allow upgrades https://review.openstack.org/202681 | 15:36 |
andymccr | cloudnull: can you comment on that? i think it'll get merged quite quickly because its a straight forward fix. | 15:37 |
*** jcannava has quit IRC | 15:47 | |
*** jcannava has joined #openstack-ansible | 15:48 | |
sigmavirus24 | https://review.openstack.org/#/c/202681/ needs to be backported now, right? | 15:49 |
palendae | sigmavirus24: yeah | 15:50 |
palendae | And the dep | 15:50 |
*** yaya has quit IRC | 15:50 | |
*** jwagner is now known as jwagner_away | 15:54 | |
openstackgerrit | Ian Cordasco proposed stackforge/os-ansible-deployment: Fix rabbitmq playbook to allow upgrades https://review.openstack.org/204680 | 15:55 |
sigmavirus24 | review.o.o is really really slow today | 15:56 |
*** TheIntern has quit IRC | 15:58 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Fix rabbitmq playbook to allow upgrades https://review.openstack.org/204680 | 15:58 |
sigmavirus24 | I wish review.o.o was not dragging so hard | 16:00 |
sigmavirus24 | trying to just download changes is taking forever | 16:00 |
sigmavirus24 | Thanks for updating the dependency odyssey4me | 16:01 |
odyssey4me | sigmavirus24 sure thing :) | 16:04 |
*** KLevenstein is now known as KLev-meeting | 16:04 | |
odyssey4me | sigmavirus24 lol, I didn't actually see that you'd done a backport | 16:05 |
sigmavirus24 | odyssey4me: yeah review.o.o is dragging hard today | 16:05 |
*** jmccrory has joined #openstack-ansible | 16:33 | |
*** sdake has joined #openstack-ansible | 16:47 | |
*** sdake_ has joined #openstack-ansible | 16:48 | |
*** KLev-meeting is now known as KLevenstein | 16:48 | |
*** sdake has quit IRC | 16:52 | |
openstackgerrit | Nolan Brubaker proposed stackforge/os-ansible-deployment: Added entry to cleanup Juno logrotate config https://review.openstack.org/204285 | 16:53 |
*** TheIntern has joined #openstack-ansible | 16:56 | |
*** KLevenstein has quit IRC | 16:57 | |
*** yaya has joined #openstack-ansible | 17:03 | |
*** KLevenstein has joined #openstack-ansible | 17:05 | |
openstackgerrit | Miguel Grinberg proposed stackforge/os-ansible-deployment: Wrapper script to perform K2K federated login https://review.openstack.org/203859 | 17:07 |
*** meteorfox has joined #openstack-ansible | 17:10 | |
meteorfox | hi all, this Carlos, from Perf Team at Rackspace. I have a 'working' ansible role to install Rally as part of the os-ansible project, and was wondering how I go about to start the process for including Rally in os-ansible | 17:17 |
odyssey4me | meteorfox like most openstack projects, everything starts with putting together a spec/blueprint | 17:18 |
odyssey4me | in it you outline what you're wanting to do and how you expect to do it (high level) | 17:19 |
odyssey4me | once that's approved you can submit the patch for review | 17:19 |
*** daneyon_ has quit IRC | 17:19 | |
meteorfox | odyssey4me: ok, awesome. | 17:20 |
*** daneyon has joined #openstack-ansible | 17:20 | |
*** yaya has quit IRC | 17:22 | |
odyssey4me | meteorfox sure thing - ping anyone in this channel if you find yourself getting stuck | 17:24 |
odyssey4me | it'd be great to have rally support | 17:24 |
meteorfox | odyssey4me: yes, I already have a working POC, but still needs works around idempotency, and upgrades. Also, currently it deploys it with sqlite, which probably is not ideal | 17:26 |
meteorfox | odyssey4me: I'll submit a blueprint and spec soon, but thanks for your help | 17:27 |
*** TheIntern has quit IRC | 17:27 | |
meteorfox | odyssey4me: regarding best practices, for both ansible and the project, is there any place where these are documented. Naming conventions, variables, tagging etc. Currently I'm just aiming to make it work as a standalone ansible role, and then make it work with os-ansible | 17:30 |
palendae | meteorfox: We don't have anything actually written for os-ansible, but there's http://docs.ansible.com/ansible/playbooks_best_practices.html | 17:31 |
meteorfox | palendae: ok, I'm familiar with those. Thanks | 17:31 |
odyssey4me | meteorfox that'd be great - we have an existing mechanism in os-ansible for importing external roles, then you can just add the playbooks to the os-ansible repo | 17:32 |
odyssey4me | meteorfox will the role be in stackforge, or elsewhere? | 17:33 |
odyssey4me | meteorfox for conventions it's probably best to learn from the existing repository roles - but feel free to challenge any norms there if you feel that they're implementing a bad practise :) | 17:34 |
meteorfox | odyssey4me: I was planning to include it within os-ansible itself (currently I have my own branch), | 17:34 |
meteorfox | odyssey4me: similar to how os_tempest is there | 17:34 |
odyssey4me | meteorfox ah, that can work too - I misunderstood you | 17:35 |
meteorfox | odyssey4me: ideally, Rally should run on it's own 'node'. I've seen that os_tempest runs on the utility containers, but those containers are in the infrastructures nodes themselves, which would just cause interference when measuring the performance | 17:37 |
*** JonathanD has quit IRC | 17:38 | |
odyssey4me | meteorfox it's easy enough to have it run in its own container - see how each container is defined here: https://github.com/stackforge/os-ansible-deployment/tree/master/etc/openstack_deploy/env.d | 17:38 |
odyssey4me | temptest is set to run in the utility container for gate testing only, and for convenience | 17:39 |
odyssey4me | for rally I would expect that it could only be used for a multinode gate test (which we don't have yet), or for other implementations | 17:39 |
odyssey4me | I'm out for the night. Have a great day/night! | 17:40 |
meteorfox | odyssey4me: ah I see, thanks for your help, good night | 17:40 |
palendae | meteorfox: Also see http://osad.readthedocs.org/en/latest/extending.html#env-d | 17:41 |
odyssey4me | good call palendae :) | 17:42 |
palendae | Admittedly our developer docs are a little lacking | 17:42 |
palendae | But that's what we have | 17:42 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fix general upgrade issues for Juno > Kilo https://review.openstack.org/204278 | 17:42 |
palendae | Most of that stuff is cribbed from experience of making https://github.com/rcbops/rpc-openstack | 17:43 |
palendae | Which is rax-specific stuff pulled from os-ansible | 17:43 |
palendae | then re-integrating with RPC being built on top of os-ansible | 17:43 |
meteorfox | palendae: ah I see, this is great, I think I can figure out it by my own from here. | 17:45 |
*** shausy has quit IRC | 17:47 | |
jwitko | If I wanted to change the MTU of an interface inside a container, can I do that through the configs in osad? | 17:51 |
*** TheIntern has joined #openstack-ansible | 17:51 | |
jwitko | for example i want all interfaces on my storage network MTU 9000 | 17:51 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fix rabbitmq playbook to allow upgrades https://review.openstack.org/204680 | 18:09 |
*** jwagner_away is now known as jwagner | 18:22 | |
*** weezS has joined #openstack-ansible | 18:38 | |
*** javeriak has joined #openstack-ansible | 18:41 | |
*** yaya has joined #openstack-ansible | 19:15 | |
*** pilgrimstack has joined #openstack-ansible | 19:23 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Added entry to cleanup Juno logrotate config https://review.openstack.org/204285 | 19:24 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Parse latest Tempest results https://review.openstack.org/204214 | 19:24 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fix Horizon SSL certificate management and distribution https://review.openstack.org/204251 | 19:24 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Target AIO swift vars at specific containers https://review.openstack.org/201644 | 19:24 |
*** pilgrimstack has quit IRC | 19:26 | |
*** yaya has quit IRC | 19:39 | |
*** prad has joined #openstack-ansible | 19:44 | |
*** sdake_ is now known as sdake | 20:07 | |
*** TheIntern has quit IRC | 20:13 | |
*** jwagner is now known as jwagner_away | 20:24 | |
*** jwagner_away is now known as jwagner | 20:26 | |
*** jmckind has joined #openstack-ansible | 20:28 | |
*** javeriak has quit IRC | 20:34 | |
*** KLevenstein has quit IRC | 20:35 | |
*** KLevenstein has joined #openstack-ansible | 20:38 | |
*** yaya has joined #openstack-ansible | 20:46 | |
*** britthou_ has quit IRC | 21:07 | |
*** TheIntern has joined #openstack-ansible | 21:21 | |
*** TheIntern has quit IRC | 21:22 | |
*** TheIntern has joined #openstack-ansible | 21:23 | |
*** jmckind has quit IRC | 21:23 | |
*** daneyon has quit IRC | 21:27 | |
*** daneyon has joined #openstack-ansible | 21:27 | |
*** tlian has quit IRC | 21:39 | |
*** yaya has quit IRC | 21:44 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:03 | |
*** Mudpuppy has quit IRC | 22:04 | |
*** spotz is now known as spotz_zzz | 22:29 | |
*** TheIntern has quit IRC | 22:41 | |
*** prad has quit IRC | 22:53 | |
*** weezS has quit IRC | 23:01 | |
*** KLevenstein has quit IRC | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!