*** jeferobles has joined #openstack-ansible | 00:13 | |
*** markvoelker has joined #openstack-ansible | 00:21 | |
*** ianychoi has quit IRC | 00:35 | |
*** ianychoi has joined #openstack-ansible | 00:44 | |
*** markvoelker has quit IRC | 00:59 | |
*** markvoelker has joined #openstack-ansible | 01:16 | |
*** threestrands_ has joined #openstack-ansible | 01:23 | |
*** threestrands_ has quit IRC | 01:24 | |
*** threestrands_ has joined #openstack-ansible | 01:24 | |
*** threestrands has quit IRC | 01:25 | |
*** jappleii__ has joined #openstack-ansible | 01:27 | |
*** jappleii__ has quit IRC | 01:28 | |
*** jappleii__ has joined #openstack-ansible | 01:29 | |
*** jappleii__ has quit IRC | 01:30 | |
*** threestrands_ has quit IRC | 01:30 | |
*** jappleii__ has joined #openstack-ansible | 01:30 | |
*** jappleii__ has quit IRC | 01:31 | |
*** jappleii__ has joined #openstack-ansible | 01:32 | |
*** jra_ has joined #openstack-ansible | 01:32 | |
*** jra has quit IRC | 01:35 | |
*** jeferobles has quit IRC | 02:04 | |
*** pmannidi has joined #openstack-ansible | 02:09 | |
*** jmnk is now known as whois | 02:56 | |
*** whois is now known as jmnk | 02:56 | |
*** yolanda has quit IRC | 03:05 | |
*** jeferobles has joined #openstack-ansible | 03:20 | |
*** yolanda has joined #openstack-ansible | 03:34 | |
*** jeferobles has quit IRC | 03:44 | |
*** jeferobles has joined #openstack-ansible | 03:45 | |
*** jeferobles has quit IRC | 03:58 | |
*** jeferobles has joined #openstack-ansible | 04:00 | |
*** jeferobles has quit IRC | 04:13 | |
*** udesale has joined #openstack-ansible | 04:20 | |
*** klamath has quit IRC | 04:31 | |
*** nurdie has joined #openstack-ansible | 04:34 | |
*** mma has joined #openstack-ansible | 05:15 | |
*** klamath has joined #openstack-ansible | 05:15 | |
*** radeks_ has joined #openstack-ansible | 05:15 | |
*** mma has quit IRC | 05:19 | |
*** klamath has quit IRC | 05:30 | |
*** jbadiapa has joined #openstack-ansible | 05:32 | |
*** udesale_ has joined #openstack-ansible | 05:44 | |
*** udesale has quit IRC | 05:47 | |
*** mwe1 has joined #openstack-ansible | 05:47 | |
*** udesale__ has joined #openstack-ansible | 05:48 | |
*** sar_ has quit IRC | 05:49 | |
*** udesale_ has quit IRC | 05:50 | |
*** mwe1 has quit IRC | 05:53 | |
*** mwe1 has joined #openstack-ansible | 05:54 | |
*** philippe has joined #openstack-ansible | 06:08 | |
*** philippe is now known as lemouchon | 06:08 | |
*** cshen has joined #openstack-ansible | 06:28 | |
*** udesale_ has joined #openstack-ansible | 06:39 | |
*** udesale__ has quit IRC | 06:41 | |
*** radek__ has joined #openstack-ansible | 06:41 | |
*** mma has joined #openstack-ansible | 06:43 | |
*** armaan has joined #openstack-ansible | 06:49 | |
*** udesale__ has joined #openstack-ansible | 06:51 | |
*** udesale_ has quit IRC | 06:53 | |
*** pcaruana has joined #openstack-ansible | 06:57 | |
*** masber has joined #openstack-ansible | 07:04 | |
*** thelounge84 has joined #openstack-ansible | 07:05 | |
*** thelounge84 has quit IRC | 07:10 | |
*** mbuil has joined #openstack-ansible | 07:12 | |
*** sar_ has joined #openstack-ansible | 07:22 | |
*** nurdie has quit IRC | 07:22 | |
*** blinkiz has joined #openstack-ansible | 07:26 | |
blinkiz | Am 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, redundancy | 07:30 |
---|---|---|
blinkiz | not important or am doing something wrong. | 07:30 |
blinkiz | I 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 IRC | 07:41 | |
cshen | blinkiz we use for example "172.29.236.9/32" | 07:52 |
lemouchon | your haproxy_keepalived_internal_vip_cidr is set correctly and your internal_lb_vip_address should be set with 172.29.236.9 | 07:59 |
*** jappleii__ has quit IRC | 08:01 | |
evrardjp[m] | Tahvok: zuul.openstack.org | 08:06 |
blinkiz | lemouchon, so who (process/thing/computer) is responsible to keep 172.29.236.9 redundant? | 08:07 |
evrardjp[m] | for latest state details | 08:08 |
evrardjp[m] | blinkiz: haproxy_keepalived_internal_vip_cidr needs ip/cidr | 08:10 |
lemouchon | blinkiz the 172.29.236.9 will be used by the keepalived process running on each lb | 08:10 |
evrardjp[m] | and , as lemouchon said, internal_lb_vip_address need to be set to .9 | 08:10 |
lemouchon | and be attributed to master | 08:10 |
evrardjp[m] | yes, and then this keepalived ip will be used as internal_lb_vip_address in the playbooks | 08:12 |
blinkiz | I 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 hosts | 08:12 |
evrardjp[m] | check your config with what we said :) | 08:13 |
evrardjp[m] | rerun haproxy playbook after that :) | 08:13 |
blinkiz | evrardjp[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 |
blinkiz | If I have configured it right.. should it say.. | 08:16 |
lemouchon | blinkiz you should go to your lb hosts and chek on those hosts | 08:16 |
*** Guest45069 is now known as ioni | 08:18 | |
blinkiz | yes, 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 |
lemouchon | blinkinz : yes but normaly if i am not wrong lb is not infrastructure host. | 08:23 |
lemouchon | Juste a question does aio have designate and cloudkitty roles ? would like to perform some test | 08:29 |
olivierbourdon38 | morning everyone | 08:34 |
olivierbourdon38 | evrardjp[m] lemouchon blinkiz seems like I have similar issue on my deployement but let me complement what occurs specifically on my side | 08:34 |
olivierbourdon38 | If I use physical baremetal hosts everything seems to be fine and my internal and external keepalive vip are properly created and bound | 08:34 |
*** udesale_ has joined #openstack-ansible | 08:35 | |
olivierbourdon38 | however 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-ansible | 08:36 | |
olivierbourdon38 | Like other mentioned, binding seems ok but itfs not created on VMs as opposed to baremetal nodes | 08:36 |
olivierbourdon38 | note also that I am using stable/pike branch | 08:37 |
*** udesale__ has quit IRC | 08:37 | |
*** klamath has joined #openstack-ansible | 08:39 | |
olivierbourdon38 | any clue on what is causing this ? | 08:40 |
openstackgerrit | Merged openstack/openstack-ansible-os_monasca-agent stable/queens: Updated from OpenStack Ansible Tests https://review.openstack.org/566638 | 08:40 |
lemouchon | olivierbourdon38 : no idea sorry | 08:42 |
*** klamath has quit IRC | 08:44 | |
*** cronix has joined #openstack-ansible | 08:54 | |
cronix | hi, 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.yml | 08:55 |
olivierbourdon38 | lemouchon 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 hosts | 08:59 |
olivierbourdon38 | ok but they can be colocated right? are there any known reasons they can not be ? | 09:00 |
*** udesale__ has joined #openstack-ansible | 09:06 | |
lemouchon | i 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 |
olivierbourdon38 | neither am I and I understand your point of view | 09:08 |
*** udesale_ has quit IRC | 09:09 | |
evrardjp[m] | you can collocate. | 09:09 |
olivierbourdon38 | evrardjp[m] thx for confirming this | 09:11 |
*** epalper has joined #openstack-ansible | 09:16 | |
olivierbourdon38 | evrardjp[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 |
olivierbourdon38 | full baremetal 3 infra nodes | 09:29 |
olivierbourdon38 | works | 09:29 |
olivierbourdon38 | full vms 3 infra nodes => no vip created | 09:29 |
olivierbourdon38 | AFAIK same OS+net+... config) as using same provisioning method in both cases | 09:30 |
evrardjp[m] | some services run on 0.0.0.0 if you change that you're good | 09:31 |
*** cshen has quit IRC | 09:35 | |
*** cshen has joined #openstack-ansible | 09:45 | |
*** armaan has joined #openstack-ansible | 09:46 | |
*** fdegir_ has joined #openstack-ansible | 09:53 | |
*** AndyWojo_ has joined #openstack-ansible | 09:53 | |
*** mwe1 has quit IRC | 09:54 | |
*** armaan_ has joined #openstack-ansible | 09:54 | |
*** mwe1 has joined #openstack-ansible | 09:54 | |
*** stuartgr1 has joined #openstack-ansible | 09:58 | |
*** homerp_ has joined #openstack-ansible | 09:59 | |
*** armaan has quit IRC | 10:01 | |
*** nicolasbock[m] has quit IRC | 10:01 | |
*** AndyWojo has quit IRC | 10:01 | |
*** homerp has quit IRC | 10:01 | |
*** stuartgr has quit IRC | 10:01 | |
*** fdegir has quit IRC | 10:01 | |
*** AndyWojo_ is now known as AndyWojo | 10:01 | |
*** fdegir_ is now known as fdegir | 10:01 | |
*** Guest31871 is now known as nwonknu | 10:10 | |
*** nwonknu is now known as Guest68653 | 10:10 | |
*** nicolasbock[m] has joined #openstack-ansible | 10:11 | |
*** hwoarang has quit IRC | 10:13 | |
openstackgerrit | wangqi proposed openstack/openstack-ansible-ops master: Fix typo https://review.openstack.org/570766 | 10:13 |
*** hwoarang has joined #openstack-ansible | 10:16 | |
*** markvoelker has quit IRC | 10:19 | |
*** jbadiapa has quit IRC | 10:20 | |
*** klamath has joined #openstack-ansible | 10:40 | |
*** ianychoi_ has joined #openstack-ansible | 10:42 | |
*** klamath has quit IRC | 10:45 | |
*** ianychoi has quit IRC | 10:45 | |
*** hwoarang has quit IRC | 11:07 | |
*** jbadiapa has joined #openstack-ansible | 11:10 | |
blinkiz | lemouchon, 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_vip | 11: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 |
blinkiz | In all examples it says haproxy_keepalived_internal_vip_cidr: "172.29.236.0/22". | 11:12 |
blinkiz | But it needs to be 172.29.236.9/22 | 11:12 |
blinkiz | Have I missed something important here in my knowledge? | 11:15 |
*** markvoelker has joined #openstack-ansible | 11:20 | |
Tahvok | mnaser: thanks! | 11:20 |
*** jbadiapa has quit IRC | 11:26 | |
*** Guest68653 is now known as nwonknu | 11:30 | |
*** udesale_ has joined #openstack-ansible | 11:33 | |
*** udesale__ has quit IRC | 11:35 | |
*** udesale_ has quit IRC | 11:40 | |
*** jbadiapa has joined #openstack-ansible | 11:42 | |
*** eumel8 has joined #openstack-ansible | 11:43 | |
olivierbourdon38 | blinkiz 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 netmask | 11:46 |
olivierbourdon38 | at leas this is how I interpret this now but I might also be wrong | 11:47 |
blinkiz | olivierbourdon38, 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 |
blinkiz | It 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 IRC | 11:54 | |
*** cjloader has joined #openstack-ansible | 11:57 | |
*** cjloader has quit IRC | 11: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 |
blinkiz | evrardjp[m], yeah, no. Not doing that. Thanks | 12: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 |
blinkiz | evrardjp[m], Which git repository contains the documentation? | 12:12 |
evrardjp[m] | our main repo | 12:13 |
blinkiz | https://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-ansible | 12:21 | |
*** cjloader has quit IRC | 12:21 | |
*** radek__ has quit IRC | 12:24 | |
blinkiz | evrardjp[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/1773793 | 12:31 |
openstack | Launchpad 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-ansible | 12:33 | |
evrardjp[m] | thx | 12:34 |
evrardjp[m] | but yes it's in the integrated repo. docs/source/user/... | 12:35 |
*** udesale has joined #openstack-ansible | 12:36 | |
*** markvoelker has joined #openstack-ansible | 12:47 | |
*** nurdie has joined #openstack-ansible | 13:00 | |
*** nurdie has quit IRC | 13:04 | |
*** armaan_ has quit IRC | 13:09 | |
*** armaan has joined #openstack-ansible | 13:10 | |
*** armaan has quit IRC | 13:14 | |
*** armaan has joined #openstack-ansible | 13:19 | |
*** udesale has quit IRC | 13:26 | |
*** sajjadg has joined #openstack-ansible | 13:27 | |
*** hwoarang has joined #openstack-ansible | 13:28 | |
*** radek__ has joined #openstack-ansible | 13:29 | |
*** hwoarang has quit IRC | 13:30 | |
*** hwoarang has joined #openstack-ansible | 13:31 | |
*** markvoelker has quit IRC | 13:35 | |
*** markvoelker has joined #openstack-ansible | 13:36 | |
Tahvok | I see this variables are commented: https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/all/all.yml#L78 | 13:36 |
Tahvok | Is anyone against me uncommenting it? I need it for this review: https://review.openstack.org/#/c/549294/ | 13:37 |
Tahvok | mnaser: would like your opinion on this as well | 13:37 |
*** markvoelker has quit IRC | 13:40 | |
openstackgerrit | Albert Mikaelyan proposed openstack/openstack-ansible master: Remove not needed glance variables https://review.openstack.org/549294 | 13:49 |
Tahvok | mnaser: submitted a new review, and answered you there. Please take a look | 13:51 |
*** radeks_ has quit IRC | 13:55 | |
*** sar_ has quit IRC | 13:56 | |
*** armaan has quit IRC | 14:00 | |
*** armaan has joined #openstack-ansible | 14:00 | |
*** armaan has quit IRC | 14:05 | |
*** klamath has joined #openstack-ansible | 14:09 | |
*** sar_ has joined #openstack-ansible | 14:12 | |
*** mma has quit IRC | 14:13 | |
*** mma has joined #openstack-ansible | 14:16 | |
*** mma has quit IRC | 14:20 | |
*** armaan has joined #openstack-ansible | 14:27 | |
*** erolg has joined #openstack-ansible | 14:29 | |
*** chigang__ has quit IRC | 14:42 | |
*** cshen has quit IRC | 14:42 | |
*** armaan has quit IRC | 14:46 | |
*** nurdie has joined #openstack-ansible | 14:50 | |
*** ppetit has joined #openstack-ansible | 14:51 | |
*** armaan has joined #openstack-ansible | 14:58 | |
*** armaan has quit IRC | 15:02 | |
*** nurdie has quit IRC | 15:04 | |
*** nurdie has joined #openstack-ansible | 15:05 | |
*** chyka has joined #openstack-ansible | 15:09 | |
*** nurdie has quit IRC | 15:09 | |
*** chyka has joined #openstack-ansible | 15:09 | |
*** jmnk has quit IRC | 15:10 | |
openstackgerrit | Taseer Ahmed proposed openstack/openstack-ansible-os_blazar master: Introduce os_blazar role in gerrit https://review.openstack.org/567112 | 15:10 |
*** lemouchon has quit IRC | 15:11 | |
*** jmnk has joined #openstack-ansible | 15:13 | |
*** nurdie has joined #openstack-ansible | 15:18 | |
*** pcaruana has quit IRC | 15:20 | |
Taseer | evrardjp[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 IRC | 15:24 | |
evrardjp[m] | will check later today taseer. thanks for the ping. | 15:24 |
Taseer | evrardjp[m]: I should be thanking you ;) | 15:25 |
*** mma has joined #openstack-ansible | 15:27 | |
*** udesale has joined #openstack-ansible | 15:31 | |
*** mma has quit IRC | 15:31 | |
*** armaan has joined #openstack-ansible | 15:32 | |
*** armaan has quit IRC | 15:44 | |
*** epalper has quit IRC | 15:46 | |
*** cshen has joined #openstack-ansible | 15:49 | |
*** cshen has quit IRC | 15:55 | |
*** cshen has joined #openstack-ansible | 15:56 | |
*** nurdie has quit IRC | 15:56 | |
*** nurdie has joined #openstack-ansible | 15:57 | |
*** nurdie has quit IRC | 16:01 | |
*** cshen has quit IRC | 16:03 | |
*** udesale has quit IRC | 16:13 | |
*** cshen has joined #openstack-ansible | 16:15 | |
*** jeferobles has joined #openstack-ansible | 16:18 | |
*** nurdie has joined #openstack-ansible | 16:29 | |
*** erolg has quit IRC | 16:43 | |
*** Guest91467 is now known as mgagne | 16:47 | |
*** mgagne has joined #openstack-ansible | 16:47 | |
*** ppetit has quit IRC | 16:48 | |
*** nurdie has quit IRC | 17:00 | |
*** nurdie has joined #openstack-ansible | 17:00 | |
*** nurdie has quit IRC | 17:04 | |
*** cshen has quit IRC | 17:22 | |
*** jbadiapa has quit IRC | 17:28 | |
*** cshen has joined #openstack-ansible | 17:34 | |
*** cshen has quit IRC | 17:40 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible stable/pike: WIP Bump rally https://review.openstack.org/570813 | 17:40 |
*** cshen has joined #openstack-ansible | 17:41 | |
*** nurdie has joined #openstack-ansible | 17:43 | |
*** jeferobles has quit IRC | 17:47 | |
*** jra_ has quit IRC | 17:52 | |
*** jra has joined #openstack-ansible | 17:52 | |
*** jeferobles has joined #openstack-ansible | 17:54 | |
*** aludwar1 has joined #openstack-ansible | 17:58 | |
*** aludwar1 has quit IRC | 17:58 | |
*** nurdie has quit IRC | 17:59 | |
*** nurdie has joined #openstack-ansible | 18:00 | |
*** cshen has quit IRC | 18:01 | |
*** DanyC has joined #openstack-ansible | 18:03 | |
*** nurdie has quit IRC | 18:05 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible stable/pike: WIP Bump rally https://review.openstack.org/570813 | 18:12 |
mnaser | No matching distribution found for pbr<=3.1.1 | 18:14 |
mnaser | hmm | 18:14 |
*** jeferobles has quit IRC | 18:15 | |
*** DanyC has quit IRC | 18:17 | |
*** jeferobles has joined #openstack-ansible | 18:18 | |
*** cshen has joined #openstack-ansible | 18:19 | |
*** jbadiapa has joined #openstack-ansible | 18:24 | |
*** mbuil has quit IRC | 18:26 | |
*** cshen has quit IRC | 18:29 | |
mattt | there's a bunch of failures w/ cliff, cmd2, etc. | 18:32 |
mattt | this is what happens when the UK/US take a joint day off :( | 18:33 |
*** jra has quit IRC | 18:33 | |
*** jra has joined #openstack-ansible | 18:33 | |
*** jra has quit IRC | 18:36 | |
*** jra has joined #openstack-ansible | 18:37 | |
*** cshen has joined #openstack-ansible | 18:46 | |
*** jeferobles has quit IRC | 18:48 | |
*** cshen has quit IRC | 18:53 | |
*** cshen has joined #openstack-ansible | 18:56 | |
*** pcaruana has joined #openstack-ansible | 18:58 | |
*** jra has quit IRC | 19:06 | |
*** jra has joined #openstack-ansible | 19:07 | |
*** jeferobles has joined #openstack-ansible | 19:11 | |
*** guilhermesp has quit IRC | 19:13 | |
*** kaiokmo has quit IRC | 19:14 | |
*** kaiokmo has joined #openstack-ansible | 19:14 | |
*** kaiokmo has quit IRC | 19:26 | |
*** klamath has quit IRC | 19:30 | |
*** armaan has joined #openstack-ansible | 19:34 | |
*** jeferobles has quit IRC | 19:38 | |
*** jeferobles has joined #openstack-ansible | 19:45 | |
*** radek__ has quit IRC | 19:47 | |
*** jra has quit IRC | 19:59 | |
*** jra has joined #openstack-ansible | 19:59 | |
*** cshen has quit IRC | 20:06 | |
*** armaan_ has joined #openstack-ansible | 20:10 | |
*** klamath has joined #openstack-ansible | 20:12 | |
*** armaan has quit IRC | 20:13 | |
*** jeferobles has quit IRC | 20:16 | |
*** jeferobles has joined #openstack-ansible | 20:22 | |
*** klamath has quit IRC | 20:27 | |
*** klamath has joined #openstack-ansible | 20:27 | |
*** jra has quit IRC | 20:28 | |
*** jra has joined #openstack-ansible | 20:29 | |
*** jra has quit IRC | 20:34 | |
*** jra_ has joined #openstack-ansible | 20:34 | |
*** klamath has quit IRC | 20:36 | |
jra_ | so I got burned by this while building AIOs on the weekend: https://bugs.launchpad.net/openstack-ansible/+bug/1730314 | 20:45 |
openstack | Launchpad 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 OS | 20:46 |
jra_ | The result is that when CentOS 7.5 came out, and included new libvirt 3.9, OSA could no longer install | 20: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 operators | 20: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 IRC | 20:51 | |
*** pcaruana has quit IRC | 20:54 | |
*** jeferobles has joined #openstack-ansible | 20:56 | |
*** armaan_ has quit IRC | 21:00 | |
*** jeferobles has quit IRC | 21:07 | |
*** klamath has joined #openstack-ansible | 21:12 | |
*** jra_ has quit IRC | 21:17 | |
*** jra has joined #openstack-ansible | 21:18 | |
*** Fabstao2 has joined #openstack-ansible | 21:23 | |
*** klamath has quit IRC | 21:23 | |
*** kaiokmo has joined #openstack-ansible | 21:29 | |
Fabstao2 | hi! anyone having issues with queens rdo rpm bot being signed? | 21:30 |
*** guilhermesp has joined #openstack-ansible | 21:30 | |
*** klamath has joined #openstack-ansible | 21:31 | |
*** cjloader has joined #openstack-ansible | 21:31 | |
*** Fabstao2 has quit IRC | 21:39 | |
*** Fabstao2 has joined #openstack-ansible | 21:48 | |
*** Fabstao2 has quit IRC | 21:54 | |
*** ansmith has joined #openstack-ansible | 21:58 | |
*** markvoelker has joined #openstack-ansible | 22:00 | |
*** Fabstao2 has joined #openstack-ansible | 22:06 | |
*** sajjadg has quit IRC | 22:08 | |
*** Fabstao2 has quit IRC | 22:08 | |
*** yolanda_ has joined #openstack-ansible | 22:32 | |
*** yolanda has quit IRC | 22:35 | |
*** jra has quit IRC | 22:39 | |
*** jra has joined #openstack-ansible | 22:40 | |
*** threestrands has joined #openstack-ansible | 22:52 | |
*** threestrands has quit IRC | 22:53 | |
*** threestrands has joined #openstack-ansible | 22:54 | |
*** chyka has quit IRC | 23:09 | |
*** chyka has joined #openstack-ansible | 23:10 | |
*** ianychoi_ has quit IRC | 23:11 | |
*** ianychoi_ has joined #openstack-ansible | 23:11 | |
*** threestrands has quit IRC | 23:14 | |
*** nyloc has quit IRC | 23:14 | |
*** dcdamien has quit IRC | 23:15 | |
*** nyloc has joined #openstack-ansible | 23:15 | |
*** dcdamien has joined #openstack-ansible | 23:15 | |
*** threestrands has joined #openstack-ansible | 23:37 | |
*** threestrands has quit IRC | 23:38 | |
*** threestrands has joined #openstack-ansible | 23:39 | |
*** threestrands has quit IRC | 23:40 | |
*** threestrands has joined #openstack-ansible | 23:40 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!