Thursday, 2016-01-28

*** ssl_ has joined #openstack-ansible00:03
*** ssl_ has quit IRC00:03
*** syl has joined #openstack-ansible00:03
cloudnullsorry took a min00:05
cloudnull# /openstack/log/HOSTNAME-swift is swift:swift for me00:05
Alex___hmm.. is rsyslog running as root?00:06
Alex___or as syslog?00:06
cloudnullno as syslog00:06
sylhi... can OSAD deploy Trove and Sahara?00:06
cloudnullno00:06
Alex___hmm.. how does it create the log files.. =) very strange.00:07
sylwould that be included in the roadmap?00:07
cloudnullbut we'd be happy to help make the roles to deploy trove and sahara00:07
cloudnullAlex___: looking into it now00:07
cloudnullmore in a  few00:07
cloudnull:)00:07
Alex___thanks.. i strace rsyslogd starting up, and it drop privs first, and then tries to open the log files in swift and gets perm denied..00:08
Alex___if i chown the dir from swift:swift to swift:syslog and 775, logs appear and all works..00:08
Alex___unless i'm hitting some apparmour thing (not that familiar with it, more familiar on the selinux side)00:09
cloudnullso https://github.com/openstack/openstack-ansible/blob/liberty/playbooks/roles/os_swift/tasks/swift_pre_install.yml#L70 sets the dir to syslog as group and owner00:09
Alex___but didn't you say your's was swift:swift?00:09
Alex___(as was mine)00:10
cloudnullit is00:10
cloudnullthis is the issue https://github.com/openstack/openstack-ansible/blob/liberty/playbooks/roles/os_swift/tasks/swift_pre_install.yml#L90-L9100:11
cloudnullthat should be syslog syslog00:11
cloudnullor atleast swift syslog00:12
Alex___ah, makes sense. want me to file a bug report?00:12
cloudnullhttps://github.com/openstack/openstack-ansible/blob/liberty/playbooks/roles/os_swift/tasks/swift_pre_install.yml#L70  --  https://github.com/openstack/openstack-ansible/blob/liberty/playbooks/roles/os_swift/tasks/swift_pre_install.yml#L90-L91  --  https://github.com/openstack/openstack-ansible/blob/liberty/playbooks/os-swift-setup.yml#L67-L6800:12
cloudnullif you could that be awesome !00:13
Alex___will do00:13
cloudnullif you have time to throw up a patch even more =)00:13
Alex___by the way, side effect of this is if there is any empty log dir, then logrotate.d/$service ends up invalid as it has no log line at the top... not sure if worth a patch to roles/rsyslog_client/templates/os_aggregate_storage.j2 so if no log lines, just create empty file (or maybe fatal out?)00:14
Alex___how i saw it in the first place, logrotate complaining about invalid files00:15
Alex___for the patch, prefernce on syslog:syslog / 755 or swift:syslog 775 ? don't think swift ever writes into it.. grep of logging in /etc/swift says everything goes through syslog00:15
cloudnullin swift everything should use syslog so syslog:syslog would be my preference00:16
stevelle+100:16
cloudnullas for the rotate. i wonder if we can have the template drop skip the list is empty00:16
cloudnullwe could set https://github.com/openstack/openstack-ansible-rsyslog_client/blob/master/templates/os_aggregate_storage.j2#L2 as a fact00:17
cloudnulland then only render the template if rsyslog_client_log_files has items within it00:18
Alex___not quite there with my ansible skills to tackle the second one. =) can file a bug + patch for the first, and bug for the second if you want?00:19
cloudnullsyl: might you have any interest in working on the sahara or trove roles ?00:19
cloudnulli can bang that one out00:19
sylyes.. we have interest in Trove DBaaS and Sahara for big data00:20
cloudnullwhats the state of trove these days ?00:20
cloudnulli've not played with it some time now00:21
*** Alex___ has quit IRC00:21
*** sdake has joined #openstack-ansible00:24
*** syl has quit IRC00:28
*** sdake_ has joined #openstack-ansible00:28
*** sdake has quit IRC00:29
*** sdake has joined #openstack-ansible00:30
*** sdake_ has quit IRC00:33
*** sdake_ has joined #openstack-ansible00:35
openstackgerritKevin Carter proposed openstack/openstack-ansible-rsyslog_client: Added conditional templeting  https://review.openstack.org/27329200:36
*** automagically has joined #openstack-ansible00:36
*** sdake has quit IRC00:38
openstackgerritKevin Carter proposed openstack/openstack-ansible: Added conditional templeting  https://review.openstack.org/27329300:43
cloudnullAlex___ should you catch this message https://review.openstack.org/273292 and https://review.openstack.org/273293 should do the needful to ensure we're not trying to render a rotate template if no long files are found.00:47
cloudnullok im out . take care all .00:48
*** weezS has quit IRC00:52
automagicallycloudnull: Funny you found those bad logrotate files, I just came across them in my AIO01:03
stevellecloudnull: one q while you're around01:08
stevelleI noticed that the config_template lib doesn't throw an error when it encounters an undefined var, was that intentional?01:09
stevelleinstead I was getting {# var_name #} in the output template01:09
*** cemmason has joined #openstack-ansible01:25
*** baker has joined #openstack-ansible01:39
*** baker_ has joined #openstack-ansible01:40
*** tlian has quit IRC01:42
*** baker has quit IRC01:43
*** sdake_ has quit IRC01:49
*** automagically has quit IRC02:03
*** baker_ has quit IRC02:15
*** baker has joined #openstack-ansible02:21
*** sdake has joined #openstack-ansible02:29
*** sdake has quit IRC02:29
*** fawadkhaliq has joined #openstack-ansible02:37
*** kjelly has quit IRC02:41
*** kjelly has joined #openstack-ansible02:42
*** doublek has quit IRC02:42
*** sdake has joined #openstack-ansible02:55
logan-"Ensure cinder tgt include".. how can we skip this task if iscsi is not being used for any backends? I don't see anything like cinder_backend_rbd_inuse and cinder_backend_lvm_inuse for iscsi03:18
andymccrlogan-: as it stands i dont think there is a way to skip that unfortunately.03:23
logan-I am thinking when: "'tgt' in cinder_apt_packages"03:24
logan-some iscsi_* options still end up in cinder.conf as there are no conditionals, but it seems to work fine regardless. I don't know if perhaps there should be an iscsi on/off switch that controls tgt install, configuration, and cinder.conf templating though03:26
logan-or maybe the assumption that mostly everyone uses iscsi is appropriate and I am the exception :)03:28
andymccrlogan-: i think it was probably more an evolutionary thing03:32
logan-gotcha03:32
andymccre.g. the initial offerings were all iscsi so it wasnt a consideration03:32
logan-right, that makes sense03:32
andymccrbut now that it is it's something we should look at probably adjusting03:32
andymccri dont see it is being particularly hard to implement its just that the current way it works won't let you skip those tasks.03:33
andymccr*as03:33
logan-yeah, I would submit a patch but I just don't know enough about cinder iscsi config to know what to key off of to determine whether it should be on/off. I'll just dump a bug in LP so it can be discussed later sometime. thanks03:35
*** yarkot has joined #openstack-ansible03:45
*** fawadkhaliq has quit IRC03:49
*** sdake_ has joined #openstack-ansible03:50
*** sdake has quit IRC03:51
*** vCloudernBeer has joined #openstack-ansible03:56
vCloudernBeerInstalling AIO does it matter if i use 12.0.0 or 12.0.5?03:57
logan-yes big time, with the pip fixes over the last week you will probably have issues with anything <12.0.404:03
vCloudernBeerlogan thanks, let me try 12.0.4 then.  I had problem with 12.0.504:05
*** sdake_ is now known as sdake04:05
*** vCloudernBeer_ has joined #openstack-ansible04:08
*** vCloudernBeer has quit IRC04:09
vCloudernBeer_is there a debug mode for installing AIO? thanks for the information04:25
*** llu has joined #openstack-ansible04:50
vCloudernBeer_Before installing AIO is there any lxc related config/parameter check that I should do to make sure my system is ready to run lxc?04:52
vCloudernBeer_In my /etc/default/grub, I don't have GRUB_CMDLINE_LINUX="cgroup_enable=memory"04:52
lluany ansible guru here? Met a problem during aio installation. scripts/bootstrap-ansible.sh failed saying " ansible-galaxy install --role-file=ansible-role-requirements.yml --ignore-errors --force04:53
llu- the API server (galaxy.ansible.com) is not responding, please try again later."04:53
llui'm behind company proxy04:53
vCloudernBeer_llu I am installing aio now and is able to connect to galaxy.ansible.com04:54
lluvCloudernBeer_: are you behind company proxy? just wondering how to set proxy for ansible-galaxy, i've set bash environment variables like http_proxy04:56
vCloudernBeer_llu I am doing this at home - no proxy.04:56
*** jamielennox is now known as jamielennox|away05:05
*** baker has quit IRC05:10
*** hybridpollo has quit IRC05:12
*** jwitk0 has joined #openstack-ansible05:22
*** jwitko has quit IRC05:22
*** baker has joined #openstack-ansible05:22
*** blue2mic has joined #openstack-ansible05:28
*** blue2mic has quit IRC05:31
*** fawadkhaliq has joined #openstack-ansible05:32
*** fawadkhaliq has quit IRC05:45
*** sdake_ has joined #openstack-ansible05:48
*** sdake has quit IRC05:49
*** sdake_ has quit IRC06:00
*** sdake has joined #openstack-ansible06:01
*** kstepniewski has quit IRC06:04
*** kstepniewski has joined #openstack-ansible06:05
*** sdake_ has joined #openstack-ansible06:08
lluok, i tweaked the ansible-role-requirements.yml to use github instead of galaxy.ansible.com, it seems ok for now. Still don't know why my proxy isn't working06:09
*** sdake has quit IRC06:10
*** fawadkhaliq has joined #openstack-ansible06:19
*** shanec has joined #openstack-ansible06:22
shanecanyone seen an issue where the glance and neutron agents containers fail to start on 11.2.8?06:25
shanecand that's across 3 infra nodes, all can't start only those 2 containers. rest of the containers start fine06:26
shanecnevermind...wrong provider network was set06:28
*** baker has quit IRC06:33
*** baker has joined #openstack-ansible06:33
*** baker has quit IRC06:33
*** vCloudernBeer_ has quit IRC06:35
*** raddaoui has joined #openstack-ansible06:48
*** targon has joined #openstack-ansible06:58
*** phiche has joined #openstack-ansible07:03
*** targon has quit IRC07:11
*** targon has joined #openstack-ansible07:12
*** raddaoui has quit IRC07:12
*** javeriak has joined #openstack-ansible07:13
*** baker has joined #openstack-ansible07:17
*** javeriak has quit IRC07:21
*** javeriak has joined #openstack-ansible07:21
*** baker has quit IRC07:22
*** shanec has quit IRC07:26
*** javeriak has quit IRC07:31
*** javeriak has joined #openstack-ansible07:32
*** phiche1 has joined #openstack-ansible07:34
*** phiche has quit IRC07:35
*** phiche has joined #openstack-ansible07:57
*** phiche1 has quit IRC07:59
*** phiche has quit IRC08:00
*** kejlly_ has joined #openstack-ansible08:17
*** dmsimard1 has joined #openstack-ansible08:18
*** javeriak has quit IRC08:19
*** kjelly has quit IRC08:19
*** dmsimard has quit IRC08:19
*** mattronix has quit IRC08:19
*** permalac has joined #openstack-ansible08:19
*** sdake_ has quit IRC08:19
*** mattronix has joined #openstack-ansible08:20
*** sdake has joined #openstack-ansible08:21
*** mikelk has joined #openstack-ansible08:29
*** adac has joined #openstack-ansible08:36
*** sdake has quit IRC08:40
*** sdake has joined #openstack-ansible08:47
odyssey4mellu there's a fair chance that you would have to set http_proxy and HTTP_PROXY as different linux tools use different env vars :/08:51
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Keystone venv if it mismatches the repo  https://review.openstack.org/27022208:57
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Glance venv if it mismatches the repo  https://review.openstack.org/27022909:01
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Cinder venv if it mismatches the repo  https://review.openstack.org/27202109:04
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Nova venv if it mismatches the repo  https://review.openstack.org/27202709:05
*** baker has joined #openstack-ansible09:06
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Neutron venv if it mismatches the repo  https://review.openstack.org/27202909:07
*** admin0 has joined #openstack-ansible09:08
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Heat venv if it mismatches the repo  https://review.openstack.org/27203209:08
*** baker has quit IRC09:12
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Swift venv if it mismatches the repo  https://review.openstack.org/27203809:12
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Aodh venv if it mismatches the repo  https://review.openstack.org/27207909:13
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Re-deploy the Ceilometer venv if it mismatches the repo  https://review.openstack.org/27298409:15
*** egonzalez90 has joined #openstack-ansible09:16
*** mgoddard has joined #openstack-ansible09:21
*** javeriak has joined #openstack-ansible09:30
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Restart horizon when package/venvs change  https://review.openstack.org/27341509:39
*** javeriak has quit IRC09:41
*** shausy has joined #openstack-ansible09:47
*** egonzalez90 is now known as egonzalez09:47
*** javeriak has joined #openstack-ansible09:50
*** fawadkhaliq has quit IRC09:57
*** fawadkhaliq has joined #openstack-ansible09:58
*** baker has joined #openstack-ansible10:00
*** baker has quit IRC10:05
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Always include nova_virt_detect.yml  https://review.openstack.org/27298110:06
*** phiche has joined #openstack-ansible10:06
*** javeriak has quit IRC10:09
*** electrofelix has joined #openstack-ansible10:27
*** fawadkhaliq has quit IRC10:42
*** fawadkhaliq has joined #openstack-ansible10:42
*** javeriak has joined #openstack-ansible10:43
*** llu has left #openstack-ansible10:46
*** phiche1 has joined #openstack-ansible10:49
*** phiche has quit IRC10:50
*** admin0 has quit IRC10:52
*** permalac has quit IRC10:57
*** jwitk0 has quit IRC11:05
*** admin0 has joined #openstack-ansible11:05
*** javeriak has quit IRC11:25
*** javeriak has joined #openstack-ansible11:25
*** admin0 has quit IRC11:27
*** phiche1 has quit IRC11:43
*** phiche has joined #openstack-ansible11:46
*** baker has joined #openstack-ansible11:49
*** baker has quit IRC11:53
*** adac has quit IRC12:03
*** javeriak has quit IRC12:07
*** egonzalez has quit IRC12:13
*** javeriak has joined #openstack-ansible12:18
*** javeriak has quit IRC12:25
openstackgerritgit-harry proposed openstack/openstack-ansible: Use Swift venv Python interpreter  https://review.openstack.org/27349712:26
*** admin0 has joined #openstack-ansible12:29
*** baker has joined #openstack-ansible12:43
*** baker has quit IRC12:47
*** adac has joined #openstack-ansible12:58
mhaydenmornin'13:01
mhaydenodyssey4me: if i wanted to make a 'liberty' branch of openstack-ansible-security, how would i do it?13:09
odyssey4memhayden uh, why would you want to?13:10
kyssecuz ubuntu is 4thelulz and apparmor too.13:10
odyssey4meit seems to me that this role wouldn't necessarily need release specific branches - why not just choose a tagging release strategy?13:10
mhaydenodyssey4me: i was reading cloudnull's comment here -> https://review.openstack.org/#/c/273257/13:10
mhaydenshould i use tags for it or specify a sha directly?13:11
odyssey4memhayden I think that we should probably chat about how best to work with it - but generally speaking it would seem to me that adding branches would simply increase the overhead13:12
odyssey4meI don't know - we haven't yet got down to discuss how we think the IRR's should be versioned13:12
mhaydenbranches do seem like a little too much13:12
odyssey4meI think it probably makes sense to do OpenStack release branches for OpenStack services... but other things aren't OpenStack specific, so why bother13:13
odyssey4meI think that perhaps we should take up this discussion at the mid cycle13:13
mhaydensounds reasonable13:13
mhaydenshould i table that review until then?13:13
odyssey4mewell, there's no reason why a review absolutely must merge in a short time frame13:14
mhaydenhaha, okay13:14
odyssey4meit can form  a platform for testing and further discussion13:14
*** woodard has joined #openstack-ansible13:15
odyssey4methis is a fairly major change though, and I'm not particularly in favour of adding a new role to a stable branch for the project as a whole13:15
odyssey4meespecially a role which has the possibility of being quite invasive13:15
*** phiche has quit IRC13:15
odyssey4mebut yeah, it all depends on the demand from the community13:15
odyssey4meI just think that we need to consider the implications more broadly before just adding it. If we do, I think that we must disable it by default and ensure that we're protecting it from effecting existing production deployments.13:16
*** sdake has quit IRC13:16
odyssey4meie it must be an opt-in, not an opt-out13:16
*** fawadkhaliq has quit IRC13:17
*** fawadkhaliq has joined #openstack-ansible13:17
*** sdake has joined #openstack-ansible13:18
*** targon has quit IRC13:18
matttcloudnull: hey, i updated each redeploy venv patch to handle service restarts also -- can you have a peek and ensure that all looks good when you get some time?13:19
mhaydenodyssey4me: sounds good13:19
matttmhayden: sup chief13:20
mhaydeni'm eager to hear what comes out of that discussion13:20
mhaydenohai2uthere mattt13:20
openstackgerritMatt Thompson proposed openstack/openstack-ansible: Reduce keystone cache expiration time  https://review.openstack.org/27353713:32
*** tlian has joined #openstack-ansible13:35
*** MCoLo has quit IRC13:43
*** automagically has joined #openstack-ansible13:45
Bofu2Umornin13:52
automagicallymorning13:53
Bofu2Uhow are ya13:54
automagicallyundercaffeinated13:54
Bofu2Utruth13:54
Bofu2Ucould be worse.13:56
*** cemmason has quit IRC14:03
*** cemmason has joined #openstack-ansible14:04
*** keedya has joined #openstack-ansible14:15
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: Docs: Update integration with OSA  https://review.openstack.org/27305014:16
*** shausy has quit IRC14:17
*** phalmos has quit IRC14:23
*** klamath has joined #openstack-ansible14:28
*** permalac has joined #openstack-ansible14:29
*** dmsimard1 is now known as dmsimard14:34
*** targon has joined #openstack-ansible14:36
cloudnullmorning14:37
cloudnullmattt:  I'll look at that now14:38
*** gparaskevas has joined #openstack-ansible14:42
cloudnullmattt: change looks good that should sufficiently trigger a restart in the event that the venv is changed.14:43
*** admin0 has quit IRC14:46
*** fawadkhaliq has quit IRC14:51
*** spotz_zzz is now known as spotz14:56
openstackgerritKevin Carter proposed openstack/openstack-ansible-rsyslog_client: Added conditional templeting  https://review.openstack.org/27329214:58
NepocGood morning, is there anywhere in openstack-ansible to create the physical network mappings? i.e. physnet1:br-mgmt physnet2:eth1 physnet3:eth214:58
*** Mudpuppy has joined #openstack-ansible14:58
Nepocif it's in there or there is documentation about it I am just blind14:58
*** Mudpuppy has joined #openstack-ansible14:59
openstackgerritKevin Carter proposed openstack/openstack-ansible: Added conditional templeting  https://review.openstack.org/27329315:02
*** baker has joined #openstack-ansible15:02
cloudnullNepoc:  you create that within the openstack_user_config file15:07
*** phiche has joined #openstack-ansible15:07
cloudnullthe physmap is generated for you based on the items you put in the provider_networks array15:07
*** admin0 has joined #openstack-ansible15:08
*** sigmavirus24_awa is now known as sigmavirus2415:08
*** raddaoui has joined #openstack-ansible15:08
cloudnulla lot of the options can be found here http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-networking.html#network-configuration15:08
Nepoccloudnull: hmm I guess I'm just doing something wrong then as I am unable to have it create the physnet2:eth1 type mapping15:08
cloudnullwhats it generating  ?15:09
Nepoccloudnull: My biggest problem is probably that those examples on the page don't tell me the syntax to achieve physnet2:eth115:11
*** admin0 has quit IRC15:12
Nepoccloudnull: I know how to do this without openstack-ansible by setting the physical_interface_mappings in /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini15:12
Nepoccloudnull: essentially when I try to configure it how I think it should the neutron agent container fails as it claims the interfaces don't exist15:13
*** raddaoui has quit IRC15:14
cloudnullso in that file the mapping is generated by physical_interface_mappings="net_name":"container_bridge",... unless a "host_bind_override" is set then it maps to physical_interface_mappings="net_name":"host_bind_override" when executed on a physical host15:15
cloudnullNepoc:  is it complaining about eth12 ?15:15
cloudnullIE are you setting https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L40-L4815:16
Nepoccloudnull: No it's complaining about eth1 and eth215:16
NepocIt doesn't complain about the require bridges thankfully15:17
*** phalmos has joined #openstack-ansible15:17
cloudnullyou mind pasting what you have in provier_networks ?15:17
cloudnullyou running with containers  ?15:18
NepocOkay so physical_interface_mappings just goes under a network or global_overrides?15:18
NepocYes running with containers15:18
NepocDidn't think that was optional :)15:18
cloudnullyea you can turn them off. i'd not recommend it, but it can be15:19
cloudnullthe mappings are being generated for you by https://github.com/openstack/openstack-ansible/blob/master/playbooks/roles/os_neutron/templates/plugins/ml2/linuxbridge_agent.ini.j2#L715:20
Nepochttp://pastebin.com/8QnSq9NM15:20
Nepocas you can see I was trying the host_bind_override15:21
NepocThe bottom two networks are my issue15:21
cloudnullso on the physical hosts do you have eth0 and eth1 ?15:21
Nepocyes15:21
*** admin0 has joined #openstack-ansible15:22
NepocWell in this instance yes, I also tried with br-mgmt15:22
Nepocinstead of eth015:22
cloudnullso neutron will only let you bind a single network type to a single interface.15:23
cloudnullso on those hosts you have the bridge dataingress and control ?15:23
Nepocyes15:23
cloudnull then you likely dont need to set host_bind_override for those entries15:23
cloudnullI'm assuming eth0/1 are bridge ports on those bridges ?15:24
NepocI would prefer to not have the bridge... so in that case I can remove the "container_bridge" and put in "host_bind_override"?15:24
cloudnullyoull need the bridge to connect to the containers.15:25
Nepocah I see15:25
NepocLet me try this again without host_bind_override, though I don't recall this working last time. Is there a easy way to "rebuild" without doing a teardown when making these network changes?15:26
cloudnullyou can simply rerun the os-neutron-install.yml play15:26
cloudnullopenstack-ansible os-neutron-instlal.yml --tags neutron-config will do the trick15:27
Nepocexcellent, thought I tried that before but I maybe gave up too soon :)15:27
NepocThank you for all the help again, I'll let you know shortly if I have success.15:28
cloudnullplease do .15:28
cloudnullwhat release ?15:28
*** raddaoui has joined #openstack-ansible15:28
NepocLiberty15:28
cloudnullkk15:28
cloudnullliberty branch or 12.0.x tag  ?15:29
Nepocliberty branch... I think it's 12.0.5 right now15:29
cloudnullcool15:29
*** daneyon has joined #openstack-ansible15:30
*** daneyon_ has quit IRC15:32
*** adac has quit IRC15:35
*** adac has joined #openstack-ansible15:38
*** Bjoern has joined #openstack-ansible15:41
*** phiche has quit IRC15:41
NepocQuick question, if I want to use a single deployment host for building multiple openstack systems, is there a recommended method to manage or set it up?15:41
*** keedya has quit IRC15:42
cloudnulli've got none. sadly.15:42
cloudnulli remember some folks working on that specifically using ansible-api however i;ve not seen anything come from that as of yet15:43
cloudnullodyssey4me: ^ thoughts ?15:43
*** baker_ has joined #openstack-ansible15:45
*** adac has quit IRC15:45
cloudnullNepoc:  the main blocker i can see if the /etc/openstack_deploy directory15:48
*** baker has quit IRC15:48
NepocYeah, my interum solution is multiple directories and symlinks15:48
Bofu2Uthat's what I was just thinking15:48
cloudnullif we could make that dir configurable on the CLI when running the inventory parts or the openstack-ansible wrapper then i cant see anything standing in the way15:48
NepocYeah that should be pretty simple15:49
Nepoceven a flag for setting up a new default configuration dir for lazy people15:50
*** gparaskevas has quit IRC15:53
Nepocgood to know, even if I change the openstack_user_config I also need to modify openstack_inventory.json or it disregards my changes for bridge names15:54
*** jiteka has joined #openstack-ansible15:57
cloudnullah, for the hostbind bits ?15:57
*** admin0 has quit IRC15:58
*** galstrom_zzz is now known as galstrom15:59
*** admin0 has joined #openstack-ansible15:59
*** daneyon_ has joined #openstack-ansible15:59
odyssey4mecommunity meeting in #openstack-meeting-4 cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically, spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein16:00
*** adac has joined #openstack-ansible16:00
*** daneyon has quit IRC16:01
NepocI guess and say yes16:02
cloudnullha.16:03
cloudnulldid the reconfiguring work ?16:03
NepocAnd it worked by the way and my own playbooks also worked out and created the networks I require... now to convince it to load a qcow2 image over http16:03
cloudnullis it still complaining about the map ?16:03
*** baker has joined #openstack-ansible16:03
cloudnullnice!16:03
NepocThank you very much for the help16:04
cloudnullanytime . ping if you encounter anything else16:05
*** baker_ has quit IRC16:07
jitekagrumpycatt: hey ! :)16:07
*** izaakk has joined #openstack-ansible16:08
jitekahello guys nice to meet you :)16:08
*** admin0 has quit IRC16:08
matttjiteka: howdy16:11
jitekahey mattt o/16:11
*** targon has left #openstack-ansible16:11
matttjiteka: julian?16:11
jitekajulien yes :)16:11
matttjiteka: cool, welcome!  there's an openstack-ansible happening right now in #openstack-meeting-4 if you want to have a peek16:12
mattt*openstack-ansible meeting16:12
jitekain fact I already aware about openstack ansible project but I didn't know that some rackers was working on it :)16:12
Bofu2Uso this is interesting ... running haproxy playbook makes my controllers unresponsive on their management IPs.16:13
spotzWelcome!16:16
cloudnullwelcome jiteka16:16
cloudnullBofu2U: do you suspect some sort of bind issue ?16:17
cloudnullthat seems weird16:17
Bofu2Umost likely, double checking now16:17
Bofu2UI most likely double bound something somewhere16:17
jitekathx spotz, cloudnull and mattt for the invitation :)16:18
*** jthorne has joined #openstack-ansible16:22
Bofu2Ucloudnull: I think it was, I put a watch -n 1 on service haproxy stop on 3rd controller and it looks like a teardown worked16:23
*** oneswig has joined #openstack-ansible16:26
*** fawadkhaliq has joined #openstack-ansible16:35
*** weezS has joined #openstack-ansible16:36
*** michaelgugino has joined #openstack-ansible16:40
*** vCloudernBeer has joined #openstack-ansible16:46
*** Bofu2U has quit IRC16:48
klamathwondering how i can get ansible to invoke remove_host_from_ring and remove hosts from the ring that are no longer in inventory16:49
cloudnullandymccr mattoliverau ^16:50
*** adac has quit IRC16:53
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Provide logrotate config for rsyncd on Swift storage hosts  https://review.openstack.org/27323116:55
*** Bjoern has quit IRC16:57
*** mikelk has quit IRC16:57
*** carolynvs has joined #openstack-ansible16:58
*** Bjoern has joined #openstack-ansible16:59
prometheanfirehi17:00
michaelguginohi17:01
odyssey4melol, ok - back to https://etherpad.openstack.org/p/openstack-ansible-multi-os-support in here17:01
*** vCloudernBeer has quit IRC17:02
odyssey4meso memcached has no wheels, and also no upstart config as far as I can see17:03
prometheanfireodyssey4me: we could start with something smaller, like rsyslog :P17:03
*** jmccrory_ has joined #openstack-ansible17:03
odyssey4meno wheels is fine, I think - but don't we want something that has upstart/init config as well?17:04
prometheanfirewell, if we are doing package installs, then the package should/better install init scripts17:04
*** vCloudernBeer has joined #openstack-ansible17:05
odyssey4mehow about openstack-ansible-repo_server ?17:05
michaelguginoI was looking at rsyslog_server, looks simple enough17:05
prometheanfireya, any non-wheel thing17:06
prometheanfirememcached should be the same I think17:07
prometheanfirehaproxy, ceph client17:07
prometheanfirejust going from https://dl.dropboxusercontent.com/u/1887128/osa.png17:07
odyssey4meok, so michaelgugino & prometheanfire - I think you can safely pick a role to work with and try stuff out on17:09
odyssey4metry and get reviews in asap, make sure they're marked WIP17:09
prometheanfiremarking wip means -workflow?17:10
michaelguginoI'll take rsyslog_server.  It's small, I don't have a ton of free time to work on this as I have other things I want to accomplish.17:10
odyssey4meprimary goal is simply the pattern to apply for the var/package breakout17:10
*** javeriak has joined #openstack-ansible17:10
michaelguginowork in progress17:10
odyssey4mesecondary goal is also to work with systemd17:10
odyssey4meprometheanfire ie include [WIP] in the subject line17:10
prometheanfireok17:11
odyssey4meand -workflow17:11
prometheanfireI'll pick one of haproxy/memcache/ceph17:11
prometheanfireor rabbit17:11
odyssey4meif you run out of stuff to figure out, then feel free to dive into the rest of the system differences list and work on those too :)17:11
prometheanfire:P17:12
prometheanfireI'm sure we will find some roadblock17:12
odyssey4mewe'll discuss the patterns at the next meeting, but ideally will also discuss the review ahead of time17:12
*** oneswig has quit IRC17:12
prometheanfireok, added todo for myself17:12
odyssey4menice graph, btw palendae17:13
palendaeodyssey4me: ansigenome made it, not me :p17:13
palendaeodyssey4me: It's been on my list to add that to the dev docs build, just low priority17:13
odyssey4meI suspect that we have some relationships there which are legacy and don't need to be there17:13
palendaeYeahy17:13
palendaeAlso I need to look at how ansigenome handles separated roles17:14
*** mgoddard has quit IRC17:14
odyssey4meI really do think that pip_install and pip_lock_down could be consolidated, personally17:14
odyssey4meand py_from_git is a bit of a wasted role17:14
palendaeCause with stuff moved to /etc/ansible, I only get openstack roles right now17:14
odyssey4meit kinda seems to me that perhaps py_from_git should perhaps have been rolled into the repo_build17:15
odyssey4mebut meh17:15
*** sigmavirus24 is now known as sigmavirus24_awa17:16
prometheanfireone thing, for multi-os, I feel like we should be using py_from_git for all python usage (at least for venvs)17:17
odyssey4meprometheanfire what do you mean?17:17
prometheanfirediferent python versions mostly17:18
palendaeThat'll be fun17:18
palendaeVarying versions of python >.<17:18
prometheanfirewe were talking about all metal installs17:18
odyssey4meI've added different python versions to the list of system differences17:19
prometheanfireat least for gentoo we can define the system python as what we want :P17:20
odyssey4mewell, what we're currently doing on Ubuntu is forcing the version of python used to 2.717:21
prometheanfirewhich is fine17:22
michaelguginookay, stepping out.  I'm going to work on rsyslog_server role, I'll try to get the review in by our tuesday bug meeting.17:23
*** vCloudernBeer has quit IRC17:23
*** jthorne has quit IRC17:24
*** javeriak has quit IRC17:24
odyssey4meok, I need to relocate - afk for an hour or two17:25
*** permalac has quit IRC17:25
mhaydenopenstack-ansible mentioned! http://superuser.openstack.org/articles/takeaways-from-the-openstack-mitaka-mid-cycle-security-meetup17:25
prometheanfireyep, lunching17:25
mhaydenthe name was butchered, though17:26
*** javeriak_ has joined #openstack-ansible17:29
*** carolynvs has quit IRC17:29
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Interpret the swift_managed_regions variable correctly in with_nested loops  https://review.openstack.org/27368217:30
*** adac has joined #openstack-ansible17:35
*** sdake_ has joined #openstack-ansible17:42
*** sdake has quit IRC17:45
*** weezS has quit IRC17:45
*** vCloudernBeer has joined #openstack-ansible17:54
*** oneswig has joined #openstack-ansible17:54
*** Mudpuppy_ has joined #openstack-ansible17:57
*** vCloudernBeer has quit IRC17:58
*** Mudpuppy_ has quit IRC17:58
*** Mudpuppy_ has joined #openstack-ansible17:58
*** oneswig has quit IRC17:59
*** mgoddard has joined #openstack-ansible17:59
*** bryan_att has joined #openstack-ansible17:59
automagicallyprometheanfire: When you return from lunch, mind considering a +2 on https://review.openstack.org/#/c/258015/18:00
*** Mudpuppy has quit IRC18:01
*** raddaoui has quit IRC18:03
*** azrod566 has joined #openstack-ansible18:04
*** Mudpuppy_ has quit IRC18:22
*** sdake_ has quit IRC18:26
*** fawadkhaliq has quit IRC18:26
cloudnullany cores about that want to give these a review https://review.openstack.org/#/q/owner:mattt%2540defunct.ca+status:open18:26
cloudnullwould like to have something prep'd for liberty backport18:26
cloudnullalso I need this for contirnued IRR work https://review.openstack.org/#/c/272764/ so core review on that would be appreciated.18:27
cloudnullhttps://review.openstack.org/#/q/project:openstack/openstack-ansible-plugins18:27
cloudnullhttps://review.openstack.org/#/q/owner:kevin.carter%2540rackspace.com+status:open18:28
cloudnullhttps://review.openstack.org/#/c/272764/18:28
cloudnullhttps://review.openstack.org/#/c/272689/18:28
cloudnull^ both of those are IRR related too18:28
*** galstrom is now known as galstrom_zzz18:30
*** baker has quit IRC18:31
*** Mudpuppy has joined #openstack-ansible18:32
*** galstrom_zzz is now known as galstrom18:33
openstackgerritMerged openstack/openstack-ansible: Always include nova_virt_detect.yml  https://review.openstack.org/27298118:34
*** jthorne has joined #openstack-ansible18:41
*** sigmavirus24_awa is now known as sigmavirus2418:42
*** CheKoLyN has joined #openstack-ansible18:49
prometheanfireautomagically: I don't get to do +2 :(18:50
automagicallyOh sorry, got confused by your membership in https://launchpad.net/~openstack-ansible-maintainers18:52
*** adac has quit IRC18:52
prometheanfireya18:52
prometheanfirenot core on any project :(18:53
stevellegonna be a core in genthree, I can see it18:53
stevelleautomagically: I've got that one in my queue18:54
automagicallystevelle: Cool, thanks18:54
prometheanfireautomagically: I approve of the use of secrete18:55
*** baker has joined #openstack-ansible18:55
automagicallyprometheanfire: Haha, I have no idea why that made its way into the docs. Better than “s3cr3t” I suppose18:56
prometheanfireautomagically: no, it's legit18:56
kysseopenstack's python code is really something that makes my eyes melt.18:57
kysseway2many shell execs18:57
cloudnulldont look at neutron...18:58
kyssealready did18:58
cloudnullim sorry18:58
kysseI hate myself.18:58
prometheanfirekysse: welcome to the club18:58
cloudnullthe screen scraping of ip makes beyond frustrated.18:58
prometheanfirewe have meetings every other monday18:59
palendaeA lot of core openstack stuff is just wrappers around Linux kernel stuff and standard utils18:59
prometheanfirecloudnull: I tried to fix it as much as they'd let me18:59
cloudnullmore typie typie prometheanfire :)18:59
prometheanfireI actually want to make ip, but in python18:59
prometheanfirethe problem is that ip is the only way to get net_ns stuff19:00
cloudnullhttps://pypi.python.org/pypi/pyroute219:00
prometheanfiresupports namespaces?19:01
lbragstadtypey typey... make the codez19:01
prometheanfirefrom pyroute2 import NetNS19:01
prometheanfireohhh19:01
prometheanfireneato'19:01
cloudnull"network namespace samples"19:01
prometheanfirecloudnull: quiet you19:01
* cloudnull a helper19:01
prometheanfirecloudnull: just started the troll in -neutron19:02
kysseit's easy to be a troll when you work at rackapace I suppose.19:03
prometheanfirekysse: it's a requirement19:03
prometheanfireoh ya, rootwrap19:04
cloudnullnah. i think of it as more creative helping than trolling :)19:04
cloudnullbut in all seriousness if neutron supported pyroute2 it'd be great19:05
prometheanfireya, they are talking about privlige seperation for the things that need sudo first19:05
cloudnulland if we could clean up the shell exec'ing to use actual libs or system APIs it'd be fantastic19:05
*** javeriak has joined #openstack-ansible19:06
kysseindeed.19:06
prometheanfireya, asking in #python about sudo without shellout19:09
*** javeriak_ has quit IRC19:09
* stevelle readies his "that escalated quickly" image macro19:10
kyssejusy sayin.. systemd...19:10
kyssejust*19:10
cloudnullthere goes the neighborhood19:10
prometheanfirekysse: so you are the one that's gonna add systemd support to osa?19:12
stevellecloudnull: do you have a PoC for the impact of https://review.openstack.org/#/c/272764/ on an OS service in a fork?19:12
stevellethanks for volunteering kysse19:13
cloudnullstevelle: https://review.openstack.org/#/c/272837/19:13
prometheanfirekysse needs to learn the art of not being seen19:13
stevellecloudnull: thx, thought I saw it. feeling blind this morning19:13
cloudnullhttps://github.com/os-cloud/openstack-ansible-os_crud_ops19:13
cloudnullthats the WIP role19:13
cloudnullcurrently doing mysql / rabbitmq actions that we have to do with all service role.s19:15
cloudnullcould be extended to mongodb and other things as we build out other support for things like ceilometer19:15
stevellesure, maybe influxdb someday19:16
cloudnull+119:16
*** Bofu2U has joined #openstack-ansible19:18
*** jmccrory_ has quit IRC19:18
*** keedya has joined #openstack-ansible19:24
*** jwitko has joined #openstack-ansible19:27
*** galstrom is now known as galstrom_zzz19:30
*** sshen_ has quit IRC19:30
*** kstepniewski has quit IRC19:30
*** sshen has joined #openstack-ansible19:31
*** michaelgugino has quit IRC19:38
mhaydenevery time i see ceilometer, i read it as ceil-o-meter19:41
* mhayden has issues19:41
*** oneswig has joined #openstack-ansible19:43
cloudnullw/ some mon-god-b19:43
cloudnulld34dh0r53: ^19:44
palendaesealometer19:44
*** keedya has quit IRC19:45
*** weezS has joined #openstack-ansible19:46
*** oneswig has quit IRC19:47
*** electrofelix has quit IRC19:50
*** daneyon_ has quit IRC19:51
*** keedya has joined #openstack-ansible19:52
*** phiche has joined #openstack-ansible19:54
kyssewho's kysse?19:54
prometheanfirelol19:55
*** retreved has joined #openstack-ansible20:04
*** javeriak has quit IRC20:06
*** hybridpollo has joined #openstack-ansible20:07
openstackgerritNolan Brubaker proposed openstack/openstack-ansible: [WIP] Add support for upgrading from Kilo to Liberty  https://review.openstack.org/27218220:08
*** hybridpollo has quit IRC20:09
*** hybridpollo has joined #openstack-ansible20:09
*** adac has joined #openstack-ansible20:16
*** tlian has quit IRC20:17
*** tlian has joined #openstack-ansible20:17
*** galstrom_zzz is now known as galstrom20:20
*** daneyon has joined #openstack-ansible20:21
*** weezS has quit IRC20:30
*** raddaoui has joined #openstack-ansible20:45
*** weezS has joined #openstack-ansible20:46
openstackgerritMajor Hayden proposed openstack/openstack-ansible-specs: Spec: LBaaSv2/Octavia  https://review.openstack.org/27374920:58
palendaeAnyone have any idea why the ROLE_FILE variable on line 22 here doesn't get set to the actual value of the variable? http://paste.openstack.org/show/485325/21:02
palendaeIf I remove the environment variable for that and just put the value there, the command works as expected21:02
*** dmsimard_ has joined #openstack-ansible21:02
*** dmsimard_ has quit IRC21:02
*** Bofu2MBP has joined #openstack-ansible21:06
*** jthorne has quit IRC21:08
Bofu2MBPcloudnull: the configs are setup to work with just vlans, right?21:09
Bofu2MBPthe playbook don't require vxlans in some way?21:09
*** baker has quit IRC21:42
*** CheKoLyN has quit IRC21:43
*** adac has quit IRC21:44
*** jthorne has joined #openstack-ansible21:45
*** sdake has joined #openstack-ansible21:45
*** sdake has quit IRC21:45
*** retreved_ has joined #openstack-ansible21:47
openstackgerritNolan Brubaker proposed openstack/openstack-ansible: Generate a role dependency graph with docs.  https://review.openstack.org/27377121:48
*** sdake has joined #openstack-ansible21:48
openstackgerritNolan Brubaker proposed openstack/openstack-ansible: Generate a role dependency graph with docs.  https://review.openstack.org/27377121:49
*** retreved has quit IRC21:50
*** admin0 has joined #openstack-ansible21:50
*** sdake_ has joined #openstack-ansible21:50
*** admin0 has quit IRC21:51
*** sdake has quit IRC21:52
*** admin0 has joined #openstack-ansible21:53
*** azrod566 has quit IRC21:55
cloudnullBofu2MBP:  I don’t believe you have to have vxlan That said if you want your tenants to be able to create networks individually on a need basis for isoloated connections between VMs then I'd recommend it . All that said you should be able to remove it21:55
openstackgerritMerged openstack/openstack-ansible: Re-deploy the Swift venv if it mismatches the repo  https://review.openstack.org/27203821:56
Bofu2MBPah ok, hitting an error just not sure if it was directly related21:56
Bofu2MBPall I did was remove vxlan21:56
cloudnullpalendae:  idk if you can pass env vars through to tox21:56
*** CheKoLyN has joined #openstack-ansible21:56
palendaecloudnull: Found out you can21:56
palendaecloudnull: Have to do {env:var}21:56
cloudnullah makes sense21:56
cloudnullBofu2MBP: well then maybe something has to be there. I've not tried to deploy without it21:56
palendaeOtherwise tox tosses out the literal characters you provided21:56
Bofu2MBPfatal: [compute2] => One or more undefined variables: 'dict object' has no attribute 'bridge' :|21:57
cloudnullwhich task ?21:57
Bofu2MBPwait... I've run into this before21:58
Bofu2MBPTASK: [set local_ip fact (is_metal)]21:58
openstackgerritMerged openstack/openstack-ansible: Re-deploy the Glance venv if it mismatches the repo  https://review.openstack.org/27022921:58
*** raddaoui has quit IRC21:59
cloudnullBofu2MBP:  yea that task requires _overlay_network.bridge to be defined.22:02
cloudnullso an overlay network is required as the tasks are concerned22:02
*** jthorne has quit IRC22:03
Bofu2MBPso I need to put vxlan back in there? or can I just fudge the value22:04
*** jthorne has joined #openstack-ansible22:04
cloudnullone sec22:05
*** ntpttr has joined #openstack-ansible22:08
*** admin0 has quit IRC22:09
Bofu2MBPnp thank you22:09
ntpttrhey everyone, I'm setting up an openstack-user-config.yml for an OSAD deployment and I'm unsure about something. In the provider networks when specifying the container interface for br-mgmt and br-storage, should those be interfaces that actually exist on the host or not? Say the host has eth4 and eth5 available to configure a network on, should I use those? Or should I use eth6 and eth7 for OSAD to just set up new interfaces?22:10
palendaentpttr: OSA assumes br-mgmt/br-storage are bridges defined before you start22:14
palendaeIf you have bridges with different names you could use those for the same purpose, but OSA still assumes that they'll just be there22:14
ntpttrpalendae: cool thanks, so the nic for br-mgmt in the example architecture should be the one that's assigned an IP in 172.29.236.0/22 then right? and then I would assign that provider network to that nic22:18
cloudnullBofu2MBP: https://review.openstack.org/#/c/273793/ if you pull that in or make that change itll od the needful22:18
palendaentpttr: Correct, the container network would map to the br-mgmt interface22:21
Bofu2MBPcloudnull gracias my friend, running it now22:21
*** Mudpuppy_ has joined #openstack-ansible22:21
*** Mudpuppy has quit IRC22:24
cloudnulllet me know how it goes and if you could post in that review it'd be appreciated.22:25
*** Mudpuppy_ has quit IRC22:25
Bofu2MBPyou got it bud22:29
*** bryan_att has quit IRC22:29
openstackgerritMerged openstack/openstack-ansible: Restart horizon when package/venvs change  https://review.openstack.org/27341522:32
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Swift venv if it mismatches the repo  https://review.openstack.org/27379922:38
*** phalmos has quit IRC22:38
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Glance venv if it mismatches the repo  https://review.openstack.org/27380022:38
*** allan_h has joined #openstack-ansible22:39
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Horizon venv if it mismatches the repo  https://review.openstack.org/27380222:40
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Neutron venv if it mismatches the repo  https://review.openstack.org/27380322:40
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Aodh venv if it mismatches the repo  https://review.openstack.org/27380422:40
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Nova venv if it mismatches the repo  https://review.openstack.org/27380522:40
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Ceilometer venv if it mismatches the repo  https://review.openstack.org/27380622:40
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Cinder venv if it mismatches the repo  https://review.openstack.org/27380722:40
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Swift venv if it mismatches the repo  https://review.openstack.org/27379922:41
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Glance venv if it mismatches the repo  https://review.openstack.org/27380022:41
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Heat venv if it mismatches the repo  https://review.openstack.org/27380822:41
openstackgerritKevin Carter proposed openstack/openstack-ansible: Re-deploy the Keystone venv if it mismatches the repo  https://review.openstack.org/27380922:41
openstackgerritKevin Carter proposed openstack/openstack-ansible: Restart horizon when package/venvs change  https://review.openstack.org/27381022:44
*** automagically has quit IRC22:45
*** CheKoLyN has quit IRC22:45
*** spotz is now known as spotz_zzz22:50
*** jthorne_ has joined #openstack-ansible22:52
*** galstrom is now known as galstrom_zzz22:52
*** jthorne has quit IRC22:55
*** CheKoLyN has joined #openstack-ansible23:01
cloudnullim off bbl23:02
*** Bofu2MBP has quit IRC23:05
*** CheKoLyN has quit IRC23:11
*** Guest75 has joined #openstack-ansible23:17
ntpttrI ran openstack-ansible setup-infrastructure.yml --syntax-check and got this output, does anyone know what it means: http://paste.openstack.org/show/485349/23:22
*** jthorne_ has quit IRC23:36
*** Bjoern has quit IRC23:44
*** daneyon has quit IRC23:48
Guest75cloudnull: looks like it worked23:55
Guest75err23:55
*** Guest75 is now known as Bofu2MBP23:56
*** sigmavirus24 is now known as sigmavirus24_awa23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!