Friday, 2016-12-23

*** Mudpuppy has joined #openstack-ansible00:00
*** Mudpuppy has quit IRC00:05
*** woodard has quit IRC00:46
*** kylek3h__ has joined #openstack-ansible00:53
*** karimb has quit IRC00:55
*** kylek3h_ has quit IRC00:56
*** dxiri has joined #openstack-ansible00:56
*** _chas has joined #openstack-ansible01:00
*** dxiri has quit IRC01:01
*** _chas has quit IRC01:05
*** automagically has quit IRC01:23
*** hfu has joined #openstack-ansible01:28
*** hw_wutianwei has joined #openstack-ansible01:32
*** sdake has joined #openstack-ansible02:06
*** jlockwood has quit IRC02:06
*** sdake has quit IRC02:24
*** sdake has joined #openstack-ansible02:28
*** kylek3h__ has quit IRC02:30
*** sdake_ has joined #openstack-ansible02:31
*** sdake has quit IRC02:33
*** sdake has joined #openstack-ansible02:35
*** sdake has quit IRC02:37
*** sdake_ has quit IRC02:39
*** automagically has joined #openstack-ansible02:42
*** chris_hultin|AWA is now known as chris_hultin02:47
*** Mahe has quit IRC02:54
*** Mahe has joined #openstack-ansible02:57
*** chris_hultin is now known as chris_hultin|AWA03:13
openstackgerritDarren Chan proposed openstack/openstack-ansible: [docs] Add replace failed hardware section  https://review.openstack.org/41439203:14
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-security: Updated from global requirements  https://review.openstack.org/41439303:17
*** qiliang27 has quit IRC03:18
*** qiliang27 has joined #openstack-ansible03:19
*** sdake has joined #openstack-ansible04:00
*** dxiri has joined #openstack-ansible04:03
*** sdake has quit IRC04:06
*** dxiri has quit IRC04:08
*** gouthamr has quit IRC04:20
*** _chas has joined #openstack-ansible04:29
*** _chas has quit IRC04:34
*** v1k0d3n has quit IRC04:55
*** v1k0d3n has joined #openstack-ansible04:55
*** winggundamth has quit IRC05:07
*** v1k0d3n has quit IRC05:11
*** v1k0d3n has joined #openstack-ansible05:11
*** senk has joined #openstack-ansible05:16
*** weezS has joined #openstack-ansible05:18
*** askb has quit IRC05:22
*** senk has quit IRC05:39
*** chris_hultin|AWA is now known as chris_hultin05:45
*** furlongm has joined #openstack-ansible05:46
*** Jack_V has joined #openstack-ansible05:52
*** chris_hultin is now known as chris_hultin|AWA06:01
*** Mudpuppy has joined #openstack-ansible06:03
*** Jack_Iv has joined #openstack-ansible06:07
*** Mudpuppy has quit IRC06:08
*** hfu has quit IRC06:17
*** rgogunskiy has joined #openstack-ansible06:26
*** senk has joined #openstack-ansible06:27
*** _chas has joined #openstack-ansible06:31
*** _chas has quit IRC06:35
*** winggundamth has joined #openstack-ansible06:58
*** dxiri has joined #openstack-ansible07:05
*** _chas has joined #openstack-ansible07:05
*** Jack_Iv_ has joined #openstack-ansible07:08
*** dxiri has quit IRC07:10
*** muran has joined #openstack-ansible07:48
muranHey all. Just started trying out openstack ansible playbook and really like it. However I do have one issue. I have added two logservers, they are picked up and added to the inventory as they should. It creates rsyslog containers on the servers. But that’s it. There is no additional config made to the client contaiers to make them actually send their logs to their syslog as far as I can see.07:51
muranThat is. No logs are sent to the syslog servers and as far as I can see in the syslog config on the client containers there isn't any config telling them to do so. Anyone have any idea what I could be missing?07:52
*** pcaruana has quit IRC07:54
*** pcaruana has joined #openstack-ansible07:55
*** sdake has joined #openstack-ansible07:55
*** weezS has quit IRC08:00
*** Jack_Iv_ has quit IRC08:09
*** Jack_I has joined #openstack-ansible08:17
*** Jack_Iv has quit IRC08:18
*** Jack_V has quit IRC08:18
*** sdake_ has joined #openstack-ansible08:30
*** Jack_Iv has joined #openstack-ansible08:31
*** sdake has quit IRC08:34
*** philippe_ has joined #openstack-ansible08:45
*** philippe_ is now known as lemouchon08:45
*** lemouchon has quit IRC08:56
*** lemouchon has joined #openstack-ansible08:56
*** perniciouscaffei has quit IRC09:12
*** asettle has joined #openstack-ansible09:13
andymccrmuran: there is an rsyslog client role that needs to be run against the other hosts - the individual playbooks (for example os-nova-install.yml) will target the nova hosts to run the rsyslog client role against the nova hosts. This should setup the appropriate rsyslog config to ship the logs to your log servers.09:17
muranandymccr: Thanks for the reply. Shouldn't that rsyslog client role be played as part of the regular site.yml playbook as I have defined logservers? Or how is that role supposed to be added to the clients? I couldn't find any special configuration for such a role or for anything regarding logging apart from defining my logservers.09:20
andymccrmuran: by site.yml do you mean the like "setup-everything.yml"?09:20
openstackgerritMerged openstack/openstack-ansible: [ops-guide] Removes remaining instances of rpc  https://review.openstack.org/41422009:21
andymccrmuran if you had the log servers defined already then it should configure it appropriately09:21
muranandymccr: Ah sorry, mixed up the playbooks. I followed the install guide so basically: boostrap, setup_hosts, setup_infrastructure, setup_openstack.09:21
openstackgerritAlexandra Settle proposed openstack/openstack-ansible: [docs] Add replace failed hardware section  https://review.openstack.org/41439209:22
andymccrmuran: hmm yeah during teh setup_openstack.yml it'll just call the individual os-glance-install.yml etc, which should run the rsyslog_client role - so if you had defined log_hosts when you ran that it should run the configuration09:22
muranandymccr: The logservers are defined and when I check the openstack_inventory.json I can see the rsyslog-containers, log_containers, log_hosts, etc. being added correctly against my two defined logservers.  Just find it very weird that the clients haven't been properly configured as it has clearly noticed that I had logservers in there and defined those in the inventory.09:24
andymccrmuran: yeah that isn't correct - although i was looking through, there is a bug open about it and somebody is working on a fix for that: https://bugs.launchpad.net/openstack-ansible/+bug/163601709:25
openstackLaunchpad bug 1636017 in openstack-ansible "no logging for nova* containers unless container is restarted" [Medium,In progress] - Assigned to Donovan Francesco (donovan-francesco)09:25
andymccri imagine that's related since it seems the rsyslog client configuration isn't setup properly (as well as a potential issue with the server listen address) - which doesnt help you right now, but at the very least its a known issue that is being worked on09:26
muranandymccr: Ok that is indeed interesting. I just confirmed that rsyslog service was running in the container but it did not listen on port 514. I just restarted the service now and then it starts to listen on the port.09:30
andymccrmuran: yeah, unfortunately that logging side seems to need a bit of work (and clearly better testing too)09:31
muranSorry for noob question but is there any utility-tool for restarting all of the containers available that I'm not seeing? Or is it logging into each host and manually doing it that is the approach? :)09:34
andymccrmuran: restarting all the containers?  you could do it using the ansible ad-hoc commands.09:36
andymccrhttp://docs.ansible.com/ansible/intro_adhoc.html09:38
andymccrso for example in the playbooks directory if you run: ansible all_containers -a "/sbin/reboot"09:39
muranandymccr: Ah very nice. Thanks a lot.09:41
andymccror you could do something similar targetting the hosts that have the containers to do something like "for i in `lxc-ls` lxc-stop -n $i" and then lxc-start -n for the same thing.09:41
andymccrno problem!09:42
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_heat: Update paste, policy and rootwrap configurations 2016-12-23  https://review.openstack.org/41451909:44
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_cinder: Update paste, policy and rootwrap configurations 2016-12-23  https://review.openstack.org/41452109:46
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_keystone: Update paste, policy and rootwrap configurations 2016-12-23  https://review.openstack.org/41452309:46
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_neutron: Update paste, policy and rootwrap configurations 2016-12-23  https://review.openstack.org/41452609:48
openstackgerritAndy McCrae proposed openstack/openstack-ansible: Update all SHAs for Ocata 2016-12-23  https://review.openstack.org/41452809:51
*** asettle has quit IRC09:58
*** dxiri has joined #openstack-ansible10:02
uthnghello all10:03
uthngI tried to run etcd-install but I got this skipping: no hosts matched10:04
*** Mudpuppy has joined #openstack-ansible10:04
*** dxiri has quit IRC10:06
uthngI dont have etcd.yml.aio in conf.d10:07
*** Mudpuppy has quit IRC10:09
andymccruthng: the etcd bit is not actually an "openstack-ansible" role, we have a playbook, but no real host groups or anything configured - you'd need to define your own host_group for etcd_all, or we may need to add an env.d file.10:20
*** Matias has quit IRC10:23
uthngah ok. I though that it is sth ready to install like others :D. Well, I will wait that it become a role :D10:23
uthngit is just for installing a cluster etcd isnt it ?10:24
uthngwithout it, we can continue to do kubernetes cluster with mangum right ?10:24
andymccruthng: it's a role already! it's just we import it form upstream, so the group/host definitions arent setup10:26
andymccrand we dont carry yml.aio files for it because we don't need to test it10:26
uthngah ok, understood now.10:28
*** asettle has joined #openstack-ansible10:34
*** asettle has quit IRC10:36
*** Matias has joined #openstack-ansible10:43
*** vnogin has quit IRC10:55
*** sdake_ is now known as sdake11:17
*** smatzek has joined #openstack-ansible11:24
*** vnogin has joined #openstack-ansible11:25
*** stuartgr has joined #openstack-ansible11:28
*** vnogin has quit IRC11:30
*** vnogin has joined #openstack-ansible11:33
*** hw_wutianwei has quit IRC11:40
*** _chas_ has joined #openstack-ansible11:46
*** Disova has quit IRC11:48
*** _chas has quit IRC11:49
*** jamesdenton has quit IRC11:58
*** jamesdenton has joined #openstack-ansible11:58
*** Jack_Iv_ has joined #openstack-ansible12:04
*** Jack_Iv_ has quit IRC12:05
*** Jack_Iv_ has joined #openstack-ansible12:06
*** ArchiFleKs has quit IRC12:22
*** Jack_Iv_ has quit IRC12:27
*** senk has quit IRC12:35
*** gfa has quit IRC12:35
*** gfa has joined #openstack-ansible12:44
*** senk has joined #openstack-ansible13:02
*** johnmilton has joined #openstack-ansible13:06
*** Mudpuppy has joined #openstack-ansible13:18
*** jheroux has joined #openstack-ansible13:19
*** Mudpuppy has quit IRC13:23
*** Jack_Iv_ has joined #openstack-ansible13:27
*** Jack_Iv_ has quit IRC13:29
*** ArchiFleKs has joined #openstack-ansible13:34
*** gouthamr has joined #openstack-ansible13:36
*** stuartgr has left #openstack-ansible13:37
*** vnogin has quit IRC13:40
andymccrok im out for christmas! have a great holidays everybody.13:43
*** senk has quit IRC13:45
*** Jack_Iv_ has joined #openstack-ansible13:49
*** rgogunskiy has quit IRC13:51
*** Jack_Iv_ has quit IRC13:54
*** dxiri has joined #openstack-ansible14:03
*** dxiri has quit IRC14:08
muranMerry Christmas andymccr14:12
*** vnogin has joined #openstack-ansible14:20
*** jamesdenton has quit IRC14:24
*** jperry has joined #openstack-ansible14:30
*** jperry has quit IRC14:31
*** jperry has joined #openstack-ansible14:32
*** Jack_Iv_ has joined #openstack-ansible14:41
*** uthng_ has joined #openstack-ansible14:44
uthng_re all14:44
uthng_andymccr: maybe you can tell me why I got this error now when I tried to run os-cinder-install.yml : 'module' object has no attribute 'openssl_md_meth_names' please14:45
uthng_.14:45
uthng_?14:45
*** Jack_Iv_ has quit IRC14:46
*** jamesdenton has joined #openstack-ansible14:48
*** johnmilton has quit IRC14:53
*** jamesdenton has quit IRC14:55
*** jamesdenton has joined #openstack-ansible14:55
*** muran has quit IRC15:02
*** senk has joined #openstack-ansible15:04
*** Jack_V has joined #openstack-ansible15:09
*** Jack_Iv has quit IRC15:11
*** Jack_I has quit IRC15:12
*** dxiri has joined #openstack-ansible15:14
*** Mudpuppy has joined #openstack-ansible15:19
*** jperry has quit IRC15:20
*** jperry has joined #openstack-ansible15:21
*** weezS has joined #openstack-ansible15:23
*** jamesdenton has quit IRC15:24
*** Jack_Iv has joined #openstack-ansible15:27
*** Jack_Iv_ has joined #openstack-ansible15:31
*** Mudpuppy has quit IRC15:31
*** yolanda has quit IRC15:32
*** yolanda has joined #openstack-ansible15:32
*** Jack_Iv_ has quit IRC15:36
*** jamesdenton has joined #openstack-ansible15:36
*** Disova has joined #openstack-ansible15:46
*** _chas_ has quit IRC15:48
*** dxiri has quit IRC15:51
*** senk has quit IRC15:54
*** dxiri has joined #openstack-ansible15:57
*** dxiri has quit IRC16:06
*** dxiri has joined #openstack-ansible16:13
*** dxiri has quit IRC16:14
*** dxiri has joined #openstack-ansible16:14
*** uthng_ has quit IRC16:14
*** sdake has quit IRC16:23
*** Jack_V has quit IRC16:24
*** Jack_Iv has quit IRC16:24
*** jamesdenton has quit IRC16:29
*** karimb has joined #openstack-ansible16:37
*** Jack_Iv has joined #openstack-ansible16:42
*** Jack_Iv has quit IRC16:47
*** smatzek has quit IRC17:14
*** pcaruana has quit IRC17:14
*** smatzek has joined #openstack-ansible17:15
*** lemouchon has quit IRC17:18
*** Jack_Iv has joined #openstack-ansible17:32
*** dxiri has quit IRC17:34
*** bluewireslight has joined #openstack-ansible17:34
*** senk has joined #openstack-ansible17:36
*** jlockwood has joined #openstack-ansible17:36
*** Jack_Iv has quit IRC17:37
*** bluewireslight has left #openstack-ansible17:37
*** dxiri has joined #openstack-ansible17:42
*** jlockwood has quit IRC17:47
*** sdake has joined #openstack-ansible17:50
*** Jack_Iv has joined #openstack-ansible17:52
*** jlockwood has joined #openstack-ansible17:54
*** Jack_Iv has quit IRC17:57
*** sdake_ has joined #openstack-ansible17:59
*** sdake has quit IRC18:02
*** gouthamr has quit IRC18:18
*** sdake_ is now known as sdake18:20
*** chris_hultin|AWA is now known as chris_hultin18:24
dxirigood afternoon OSA, I have a question about the networking needed. Instead of using vlans, can I create tap interfaces and attach them to the required br-vlan and br-vxlan bridges?18:30
dxirithe reason I am thinking of doing that is because I can't create any vlans on this env18:30
dxiriand I have only 1 nic18:30
dxiriso was I thinking was add eth0 to the br-mgmt bridge, then create tap0 and tap1, and attach those to br-vlan and br-vxlan18:31
*** chris_hultin is now known as chris_hultin|AWA18:34
*** kjw3 has quit IRC18:38
*** Disova has quit IRC18:41
*** gouthamr has joined #openstack-ansible18:42
*** adreznec has quit IRC18:51
*** sdake has quit IRC18:52
*** adreznec has joined #openstack-ansible18:57
*** sdake has joined #openstack-ansible19:00
*** Jack_Iv has joined #openstack-ansible19:03
*** MasterOfBugs has quit IRC19:03
*** gouthamr has quit IRC19:06
*** javeriak has joined #openstack-ansible19:07
*** Jack_Iv has quit IRC19:08
*** weezS has quit IRC19:08
*** javeriak has quit IRC19:13
*** javeriak has joined #openstack-ansible19:22
*** MasterOfBugs has joined #openstack-ansible19:24
*** MasterOfBugs has quit IRC19:26
*** MasterOfBugs has joined #openstack-ansible19:26
*** gouthamr has joined #openstack-ansible19:26
*** javeriak has quit IRC19:27
*** weezS has joined #openstack-ansible19:29
*** weezS has quit IRC19:31
*** weezS has joined #openstack-ansible19:32
*** weezS has quit IRC19:32
*** weezS has joined #openstack-ansible19:33
*** marc_ab has quit IRC19:44
*** jlockwood has quit IRC19:52
*** weezS has quit IRC19:52
*** senk has quit IRC19:54
*** senk has joined #openstack-ansible19:55
*** senk has quit IRC19:55
*** senk has joined #openstack-ansible19:55
*** senk has quit IRC19:56
*** senk has joined #openstack-ansible19:57
*** sdake has quit IRC19:57
*** senk has quit IRC19:57
*** senk has joined #openstack-ansible19:58
*** senk has quit IRC19:59
*** senk has joined #openstack-ansible20:00
*** marc_ab has joined #openstack-ansible20:00
*** senk has quit IRC20:00
*** senk has joined #openstack-ansible20:00
*** senk has joined #openstack-ansible20:01
*** senk has quit IRC20:02
*** senk has joined #openstack-ansible20:03
*** senk has quit IRC20:03
*** senk has joined #openstack-ansible20:04
*** senk has quit IRC20:05
*** senk has joined #openstack-ansible20:06
dxiriinfra1_galera_container-1e175310 : ok=27   changed=15   unreachable=0    failed=120:06
dxirihow can I redo only that one task?20:06
dxiriapparently there was some kind of connection issue20:06
*** senk has quit IRC20:06
*** senk has joined #openstack-ansible20:07
*** senk has quit IRC20:08
dxirinvm found it :) galera-install.yml20:08
*** senk has joined #openstack-ansible20:09
*** senk has quit IRC20:09
*** senk has joined #openstack-ansible20:10
*** senk has quit IRC20:10
*** senk has joined #openstack-ansible20:11
*** senk has quit IRC20:12
*** senk has joined #openstack-ansible20:13
*** senk has quit IRC20:13
*** senk has joined #openstack-ansible20:14
*** sdake has joined #openstack-ansible20:14
*** senk has quit IRC20:15
*** senk has joined #openstack-ansible20:15
*** senk has quit IRC20:15
*** senk has joined #openstack-ansible20:16
*** senk has quit IRC20:17
*** senk has joined #openstack-ansible20:18
*** senk has quit IRC20:18
*** sdake_ has joined #openstack-ansible20:18
*** senk has joined #openstack-ansible20:19
*** senk has quit IRC20:19
*** senk has joined #openstack-ansible20:19
*** senk has quit IRC20:20
*** sdake has quit IRC20:20
*** senk has joined #openstack-ansible20:21
*** senk has quit IRC20:21
*** senk has joined #openstack-ansible20:22
*** senk has quit IRC20:22
*** senk has joined #openstack-ansible20:22
*** senk has quit IRC20:23
*** senk has joined #openstack-ansible20:24
*** javeriak has joined #openstack-ansible20:24
*** senk has quit IRC20:24
*** senk has joined #openstack-ansible20:25
*** senk has quit IRC20:25
*** senk has joined #openstack-ansible20:26
*** senk has quit IRC20:27
*** senk has joined #openstack-ansible20:28
*** senk has quit IRC20:28
*** senk has joined #openstack-ansible20:29
*** javeriak has quit IRC20:29
*** senk has quit IRC20:30
*** smatzek has quit IRC20:30
*** senk has joined #openstack-ansible20:31
*** senk has quit IRC20:31
*** senk has joined #openstack-ansible20:32
*** senk has quit IRC20:33
*** sdake_ has quit IRC20:33
*** senk has joined #openstack-ansible20:34
*** marc_ab has quit IRC20:34
*** Jack_V has joined #openstack-ansible20:34
*** senk has quit IRC20:34
*** Jack_Iv has joined #openstack-ansible20:35
*** senk has joined #openstack-ansible20:35
*** senk has quit IRC20:36
*** senk has joined #openstack-ansible20:37
*** senk has quit IRC20:37
*** senk has joined #openstack-ansible20:38
*** senk has quit IRC20:39
*** Jack_Iv has quit IRC20:39
*** senk has joined #openstack-ansible20:40
*** senk has quit IRC20:40
*** senk has joined #openstack-ansible20:40
*** senk has quit IRC20:41
*** senk has joined #openstack-ansible20:42
*** senk has quit IRC20:42
*** senk has joined #openstack-ansible20:43
*** senk has quit IRC20:43
*** senk has joined #openstack-ansible20:44
*** senk has quit IRC20:45
*** senk has joined #openstack-ansible20:46
*** senk has quit IRC20:46
*** senk has joined #openstack-ansible20:47
*** senk has quit IRC20:48
*** senk has joined #openstack-ansible20:49
*** senk has quit IRC20:49
*** Jack_Iv has joined #openstack-ansible20:49
*** senk has joined #openstack-ansible20:50
*** marc_ab has joined #openstack-ansible20:50
*** senk has quit IRC20:51
*** senk has joined #openstack-ansible20:52
*** senk has quit IRC20:52
*** sdake has joined #openstack-ansible20:53
*** senk has joined #openstack-ansible20:53
*** Jack_Iv_ has joined #openstack-ansible20:54
*** senk has quit IRC20:54
*** senk has joined #openstack-ansible20:55
*** senk has quit IRC20:55
*** smatzek has joined #openstack-ansible20:55
*** erhudy has left #openstack-ansible20:56
*** senk has joined #openstack-ansible20:56
*** senk has quit IRC20:57
*** senk has joined #openstack-ansible20:57
*** senk has quit IRC20:57
*** senk has joined #openstack-ansible20:58
*** aludwar has quit IRC20:59
*** senk has quit IRC20:59
*** senk has joined #openstack-ansible20:59
*** senk has quit IRC21:00
*** senk has joined #openstack-ansible21:01
*** senk has quit IRC21:01
*** aludwar has joined #openstack-ansible21:02
*** senk has joined #openstack-ansible21:02
*** senk has quit IRC21:03
*** senk has joined #openstack-ansible21:04
*** sdake_ has joined #openstack-ansible21:04
*** senk has quit IRC21:04
*** senk has joined #openstack-ansible21:04
*** senk has quit IRC21:05
*** javeriak has joined #openstack-ansible21:05
*** senk has joined #openstack-ansible21:06
*** sdake has quit IRC21:06
*** senk has quit IRC21:06
*** senk has joined #openstack-ansible21:07
*** senk has joined #openstack-ansible21:09
*** senk has quit IRC21:09
*** senk has joined #openstack-ansible21:10
*** javeriak has quit IRC21:11
*** senk has quit IRC21:11
*** senk has joined #openstack-ansible21:12
*** senk has quit IRC21:12
*** senk has joined #openstack-ansible21:13
*** senk has quit IRC21:14
*** senk has joined #openstack-ansible21:15
*** senk has quit IRC21:15
*** senk has joined #openstack-ansible21:16
*** senk has joined #openstack-ansible21:17
*** senk has quit IRC21:18
*** senk has joined #openstack-ansible21:18
*** senk has quit IRC21:18
*** senk has joined #openstack-ansible21:19
*** senk has quit IRC21:20
*** senk has joined #openstack-ansible21:21
*** senk has quit IRC21:21
*** senk has joined #openstack-ansible21:22
*** senk has quit IRC21:22
*** senk has joined #openstack-ansible21:23
*** senk has quit IRC21:24
*** jheroux has quit IRC21:24
*** senk has joined #openstack-ansible21:24
*** senk has quit IRC21:24
*** senk has joined #openstack-ansible21:25
*** jlockwood has joined #openstack-ansible21:26
*** senk has quit IRC21:26
*** spotz_zzz is now known as spotz21:26
*** senk has joined #openstack-ansible21:27
*** senk has quit IRC21:27
*** smatzek has quit IRC21:28
*** senk has joined #openstack-ansible21:28
*** senk has quit IRC21:29
*** senk has joined #openstack-ansible21:30
*** senk has quit IRC21:30
*** senk has joined #openstack-ansible21:31
*** senk has quit IRC21:32
*** senk has joined #openstack-ansible21:32
*** senk has quit IRC21:33
*** senk has joined #openstack-ansible21:33
*** Jack_Iv has quit IRC21:33
*** Jack_V has quit IRC21:33
*** senk has quit IRC21:33
*** senk has joined #openstack-ansible21:34
*** Jeffrey4l has quit IRC21:35
*** senk has quit IRC21:35
*** senk has joined #openstack-ansible21:36
*** senk has quit IRC21:36
*** senk has joined #openstack-ansible21:37
*** marc_ab has quit IRC21:37
*** senk has quit IRC21:37
*** senk has joined #openstack-ansible21:38
*** Mudpuppy has joined #openstack-ansible21:38
*** senk has quit IRC21:39
*** sdake_ has quit IRC21:39
*** senk has joined #openstack-ansible21:40
*** senk has quit IRC21:40
*** senk has joined #openstack-ansible21:41
*** senk has quit IRC21:42
*** senk has joined #openstack-ansible21:43
*** senk has quit IRC21:43
*** senk has joined #openstack-ansible21:44
*** karimb has quit IRC21:45
*** senk has joined #openstack-ansible21:46
*** senk has quit IRC21:46
*** senk has joined #openstack-ansible21:47
*** senk has quit IRC21:48
*** Jeffrey4l has joined #openstack-ansible21:48
*** senk has joined #openstack-ansible21:49
*** jperry has quit IRC21:49
*** senk has quit IRC21:49
*** karimb has joined #openstack-ansible21:50
*** senk has joined #openstack-ansible21:50
*** senk has quit IRC21:51
*** gouthamr has quit IRC21:51
*** senk has joined #openstack-ansible21:52
*** vnogin has quit IRC21:52
*** senk has quit IRC21:52
*** sdake has joined #openstack-ansible21:53
*** senk has joined #openstack-ansible21:53
*** senk has quit IRC21:54
*** senk has joined #openstack-ansible21:55
*** senk has quit IRC21:55
*** senk has joined #openstack-ansible21:56
*** karimb has quit IRC21:57
*** senk has quit IRC21:57
*** senk has joined #openstack-ansible21:58
*** aludwar has quit IRC21:58
*** senk has quit IRC21:58
*** senk has joined #openstack-ansible21:58
*** aludwar has joined #openstack-ansible21:59
*** senk has quit IRC21:59
*** vnogin has joined #openstack-ansible22:00
*** senk has joined #openstack-ansible22:00
*** senk has quit IRC22:00
*** senk has joined #openstack-ansible22:01
*** senk has quit IRC22:02
*** senk has joined #openstack-ansible22:03
*** senk has joined #openstack-ansible22:04
*** senk has joined #openstack-ansible22:06
*** senk has quit IRC22:06
*** senk has joined #openstack-ansible22:07
*** karimb has joined #openstack-ansible22:07
*** senk has quit IRC22:07
*** perniciouscaffei has joined #openstack-ansible22:08
*** senk has joined #openstack-ansible22:08
*** senk has quit IRC22:09
*** senk has joined #openstack-ansible22:09
*** senk has quit IRC22:09
*** perniciouscaffei has joined #openstack-ansible22:10
*** senk has joined #openstack-ansible22:10
*** senk has quit IRC22:11
*** senk has joined #openstack-ansible22:12
*** sdake has quit IRC22:12
*** senk has quit IRC22:12
*** senk has joined #openstack-ansible22:13
*** senk has joined #openstack-ansible22:15
*** senk has quit IRC22:15
*** senk has joined #openstack-ansible22:16
*** senk has quit IRC22:17
*** jlockwood has quit IRC22:18
*** senk has joined #openstack-ansible22:18
*** senk has quit IRC22:18
*** senk has joined #openstack-ansible22:19
*** senk has quit IRC22:19
*** senk has joined #openstack-ansible22:20
*** senk has quit IRC22:21
*** sdake has joined #openstack-ansible22:21
*** senk has joined #openstack-ansible22:22
*** senk has quit IRC22:22
*** karimb has quit IRC22:22
*** senk has joined #openstack-ansible22:23
*** senk has quit IRC22:24
*** senk has joined #openstack-ansible22:25
*** senk has joined #openstack-ansible22:25
*** senk has quit IRC22:26
*** senk has joined #openstack-ansible22:27
*** senk has quit IRC22:28
*** senk has joined #openstack-ansible22:28
*** senk has quit IRC22:28
*** senk has joined #openstack-ansible22:28
*** senk has quit IRC22:29
*** senk has joined #openstack-ansible22:30
*** senk has quit IRC22:31
*** senk has joined #openstack-ansible22:31
*** senk has quit IRC22:32
*** senk has joined #openstack-ansible22:33
*** senk has quit IRC22:34
*** senk has joined #openstack-ansible22:34
dxiriwhat's the deal with this?22:35
dxiriTASK [set local_ip fact (is_metal)] ********************************************22:35
dxirifatal: [compute1]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute u'ansible_br_vxlan'\n\nThe error appears to have been in '/opt/openstack-ansible/playbooks/os-neutron-install.yml': line 89, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\22:35
dxirin\n        - always\n    - name: set local_ip fact (is_metal)\n      ^ here\n"}22:35
dxirifatal: [compute2]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute u'ansible_br_vxlan'\n\nThe error appears to have been in '/opt/openstack-ansible/playbooks/os-neutron-install.yml': line 89, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\22:35
dxirin\n        - always\n    - name: set local_ip fact (is_metal)\n      ^ here\n"}22:35
*** senk has quit IRC22:35
*** karimb has joined #openstack-ansible22:36
*** senk has joined #openstack-ansible22:36
*** senk has quit IRC22:37
*** senk has joined #openstack-ansible22:37
*** senk has quit IRC22:37
*** senk has joined #openstack-ansible22:38
*** perniciouscaffei has quit IRC22:38
*** senk has quit IRC22:39
*** senk has joined #openstack-ansible22:39
*** senk has quit IRC22:40
*** senk has joined #openstack-ansible22:40
*** senk has quit IRC22:41
*** senk has joined #openstack-ansible22:42
*** senk has quit IRC22:43
*** senk has joined #openstack-ansible22:43
*** senk has quit IRC22:44
*** senk has joined #openstack-ansible22:45
*** senk has joined #openstack-ansible22:46
*** senk has joined #openstack-ansible22:48
*** senk has quit IRC22:49
*** senk has joined #openstack-ansible22:49
*** senk has joined #openstack-ansible22:50
*** senk has quit IRC22:51
*** vnogin has quit IRC22:51
*** karimb has quit IRC22:52
*** senk has joined #openstack-ansible22:52
*** senk has joined #openstack-ansible22:53
*** senk has quit IRC22:54
*** senk has joined #openstack-ansible22:55
*** senk has quit IRC22:55
*** senk has joined #openstack-ansible22:56
*** senk has quit IRC22:57
*** senk has joined #openstack-ansible22:58
*** senk has quit IRC22:58
*** karimb has joined #openstack-ansible22:59
*** senk has joined #openstack-ansible22:59
*** senk has quit IRC23:00
*** senk has joined #openstack-ansible23:01
*** sdake has quit IRC23:01
*** senk has quit IRC23:01
*** weezS has joined #openstack-ansible23:02
*** senk has joined #openstack-ansible23:02
*** senk has quit IRC23:03
*** senk has joined #openstack-ansible23:04
*** aludwar1 has joined #openstack-ansible23:04
*** senk has joined #openstack-ansible23:04
*** aludwar1 has quit IRC23:05
*** senk has quit IRC23:05
*** senk has joined #openstack-ansible23:05
*** senk has quit IRC23:06
*** senk has joined #openstack-ansible23:07
*** senk has joined #openstack-ansible23:08
*** senk has quit IRC23:09
*** senk has joined #openstack-ansible23:10
*** senk has quit IRC23:10
*** senk has joined #openstack-ansible23:10
*** senk has quit IRC23:11
*** aludwar1 has joined #openstack-ansible23:11
*** aludwar1 has quit IRC23:12
*** senk has joined #openstack-ansible23:12
*** senk has quit IRC23:13
*** senk has joined #openstack-ansible23:13
*** karimb has quit IRC23:15
*** senk has joined #openstack-ansible23:15
*** senk has quit IRC23:16
*** pmannidi has joined #openstack-ansible23:16
*** senk has joined #openstack-ansible23:16
*** senk has quit IRC23:17
*** senk has joined #openstack-ansible23:17
*** karimb has joined #openstack-ansible23:18
*** pmannidi has quit IRC23:18
*** senk has joined #openstack-ansible23:19
*** pmannidi has joined #openstack-ansible23:19
*** senk has quit IRC23:19
*** senk has joined #openstack-ansible23:19
*** senk has quit IRC23:20
*** senk has joined #openstack-ansible23:20
*** senk has quit IRC23:21
*** senk has joined #openstack-ansible23:21
*** senk has quit IRC23:22
*** senk has joined #openstack-ansible23:22
*** senk has quit IRC23:23
*** senk has joined #openstack-ansible23:23
*** senk has quit IRC23:24
*** senk has joined #openstack-ansible23:24
*** senk has quit IRC23:25
*** senk has joined #openstack-ansible23:25
*** vnogin has joined #openstack-ansible23:25
*** senk has quit IRC23:25
*** senk has joined #openstack-ansible23:26
*** senk has quit IRC23:27
*** senk has joined #openstack-ansible23:27
*** senk has quit IRC23:28
*** senk has joined #openstack-ansible23:28
*** senk has quit IRC23:28
*** senk has joined #openstack-ansible23:29
*** senk has quit IRC23:30
*** senk has joined #openstack-ansible23:30
*** senk has quit IRC23:31
*** senk has joined #openstack-ansible23:31
*** senk has joined #openstack-ansible23:32
*** senk has quit IRC23:33
*** senk has joined #openstack-ansible23:33
*** karimb has quit IRC23:34
*** senk has quit IRC23:34
*** senk has joined #openstack-ansible23:34
*** senk has joined #openstack-ansible23:34
*** senk has quit IRC23:35
*** senk has joined #openstack-ansible23:35
*** karimb has joined #openstack-ansible23:36
*** senk has joined #openstack-ansible23:37
*** senk has quit IRC23:37
*** senk has joined #openstack-ansible23:38
*** senk has quit IRC23:39
*** senk has joined #openstack-ansible23:40
*** senk has quit IRC23:40
*** senk has joined #openstack-ansible23:41
*** senk has quit IRC23:42
*** senk has joined #openstack-ansible23:43
*** senk has quit IRC23:43
*** senk has joined #openstack-ansible23:44
*** senk has quit IRC23:45
*** senk has joined #openstack-ansible23:46
*** senk has quit IRC23:46
*** senk has joined #openstack-ansible23:47
*** senk has quit IRC23:48
*** senk has joined #openstack-ansible23:48
*** senk has quit IRC23:49
*** senk has joined #openstack-ansible23:50
*** senk has quit IRC23:50
*** senk has joined #openstack-ansible23:51
*** karimb has quit IRC23:52
*** senk has quit IRC23:52
*** senk has joined #openstack-ansible23:53
*** senk has quit IRC23:53
*** senk has joined #openstack-ansible23:54
*** senk has quit IRC23:55
*** senk has joined #openstack-ansible23:55
*** senk has quit IRC23:55
*** senk has joined #openstack-ansible23:56
*** senk has joined #openstack-ansible23:56
*** senk has quit IRC23:57
*** senk has joined #openstack-ansible23:57
*** senk has quit IRC23:58
*** senk has joined #openstack-ansible23:58
*** senk has quit IRC23:58
*** senk has joined #openstack-ansible23:59
*** senk has quit IRC23:59
*** senk has joined #openstack-ansible23:59

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