Monday, 2018-05-28

*** jeferobles has joined #openstack-ansible00:13
*** markvoelker has joined #openstack-ansible00:21
*** ianychoi has quit IRC00:35
*** ianychoi has joined #openstack-ansible00:44
*** markvoelker has quit IRC00:59
*** markvoelker has joined #openstack-ansible01:16
*** threestrands_ has joined #openstack-ansible01:23
*** threestrands_ has quit IRC01:24
*** threestrands_ has joined #openstack-ansible01:24
*** threestrands has quit IRC01:25
*** jappleii__ has joined #openstack-ansible01:27
*** jappleii__ has quit IRC01:28
*** jappleii__ has joined #openstack-ansible01:29
*** jappleii__ has quit IRC01:30
*** threestrands_ has quit IRC01:30
*** jappleii__ has joined #openstack-ansible01:30
*** jappleii__ has quit IRC01:31
*** jappleii__ has joined #openstack-ansible01:32
*** jra_ has joined #openstack-ansible01:32
*** jra has quit IRC01:35
*** jeferobles has quit IRC02:04
*** pmannidi has joined #openstack-ansible02:09
*** jmnk is now known as whois02:56
*** whois is now known as jmnk02:56
*** yolanda has quit IRC03:05
*** jeferobles has joined #openstack-ansible03:20
*** yolanda has joined #openstack-ansible03:34
*** jeferobles has quit IRC03:44
*** jeferobles has joined #openstack-ansible03:45
*** jeferobles has quit IRC03:58
*** jeferobles has joined #openstack-ansible04:00
*** jeferobles has quit IRC04:13
*** udesale has joined #openstack-ansible04:20
*** klamath has quit IRC04:31
*** nurdie has joined #openstack-ansible04:34
*** mma has joined #openstack-ansible05:15
*** klamath has joined #openstack-ansible05:15
*** radeks_ has joined #openstack-ansible05:15
*** mma has quit IRC05:19
*** klamath has quit IRC05:30
*** jbadiapa has joined #openstack-ansible05:32
*** udesale_ has joined #openstack-ansible05:44
*** udesale has quit IRC05:47
*** mwe1 has joined #openstack-ansible05:47
*** udesale__ has joined #openstack-ansible05:48
*** sar_ has quit IRC05:49
*** udesale_ has quit IRC05:50
*** mwe1 has quit IRC05:53
*** mwe1 has joined #openstack-ansible05:54
*** philippe has joined #openstack-ansible06:08
*** philippe is now known as lemouchon06:08
*** cshen has joined #openstack-ansible06:28
*** udesale_ has joined #openstack-ansible06:39
*** udesale__ has quit IRC06:41
*** radek__ has joined #openstack-ansible06:41
*** mma has joined #openstack-ansible06:43
*** armaan has joined #openstack-ansible06:49
*** udesale__ has joined #openstack-ansible06:51
*** udesale_ has quit IRC06:53
*** pcaruana has joined #openstack-ansible06:57
*** masber has joined #openstack-ansible07:04
*** thelounge84 has joined #openstack-ansible07:05
*** thelounge84 has quit IRC07:10
*** mbuil has joined #openstack-ansible07:12
*** sar_ has joined #openstack-ansible07:22
*** nurdie has quit IRC07:22
*** blinkiz has joined #openstack-ansible07:26
blinkizAm trying to understand the IP address for internal_lb_vip_address. It seems it needs to be an IP address that I create myself on (in default installation) infrastructure host. All containers seems to communicate with internal_lb_vip_address so I want it to be redundant. But if I configure it on one infrastructure host and it goes down, internal_lb_vip_address is lost. Maybe I do not understand what internal_lb_vip_address is, redundancy07:30
blinkiz not important or am doing something wrong.07:30
blinkizI have haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22". Maybe that is wrong? Maybe I should set this to "172.29.236.9/32"?07:32
*** armaan has quit IRC07:41
cshenblinkiz we use for example "172.29.236.9/32"07:52
lemouchonyour haproxy_keepalived_internal_vip_cidr is set correctly and your internal_lb_vip_address should be set with 172.29.236.907:59
*** jappleii__ has quit IRC08:01
evrardjp[m]Tahvok: zuul.openstack.org08:06
blinkizlemouchon, so who (process/thing/computer) is responsible to keep 172.29.236.9 redundant?08:07
evrardjp[m]for latest state details08:08
evrardjp[m]blinkiz: haproxy_keepalived_internal_vip_cidr needs ip/cidr08:10
lemouchonblinkiz the 172.29.236.9 will be used by the keepalived process running on each lb08:10
evrardjp[m]and , as lemouchon said, internal_lb_vip_address need to be set to .908:10
lemouchonand be attributed to master08:10
evrardjp[m]yes, and then this keepalived ip will be used as internal_lb_vip_address in the playbooks08:12
blinkizI can see that all my three infrastructure hosts is listening on 172.29.236.9. Problem is that "ip addr| grep 172.29.236.9" does not output anything on my three hosts.08:12
blinkiz"ss -lptn| grep 172.29.236.9" gives me results on all three infrastructure hosts08:12
evrardjp[m]check your config with what we said :)08:13
evrardjp[m]rerun haproxy playbook after that :)08:13
blinkizevrardjp[m], Just need to ask. "ip addr| grep 172.29.236.9" should give me a result if I have configured my .yml files in /etc/openstack_deploy? Just so I have a goal here :)08:15
blinkizIf I have configured it right.. should it say..08:16
lemouchonblinkiz you should go to your lb hosts and chek on those hosts08:16
*** Guest45069 is now known as ioni08:18
blinkizyes, am on infra1, infra2 and infra3 host. "ip addr| grep 172.29.236.9" gives me nothing but "ss -lptn| grep 172.29.236.9" gives me a lot. "openstack-ansible setup-hosts.yml" worked but "openstack-ansible setup-infrastructure.yml" gave me a lot of errors because containers could not communicate with 172.29.236.9.08:18
lemouchonblinkinz : yes but normaly if i am not wrong lb is not infrastructure host.08:23
lemouchonJuste a question does aio have designate and cloudkitty roles ? would like to perform some test08:29
olivierbourdon38morning everyone08:34
olivierbourdon38evrardjp[m] lemouchon blinkiz seems like I have similar issue on my deployement but let me complement what occurs specifically on my side08:34
olivierbourdon38If I use physical baremetal hosts everything seems to be fine and my internal and external keepalive vip are properly created and bound08:34
*** udesale_ has joined #openstack-ansible08:35
olivierbourdon38however if I use VMs with (as far as I can tell) the same provisioning mechanism (therefore same VLANs, bridges, ...) the VIPs (int and ext) are not created and the deployment fails when trying to access int_vip:8181 for pip installation.08:36
*** electrofelix has joined #openstack-ansible08:36
olivierbourdon38Like other mentioned, binding seems ok but itfs not created on VMs as opposed to baremetal nodes08:36
olivierbourdon38note also that I am using stable/pike branch08:37
*** udesale__ has quit IRC08:37
*** klamath has joined #openstack-ansible08:39
olivierbourdon38any clue on what is causing this ?08:40
openstackgerritMerged openstack/openstack-ansible-os_monasca-agent stable/queens: Updated from OpenStack Ansible Tests  https://review.openstack.org/56663808:40
lemouchonolivierbourdon38 : no idea sorry08:42
*** klamath has quit IRC08:44
*** cronix has joined #openstack-ansible08:54
cronixhi, im trying to update our pike setup using OSA, on the repo-server playbook the lsyncd config step is skipped for 2 of our 3 repo servers, so those are not synced ever... i cant see why it skips those from looking at /etc/ansible/roles/repo_server/tasks/repo_sync_manager.yml08:55
olivierbourdon38lemouchon no pb, however I do not undestand why in one of your previous statement, you mention that lb host can not be infra host ?08:57
lemouchon olivierbourdon38 : because in my setup lb and infra host are completly separate hosts08:59
olivierbourdon38ok but they can be colocated right? are there any known reasons they can not be ?09:00
*** udesale__ has joined #openstack-ansible09:06
lemouchoni am not expert :-) , so will probably not be able to answer correctly. But generaly i prefer separate lb from the service self this will let met the possibility to change lb to a dedicated appliance later if needed.09:07
olivierbourdon38neither am I and I understand your point of view09:08
*** udesale_ has quit IRC09:09
evrardjp[m]you can collocate.09:09
olivierbourdon38evrardjp[m] thx for confirming this09:11
*** epalper has joined #openstack-ansible09:16
olivierbourdon38evrardjp[m] any clue on why the vips (int+ext) are properly created in baremetal case and not in VM case ?09:18
evrardjp[m]full bare metal ?09:28
evrardjp[m]single node ?09:28
olivierbourdon38full baremetal  3 infra nodes09:29
olivierbourdon38works09:29
olivierbourdon38full vms 3 infra nodes => no vip created09:29
olivierbourdon38AFAIK same OS+net+... config) as using same provisioning method in both cases09:30
evrardjp[m]some services run on 0.0.0.0 if you change that you're good09:31
*** cshen has quit IRC09:35
*** cshen has joined #openstack-ansible09:45
*** armaan has joined #openstack-ansible09:46
*** fdegir_ has joined #openstack-ansible09:53
*** AndyWojo_ has joined #openstack-ansible09:53
*** mwe1 has quit IRC09:54
*** armaan_ has joined #openstack-ansible09:54
*** mwe1 has joined #openstack-ansible09:54
*** stuartgr1 has joined #openstack-ansible09:58
*** homerp_ has joined #openstack-ansible09:59
*** armaan has quit IRC10:01
*** nicolasbock[m] has quit IRC10:01
*** AndyWojo has quit IRC10:01
*** homerp has quit IRC10:01
*** stuartgr has quit IRC10:01
*** fdegir has quit IRC10:01
*** AndyWojo_ is now known as AndyWojo10:01
*** fdegir_ is now known as fdegir10:01
*** Guest31871 is now known as nwonknu10:10
*** nwonknu is now known as Guest6865310:10
*** nicolasbock[m] has joined #openstack-ansible10:11
*** hwoarang has quit IRC10:13
openstackgerritwangqi proposed openstack/openstack-ansible-ops master: Fix typo  https://review.openstack.org/57076610:13
*** hwoarang has joined #openstack-ansible10:16
*** markvoelker has quit IRC10:19
*** jbadiapa has quit IRC10:20
*** klamath has joined #openstack-ansible10:40
*** ianychoi_ has joined #openstack-ansible10:42
*** klamath has quit IRC10:45
*** ianychoi has quit IRC10:45
*** hwoarang has quit IRC11:07
*** jbadiapa has joined #openstack-ansible11:10
blinkizlemouchon, evrardjp[m] , I have found why 172.29.236.9 does not exist with "ip addr| grep 172.29.236.9" on my test systems. In /etc/keepalived/keepalived.conf I can see two virtual_ipaddress. One is "haproxy_keepalived_external_vip_cidr" and the other one is "haproxy_keepalived_internal_vip_cidr". "internal_lb_vip_address" (172.29.236.9) is not seen here. In my understanding, "internal_lb_vip_address" and "haproxy_keepalived_internal_vip11:11
blinkiz_cidr" needs to be the same IP address. This is something I have not understood from user guide examples in openstack ansible documentation.11:11
blinkizIn all examples it says haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22".11:12
blinkizBut it needs to be 172.29.236.9/2211:12
blinkizHave I missed something important here in my knowledge?11:15
*** markvoelker has joined #openstack-ansible11:20
Tahvokmnaser: thanks!11:20
*** jbadiapa has quit IRC11:26
*** Guest68653 is now known as nwonknu11:30
*** udesale_ has joined #openstack-ansible11:33
*** udesale__ has quit IRC11:35
*** udesale_ has quit IRC11:40
*** jbadiapa has joined #openstack-ansible11:42
*** eumel8 has joined #openstack-ansible11:43
olivierbourdon38blinkiz I have had the same (understanding) issues than you and I think that we all understand : "172.29.236.0/22" as a network cidr value whereas we should most probably have read : "172.29.236.X/22" where in this case we could have understood that the X should be substituted by something and that the /22 is mandatory for the interface to be properly created with good netmask11:46
olivierbourdon38at leas this is how I interpret this now but I might also be wrong11:47
blinkizolivierbourdon38, if haproxy_keepalived_internal_vip_cidr should be "172.29.236.9/22" then it is a documentation problem and not we that has misunderstood something. Openstack ansible user guide clearly gives examples with specific IPv4 addresses for different services.11:48
blinkizIt says haproxy_keepalived_internal_vip_cidr should be "172.29.236.0/22" in user guide examples for production environment, routed environment and ceph environment.11:50
*** markvoelker has quit IRC11:54
*** cjloader has joined #openstack-ansible11:57
*** cjloader has quit IRC11:57
evrardjp[m]blinkiz: patches welcome.12:03
evrardjp[m]plz don't run external and internal lb vip on the same address.12:04
blinkizevrardjp[m], yeah, no. Not doing that. Thanks12:04
evrardjp[m]cloudnull: tomorrow is the team meeting, and you said you were vokunteering for chair.12:05
evrardjp[m]volunteering.12:05
evrardjp[m]just a slight reminder :)12:05
blinkizevrardjp[m], Which git repository contains the documentation?12:12
evrardjp[m]our main repo12:13
blinkizhttps://git.openstack.org/openstack/openstack-ansible.git?12:14
evrardjp[m]check the developer guide if you're looking into contributing, there is an onboarding documentation section.12:14
*** cjloader has joined #openstack-ansible12:21
*** cjloader has quit IRC12:21
*** radek__ has quit IRC12:24
blinkizevrardjp[m], I do not know the right way to help out with documentation bugs. I created a bug report anyway. https://bugs.launchpad.net/openstack-ansible/+bug/177379312:31
openstackLaunchpad bug 1773793 in openstack-ansible "User Guide in OpenStack-Ansible has wrong IP address for haproxy_keepalived_internal_vip_cidr " [Undecided,New]12:31
*** chigang__ has joined #openstack-ansible12:33
evrardjp[m]thx12:34
evrardjp[m]but yes it's in the integrated repo. docs/source/user/...12:35
*** udesale has joined #openstack-ansible12:36
*** markvoelker has joined #openstack-ansible12:47
*** nurdie has joined #openstack-ansible13:00
*** nurdie has quit IRC13:04
*** armaan_ has quit IRC13:09
*** armaan has joined #openstack-ansible13:10
*** armaan has quit IRC13:14
*** armaan has joined #openstack-ansible13:19
*** udesale has quit IRC13:26
*** sajjadg has joined #openstack-ansible13:27
*** hwoarang has joined #openstack-ansible13:28
*** radek__ has joined #openstack-ansible13:29
*** hwoarang has quit IRC13:30
*** hwoarang has joined #openstack-ansible13:31
*** markvoelker has quit IRC13:35
*** markvoelker has joined #openstack-ansible13:36
TahvokI see this variables are commented: https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/all/all.yml#L7813:36
TahvokIs anyone against me uncommenting it? I need it for this review: https://review.openstack.org/#/c/549294/13:37
Tahvokmnaser: would like your opinion on this as well13:37
*** markvoelker has quit IRC13:40
openstackgerritAlbert Mikaelyan proposed openstack/openstack-ansible master: Remove not needed glance variables  https://review.openstack.org/54929413:49
Tahvokmnaser: submitted a new review, and answered you there. Please take a look13:51
*** radeks_ has quit IRC13:55
*** sar_ has quit IRC13:56
*** armaan has quit IRC14:00
*** armaan has joined #openstack-ansible14:00
*** armaan has quit IRC14:05
*** klamath has joined #openstack-ansible14:09
*** sar_ has joined #openstack-ansible14:12
*** mma has quit IRC14:13
*** mma has joined #openstack-ansible14:16
*** mma has quit IRC14:20
*** armaan has joined #openstack-ansible14:27
*** erolg has joined #openstack-ansible14:29
*** chigang__ has quit IRC14:42
*** cshen has quit IRC14:42
*** armaan has quit IRC14:46
*** nurdie has joined #openstack-ansible14:50
*** ppetit has joined #openstack-ansible14:51
*** armaan has joined #openstack-ansible14:58
*** armaan has quit IRC15:02
*** nurdie has quit IRC15:04
*** nurdie has joined #openstack-ansible15:05
*** chyka has joined #openstack-ansible15:09
*** nurdie has quit IRC15:09
*** chyka has joined #openstack-ansible15:09
*** jmnk has quit IRC15:10
openstackgerritTaseer Ahmed proposed openstack/openstack-ansible-os_blazar master: Introduce os_blazar role in gerrit  https://review.openstack.org/56711215:10
*** lemouchon has quit IRC15:11
*** jmnk has joined #openstack-ansible15:13
*** nurdie has joined #openstack-ansible15:18
*** pcaruana has quit IRC15:20
Taseerevrardjp[m]: evrardjp: you patch review.openstack.org/566542 was merged, but is is not triggering any jobs for my patch https://review.openstack.org/#/c/567112/15:20
*** eumel8 has quit IRC15:24
evrardjp[m]will check later today taseer. thanks for the ping.15:24
Taseerevrardjp[m]: I should be thanking you ;)15:25
*** mma has joined #openstack-ansible15:27
*** udesale has joined #openstack-ansible15:31
*** mma has quit IRC15:31
*** armaan has joined #openstack-ansible15:32
*** armaan has quit IRC15:44
*** epalper has quit IRC15:46
*** cshen has joined #openstack-ansible15:49
*** cshen has quit IRC15:55
*** cshen has joined #openstack-ansible15:56
*** nurdie has quit IRC15:56
*** nurdie has joined #openstack-ansible15:57
*** nurdie has quit IRC16:01
*** cshen has quit IRC16:03
*** udesale has quit IRC16:13
*** cshen has joined #openstack-ansible16:15
*** jeferobles has joined #openstack-ansible16:18
*** nurdie has joined #openstack-ansible16:29
*** erolg has quit IRC16:43
*** Guest91467 is now known as mgagne16:47
*** mgagne has joined #openstack-ansible16:47
*** ppetit has quit IRC16:48
*** nurdie has quit IRC17:00
*** nurdie has joined #openstack-ansible17:00
*** nurdie has quit IRC17:04
*** cshen has quit IRC17:22
*** jbadiapa has quit IRC17:28
*** cshen has joined #openstack-ansible17:34
*** cshen has quit IRC17:40
openstackgerritMatt Thompson proposed openstack/openstack-ansible stable/pike: WIP Bump rally  https://review.openstack.org/57081317:40
*** cshen has joined #openstack-ansible17:41
*** nurdie has joined #openstack-ansible17:43
*** jeferobles has quit IRC17:47
*** jra_ has quit IRC17:52
*** jra has joined #openstack-ansible17:52
*** jeferobles has joined #openstack-ansible17:54
*** aludwar1 has joined #openstack-ansible17:58
*** aludwar1 has quit IRC17:58
*** nurdie has quit IRC17:59
*** nurdie has joined #openstack-ansible18:00
*** cshen has quit IRC18:01
*** DanyC has joined #openstack-ansible18:03
*** nurdie has quit IRC18:05
openstackgerritMatt Thompson proposed openstack/openstack-ansible stable/pike: WIP Bump rally  https://review.openstack.org/57081318:12
mnaserNo matching distribution found for pbr<=3.1.118:14
mnaserhmm18:14
*** jeferobles has quit IRC18:15
*** DanyC has quit IRC18:17
*** jeferobles has joined #openstack-ansible18:18
*** cshen has joined #openstack-ansible18:19
*** jbadiapa has joined #openstack-ansible18:24
*** mbuil has quit IRC18:26
*** cshen has quit IRC18:29
matttthere's a bunch of failures w/ cliff, cmd2, etc.18:32
matttthis is what happens when the UK/US take a joint day off :(18:33
*** jra has quit IRC18:33
*** jra has joined #openstack-ansible18:33
*** jra has quit IRC18:36
*** jra has joined #openstack-ansible18:37
*** cshen has joined #openstack-ansible18:46
*** jeferobles has quit IRC18:48
*** cshen has quit IRC18:53
*** cshen has joined #openstack-ansible18:56
*** pcaruana has joined #openstack-ansible18:58
*** jra has quit IRC19:06
*** jra has joined #openstack-ansible19:07
*** jeferobles has joined #openstack-ansible19:11
*** guilhermesp has quit IRC19:13
*** kaiokmo has quit IRC19:14
*** kaiokmo has joined #openstack-ansible19:14
*** kaiokmo has quit IRC19:26
*** klamath has quit IRC19:30
*** armaan has joined #openstack-ansible19:34
*** jeferobles has quit IRC19:38
*** jeferobles has joined #openstack-ansible19:45
*** radek__ has quit IRC19:47
*** jra has quit IRC19:59
*** jra has joined #openstack-ansible19:59
*** cshen has quit IRC20:06
*** armaan_ has joined #openstack-ansible20:10
*** klamath has joined #openstack-ansible20:12
*** armaan has quit IRC20:13
*** jeferobles has quit IRC20:16
*** jeferobles has joined #openstack-ansible20:22
*** klamath has quit IRC20:27
*** klamath has joined #openstack-ansible20:27
*** jra has quit IRC20:28
*** jra has joined #openstack-ansible20:29
*** jra has quit IRC20:34
*** jra_ has joined #openstack-ansible20:34
*** klamath has quit IRC20:36
jra_so I got burned by this while building AIOs on the weekend: https://bugs.launchpad.net/openstack-ansible/+bug/173031420:45
openstackLaunchpad bug 1636567 in openstack-ansible "duplicate for #1730314 devstack mitaka installation fails with error "Running setup.py bdist_wheel for libvirt-python: finished with status 'error'" in Ubuntu 16.10" [High,Confirmed]20:45
jra_The issue is that libvirt-python must match the version of libvirt that's installed, but the OpenStack requirements call for a pinned specific version for a given release of OS20:46
jra_The result is that when CentOS 7.5 came out, and included new libvirt 3.9, OSA could no longer install20:46
jra_As the comment in the bug report notes, we can override the requirements to allow/specify libvirt-python 3.9, but this is both an unexpected and undocumented dependency as well as a likely ongoing source of pain for operators20:47
jra_Should OSA attempt to pin the libvirt version to the version that OS requirements specify in order to prevent this, or is there a better alternative?20:48
*** jeferobles has quit IRC20:51
*** pcaruana has quit IRC20:54
*** jeferobles has joined #openstack-ansible20:56
*** armaan_ has quit IRC21:00
*** jeferobles has quit IRC21:07
*** klamath has joined #openstack-ansible21:12
*** jra_ has quit IRC21:17
*** jra has joined #openstack-ansible21:18
*** Fabstao2 has joined #openstack-ansible21:23
*** klamath has quit IRC21:23
*** kaiokmo has joined #openstack-ansible21:29
Fabstao2hi! anyone having issues with queens rdo rpm bot being signed?21:30
*** guilhermesp has joined #openstack-ansible21:30
*** klamath has joined #openstack-ansible21:31
*** cjloader has joined #openstack-ansible21:31
*** Fabstao2 has quit IRC21:39
*** Fabstao2 has joined #openstack-ansible21:48
*** Fabstao2 has quit IRC21:54
*** ansmith has joined #openstack-ansible21:58
*** markvoelker has joined #openstack-ansible22:00
*** Fabstao2 has joined #openstack-ansible22:06
*** sajjadg has quit IRC22:08
*** Fabstao2 has quit IRC22:08
*** yolanda_ has joined #openstack-ansible22:32
*** yolanda has quit IRC22:35
*** jra has quit IRC22:39
*** jra has joined #openstack-ansible22:40
*** threestrands has joined #openstack-ansible22:52
*** threestrands has quit IRC22:53
*** threestrands has joined #openstack-ansible22:54
*** chyka has quit IRC23:09
*** chyka has joined #openstack-ansible23:10
*** ianychoi_ has quit IRC23:11
*** ianychoi_ has joined #openstack-ansible23:11
*** threestrands has quit IRC23:14
*** nyloc has quit IRC23:14
*** dcdamien has quit IRC23:15
*** nyloc has joined #openstack-ansible23:15
*** dcdamien has joined #openstack-ansible23:15
*** threestrands has joined #openstack-ansible23:37
*** threestrands has quit IRC23:38
*** threestrands has joined #openstack-ansible23:39
*** threestrands has quit IRC23:40
*** threestrands has joined #openstack-ansible23:40

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