Friday, 2018-06-22

*** gyee has quit IRC00:17
*** tux_ has joined #openstack-ansible00:23
*** vnogin has joined #openstack-ansible00:27
*** poul has joined #openstack-ansible00:31
*** vnogin has quit IRC00:31
*** poul has quit IRC00:35
*** dxiri has quit IRC00:35
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins master: Fix setting of physical_host_addrs  https://review.openstack.org/57733000:39
jmccroryhwoarang ^00:39
*** jra has quit IRC00:42
openstackgerritCorey Wright proposed openstack/openstack-ansible-os_swift master: Replace swiftoperator role with swift_operator_role variable  https://review.openstack.org/57733200:44
*** cshen has joined #openstack-ansible00:44
*** poul has joined #openstack-ansible00:48
*** cshen has quit IRC00:49
*** poul has quit IRC00:52
tux_cloudnull: are you there?01:00
*** poul has joined #openstack-ansible01:06
*** spsurya has joined #openstack-ansible01:07
*** poul has quit IRC01:11
*** poul has joined #openstack-ansible01:23
*** poul has quit IRC01:28
*** vnogin has joined #openstack-ansible01:28
*** vnogin has quit IRC01:33
tux_I have configured basic networking with systemd-networkd and now ansible setup-hosts.yml create lxcbr0 using legacy script ifcfg-*  does that create issue?01:33
tux_cloudnull: ^^01:33
*** poul has joined #openstack-ansible01:41
*** poul has quit IRC01:46
*** dxiri has joined #openstack-ansible01:46
*** vurtz has quit IRC01:53
*** poul has joined #openstack-ansible01:58
*** poul has quit IRC02:02
*** poul has joined #openstack-ansible02:16
*** poul has quit IRC02:21
*** dariko33 has joined #openstack-ansible02:26
*** vnogin has joined #openstack-ansible02:29
*** poul has joined #openstack-ansible02:33
*** vnogin has quit IRC02:34
*** poul has quit IRC02:38
*** dariko33 has quit IRC02:42
*** poul has joined #openstack-ansible02:50
cloudnulltux_ that's ok.02:51
cloudnullthe role will take care of what it needs02:51
tux_I am totally frustrated :(02:51
tux_this is not working none of my node02:51
tux_infra* log* all02:52
tux_none of my container not able to reach outside02:52
*** poul has quit IRC02:55
tux_I disabled security playbook only that change i did from my LAB env.02:56
tux_in LAB everything working but same setup on production not working..02:56
tux_how do i un-install everything and start over again02:57
tux_Do you have any good way to un-install lxc ?02:57
tux_cloudnull: ^^02:58
cloudnullis this on hardware?03:00
cloudnullmight there be something upstream blocking egress from the containers?03:00
cloudnullyou still see the traffic  leaving the host?03:01
cloudnulland if you tcpdump are you seeing a bad checksum ?03:01
tux_yes03:03
tux_hardware03:03
tux_i can see traffic leaving and coming back on tcpdump but not reaching to container03:04
tux_let me show you03:04
tux_cloudnull:  http://paste.openstack.org/show/724076/03:07
tux_I am pinging from container to 8.8.8.8 ip03:07
tux_you can see on br-host (my LAN) i am getting reply back on icmp but somehow its not reaching to container03:08
*** poul has joined #openstack-ansible03:08
cloudnulltux_ can you run `tcpdump -vlpi br-host -nn icmp`03:11
tux_k03:12
*** dxiri has quit IRC03:12
cloudnullI want to know if you're getting a bad checksum , also mind running `iptables-save`03:12
tux_http://paste.openstack.org/show/724077/03:12
*** poul has quit IRC03:13
tux_iptables-save http://paste.openstack.org/show/724078/03:14
tux_my networkctl - http://paste.openstack.org/show/724079/03:15
tux_cloudnull: ^^03:21
cloudnulltux_ that all looks good03:23
cloudnullfrom within the containers, can you ping one another ?03:24
cloudnulllike ping an ip address on a different container using the 10.0.3.x network or br-mgmt03:25
tux_I can ping all my container group03:25
*** poul has joined #openstack-ansible03:26
tux_i can ping every single container on that host03:26
tux_only issue i can't ping my LAN IPs and public IPs03:26
tux_i can ping br-host IP too03:26
cloudnullok.03:27
tux_i am pulling my hair believe me03:28
cloudnullis 10.0.3.39 the address within the container03:28
cloudnull?03:28
tux_i have test all possible thing, reboot machine.. reboot container... disable SELinux etc..03:28
tux_yes 10.0.3.39 is container IP03:28
cloudnulland is 10.0.3.0/24 routable within your network ?03:29
tux_http://paste.openstack.org/show/724080/03:29
cloudnullIEI :its not apart of some other larger subnet in your network03:29
tux_cloudnull: see list of container IP03:29
tux_NO 10.0.3.0/24 isn't routable03:29
cloudnullmind sharing `ip r`03:30
*** vnogin has joined #openstack-ansible03:30
tux_MY LAN is 10.30.0.0/1603:30
tux_ok03:30
*** poul has quit IRC03:30
tux_http://paste.openstack.org/show/724081/03:31
cloudnullthat all looks good03:32
tux_:(03:33
tux_if 10.0.3.0/24 is getting NAT then there is no routing issue with LAN03:34
*** vnogin has quit IRC03:34
cloudnullcan you ping 8.8.8.8 in the container and tcpdump on the veth leaving the lxcbr0 bridge ?03:34
cloudnullthe veth should have a name similar to the container03:35
cloudnullostack-infra-01_utility_container-a8dbff4603:35
cloudnullshould have a veth with "a8dbff46" in it03:35
tux_let me understand what you saying03:36
cloudnull`tcpdump -vnpi $interface_name`03:36
tux_how do i find veth of container?03:36
cloudnullyou can search for the interface name with `ip a l | grep a8dbff46`03:36
cloudnullevery veth used with the containers are  named03:37
cloudnulland the name follows the hash at the end of the container name03:37
tux_why i have two veth??????03:37
tux_http://paste.openstack.org/show/724082/03:37
tux_see this one03:37
cloudnullone for lxcbr0 (eth0 in the container), one for br-mgmt (eth1 in the container)03:38
cloudnullso we want to run the tcpdump on `tcpdump -vnpi a8dbff46_eth0`03:38
cloudnullthen ping 8.8.8.8 using the eth0 interface specifically03:39
tux_should i run tcpdump on interface  `a8dbff46_eth0@if167`03:39
cloudnull`ping 8.8.8.8 -I eth0`03:39
tux_doing it03:39
cloudnulljust a8dbff46_eth0 should be all you need03:39
tux_nothing in output03:40
cloudnullso you see the traffic leave the veth but never return ?03:40
tux_no nothing tcpdump is empty03:41
cloudnulldoes running `lxc-veth-check` return any information ?03:41
tux_not a single pkt03:41
-tux_- [root@ostack-infra-01 ~]# lxc-veth-check03:41
-tux_- 2.0.903:41
cloudnullok.03:41
tux_thats it03:41
tux_why i am not seeing any pkt on veth?03:42
cloudnullif you keep that ping going and dump on lxcbr0, do you see anything there?03:42
tux_let me do03:43
* cloudnull is assuming your running the ping on the utility container, which corresponds to the veth "a8dbff46_eth0" 03:43
*** poul has joined #openstack-ansible03:43
tux_yes i am seeing packet going out but not coming back03:43
tux_oh! wait...03:43
tux_wait...03:44
tux_i am running on repo container shit...03:44
tux_hold on03:44
cloudnullok.03:44
tux_let me do on utility03:44
cloudnullyou could do the same with the repo container03:44
cloudnulljust use a different named veth03:44
tux_http://paste.openstack.org/show/724083/03:45
*** udesale has joined #openstack-ansible03:45
tux_i am seeing pkt going out but not returning03:45
tux_but on same time br-host showing packet coming back from 8.8.8.803:47
tux_http://paste.openstack.org/show/724084/03:47
tux_look like br-host not handing over packet back to lxcbr003:47
*** poul has quit IRC03:47
tux_cloudnull: ^^03:49
tux_in NAT nf_conntrack  i am seeing one line --- ipv4     2 icmp     1 29 src=10.0.3.13 dst=8.8.8.8 type=8 code=0 id=439 src=8.8.8.8 dst=10.30.2.21 type=0 code=0 id=439 mark=0 secctx=system_u:object_r:unlabeled_t:s0 zone=0 use=203:49
tux_Do you think this is SELinux issue?03:51
tux_Current mode:   permissive03:52
*** mattinator has quit IRC03:52
*** poopcat has quit IRC03:53
cloudnullcould be?03:54
tux_cloudnull: you must be tired too :)03:54
cloudnullsorry was talking with my wife ,03:54
tux_my selinux running in permissive mode03:54
cloudnulltry disabling it ?03:54
tux_permissive mode shouldn't do anything right?03:54
cloudnullshouldnt03:55
cloudnulldo you see any logs ?03:55
tux_nothing in audit.log03:55
tux_thinking i can kickstart those box again03:57
tux_start over again :(03:57
cloudnulli dont think you need to ...03:57
tux_but what i can do now03:59
tux_if you want i can get you access of box :)03:59
tux_tomorrow using remote session or something03:59
tux_i have verify all setting with my LAB box and everything looks good04:00
*** poul has joined #openstack-ansible04:00
tux_only difference is i didn't run any security playbook on production04:01
cloudnullcan you disable selinux just to try ?04:01
tux_let me do that hold on04:01
cloudnullthe sec playbook shouldn't make connectivity differences, though it does enforce the stig04:01
tux_SELINUX=disabled - rebooting box04:02
cloudnullcan you compare the lab vs prod to see if there are different kernel modules loaded ?04:02
tux_on my LAB i have SELINUX=permissive  and its working fine04:02
cloudnullok04:02
cloudnullso maybe the sec role is causing some conflict with your prod environment?04:03
cloudnulli've personally never experienced that , though I wouldn't rule it out04:03
tux_same kernel version  kernel-3.10.0-862.2.3.el7.x86_6404:03
tux_i am running pike version04:04
*** poul has quit IRC04:04
tux_only difference is on LAB i am not using systemd-networkd04:05
tux_and LAB doesn't have bond0 interface04:05
tux_on production i have bond0  + VLAN + Brideg04:05
tux_does bond0 + VLAN cause any issue?04:08
*** poul has joined #openstack-ansible04:10
tux_after disable SELinux still no ping04:10
cloudnullok .04:10
cloudnullbond0  vlan tags works fine04:11
tux_Ok04:11
tux_now i am running out of idea04:11
cloudnullbond + vlantag + bridge is how almost all of my setups are04:11
tux_hmmm04:12
cloudnullis dnsmasq running ?04:12
cloudnulllxc-dnsmasq i think is the process name in pike04:12
tux_yes running dnsmasq  --user=lxc-dnsmasq04:12
cloudnullcan you restart that ?04:12
cloudnullthen lxc-stop / start a container ?04:13
tux_i did reboot whole box04:13
cloudnullok.04:13
cloudnullthat's right04:13
cloudnullmaybe a difference in sysctl ?04:13
tux_one thing i want to tell you..04:13
cloudnullok ?04:13
tux_first time i ran setup-hosts.yml and it failed on log1 (wrong IP)04:14
*** poul has quit IRC04:14
tux_then i delete inventory json file and re-run setup-hosts.yml and got error saying already used IP on containers04:14
tux_i have sent email to you also.. James responded04:15
tux_jamesdenton: told me you shouldn't delete inventory because it will re-arrange ips04:16
tux_so this is what i did to fix that issue...04:16
tux_I have un-install lxc and delete /var/lib/lxc folder04:16
tux_yum remove lxc*04:16
tux_on all my infra* and log* boxes04:16
tux_after that i am re-running setup-hosts again and encounter this issue :(04:17
tux_Do you think my rollback plan was terrible idea?04:17
tux_cloudnull: ^^^04:17
tux_http://paste.openstack.org/show/724085/04:24
tux_If you get time reply to my emails..04:25
tux_i think its too late lets get some sleep04:25
tux_cloudnull: Thanks you so much! for helping me out with this issue.. i will burn this down and re-do again... will keep you posted04:26
tux_good night04:26
*** cjloader has joined #openstack-ansible04:27
*** poul has joined #openstack-ansible04:27
*** poul has quit IRC04:31
cloudnullsorry was afk04:31
cloudnullit sounds like the main difference was that the sec role wasnt applied in your lab vs prod04:32
*** cjloader has quit IRC04:32
cloudnullI'd nuke from orbit and start from there.04:32
cloudnullas for the inventory issues, that could cause terrible problems with duplicate ips and such however that can all be corrected if you're seein ghtat04:32
cloudnullI gotta run .04:32
cloudnullttyl04:32
cloudnulllet me know how it all goes.04:32
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Enable network cleanup on role run  https://review.openstack.org/57455104:33
*** tux_ has quit IRC04:37
*** tux_ has joined #openstack-ansible04:38
*** Bhujay has joined #openstack-ansible04:40
*** tux_ has quit IRC04:41
*** poul has joined #openstack-ansible04:44
*** spsurya has quit IRC04:48
*** poul has quit IRC04:49
*** poul has joined #openstack-ansible05:02
*** poul has quit IRC05:06
openstackgerritMerged openstack/openstack-ansible-nspawn_container_create master: Update role to accomodate testing change  https://review.openstack.org/57704705:09
*** poul has joined #openstack-ansible05:19
*** poul has quit IRC05:24
*** vnogin has joined #openstack-ansible05:31
*** vnogin has quit IRC05:35
*** tux_ has joined #openstack-ansible05:47
*** tux_ has quit IRC05:51
*** nicolasbock has joined #openstack-ansible05:53
*** masber has joined #openstack-ansible05:57
*** DanyC has joined #openstack-ansible06:07
*** lvdombrkr has joined #openstack-ansible06:10
*** cshen has joined #openstack-ansible06:19
*** dariko33 has joined #openstack-ansible06:20
*** radeks has joined #openstack-ansible06:21
*** pcaruana has joined #openstack-ansible06:30
*** vnogin has joined #openstack-ansible06:31
*** cshen has quit IRC06:33
*** vnogin has quit IRC06:36
*** DanyC has quit IRC06:37
*** sxc731 has joined #openstack-ansible06:38
*** armaan has joined #openstack-ansible06:43
*** lvdombrkr89 has joined #openstack-ansible06:50
*** lvdombrkr has quit IRC06:53
*** cshen has joined #openstack-ansible06:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Enable network cleanup on role run  https://review.openstack.org/57455106:56
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: fix tox python3 overrides  https://review.openstack.org/57612306:57
*** sxc731 has quit IRC06:58
hwoarangjmccrory: thank you i am going to try your patch today07:04
*** poul has joined #openstack-ansible07:07
*** poul has quit IRC07:08
*** poul has joined #openstack-ansible07:09
*** poul_ has joined #openstack-ansible07:10
hwoarangjmccrory: hmm it's failing on zuul07:11
*** poul has quit IRC07:14
*** DanyC has joined #openstack-ansible07:14
*** armaan has quit IRC07:15
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_horizon master: Add developer panels to horizon  https://review.openstack.org/57331807:15
*** armaan has joined #openstack-ansible07:15
hwoarangjmccrory: the patch is working for me thank you07:16
hwoarangnow you need to fix zuul07:16
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-ops master: Improve metricbeat Ceph detection  https://review.openstack.org/57730007:16
*** tosky has joined #openstack-ansible07:18
*** rodolof has joined #openstack-ansible07:21
*** epalper has joined #openstack-ansible07:24
*** pmannidi has quit IRC07:28
*** vnogin has joined #openstack-ansible07:32
*** vnogin has quit IRC07:37
*** rodolof has quit IRC07:38
*** DanyC has quit IRC07:41
*** rodolof has joined #openstack-ansible07:42
*** sxc731 has joined #openstack-ansible07:48
*** radeks has quit IRC07:49
*** cshen has quit IRC07:54
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-plugins master: Fix setting of physical_host_addrs  https://review.openstack.org/57733007:57
*** shardy has joined #openstack-ansible08:08
*** armaan has quit IRC08:09
*** armaan has joined #openstack-ansible08:10
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-plugins master: Fix setting of physical_host_addrs  https://review.openstack.org/57733008:22
*** Bhujay has quit IRC08:25
*** armaan has quit IRC08:25
*** armaan has joined #openstack-ansible08:25
*** cshen has joined #openstack-ansible08:36
*** Bhujay has joined #openstack-ansible08:38
*** Dan has joined #openstack-ansible08:39
*** Dan is now known as Dan__08:39
*** Dan__ is now known as dan08:40
*** cshen has quit IRC08:41
*** dan is now known as dan_devops08:41
*** dan_devops has left #openstack-ansible08:41
*** DanyC has joined #openstack-ansible08:42
*** DanyC has quit IRC08:47
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-plugins master: Fix setting of physical_host_addrs  https://review.openstack.org/57733008:50
*** vnogin has joined #openstack-ansible08:56
*** koukou has joined #openstack-ansible08:58
*** vnogin has quit IRC09:01
*** vnogin has joined #openstack-ansible09:01
*** shardy has quit IRC09:16
*** shardy has joined #openstack-ansible09:17
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-plugins master: DNM - Testing connection plugins  https://review.openstack.org/57737809:30
openstackgerritkourosh vivan proposed openstack/openstack-ansible master: Install gnocchi before ceilometer  https://review.openstack.org/57737909:33
*** vnogin has quit IRC09:38
*** DanyC has joined #openstack-ansible09:44
*** DanyC has quit IRC09:49
*** cshen has joined #openstack-ansible09:57
*** armaan has quit IRC09:57
openstackgerritkourosh vivan proposed openstack/openstack-ansible-os_ceilometer master: Fix ceilometer task order  https://review.openstack.org/57738410:01
*** vnogin has joined #openstack-ansible10:12
*** vnogin has quit IRC10:12
*** vnogin has joined #openstack-ansible10:13
*** rodolof has quit IRC10:20
*** rodolof has joined #openstack-ansible10:20
*** armaan has joined #openstack-ansible10:56
*** sxc731 has quit IRC11:03
*** luksky has joined #openstack-ansible11:03
*** cshen has quit IRC11:04
*** tux_ has joined #openstack-ansible11:30
*** udesale_ has joined #openstack-ansible11:32
*** udesale_ has quit IRC11:33
*** udesale_ has joined #openstack-ansible11:34
*** udesale has quit IRC11:34
*** tux_ has quit IRC11:34
*** cshen has joined #openstack-ansible11:40
*** zerocrash has joined #openstack-ansible11:40
*** udesale_ has quit IRC11:42
*** santacloud has joined #openstack-ansible11:50
santacloudHi11:50
santacloudI need help11:50
santacloudI have just installed two of my infra nodes because of SSD failures11:51
santacloudnow, when I launch playbooks to install again my configuration, I have pip installation errors11:52
santacloudon task : TASK [pip_install : Install pip packages]11:52
santacloudcommand "/usr/local/bin/pip2 install -U --constraint http://172.29.236.9:8181/os-releases/16.0.9/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt"11:53
santacloudreturns:  ERROR: You must give at least one requirement to install (see \"pip help install\")11:53
santacloudI can wget the requirements file11:53
santacloudI downgraded pip version from 10 to 9 on my freshly installed servers11:54
jamesdentonThere was a bug w/ Pike IIRC. Former recommendation was to do a minor upgrade: https://docs.openstack.org/openstack-ansible/pike/user/minor-upgrade.html11:55
jamesdentonhttp://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-04-21.log.html11:56
*** harryhuang_ has quit IRC11:56
santacloudjamesdenton: thanks11:58
MasterofJOKerspatchin pip_install role on deploy with https://github.com/openstack/openstack-ansible-pip_install/commit/1dfc0599f28989a614a978bd1c9e842c4687e9e7 also helps11:58
santacloudMasterofJOKers: thanks11:59
*** poul__ has joined #openstack-ansible12:00
*** poul_ has quit IRC12:01
*** poul___ has joined #openstack-ansible12:01
*** vakuznet has joined #openstack-ansible12:03
*** tux_ has joined #openstack-ansible12:04
*** poul__ has quit IRC12:05
tux_cloudnull: I did security playbook and still not working... i am going to re-install now..12:18
*** tux_ has quit IRC12:19
*** armaan has quit IRC12:44
*** armaan has joined #openstack-ansible12:45
*** vnogin has quit IRC12:54
openstackgerritAndy McCrae proposed openstack/ansible-config_template master: Remove --diff mode support  https://review.openstack.org/57741813:02
*** armaan has quit IRC13:10
*** armaan has joined #openstack-ansible13:10
andymccrcloudnull: ^ diff mode remove is probably best option for right now :(13:15
*** tux_ has joined #openstack-ansible13:25
*** tux__ has joined #openstack-ansible13:28
*** vnogin has joined #openstack-ansible13:30
*** tux_ has quit IRC13:32
*** armaan has quit IRC13:35
*** armaan has joined #openstack-ansible13:35
*** tux__ has quit IRC13:46
*** tux_ has joined #openstack-ansible13:47
*** zerocrash has quit IRC13:52
*** zerocrash has joined #openstack-ansible13:52
*** lbragstad is now known as elbragstad13:52
*** cmart has joined #openstack-ansible13:56
*** radeks has joined #openstack-ansible13:56
*** brad[] has quit IRC14:02
*** tux_ has quit IRC14:02
openstackgerritMerged openstack/openstack-ansible-galera_server master: Remove python-crypto and use in-repo GPG keys  https://review.openstack.org/57698914:02
openstackgerritkourosh vivan proposed openstack/openstack-ansible-os_neutron master: Add option for dhcp per network  https://review.openstack.org/57742814:05
*** zerocrash has quit IRC14:06
*** vnogin has quit IRC14:09
*** armaan has quit IRC14:10
*** armaan has joined #openstack-ansible14:10
*** chas has joined #openstack-ansible14:12
nicolasbockHi everybody14:13
nicolasbockevrardjp and hwoarang do you know what the status of Leap 42.3 support is?14:14
nicolasbockThe reason I am asking is that my deploy keeps failing on Leap14:14
nicolasbockAnd I am wondering whether it's me or something else14:14
nicolasbockI am using the aio_lxc scenario14:15
*** zerocrash has joined #openstack-ansible14:18
*** armaan has quit IRC14:18
*** armaan has joined #openstack-ansible14:19
*** tux_ has joined #openstack-ansible14:20
*** seba has joined #openstack-ansible14:21
*** udesale has joined #openstack-ansible14:21
*** chas has quit IRC14:21
*** chas has joined #openstack-ansible14:22
*** chas has quit IRC14:22
*** chas has joined #openstack-ansible14:22
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_aodh master: Fix the ansible role aim to Aodh  https://review.openstack.org/57743314:29
*** zerocrash has quit IRC14:31
*** zerocrash has joined #openstack-ansible14:31
*** zerocrash has quit IRC14:32
*** dxiri has joined #openstack-ansible14:32
cloudnullmornings14:36
tux_morning14:37
*** FrankZhang has joined #openstack-ansible14:37
cloudnulllooks like cent is failing across the board14:37
tux_for testing i just re-kickstart log1 server (only one) and now i am going to run setup-hosts.yml  only to see it fix my container networking14:37
cloudnullhttps://review.openstack.org/#/c/573514/14:37
cloudnullis there an effort to resolve that on-going or should we make cent NV for the time being14:38
cloudnulltux_ you can limit that to just the log node to see if it help .14:38
cloudnulllog node and the containers on it14:39
tux_yes "-l log1"14:39
*** santacloud has quit IRC14:39
cloudnull--limit $nodename:$containername14:39
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_searchlight master: Fix the ansible role aim to searchlight  https://review.openstack.org/57743614:39
tux_i am only going to do "--limit log1" that should take care of everything right?14:40
cloudnullany cores around mind giving https://review.openstack.org/#/q/topic:osprofiler+(status:open+OR+status:merged) a nudge ?14:40
cloudnulltux_ that would limit it to just the host14:40
cloudnullif there are containers on that host you will need to include them14:40
tux_that node is empty i just re-build OS14:41
tux_nothing running on it..14:41
tux_I am thinking not to run "yum upgrade" incase new kernel create any issue14:41
*** vnogin has joined #openstack-ansible14:43
openstackgerritzhulingjie proposed openstack/openstack-ansible-rabbitmq_server master: Add description into README like others  https://review.openstack.org/57743914:43
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins master: Fix setting of physical_host_addrs  https://review.openstack.org/57733014:44
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_panko master: Fix the ansible role aim to Panko  https://review.openstack.org/57744014:45
openstackgerritMerged openstack/ansible-config_template master: Remove --diff mode support  https://review.openstack.org/57741814:48
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_tempest master: Add description into README like others  https://review.openstack.org/57744114:49
*** cshen has quit IRC14:50
*** pingfrog has joined #openstack-ansible14:51
openstackgerritMerged openstack/openstack-ansible-os_zun master: Add packages required for osprofiler  https://review.openstack.org/57351914:52
*** cjloader has joined #openstack-ansible14:52
*** chas has quit IRC14:52
openstackgerritNguyen Hai proposed openstack/openstack-ansible master: Trivial: Update pypi url to new url  https://review.openstack.org/56338514:52
*** chas has joined #openstack-ansible14:52
cloudnulltux_ the log host should have at least one container in pike, rsyslog14:53
cloudnullso you can do a limit of $hostname:rsyslog_all14:54
*** chas has quit IRC14:54
tux_yes i started ansible so hopefully it will build it and then i can ping14:54
*** chas has joined #openstack-ansible14:54
openstackgerritMerged openstack/openstack-ansible-os_monasca master: Add packages required for osprofiler  https://review.openstack.org/57352014:54
tux_cloudnull: ok14:54
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_blazar master: Add release note link in README  https://review.openstack.org/57744214:55
*** vnogin has quit IRC14:55
*** epalper has quit IRC14:56
pingfroghey folks, wondering if you could help me out with our haproxy configuration. I'd like to add a header rewrite rule for the Horizon backend and can see I should be able to customise this using the haproxy_backend_options variable. My question is: where should I add this customisation and do I need to copy the whole haproxy_default_services block?14:56
*** cjloader has quit IRC14:58
cloudnullpingfrog there's an extra variable that  you can use to inject new config14:58
*** cjloader has joined #openstack-ansible14:58
*** rodolof has quit IRC14:58
cloudnullhaproxy_extra_services14:59
*** vnogin has joined #openstack-ansible14:59
cloudnullused here https://github.com/openstack/openstack-ansible/blob/master/playbooks/haproxy-install.yml#L5714:59
cloudnullso you can add that variable to your user_variables.yml14:59
cloudnullthen rerun haproxy14:59
*** rodolof has joined #openstack-ansible14:59
cloudnullit wont merge with the horizon config however if you duplicate the horizon stanza it will override it15:00
pingfrogperfect, many thanks for your quick help15:00
openstackgerritMerged openstack/openstack-ansible-os_masakari master: Add packages required for osprofiler  https://review.openstack.org/57352415:00
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_horizon master: Add release note link in README  https://review.openstack.org/57744415:03
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_blazar master: Add project home link in README  https://review.openstack.org/57744215:04
*** luksky has quit IRC15:06
openstackgerritNguyen Hai proposed openstack/openstack-ansible master: Trivial: Update pypi url to new url  https://review.openstack.org/56338515:10
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_keystone master: Delete the unused port 35357  https://review.openstack.org/57744515:11
openstackgerritMerged openstack/openstack-ansible-os_congress master: Add packages required for osprofiler  https://review.openstack.org/57350115:13
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Add packages required for osprofiler  https://review.openstack.org/57352115:13
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_molteniron master: Add release note link in README  https://review.openstack.org/57744615:14
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_monasca-agent master: Add release note link in README  https://review.openstack.org/57744715:19
*** Bhujay has quit IRC15:20
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_monasca-ui master: Add release note link in README  https://review.openstack.org/57745015:20
openstackgerritMerged openstack/openstack-ansible-os_zaqar master: Add packages required for osprofiler  https://review.openstack.org/57352215:20
openstackgerritMerged openstack/openstack-ansible-os_watcher master: Add packages required for osprofiler  https://review.openstack.org/57352315:22
*** koukou has quit IRC15:22
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_neutron master: Add release note link in README  https://review.openstack.org/57745115:23
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_tempest master: Add description into README like others  https://review.openstack.org/57744115:25
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_zun master: Add release note link in README  https://review.openstack.org/57745315:32
*** rpittau has quit IRC15:35
*** cjloader has quit IRC15:36
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_ceilometer master: Remove the duplicated word  https://review.openstack.org/57745515:37
openstackgerritzhulingjie proposed openstack/openstack-ansible-ops master: Remove the duplicated word  https://review.openstack.org/57745615:39
*** gyee has joined #openstack-ansible15:41
openstackgerritzhulingjie proposed openstack/openstack-ansible-lxc_container_create master: Remove the duplicated word  https://review.openstack.org/57745815:41
*** chyka has joined #openstack-ansible15:44
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Adds the issuer to the CAs  https://review.openstack.org/57623415:47
*** lvdombrkr89 has quit IRC15:48
*** DanyC has joined #openstack-ansible15:50
*** DanyC has quit IRC15:54
ionihello guys15:57
ionii need some advice15:58
ionii need to add an ipv6 ip into neutron agent container in order to set up a bgp peer on ipv615:58
ionii can do it manually but i want to have it persistent in the configs every time i run the playbooks related to container16:00
ioniis there a way to set it up in openstack_user_config?16:00
*** pcaruana has quit IRC16:04
*** FrankZhang has quit IRC16:06
*** nicolasbock has quit IRC16:06
*** poul___ has quit IRC16:09
*** Bhujay has joined #openstack-ansible16:10
*** Bhujay has quit IRC16:14
*** Bhujay has joined #openstack-ansible16:14
openstackgerritHeba Naser proposed openstack/openstack-ansible-apt_package_pinning master: Switch to using project-templates  https://review.openstack.org/57746916:20
*** chas has quit IRC16:23
*** chas has joined #openstack-ansible16:23
*** pingfrog has quit IRC16:24
*** chas has quit IRC16:27
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Stop setting package priorities  https://review.openstack.org/57695416:28
*** radeks has quit IRC16:30
*** vnogin has quit IRC16:39
*** chas has joined #openstack-ansible16:45
cloudnullioni if you have v6 using slaac or dhcpv6 the containers will pickup an ipv6 address automatically.16:48
cloudnullotherwise you can add to the provider networks an interface / address that is v616:49
*** kberger has joined #openstack-ansible16:50
jrosserioni: might be worth taking a look at this https://review.openstack.org/#/c/570456/2/vars/main.yml16:51
jrosseri use that to create fixed IP interfaces on specific containers, you might be able to use it similarly if you need to tie down the ipv6 address for your bgp16:52
*** chas has quit IRC16:53
*** chas has joined #openstack-ansible16:54
*** vnogin has joined #openstack-ansible16:57
*** chas has quit IRC16:58
*** vnogin has quit IRC17:02
*** rodolof has quit IRC17:10
openstackgerritHeba Naser proposed openstack/openstack-ansible-ceph_client master: Switch to using project-templates  https://review.openstack.org/57747817:10
tux_cloudnull: i am so pissed of on this LXC :(17:16
tux_it didn't work17:16
tux_i totally re-build whole system and still my LXC container not pinging outside world :(17:16
cloudnullstill exhibiting the same issue?17:16
tux_same issue17:17
cloudnullpackets out, but not returning to the container?17:17
tux_same tcpdump stuff17:17
cloudnullok.17:17
cloudnullI don't think this is an LXC issue.17:17
*** cshen has joined #openstack-ansible17:17
tux_my host machine can ping outside world then why not lxc :(17:17
tux_its just simple NAT17:17
cloudnullit is.17:18
tux_i think you can't use NAT on br-host interface.. that is what i am thinking now17:18
tux_you need physical interface to do NAT17:18
cloudnullbut you had that same setup in the lab, no?17:18
tux_in LAB i have physical interface17:19
cloudnullok.17:19
tux_4x1G17:19
tux_on production i have 2x10G17:19
cloudnullcan you run brctl show br-host ?17:19
cloudnullwhat is connecting to the br-host bridge?17:20
-tux_- [root@ostack-log-01 ~]# brctl show17:20
-tux_- bridge namebridge idSTP enabledinterfaces17:20
-tux_- br-host8000.a69446e46c00noens19217:20
-tux_- br-mgmt8000.7a259115c6a6no04cb9e3a_eth117:20
-tux_- ens22417:20
-tux_- lxcbr08000.fe05e7cf562fno04cb9e3a_eth017:20
tux_br-host is map with ens19217:20
cloudnullpastebin?17:20
cloudnullok.17:20
tux_hold on doing it17:20
tux_http://paste.openstack.org/show/724143/17:21
*** armaan has quit IRC17:21
tux_if you have teamviewer i can get you in the box17:21
tux_you can take a look yourself :)17:22
*** armaan has joined #openstack-ansible17:22
*** cshen has quit IRC17:22
openstackgerritHeba Naser proposed openstack/openstack-ansible-galera_client master: Switch to using project-templates  https://review.openstack.org/57748017:23
*** electrofelix has quit IRC17:23
*** armaan has quit IRC17:24
*** armaan has joined #openstack-ansible17:24
cloudnulltux_ I do not have team viewer.17:24
cloudnullI have hangouts ?17:24
tux_can you take control on hangout ?17:25
tux_i have hangout too17:25
cloudnullI know you can with chrome remote desktop17:25
tux_if you download teamviewr its free and no account need :)17:25
cloudnullas for the br-host interface, maybe you can get rid of it?17:25
tux_but i am OK with hangout too17:25
cloudnulljust IP ens19217:25
cloudnullinstead of using the bridge17:26
tux_Ok let me try that ens192 IP17:26
cloudnullif that works then we should document that as a limitation .17:26
tux_also only difference is on LAB i am using ifcfg-* style networking17:26
tux_on production i am doing networkd17:26
tux_do you think that could be an issue?17:26
* cloudnull is using networkd for my new environments17:26
cloudnullI guess it could a problem however it's not been one for me so far.17:27
tux_:(17:28
tux_let me do ens192 and see first17:28
tux_second i will do ifcfg-* and see17:28
openstackgerritMohammed Naser proposed openstack/openstack-ansible-apt_package_pinning master: Make APT pinning noop on distros that don't use APT  https://review.openstack.org/57748117:29
cloudnulltux_ the lab didn't have br-host right ?17:29
openstackgerritMohammed Naser proposed openstack/openstack-ansible-apt_package_pinning master: Switch to using project-templates  https://review.openstack.org/57746917:29
tux_yes i don't have br-host17:29
*** chas has joined #openstack-ansible17:29
cloudnullok.17:29
cloudnullif that's the issue I'd like to capture that and doc it in the reference arch17:30
openstackgerritHeba Naser proposed openstack/openstack-ansible-haproxy_server master: Switch to using project-templates  https://review.openstack.org/57748217:31
*** dariko33 has quit IRC17:32
openstackgerritHeba Naser proposed openstack/openstack-ansible-lxc_container_create master: Switch to using project-templates  https://review.openstack.org/57748317:36
*** kberger has quit IRC17:42
openstackgerritMohammed Naser proposed openstack/openstack-ansible-apt_package_pinning master: Make APT pinning noop on distros that don't use APT  https://review.openstack.org/57748117:43
*** vnogin has joined #openstack-ansible17:43
openstackgerritHeba Naser proposed openstack/openstack-ansible-memcached_server master: Switch to using project-templates  https://review.openstack.org/57748617:46
tux_cloudnull: i remove br-host still same issue :(17:47
tux_now i am going to remove networkd stuff17:47
cloudnullok.17:52
openstackgerritHeba Naser proposed openstack/openstack-ansible-nspawn_container_create master: Switch to using project-templates  https://review.openstack.org/57748817:53
*** vnogin has quit IRC17:56
*** Bhujay has quit IRC17:57
*** vnogin has joined #openstack-ansible17:59
openstackgerritHeba Naser proposed openstack/openstack-ansible-nspawn_hosts master: Switch to using project-templates  https://review.openstack.org/57749218:00
tux_cloudnull: ready for result ;)18:01
tux_that f*** works18:01
cloudnull?18:01
tux_as soon as i removed networkd18:01
tux_standard ifcfg-*  config works18:02
cloudnullcan you see if there's differences in the interface setup ?18:02
*** chas has quit IRC18:02
tux_let me do pastbin18:02
cloudnullthere must be some form of filtering going on ?18:02
cloudnullok .18:02
tux_so this is what i have and its working now http://paste.openstack.org/show/724144/18:05
tux_let me past networkd config so you can compare if i am doing something stupid18:05
tux_cloudnull: ^^18:06
tux_networkd - config http://paste.openstack.org/show/724145/18:06
*** vnogin has quit IRC18:07
tux_tell me if i am doing anything wrong here18:07
openstackgerritMohammed Naser proposed openstack/openstack-ansible-apt_package_pinning master: Switch to using project-templates  https://review.openstack.org/57746918:07
cloudnulltux_ the only difference I see between the two is that ifcfg is not using the br-host interface18:10
tux_i don't know what is the issue then ?18:11
tux_why my networkd not working with lxcbr0 :(18:11
tux_do i need to do anything else on networkd ?18:11
cloudnullhave you tried the networkd components using the same setup?18:11
cloudnullwithout br-host ?18:11
tux_yes i did18:12
tomtom001hello, what does anyone in here do to install octavia wihtout running into the issue where the neutron "lbaas" network does not exist yet during the install but octavia needs it to complete it's install?  Do you pre-configure neutron through ansible somehow?18:12
tux_i removed br-host and directly configure IP on ens192 but that didn't work18:12
tux_cloudnull: ^^18:12
tomtom001This issue is for the queens install.18:12
openstackgerritHeba Naser proposed openstack/openstack-ansible-openstack_openrc master: Switch to using project-templates  https://review.openstack.org/57749518:12
cloudnulltomtom001,  xgerman_  might be able to help there ?18:13
openstackgerritMerged openstack/openstack-ansible-nspawn_hosts master: Remove dependency on EPEL  https://review.openstack.org/57338718:13
cloudnulltux_ I'm not sure.18:13
*** vurtz has joined #openstack-ansible18:14
tomtom001thanks cloudnull, xgerman_ if you're around you got any idea on that?18:14
cloudnulltux_ maybe something just isn't quite right with networkd in cent?18:15
cloudnullI have it running on my suse and ubuntu labs without issues, I dont have a cent environment to test with18:15
cloudnullwe're also gating with networkd, which does run cent. but that setup is not really representative of production.18:16
cloudnullI'm trying to change that with this PR https://review.openstack.org/#/c/553636/18:17
cloudnullwhile that PR uses dummy interfaces, it sets all of the bonding, bridging, and vlan tagged interfaces up which would then make the aio a lot more representive of production. .18:18
cloudnullall that said, you can see its working on cent (eventhough cent is failing the gate, it's failing long into the run which means networking is functional)18:19
*** vnogin has joined #openstack-ansible18:19
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_aodh master: Switch to using project-templates  https://review.openstack.org/57749718:20
tux_cloudnull: would you mind to send yours networkd ?18:26
*** cmart has quit IRC18:26
cloudnullsure18:27
cloudnullone sec18:27
* cloudnull needs to get on the vpn 18:27
tux_thanks cloudnull18:27
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_ceilometer master: Switch to using project-templates  https://review.openstack.org/57749918:28
cloudnulltux_ http://paste.openstack.org/show/724149/ - `networkctl list` on infra118:29
tux_i was expecting configuration :)18:30
tux_what options you used etc.. so i can try to match them up18:30
tux_cat /etc/systemd/network/*   output :)18:30
cloudnullhere's the interface config18:31
cloudnullhttp://paste.openstack.org/show/724151/18:31
cloudnullyup im sending it all over.18:31
tux_you did br-mgmt-veth  i am not doing it does that a bad thing?18:31
cloudnullservice status http://paste.openstack.org/show/724152/18:32
cloudnullhere are the links http://paste.openstack.org/show/724153/18:32
*** guilhermesp has quit IRC18:33
cloudnulland the bridges http://paste.openstack.org/show/724154/18:33
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_cinder master: Switch to using project-templates  https://review.openstack.org/57750018:33
cloudnullI think that's everything18:33
cloudnullyou don't need br-mgmt-veth18:34
tux_ok18:34
cloudnullthat's just there so I can have a flat network in neutron18:34
*** mgariepy has quit IRC18:34
tux_can you also give me outout of one of br-mgmt.netdev and br-mgmt.network18:34
cloudnullthats all here http://paste.openstack.org/show/724151/18:35
cloudnullthe filenames are above the configs18:36
cloudnullin my case eth0 is the gateway , eth1 is in br-mgmt18:37
cloudnulleth4 in br-storage18:37
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_designate master: Switch to using project-templates  https://review.openstack.org/57750118:38
*** chas has joined #openstack-ansible18:38
*** guilhermesp has joined #openstack-ansible18:38
openstackgerritMerged openstack/openstack-ansible-memcached_server master: Switch to using project-templates  https://review.openstack.org/57748618:40
openstackgerritMerged openstack/openstack-ansible-galera_client master: Switch to using project-templates  https://review.openstack.org/57748018:40
tux_cloudnull: Thanks you so much... let me see what i can do to fix this issue in CentOS718:41
*** poul has joined #openstack-ansible18:45
openstackgerritMerged openstack/ansible-role-systemd_service master: Switch to using project-templates  https://review.openstack.org/57699218:46
openstackgerritMerged openstack/openstack-ansible-haproxy_server master: Switch to using project-templates  https://review.openstack.org/57748218:46
openstackgerritMerged openstack/openstack-ansible-ceph_client master: Switch to using project-templates  https://review.openstack.org/57747818:46
*** vnogin has quit IRC18:47
*** mgariepy has joined #openstack-ansible18:48
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_gnocchi master: Switch to using project-templates  https://review.openstack.org/57750518:49
ionicloudnull, no slacc or dhcpv6 on the network18:49
ionijrosser, thanks for that.18:50
ionijrosser, so i have to define container_extra_networks but only for neutron agent container18:50
jrosserioni: no problem - i can dig out an example of how i use that for dns if you like18:51
ionijrosser, yes please18:51
jrosseryes basically18:51
jrosserand you have to make it do something different per host18:51
jrosserso a little messing in your group vars is needed18:51
jrosserjust a moment, i'll find what i did18:52
hwoarangjmccrory: your patch is not responsible for the zuul breakage. the openstack-ansible-plugins fails anyway in its current state https://review.openstack.org/#/c/577378/18:53
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_horizon master: Switch to using project-templates  https://review.openstack.org/57750618:55
ionijrosser, i do want to see how you use designate. You have named inside the designate container that respondes to queries ?18:56
ionijrosser, or you have the public ip inside the container because its needed for axfr ?18:56
ionijrosser, i overcome this issue with axfr with iptables :)18:56
jrosserioni: here you go http://paste.openstack.org/show/724156/18:58
jrosserthis is what you do *without* that extra_networks patch i showed you18:58
openstackgerritMerged openstack/openstack-ansible-lxc_container_create master: Switch to using project-templates  https://review.openstack.org/57748318:58
jrosserit is simpler now, but you get the idea18:58
ionijrosser, thank you18:59
jrosserbasically i define a list of special interfaces that will get applied to a specific container group18:59
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_ironic master: Switch to using project-templates  https://review.openstack.org/57750818:59
jrosserand i was creating bind9 containers which had external interfaces with fixed ip19:00
jrosserto be the bind9 pool for designate19:00
*** cmart has joined #openstack-ansible19:02
*** chas has quit IRC19:06
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_magnum master: Switch to using project-templates  https://review.openstack.org/57750919:06
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_molteniron master: Switch to using project-templates  https://review.openstack.org/57751019:10
*** poul has quit IRC19:10
*** poul_ has joined #openstack-ansible19:12
*** yolanda__ has joined #openstack-ansible19:12
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_neutron master: Switch to using project-templates  https://review.openstack.org/57751119:14
*** poul_ has quit IRC19:15
*** yolanda_ has quit IRC19:16
*** yolanda__ has quit IRC19:18
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_octavia master: Switch to using project-templates  https://review.openstack.org/57751419:20
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_panko master: Switch to using project-templates  https://review.openstack.org/57751619:23
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_rally master: Switch to using project-templates  https://review.openstack.org/57751719:26
*** vurtz has quit IRC19:26
*** DevX has quit IRC19:27
*** devx has joined #openstack-ansible19:28
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_sahara master: Switch to using project-templates  https://review.openstack.org/57752319:30
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_tacker master: Switch to using project-templates  https://review.openstack.org/57752619:34
*** udesale has quit IRC19:35
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_tempest master: Switch to using project-templates  https://review.openstack.org/57752819:38
*** vurtz has joined #openstack-ansible19:38
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_trove master: Switch to using project-templates  https://review.openstack.org/57752919:40
*** luksky has joined #openstack-ansible19:44
openstackgerritHeba Naser proposed openstack/openstack-ansible-pip_install master: Switch to using project-templates  https://review.openstack.org/57753119:45
*** udesale has joined #openstack-ansible19:49
openstackgerritHeba Naser proposed openstack/openstack-ansible-rabbitmq_server master: Switch to using project-templates  https://review.openstack.org/57753319:54
*** udesale has quit IRC19:58
openstackgerritHeba Naser proposed openstack/openstack-ansible-rsyslog_client master: Switch to using project-templates  https://review.openstack.org/57753520:00
*** portante has left #openstack-ansible20:01
*** jamesdenton has quit IRC20:02
ionijrosser, cool. i use the plugin for pdns4 and let them "talk" with axfr20:04
*** vakuznet has quit IRC20:04
ionijrosser, the thing is that ansible plugin for designate doesn't support pool manager by default(i need live syncronization between powerdns and designate)20:05
openstackgerritHeba Naser proposed openstack/openstack-ansible-rsyslog_server master: Switch to using project-templates  https://review.openstack.org/57754320:07
jrosserioni: sounds like i'm doing something simpler, but i wanted the designate-* containers on my infra nodes and external facing bind9 on a very specific set of nodes with external connectivity20:09
jrosserthats why i ended up adding container_extra_networks20:09
ionijrosser, cool20:09
ioniis nice to see how others are using the same tools20:10
openstackgerritMerged openstack/openstack-ansible-nspawn_container_create master: Correct test register  https://review.openstack.org/57706020:10
*** vnogin has joined #openstack-ansible20:12
openstackgerritHeba Naser proposed openstack/openstack-ansible-ops master: Switch to using project-templates  https://review.openstack.org/57754620:15
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_almanach master: Switch to using project-templates  https://review.openstack.org/57754720:22
*** aludwar1 has joined #openstack-ansible20:22
*** aludwar1 has quit IRC20:23
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_cloudkitty master: Switch to using project-templates  https://review.openstack.org/57755120:26
*** gunix has joined #openstack-ansible20:31
gunixhey20:31
gunixdoes osa-aio work on 18.04?20:31
*** guilhermesp has quit IRC20:34
*** armaan has quit IRC20:36
*** armaan has joined #openstack-ansible20:36
*** DanyC has joined #openstack-ansible20:38
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_watcher master: Switch to using project-templates  https://review.openstack.org/57755320:39
openstackgerritHeba Naser proposed openstack/openstack-ansible-os_zaqar master: Switch to using project-templates  https://review.openstack.org/57755420:42
mnasergunix: it probably won’t20:46
mnaserNeeds some work still20:46
gunixmnaser: thank you20:47
gunixit failes, yes20:47
gunixon bootstrap aio20:47
*** poul has joined #openstack-ansible20:51
*** poul has quit IRC20:56
*** guilhermesp has joined #openstack-ansible21:06
*** vurtz has quit IRC21:13
*** yolanda has joined #openstack-ansible21:15
*** KeithMnemonic has quit IRC21:15
*** DanyC has quit IRC21:15
*** DanyC has joined #openstack-ansible21:16
*** DanyC has quit IRC21:19
*** DanyC has joined #openstack-ansible21:24
*** cmart has quit IRC21:28
*** DanyC has quit IRC21:28
openstackgerritMerged openstack/openstack-ansible-os_molteniron master: Switch to using project-templates  https://review.openstack.org/57751021:29
*** DanyC has joined #openstack-ansible21:34
*** vnogin has quit IRC21:38
*** vnogin has joined #openstack-ansible21:39
*** rodolof has joined #openstack-ansible21:43
*** poul has joined #openstack-ansible21:44
*** poul has quit IRC21:49
*** tux_ has quit IRC22:05
*** hamzy_ has joined #openstack-ansible22:06
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_hosts master: Correct networking setup for macvlan  https://review.openstack.org/57756822:07
*** DanyC has quit IRC22:08
*** hamzy has quit IRC22:08
*** DanyC has joined #openstack-ansible22:08
*** DanyC has quit IRC22:13
*** poul has joined #openstack-ansible22:19
*** poul has quit IRC22:23
*** rodolof has quit IRC22:25
*** rodolof has joined #openstack-ansible22:25
*** luksky has quit IRC22:28
*** rodolof has quit IRC22:30
*** luksky has joined #openstack-ansible22:31
*** luksky has quit IRC22:35
*** luksky has joined #openstack-ansible22:37
*** luksky has quit IRC22:39
*** luksky has joined #openstack-ansible22:39
*** luksky11 has joined #openstack-ansible22:39
*** luksky11 has quit IRC22:40
*** fatdragon has joined #openstack-ansible22:50
*** dxiri_ has joined #openstack-ansible22:53
*** lhinds|out has joined #openstack-ansible22:55
*** lhinds has quit IRC22:56
*** dxiri has quit IRC22:57
*** tux_ has joined #openstack-ansible23:00
*** chyka has quit IRC23:02
*** luksky has quit IRC23:08
*** tux_ has quit IRC23:13
*** vurtz has joined #openstack-ansible23:20
*** dxiri has joined #openstack-ansible23:21
*** dxiri_ has quit IRC23:21
*** tux_ has joined #openstack-ansible23:33
*** vnogin has quit IRC23:33
*** tux_ has joined #openstack-ansible23:34
*** tosky has quit IRC23:41
*** vnogin has joined #openstack-ansible23:47
*** vnogin has quit IRC23:53
*** tux_ has quit IRC23:55
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins master: Fix connection plugin for Ansible 2.5  https://review.openstack.org/57733023:59

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