Tuesday, 2017-12-05

*** chhavi has joined #openstack-ansible00:00
*** chhavi has quit IRC00:05
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/pike: Remove send_arp_for_ha option  https://review.openstack.org/52522400:08
*** thorst has joined #openstack-ansible00:08
*** thorst has quit IRC00:09
*** pbandark has quit IRC00:13
*** woodard has joined #openstack-ansible00:13
*** masber has quit IRC00:33
*** bhujay has joined #openstack-ansible00:41
*** masber has joined #openstack-ansible00:41
*** masber has quit IRC00:47
*** hw_wutianwei has joined #openstack-ansible01:04
*** chyka_ has joined #openstack-ansible01:10
*** chyka has quit IRC01:13
*** chyka_ has quit IRC01:15
*** SerenaFeng has quit IRC01:19
*** vnogin has quit IRC01:20
*** chyka has joined #openstack-ansible01:24
*** gouthamr has quit IRC01:24
*** cmart has joined #openstack-ansible01:25
*** cuongnv has joined #openstack-ansible01:31
*** vnogin has joined #openstack-ansible01:40
*** vnogin has quit IRC01:41
*** vnogin has joined #openstack-ansible01:41
*** woodard has quit IRC01:44
*** woodard has joined #openstack-ansible01:44
*** gouthamr has joined #openstack-ansible01:45
*** vnogin has quit IRC01:46
*** pylot has quit IRC01:57
*** pylot has joined #openstack-ansible01:58
*** dweaver has quit IRC01:59
*** dweaver has joined #openstack-ansible02:02
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/pike: Change deprecated nova_metadata_ip option  https://review.openstack.org/52533302:10
openstackgerritMerged openstack/openstack-ansible-os_swift stable/pike: Remove sleep option from service handlers  https://review.openstack.org/52522102:11
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Add pyldap to Keystone packages  https://review.openstack.org/52529702:25
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/pike: Remove python-ldap and add pyldap  https://review.openstack.org/52529902:25
*** bhujay has quit IRC02:35
*** pbandark has joined #openstack-ansible02:35
*** masber has joined #openstack-ansible02:39
*** pbandark has quit IRC02:44
*** urosorozel has joined #openstack-ansible02:45
*** gouthamr has quit IRC02:46
*** gouthamr has joined #openstack-ansible02:47
*** urosorozel has quit IRC02:52
*** gouthamr has quit IRC03:23
*** threestrands has joined #openstack-ansible03:27
*** chhavi has joined #openstack-ansible03:33
*** urosorozel has joined #openstack-ansible03:43
*** thorst has joined #openstack-ansible03:44
*** yifei has quit IRC03:44
*** yifei has joined #openstack-ansible03:45
*** bhujay has joined #openstack-ansible03:45
*** thorst has quit IRC03:46
*** thorst has joined #openstack-ansible03:53
*** thorst has quit IRC03:54
*** nshetty has joined #openstack-ansible03:59
*** dave-mccowan has quit IRC04:00
bhujayi am using 16.0.4 , getting this error during repo build  Could not find a version that satisfies the requirement pyasn1>=0.3.7 (from python-ldap) (from versions: 0.3.1)\nNo matching distribution found for pyasn1>=0.3.7 (from python-ldap)"04:11
*** urosorozel has quit IRC04:20
*** nshetty is now known as nshetty|brb04:23
*** weezS has joined #openstack-ansible04:30
*** weezS_ has joined #openstack-ansible04:35
*** weezS has quit IRC04:36
*** weezS_ is now known as weezS04:36
openstackgerritMerged openstack/openstack-ansible master: Fix crontab errors on CentOS/SUSE  https://review.openstack.org/52068204:38
*** weezS has quit IRC04:50
*** udesale has joined #openstack-ansible04:53
*** nshetty|brb is now known as nshetty05:02
*** ianychoi has joined #openstack-ansible05:07
*** weezS has joined #openstack-ansible05:11
cloudnullevenings05:13
*** weezS has quit IRC05:13
*** michelv has joined #openstack-ansible05:24
*** threestrands has quit IRC05:25
cloudnullbhujay: this was discovered today05:25
cloudnullhttps://review.openstack.org/#/c/525299/05:25
cloudnulland patched05:25
cloudnullyou may need to pull that in / change the os_keystone role on disk05:26
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Avoid using 'roles' reserved variable  https://review.openstack.org/52466005:27
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible stable/pike: Disable offloading in test by default  https://review.openstack.org/52417305:28
*** hybridpollo has quit IRC05:36
bhujaycloudnull: i  switched to stable/pike and also tried with 16.0.4 , after bootstrap  it doesn't pull the change in os_keystone role , am i missing something ?05:37
*** vishwana_ has joined #openstack-ansible05:41
bhujayi used this command  git checkout -b stable/pike remote/stable/pike05:44
bhujay and then ../script/ansible-bootstrap.sh should it not pull all the latest merges that are done in stable/pike ?05:44
*** vishwanathj has quit IRC05:45
cloudnullthe integrated repo will need to have the role requirements updated05:47
cloudnullyou can change that within the ansible-role-requirements.yml file05:47
cloudnullbhujay: ^05:47
cloudnullor you can `rm -rf /etc/ansible/roles/os_keyston; git clone https://github.com/openstack/openstack-ansible-os_keystone /etc/ansible/roles/os_keyston`.05:48
cloudnullcd /etc/ansible/roles/os_keyston; git checkout stable/pike; cd -05:48
bhujayok , got it , thanks. i thought bootstrap.sh will do it05:50
cloudnullit parses the ansible-role-requiremts file . in the stable branches we point things at the sha and move things forward slowly.05:52
cloudnullso pulling in updates like this can take a little while .05:52
cloudnullsorry about all that bhujay05:53
*** chhavi has quit IRC05:53
bhujaycloudnull: many thanks for this explanation as I  had this question in my mind for a long time05:54
*** chyka has joined #openstack-ansible06:01
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible stable/pike: Update all SHAs for 16.0.5  https://review.openstack.org/52547106:03
cloudnullbhujay: ^06:03
cloudnullthat's a full update of the role and openstack sha's from stable06:04
cloudnullI can't say it'll be merged, evrardjp will need to look it over.06:04
*** chyka has quit IRC06:06
*** michelv has quit IRC06:07
bhujaycloudnull: thanks. This is great06:18
*** oanson has quit IRC06:20
*** oanson has joined #openstack-ansible06:20
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Remove the AIO scenario & add new scenarios to maintain coverage  https://review.openstack.org/51600206:26
*** pbandark has joined #openstack-ansible06:27
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_ceilometer stable/newton: Update paste, policy and rootwrap configurations 2017-07-27  https://review.openstack.org/48784906:28
bhujaycloudnull: In fact in my pike installation , i had a strange problem . VM in tenant network won't  get ip  but works well with provider net. One thing I observed that the local_ip  in linuxbridge-aganet.ini was taking ip from br-mgmt instead of br-vxlan. In case you have come across any such problem reports06:29
*** m|y|k has joined #openstack-ansible06:30
bhujayin fact I have been struggling with this issue for more than a month now and  focused on the underlying network but this br-mgmt ip getting allocated to vxlan is making me think if there cloud be any issues in the OSA06:33
*** indistylo has joined #openstack-ansible06:33
*** cuongnv has quit IRC06:34
*** pbandark has quit IRC06:35
*** SerenaFeng has joined #openstack-ansible06:36
*** woodard has quit IRC06:39
*** michelv has joined #openstack-ansible06:40
*** armaan has joined #openstack-ansible06:40
*** armaan has quit IRC06:54
*** udesale__ has joined #openstack-ansible06:58
*** udesale has quit IRC06:58
*** udesale has joined #openstack-ansible07:00
*** udesale__ has quit IRC07:02
ThomasShi07:04
ThomasSi just wanted to give a update on the cors + horizon / glance problem07:04
ThomasSit now works perfrect07:04
ThomasSyou only need to set the cors entry in user_vars right and reconfigure horizon AND glance07:05
ThomasShere is my setting07:05
ThomasShttps://pastebin.com/46nfi4MK07:07
*** woodard has joined #openstack-ansible07:10
ThomasSmaybe setting something in openstack_user_config like external_lb_vip_address: which is for me a dns name or define something explicit07:10
evrardjpwhat's the difference with my paste, except it's more surgical ?07:13
evrardjpoh yeah the headers07:14
*** woodard has quit IRC07:14
evrardjpit needed uncommenting07:14
*** epalper has joined #openstack-ansible07:18
bhujaycloudnull: do you think  OSA layer3 routed config to divide hosts in different  network pods will work with ocata ?07:20
evrardjpis there someone that can help me with something really weird?07:20
evrardjpodyssey4me: cloudnull ?07:20
*** woodard has joined #openstack-ansible07:21
evrardjphttp://logs.openstack.org/24/504224/25/check/openstack-ansible-deploy-all_metal-ubuntu-xenial/cfdeb9d/job-output.txt.gz#_2017-12-04_15_38_37_96667707:24
*** woodard has quit IRC07:25
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: [DNM] debug why on metal fails on gates and not on my machine.  https://review.openstack.org/52495407:27
openstackgerritMerged openstack/openstack-ansible master: Add the ability to trigger the integrated build  https://review.openstack.org/52454207:28
*** SerenaFeng has quit IRC07:29
*** pmannidi has quit IRC07:31
*** wspthr has quit IRC07:32
*** pcaruana has joined #openstack-ansible07:32
*** wspthr has joined #openstack-ansible07:33
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_designate master: Handle Pike deprecations for designate  https://review.openstack.org/52548807:34
*** hamza21 has joined #openstack-ansible07:37
*** pmannidi has joined #openstack-ansible07:44
*** pmannidi has quit IRC07:45
*** pmannidi has joined #openstack-ansible07:45
*** pmannidi has quit IRC07:48
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_horizon master: Handle Pike deprecations for Horizon  https://review.openstack.org/52549107:48
*** jvidal has joined #openstack-ansible07:50
*** woodard has joined #openstack-ansible07:52
*** mbuil has joined #openstack-ansible07:52
*** woodard has quit IRC07:56
*** nshetty is now known as nshetty|lunch07:58
openstackgerritMerged openstack/openstack-ansible-os_octavia master: Create Octavia policy roles and legacy admin-owner rules  https://review.openstack.org/52320908:03
*** vishwana_ has quit IRC08:04
*** goldenfri has quit IRC08:04
*** vishwanathj has joined #openstack-ansible08:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_ironic master: Handle Pike deprecations for Ironic  https://review.openstack.org/52549408:08
evrardjphey guys, that would be great if I could get some help on the Pike deprecations: https://etherpad.openstack.org/p/osa-queens-m2-deprecations08:09
*** NostawRm has quit IRC08:10
*** NostawRm has joined #openstack-ansible08:10
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: [DNM] debug why on metal fails on gates and not on my machine.  https://review.openstack.org/52495408:11
SamYaple"works on my machine"08:14
SamYapleclassic developer move evrardjp08:14
*** sxc731 has joined #openstack-ansible08:15
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Use Ansible 2.4  https://review.openstack.org/52277808:15
evrardjpSamYaple: :)08:16
evrardjpbut it IS the truth!08:16
SamYapleheh08:17
evrardjphow are you?08:17
evrardjpdoes LOCI builds images for rabbitmq?08:17
SamYaplecloudnull: for galera: might be able to get away without distributed locking if you can ensure each node has the same list of hosts in the same order. then "locking" wouldnt be needed since you could just ensure the first host that is the newest in the list is the one that starts. locking would be simplier/more universal though08:18
SamYapleevrardjp: nope. just openstack images08:18
SamYaplethough well likely have a sister project of some kind for non-openstack ones08:18
SamYaplemaybe just a loci-infra repo08:18
*** vnogin has joined #openstack-ansible08:21
*** vnogin has quit IRC08:22
openstackgerritTaseer Ahmed proposed openstack/openstack-ansible-os_congress master: Introduce os_congress role in gerrit  https://review.openstack.org/52249108:22
*** armaan has joined #openstack-ansible08:22
*** vnogin has joined #openstack-ansible08:23
*** shardy has joined #openstack-ansible08:24
*** ThomasS has quit IRC08:25
*** ericzolf has joined #openstack-ansible08:30
*** SerenaFeng has joined #openstack-ansible08:30
*** jvidal has quit IRC08:31
*** vnogin has quit IRC08:38
*** gkadam has joined #openstack-ansible08:38
jafehagood morning08:38
*** pcaruana has quit IRC08:40
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_neutron master: Handle Pike changes for Neutron  https://review.openstack.org/52549908:41
evrardjpjafeha: good morning08:42
*** mrch has joined #openstack-ansible08:43
jafehaevrardjp: good morning!08:51
*** jvidal has joined #openstack-ansible08:51
*** woodard has joined #openstack-ansible08:53
jafehahave you or anybody else ever worked with jumbo frames within an osa deployment? we're currently considering to change to jumbo frames and we're not entirely sure which networks to pick. examples show storage and vxlan, we might just go with them, but as i said, we're not sure if we could / should take the mgmt or vlan networks also into account08:54
*** cshen_ has joined #openstack-ansible08:55
*** chhavi has joined #openstack-ansible08:55
jafehastorage and vxlan seems a good pick, regarding storage performance and tunnel overhead.08:56
*** woodard has quit IRC08:57
jrosserjumbo frames on your storage servers and clients will help with performance08:59
jrosserfor vxlan you have the choice of your vm having a smaller mtu due to the tunnel overhead, or increasing the vxlan network mtu to allow the vm to still have 1500bytes (or larger) as you choose09:00
jrosservlan shouldnt matter as .1q encapsualtion doesnt eat into the available payload09:00
jafehajrosser: wow, thats really helps, thank you!09:01
jrosserso as always "it depends" :)09:01
jafehabahaha, you're right09:01
jafehai'll have to discuss this with my collegue, but i guess we'll go with jumbo frames for storage and vxlan then.09:02
jafehagreat explaination :)09:02
*** indistylo has quit IRC09:04
*** cshen_ has quit IRC09:04
*** cshen_ has joined #openstack-ansible09:05
*** SerenaFeng has quit IRC09:07
*** cshen_ has quit IRC09:07
*** armaan has quit IRC09:10
*** cshen_ has joined #openstack-ansible09:14
*** ivveh has quit IRC09:15
*** vnogin has joined #openstack-ansible09:19
*** cshen_ has quit IRC09:20
*** armaan has joined #openstack-ansible09:20
*** epalper has quit IRC09:20
*** epalper has joined #openstack-ansible09:21
*** vnogin has quit IRC09:23
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Ensure LBaaSv2 deployment is tested  https://review.openstack.org/52527209:26
*** woodard has joined #openstack-ansible09:31
*** nshetty|lunch is now known as nshetty09:32
*** ThomasS has joined #openstack-ansible09:36
*** woodard has quit IRC09:36
ThomasShi09:36
ThomasSmaybe someone has a hint what is missing. I used the ceph production guide and use a flat network for outbound connectivity09:37
ThomasSoutbound works flawless to the gateway09:37
*** vnogin has joined #openstack-ansible09:38
openstackgerritMerged openstack/openstack-ansible-tests master: Add the ability for any repo to test an AIO  https://review.openstack.org/52458309:38
ThomasSbut no inbound traffic to instances09:38
ThomasStcpdump on the gateway shows that the mac is not learned09:38
*** chyka has joined #openstack-ansible09:40
*** hamza21 has quit IRC09:41
*** chyka has quit IRC09:45
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Handle Pike changes for Nova  https://review.openstack.org/52551509:48
*** bjolo has quit IRC09:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-tests master: Use Ansible 2.4  https://review.openstack.org/52551809:58
*** woodard has joined #openstack-ansible10:05
*** zkynet has joined #openstack-ansible10:05
*** fxpester has quit IRC10:06
*** armaan has quit IRC10:09
*** woodard has quit IRC10:09
*** fxpester has joined #openstack-ansible10:10
*** sboyron has joined #openstack-ansible10:22
*** hamza21 has joined #openstack-ansible10:30
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-apt_package_pinning master: Allow the experimental trigger of the integrated repo  https://review.openstack.org/52552110:30
evrardjpodyssey4me: are you there?10:35
evrardjpI need fresh eyes.10:36
evrardjpor anyone10:41
evrardjpandymccr: maybe?10:41
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: Fix crontab errors on CentOS/SUSE  https://review.openstack.org/52552310:42
*** pbandark has joined #openstack-ansible10:43
*** hamza21 has quit IRC10:48
*** hamza21 has joined #openstack-ansible10:50
*** pbandark has quit IRC10:51
*** michelv has quit IRC10:54
*** ianychoi has quit IRC10:55
*** stuartgr has joined #openstack-ansible10:55
*** ianychoi has joined #openstack-ansible10:55
*** michelv has joined #openstack-ansible10:56
*** hamza21 has quit IRC10:56
*** hamza21 has joined #openstack-ansible10:57
*** mbuil has quit IRC11:06
*** rgogunskiy has joined #openstack-ansible11:10
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Run pip once and for all  https://review.openstack.org/52496211:11
*** woodard has joined #openstack-ansible11:14
*** woodard has quit IRC11:19
*** nshetty has quit IRC11:21
*** nshetty has joined #openstack-ansible11:22
*** nshetty_ has joined #openstack-ansible11:24
*** nshetty has quit IRC11:24
openstackgerritMerged openstack/openstack-ansible-pip_install master: Add find-links, even when not being locked down  https://review.openstack.org/52525711:26
*** nshetty_ is now known as nshetty11:27
zkynetfor those whom are bored of typing ip netns too much: https://gist.github.com/zkynet/bfae5fd09b3a28fbea8e9f7fdf9e0ede11:27
zkynetit's nothing fancy, just a boring old bash script11:28
*** udesale has quit IRC11:29
zkynetannnd the second tool for the day: https://gist.github.com/zkynet/52580927d2ad7a1534abc45f288cba5311:31
zkynetthis just let's you find ip's / mac's within all namespaces11:32
*** mwynne has quit IRC11:33
*** nshetty is now known as nshetty|afk11:34
*** zkynet has quit IRC11:35
openstackgerritMerged openstack/openstack-ansible-galera_client master: Remove pip_install dependency  https://review.openstack.org/52496311:38
*** vnogin has quit IRC11:39
*** vnogin has joined #openstack-ansible11:40
*** mwynne has joined #openstack-ansible11:41
*** vnogin has quit IRC11:44
*** zkynet has joined #openstack-ansible11:44
*** vnogin has joined #openstack-ansible11:48
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-lxc_hosts master: Remove pip_install dependency  https://review.openstack.org/52554211:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_almanach master: Remove pip_install dependency  https://review.openstack.org/52554311:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_aodh master: Remove pip_install dependency  https://review.openstack.org/52554411:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_barbican master: Remove pip_install dependency  https://review.openstack.org/52554511:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_ceilometer master: Remove pip_install dependency  https://review.openstack.org/52554611:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder master: Remove pip_install dependency  https://review.openstack.org/52554711:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cloudkitty master: Remove pip_install dependency  https://review.openstack.org/52554811:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_designate master: Remove pip_install dependency  https://review.openstack.org/52554911:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_glance master: Remove pip_install dependency  https://review.openstack.org/52555011:54
*** mwynne has quit IRC11:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_gnocchi master: Remove pip_install dependency  https://review.openstack.org/52555111:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_heat master: Remove pip_install dependency  https://review.openstack.org/52555211:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_horizon master: Remove pip_install dependency  https://review.openstack.org/52555311:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_ironic master: Remove pip_install dependency  https://review.openstack.org/52555411:55
*** mwynne has joined #openstack-ansible11:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Remove pip_install dependency  https://review.openstack.org/52555511:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_magnum master: Remove pip_install dependency  https://review.openstack.org/52555611:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_molteniron master: Remove pip_install dependency  https://review.openstack.org/52555711:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_monasca master: Remove pip_install dependency  https://review.openstack.org/52555811:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_monasca-agent master: Remove pip_install dependency  https://review.openstack.org/52555911:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_neutron master: Remove pip_install dependency  https://review.openstack.org/52556011:55
*** nshetty|afk is now known as nshetty11:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Remove pip_install dependency  https://review.openstack.org/52556111:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_octavia master: Remove pip_install dependency  https://review.openstack.org/52556211:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_rally master: Remove pip_install dependency  https://review.openstack.org/52556311:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_sahara master: Remove pip_install dependency  https://review.openstack.org/52556411:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_searchlight master: Remove pip_install dependency  https://review.openstack.org/52556511:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_swift master: Remove pip_install dependency  https://review.openstack.org/52556611:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tacker master: Remove pip_install dependency  https://review.openstack.org/52556711:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: Remove pip_install dependency  https://review.openstack.org/52556811:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_trove master: Remove pip_install dependency  https://review.openstack.org/52556911:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_watcher master: Remove pip_install dependency  https://review.openstack.org/52557011:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_zaqar master: Remove pip_install dependency  https://review.openstack.org/52557111:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-rabbitmq_server master: Remove pip_install dependency  https://review.openstack.org/52557211:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build master: Remove pip_install dependency  https://review.openstack.org/52557311:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_server master: Remove pip_install dependency  https://review.openstack.org/52557411:56
evrardjpI broke the AIO again.11:59
evrardjpsorry.11:59
*** smatzek has joined #openstack-ansible11:59
*** sxc731 has quit IRC12:03
*** armaan has joined #openstack-ansible12:03
openstackgerritMerged openstack/openstack-ansible-os_horizon stable/pike: Remove enable_{firewall,vpn} options  https://review.openstack.org/52522512:05
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Ensure the proper urls are defined at runtime  https://review.openstack.org/52557612:12
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Ensure the proper urls are defined at runtime  https://review.openstack.org/52557612:13
*** hamza21 has quit IRC12:13
*** mbuil has joined #openstack-ansible12:15
*** woodard has joined #openstack-ansible12:18
*** hamza21 has joined #openstack-ansible12:19
*** woodard has quit IRC12:22
evrardjpnobody is here, so maybe nobody will notice.12:27
jafeha:D12:28
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Ensure the proper urls are defined at runtime  https://review.openstack.org/52557612:32
evrardjpzkynet: that could be a fish function! ;)12:33
openstackgerritHengqing Hu proposed openstack/openstack-ansible master: Remove build_sphinx section from setup.cfg  https://review.openstack.org/52558512:35
*** yifei has quit IRC12:40
openstackgerritHengqing Hu proposed openstack/openstack-ansible-os_neutron master: Remove build_sphinx section from setup.cfg  https://review.openstack.org/52559012:43
*** vnogin has quit IRC12:46
*** vnogin has joined #openstack-ansible12:48
openstackgerritHengqing Hu proposed openstack/openstack-ansible-os_octavia master: Remove build_sphinx section from setup.cfg  https://review.openstack.org/52559312:48
*** mrch has quit IRC12:48
*** dayou has joined #openstack-ansible12:53
*** woodard has joined #openstack-ansible12:53
*** zkynet has quit IRC12:54
*** zkynet has joined #openstack-ansible12:55
openstackgerritHengqing Hu proposed openstack/openstack-ansible-os_nova master: Remove build_sphinx section from setup.cfg  https://review.openstack.org/52559612:55
*** woodard has quit IRC12:57
*** mrch has joined #openstack-ansible12:59
evrardjpall of this to have a faster bare metal...13:02
*** epalper has quit IRC13:02
*** epalper has joined #openstack-ansible13:02
*** michelv has quit IRC13:08
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build master: Fix ansible lint tests  https://review.openstack.org/52560213:12
*** michelv has joined #openstack-ansible13:13
*** vnogin has quit IRC13:20
*** vnogin has joined #openstack-ansible13:23
*** woodard has joined #openstack-ansible13:23
*** vnogin has quit IRC13:23
mgariepygood morning13:24
*** pedja has quit IRC13:24
Bico_FinoMorning!13:26
mgariepyevrardjp, how did you broke AIO ?13:27
*** chhavi__ has joined #openstack-ansible13:27
*** woodard has quit IRC13:27
*** udesale has joined #openstack-ansible13:32
Bico_FinoGot some weird issue while creating venv for keystone(pike).13:34
Bico_Finohttp://paste.openstack.org/show/628161/13:34
mgariepyBico_Fino, maybe: https://review.openstack.org/#/c/525297/13:36
mgariepythis one for pike : https://review.openstack.org/#/c/525299/13:37
mgariepysorry :)13:37
evrardjpmgariepy: merging the inclusion of pip_install into openstack_hosts role.13:37
evrardjpmgariepy: https://review.openstack.org/#/c/525576/13:38
evrardjpshould fix it I guess13:38
Bico_Finomgariepy let me try. thanks.13:38
evrardjpBico_Fino: yeah there is one for pike13:38
mgariepyis cloudnull on vacation ?13:39
mgariepyI have a question or 2 for him about the leap-upgrade .. :P13:40
evrardjpis there anything that needs a bump in Pike?13:40
evrardjpI see this: https://review.openstack.org/#/c/525471/1 but it doesn't state what. I am doing a bump on Friday, but if there is an urgent need, I'd rather know and monitor.13:41
evrardjpI guess Bico_Fino 's issue, so a bump of keystone13:41
evrardjpbut anything else? Any other role?13:41
mgariepywow. pyasn stuff seems to impact newton as well..13:41
Bico_Finono13:41
Bico_Finoonly keystone13:42
Bico_FinoI created the venv by hand13:42
*** vnogin has joined #openstack-ansible13:43
evrardjpmgariepy: if I get a merge on this kind of patch: https://review.openstack.org/#/c/525521/ I will issue the same patch (I have it handy already) for all the roles13:44
evrardjpthis way we can test on demand an AIO from roles.13:44
mgariepyho that's nice :D13:44
mgariepyhttps://review.openstack.org/#/c/525299/2 < backport to ocata as well ?13:45
*** hamza21 has quit IRC13:45
mgariepyhttp://logs.openstack.org/periodic/git.openstack.org/openstack/openstack-ansible/stable/ocata/openstack-ansible-deploy-aio-ubuntu-xenial/914f0ad/job-output.txt.gz#_2017-12-05_06_30_27_80666013:46
*** woodard has joined #openstack-ansible13:52
evrardjpmgariepy: do you know if pyldap also need the same python-ldap bin packages?13:52
evrardjpopenldap-devel etc.13:52
mgariepyno idea.13:52
*** woodard has quit IRC13:52
evrardjpthat's not encouraging: https://github.com/pyldap/pyldap13:53
*** woodard has joined #openstack-ansible13:53
mgariepyLOL13:54
evrardjpyeah.13:54
mgariepythat's awesome...13:54
evrardjpwell...13:54
*** m|y|k has quit IRC13:54
mgariepyI wonder why it breaks my newton install tho..13:55
zkynetevrardjp : Maybe I'll fish them up ^^13:56
evrardjp:)13:57
*** dave-mcc_ has joined #openstack-ansible13:58
zkynettbh if I'm doing that I might as well write it in golang and release a binary13:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build master: Fix ansible lint tests  https://review.openstack.org/52560213:59
*** zkynet has quit IRC13:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build master: Remove pip_install dependency  https://review.openstack.org/52557314:00
*** zkynet has joined #openstack-ansible14:01
evrardjpzkynet: please don't :)14:03
*** esberglu has joined #openstack-ansible14:03
evrardjp:D14:03
evrardjpmgariepy: could you lend me your eyes on something?14:04
evrardjpmgariepy: will do your backport quick14:06
hwoarangevrardjp: do you have any idea what the 172.29.XXXXX is ? http://logs.openstack.org/50/522850/8/check/openstack-ansible-deploy-aio-ubuntu-xenial/de83792/job-output.txt.gz#_2017-12-05_11_38_37_57193414:06
hwoarangsomething looks fishy there14:06
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone stable/ocata: Remove python-ldap and add pyldap  https://review.openstack.org/52561614:08
evrardjphwoarang: yes14:09
evrardjpthat's what I broke14:09
hwoarang^_^14:09
evrardjpI am sorry14:09
*** thorst has joined #openstack-ansible14:09
evrardjphttps://review.openstack.org/#/c/525576/14:09
evrardjpand to avoid this to happen:14:09
hwoarangapologies if that's already discusses i have quite of a backlog to read14:09
evrardjphttps://review.openstack.org/#/c/525521/14:09
evrardjpno worries. I feel bad because all of these changes I've introduced recently are supposed to be for the good, but it feels bad right now.14:10
hwoarangwe will sort it out14:10
hwoarangit's not a big deal14:10
evrardjpwell, on my tests, this whole thing removed a whole 10 minutes in an fullmetal build14:11
evrardjp45->35 minutes it's good14:11
hwoarangindeed14:12
evrardjpI am pretty sure you guys would be happy to have faster gates :)14:13
hwoarangi would be yes14:14
*** sxc731 has joined #openstack-ansible14:15
*** bhujay has quit IRC14:15
*** m|y|k has joined #openstack-ansible14:16
*** m|y|k has quit IRC14:17
mgariepyI would be very happy with a 30 minutes aio build, and also a 30 minute deployment ;)14:17
evrardjpbut that's taking too many shortcuts for a real prod deploy14:19
*** hamza21 has joined #openstack-ansible14:19
evrardjpwell, I have to test further.14:19
evrardjpI don't see why it wouldn't work.14:19
openstackgerritMerged openstack/openstack-ansible-os_monasca-agent master: Remove pip_install dependency  https://review.openstack.org/52555914:21
mgariepyevrardjp, newton is EOL right ?14:22
evrardjpwell technically not yet, but almost.14:22
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_keystone stable/newton: Remove python-ldap and add pyldap  https://review.openstack.org/52562414:22
mgariepyhrm14:22
openstackgerritMerged openstack/openstack-ansible-os_molteniron master: Remove pip_install dependency  https://review.openstack.org/52555714:22
evrardjpnova still hasn't submitted a patch for eol, last I remember.14:22
mgariepyso this one would be acceptable  ?14:23
evrardjpso we are stuck until they do it14:23
evrardjpmgariepy: I am fine with you proposing, I'd rather abstain from voting.14:23
openstackgerritMerged openstack/openstack-ansible-os_monasca master: Remove pip_install dependency  https://review.openstack.org/52555814:24
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Fix tempest plugins installation  https://review.openstack.org/52416614:26
*** goldenfr_ has joined #openstack-ansible14:26
cloudnullevrardjp: still need help with "something really weird"?14:27
cloudnullmgariepy: I'm here today :)14:27
mgariepyyeah14:27
mgariepy:)14:27
mgariepyfirst: we need:  https://review.openstack.org/52562414:27
mgariepyfor newton to continue to work.14:28
cloudnull+214:28
evrardjpcloudnull: I do14:28
mgariepysecond: https://github.com/openstack/openstack-ansible-ops/blob/master/leap-upgrades/upgrade-utilities/neutron-container-forget.sh14:28
cloudnull+2 on https://review.openstack.org/#/c/525616 too14:28
mbuilguys, ubuntu-aio is currentl broken right? I am getting a gate problem14:28
evrardjpyes.14:28
evrardjpI broke it.14:29
evrardjpmbuil: sorry.14:29
mgariepyis there something preventing the new containers to grab existing IP.14:29
mgariepycloudnull, ^^ ?14:29
*** pedja has joined #openstack-ansible14:29
*** armaan has quit IRC14:29
cloudnullmgariepy: nope, we just did that so we don't lose neutron networking to instances until the last possible moment.14:29
cloudnullso we forget the existing containers and rebuild the cloud14:29
mgariepyyeah but if the new container gets the old ip it will probably causes issue with the ip conflict.14:30
evrardjpdear cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc,14:30
cloudnullonce the cloud is rebuilt we redistribute the l3 routers and remove the old containers.14:30
evrardjpJRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking:14:30
evrardjpthe osa bug triage will start in 1h30’. Please have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage14:30
evrardjpy14:30
cloudnullmgariepy: this is VERY possible14:30
cloudnullI hadn't thought of that14:30
mgariepywill probably happen when I do the production upgrade lol14:31
evrardjpcloudnull: haha I haven't either.14:31
*** armaan has joined #openstack-ansible14:31
cloudnullwe've done a few of these upgrades now and so far so good.14:31
evrardjpmgariepy: we've done many of those, but we didn't get this bad luck. But it was in a isolated env.14:31
*** nshetty is now known as nshetty|BMGR14:31
mgariepyyou deploy on /22 or /24 ?14:31
cloudnullkilo > newton w/ <100 hosts in most of the environments. .14:31
evrardjpcloudnull: creating a new one still follow the standard inventory rules, so it should be alright.14:31
evrardjpIIRC14:31
cloudnullall of them were /2214:32
mgariepywith a /24 it would be alot more probably I guess.14:32
cloudnullso our likelyhood of running into that issue low14:32
evrardjpbut why?14:32
cloudnull++ w/ a /24 it'd be high14:32
evrardjpyeah I agree with that, but why would it take an existing?14:32
evrardjpor more "how"?14:33
cloudnullwe forget the neutron agents containers.14:33
mgariepybecause it isn't aware of the ip the old container uses.14:33
cloudnullso the ip would be released back to the pool14:33
evrardjpthe new ones are still following the rules.14:33
evrardjpyeah so what are the chances?14:33
cloudnull1 25414:33
cloudnull1 in 25414:33
evrardjpper agent on a /24 yeah.14:33
mgariepydepend on you config can be a lot less.14:33
evrardjpmaybe we should add a line in file.14:34
evrardjpon the deploy node, to add those IPs into reserved ips.14:34
evrardjpproblem solved14:34
mgariepyyeah14:34
evrardjpnot line in file, but you get me :)14:35
evrardjpnot lineinfile, but a line in file*14:35
cloudnullif running a typical deployment 32 containers per infra host, w/ 3 infra hosts means 96 addresses will be used of which 93 will be known making it a 1 in 161 so the odds are quite high.14:35
openstackgerritMerged openstack/openstack-ansible-os_almanach master: Remove pip_install dependency  https://review.openstack.org/52554314:35
evrardjpcloudnull: wanna wrap your head around my issue?14:35
cloudnullwe should just fense around this.14:36
cloudnullmgariepy: ^14:36
mgariepyyeah14:36
cloudnullbut im not sure what the best approach would be...14:36
mgariepyI would add it to reserved ip ?14:36
cloudnullmaybe we just do an inplace upgrade for the neutron agent containers?14:36
*** ThomasS has quit IRC14:36
mgariepyno.14:36
evrardjpcloudnull: nah don't change the process.14:36
cloudnullok.14:37
cloudnullevrardjp: what issue, sorry.14:37
evrardjpjust fix the unlikelihood14:37
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Remove pip_install dependency  https://review.openstack.org/52554214:37
evrardjpon this: https://review.openstack.org/#/c/504224/14:37
* cloudnull needs coffee still .14:37
mgariepyi like the idea to start from a clean container.14:37
cloudnull++14:37
evrardjpuntil I broke the build, I got something weird:14:37
*** jwitko has joined #openstack-ansible14:37
cloudnullso far its been very successful for us.14:37
evrardjpthis is happening on my all_metal scenario14:37
evrardjpthis scenario works on my machine14:38
evrardjpbut doesn't in gates14:38
evrardjpthe issue is always the same in gates14:38
evrardjp /openstack/venvs/keystone-master/bin/keystone-manage  -- [Errno 2] No such file or directory14:38
*** deus_ex has joined #openstack-ansible14:38
evrardjplet me show you the log in question14:38
evrardjphttp://logs.openstack.org/24/504224/24/check/openstack-ansible-deploy-all_metal-ubuntu-xenial/b9510dc/job-output.txt.gz#_2017-12-04_12_54_33_82939314:39
evrardjpI've added a depends on on a [DNM] patch for keystone. This patch shows the content of /openstack/venvs/keystone-master/bin/14:39
evrardjpit also changes to add --debug into the keystone-manage call.14:40
evrardjpif I do something weird it will break, but this is something NORMAL that fails.14:40
evrardjpthe "no such file or directory" is a red herring.14:40
*** udesale has quit IRC14:40
evrardjpthe question now, is how would I debug this.14:40
*** pedja has quit IRC14:40
evrardjpbecause... works on my machine.14:41
evrardjpor at least worked until I broke everything around it.14:41
openstackgerritMerged openstack/openstack-ansible-os_watcher master: Remove pip_install dependency  https://review.openstack.org/52557014:42
evrardjpcloudnull: also if you could vote on https://review.openstack.org/#/c/525521/14:42
openstackgerritMerged openstack/openstack-ansible-os_searchlight master: Remove pip_install dependency  https://review.openstack.org/52556514:42
evrardjpI don't know if you've seen the comments above :)14:42
openstackgerritMerged openstack/openstack-ansible-repo_server master: Remove pip_install dependency  https://review.openstack.org/52557414:43
*** hc1324 has joined #openstack-ansible14:44
*** ivveh has joined #openstack-ansible14:45
openstackgerritMerged openstack/openstack-ansible-os_rally master: Remove pip_install dependency  https://review.openstack.org/52556314:45
*** nshetty|BMGR is now known as nshetty14:45
goldenfr_Hi, I ran into the keystone pyldap keystone issue last night trying to run a 16.0.4 AIO what is the best way to work around it right now?14:47
*** goldenfr_ is now known as goldenfri14:47
openstackgerritMerged openstack/openstack-ansible-os_tacker master: Remove pip_install dependency  https://review.openstack.org/52556714:49
openstackgerritMerged openstack/openstack-ansible-os_zaqar master: Remove pip_install dependency  https://review.openstack.org/52557114:50
*** udesale has joined #openstack-ansible14:50
mgariepyevrardjp, the no suck file or directory is weird..14:51
*** pbandark has joined #openstack-ansible14:51
mgariepyI've seen something simialar with virsh the other day.14:52
evrardjpgoldenfri: we have patches open14:52
evrardjpoh cloudnull could you give me an insight about:14:52
evrardjphttps://review.openstack.org/#/c/525471/ ?14:53
evrardjpI can do a bump of the os_keystone role , but I'd like to know why the rest.14:53
evrardjpI'd rather we document the urgency.14:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible stable/pike: Update all SHAs for 16.0.5  https://review.openstack.org/52547114:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/pike: Bump keystone role  https://review.openstack.org/52563514:56
evrardjpwe are pulling too much into this14:58
*** udesale has quit IRC14:59
evrardjpcloudnull: is there a reason to bump the upstream git?15:01
cloudnullthe script updated those, I can back those out.15:01
cloudnullif you want.15:01
evrardjpyeah let me remove them15:02
cloudnullok/15:02
evrardjpI will update the text too15:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/pike: Bump roles SHA  https://review.openstack.org/52547115:03
cloudnullexcellent !15:07
*** shardy is now known as shardy_afk15:08
*** nshetty has quit IRC15:11
*** rgogunskiy has quit IRC15:11
openstackgerritMerged openstack/openstack-ansible-os_heat master: Remove pip_install dependency  https://review.openstack.org/52555215:11
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Remove pip_install dependency  https://review.openstack.org/52555415:14
openstackgerritKaio Kassiano Moura Oliveira proposed openstack/openstack-ansible-os_monasca-agent master: Initial OSA zuul v3 role jobs  https://review.openstack.org/52564515:14
*** mrch has quit IRC15:14
hwoarangevrardjp: I have a question about https://review.openstack.org/#/c/525521/. So it's possible to make a change in the apt_package_pinning repo and test it against AIO. How does the AIO know that it should clone the gerrit patchset instead of the git/master for that role?15:15
stuartgris there a way to assign compute nodes into nova availability zones during deployment, or does it have to be done after the deployment is complete?15:17
*** sxc731 has quit IRC15:18
openstackgerritMerged openstack/openstack-ansible-os_designate master: Remove pip_install dependency  https://review.openstack.org/52554915:19
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Remove pip_install dependency  https://review.openstack.org/52554415:20
openstackgerritMerged openstack/openstack-ansible-os_trove master: Remove pip_install dependency  https://review.openstack.org/52556915:20
openstackgerritMerged openstack/openstack-ansible-os_swift master: Remove pip_install dependency  https://review.openstack.org/52556615:23
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: test-log-collect.sh: Collect all environment variables  https://review.openstack.org/52564915:25
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Remove pip_install dependency  https://review.openstack.org/52557215:25
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Remove pip_install dependency  https://review.openstack.org/52555515:26
openstackgerritMerged openstack/openstack-ansible-os_barbican master: Remove pip_install dependency  https://review.openstack.org/52554515:26
*** gouthamr has joined #openstack-ansible15:29
*** armaan has quit IRC15:30
*** armaan has joined #openstack-ansible15:30
evrardjphwoarang: it's like the depends on15:30
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: Avoid using 'roles' reserved variable  https://review.openstack.org/52466015:30
evrardjpwhen the folder is there, it's used15:30
evrardjpby symlinking15:30
hwoarangah i see15:30
hwoarangso we don't clone the gerrit/patchset. zuul does15:31
*** jafeha has quit IRC15:31
openstackgerritMajor Hayden proposed openstack/openstack-ansible stable/pike: Fix crontab errors on CentOS/SUSE  https://review.openstack.org/52552315:31
openstackgerritMajor Hayden proposed openstack/openstack-ansible stable/ocata: Fix crontab errors on CentOS/SUSE  https://review.openstack.org/52565215:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible stable/newton: Fix crontab errors on CentOS/SUSE  https://review.openstack.org/52565315:32
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-ops master: Add reserved IP of old neutron_agent container  https://review.openstack.org/52565415:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_neutron stable/pike: Ensure LBaaSv2 deployment is tested  https://review.openstack.org/52565515:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_neutron stable/ocata: Ensure LBaaSv2 deployment is tested  https://review.openstack.org/52565615:32
mgariepycloudnull, something like that :  https://review.openstack.org/52565415:32
mgariepyi still need to test it tho.15:33
evrardjphwoarang: well to be 100% accurate, zuul has the repo it tests under a variable that we use15:33
*** deus_ex is now known as pedja15:33
openstackgerritMerged openstack/openstack-ansible-os_magnum master: Remove pip_install dependency  https://review.openstack.org/52555615:34
hwoarangok15:34
*** udesale has joined #openstack-ansible15:36
*** sxc731 has joined #openstack-ansible15:36
*** pbandark has quit IRC15:40
*** pbandark has joined #openstack-ansible15:41
mgariepyseems to work correctly on my aio test15:41
*** udesale has quit IRC15:41
*** shardy_afk is now known as shardy15:42
*** udesale has joined #openstack-ansible15:42
openstackgerritMerged openstack/openstack-ansible-apt_package_pinning master: Allow the experimental trigger of the integrated repo  https://review.openstack.org/52552115:46
evrardjpthat was a terrible idea...15:48
*** openstackgerrit has quit IRC15:48
*** jvidal has quit IRC15:49
mgariepyevrardjp, what is ?15:52
evrardjpmy fix :p15:52
mgariepycan I get some eyes on : https://review.openstack.org/#/c/525654/15:53
evrardjpI am thinking of reverting many patches now, but if I am reverting those, I will get further from my on metal performance goal15:53
*** hamza21 has quit IRC15:57
*** bhujay has joined #openstack-ansible16:00
*** wspthr has quit IRC16:02
evrardjpBug triage cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum,16:02
evrardjpdarrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen16:02
evrardjpHere is our bug list for today https://etherpad.openstack.org/p/osa-bugtriage16:02
*** hamzy has quit IRC16:02
evrardjp#startmeeting openstack_ansible_meeting16:02
openstackMeeting started Tue Dec  5 16:02:38 2017 UTC and is due to finish in 60 minutes.  The chair is evrardjp. Information about MeetBot at http://wiki.debian.org/MeetBot.16:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:02
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:02
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:02
evrardjp#topic rollcall16:02
*** openstack changes topic to "rollcall (Meeting topic: openstack_ansible_meeting)"16:02
evrardjpanyone here?16:02
hwoarango/16:03
mgariepyi'm here :D16:03
*** vnogin has quit IRC16:03
spotznoope not here16:03
evrardjpI know the integrated build is borked, and I will think of a way to either revert the whole thing or go ahead. But bug triage time first:)16:03
cshenI'm here.16:03
*** wspthr has joined #openstack-ansible16:03
evrardjp#topic pending bugs16:03
*** openstack changes topic to "pending bugs (Meeting topic: openstack_ansible_meeting)"16:03
*** vnogin has joined #openstack-ansible16:04
*** armaan has quit IRC16:04
evrardjpwoot we are 5, I think we can go ahead.16:04
evrardjpso.16:04
*** vnogin has quit IRC16:04
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173608716:04
openstackLaunchpad bug 1736087 in openstack-ansible "Run playbooks in OpenStack-Ansible" [Undecided,New]16:04
*** openstackgerrit has joined #openstack-ansible16:04
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Remove pip_install dependency  https://review.openstack.org/52556416:04
evrardjpincomplete?16:04
hwoarangyeah16:04
hwoarangthe title needs some fixing too...16:05
evrardjpyeah...16:05
evrardjpbut I can't change it until I understand :)16:05
evrardjpnext16:05
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173599416:05
openstackLaunchpad bug 1735994 in openstack-ansible "OSA AIO build fails on CentOS7 stable/pike during 'TASK [pip_install : Install EPEL and yum priorities plugin]' on first run" [Undecided,New]16:05
evrardjpmgariepy: what's your opinion on this one?16:06
*** vnogin has joined #openstack-ansible16:06
evrardjpCannot find a valid baseurl for repo: base/7/x86_64 makes me think it's not an OSA issue, but apparently it doesn't cause issues before running OSA?16:06
mgariepynetwork issue ? ,maybe the repos were down. ?16:06
*** vnogin has quit IRC16:07
mgariepycopr ?16:07
mgariepythis is anoying16:08
openstackgerritMerged openstack/openstack-ansible-os_horizon master: Remove pip_install dependency  https://review.openstack.org/52555316:08
spotzmgariepy: Or sometimes just a bad mirror too16:08
evrardjpI don't know which one, I hoped that with base/ and the files someone would understand better than me:)16:09
evrardjpok so how do we mark this?16:09
mgariepyI think that if one repo is down it will prevent yum to work as expeected16:10
spotzunconfirmed?16:10
evrardjpAsking if the issue still appears?16:10
evrardjpyeah that's true mgariepy16:10
mgariepysince it doenst know what pkg are in the failing repo.16:10
spotzYeah it'll bork everything16:10
spotzkinda like if apt-get update has an error for a GPG key it stops16:11
evrardjpok I'll ask if that was a transient issue, and if not, I will ask to have more details about which repo is failing.16:11
*** jafeha has joined #openstack-ansible16:11
spotz+116:12
mgariepyperfect.16:13
evrardjpnext16:13
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173594216:13
openstackLaunchpad bug 1735942 in openstack-ansible "github" [Undecided,New] - Assigned to Amy Marrich (amy-marrich)16:13
evrardjpinvalid?16:13
spotzI'll double check it, I think it's similar to the repo issue that it can be transient16:13
hwoarangi dont understand this bug (and the title is again awful)16:14
evrardjphwoarang: agreed :)16:14
evrardjphwoarang: for me, the bug poster says that https://git.openstack.org/openstack/openstack-ansible  isn't reachable.16:14
*** thorst has quit IRC16:15
evrardjpit works for me16:15
spotzevrardjp: That's how I read it and he could only clone when he added the .git likn16:15
evrardjpI think he could only clone when he moved to github16:15
evrardjphence the title16:16
spotzevrardjp: So maybe we just add both options but stress the openstack.org link is the real one and the github is a mirror that could be out of date16:16
evrardjpoh I see what you mean spotz16:16
evrardjpyeah we could change the docs16:17
evrardjpOk I will rename the bug to16:17
hwoarangmaybe he is behind firewall or something ;p16:17
evrardjpIn case of temporary sync issues to github, mark the source of repo to clone to git.openstack.org and github.com in the docs.16:17
evrardjphwoarang: maybe16:18
spotzhwoarang: I've seen it happen, whether it's DNS or something else.No harm providing an alt in the docs16:18
hwoarangsure16:18
spotzI'm definitely not behind a firewall:)16:18
*** aludwar has joined #openstack-ansible16:19
evrardjpconfirmed and wishlist16:19
evrardjpok for everyone?16:19
evrardjpnext16:19
spotzYeah I took like 3 docs related ones, should have some time to know them out this week16:19
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173570916:19
openstackLaunchpad bug 1735709 in openstack-ansible "Grub authentication is not applied on Fedora 26 and Ubuntu 16.04 (at least)" [Undecided,New] - Assigned to Major Hayden (rackerhacker)16:19
mgariepymaybe he have MTU ussues16:20
evrardjp?16:21
evrardjphow is that related to grub?16:21
mgariepylagg, github stuff16:22
spotzNew feature for grub not getting applied?16:22
evrardjpIt looks serious to me16:23
*** mrtenio-afk has quit IRC16:23
*** udesale has quit IRC16:23
evrardjpbut I cannot confirm I haven't configured grub for ages.16:23
spotzevrardjp: I'm a grub v1 person:)16:23
hwoarang(nit hte title should be about ansible-hardening not openstack-ansible)16:24
spotzmhayden thought it important enough to grab it, so I'd give it at leat a medium?16:24
mhaydentrying to get more info from the reporter16:24
mhaydenseems like our current process gets it close but doesn't do a final step perhaps16:24
evrardjpmhayden: should we leave it as new?16:25
evrardjpthis way we talk about it next week16:25
evrardjpok for everyone?16:25
hwoarangok16:25
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173564416:25
openstackLaunchpad bug 1735644 in openstack-ansible "Wrong filename of "os_horizon : Enable the neutron-fwaas-dashboard Horizon panel"" [Undecided,New]16:25
evrardjpincomplete?16:25
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173354016:26
openstackLaunchpad bug 1733540 in openstack-ansible "Prepare the deployment host in OpenStack-Ansible" [Undecided,New] - Assigned to Amy Marrich (amy-marrich)16:26
evrardjplet's move to next one ^16:27
evrardjpspotz: do you deal with the gating?16:27
evrardjpI think this bug can be marked as confirmed16:27
evrardjpI confirm it right now :p16:27
evrardjpI think odyssey4me worked on this16:27
spotzevrardjp: I figured I'd hit docs up. SOmetimes we just need something 'new' to get stuff to build16:27
spotzevrardjp: If odyssey4me is already working oon it pass it to him though16:28
evrardjpodyssey4me: is sick, so we should deal with that right away16:28
evrardjpmarking it as confirmed and high16:28
evrardjpcritical16:28
evrardjpok for everyone? Gates publication are obviously wrong, so it needs quick fixing...16:29
spotzOk let me go hit docs up now. I took one other ping if you need me backin thise channel16:29
evrardjpwe can finish the triage first, don't worry :)16:29
evrardjpok next16:30
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173278616:30
openstackLaunchpad bug 1732786 in openstack-ansible "update pw-token-gen.py" [Undecided,New]16:30
spotzmight take that long for someone in docs to reply:) Chennel is quiet16:30
evrardjpI'd say confirmed wishlist16:31
evrardjpit's not bad but I can see the improvement there16:31
openstackgerritManuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments  https://review.openstack.org/51090916:31
evrardjpok for confirmed/wishlist everyone?16:31
spotzyeah16:31
evrardjpok next16:31
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173252816:32
openstackLaunchpad bug 1732528 in openstack-ansible "playbook creates duplicate configuration lines" [Undecided,New]16:32
hwoaranghmm16:32
evrardjpnot sure to understand16:32
evrardjpI have submitted a comment just right now16:32
evrardjpI have definitely NO CLUE of what's going on there.16:33
spotzduplicatioon steps needed?16:33
evrardjpyeah I think so16:34
evrardjpIncomplete then?16:34
evrardjpok next...16:34
evrardjp#link #link https://bugs.launchpad.net/openstack-ansible/+bug/173248116:34
openstackLaunchpad bug 1732481 in openstack-ansible "qemu config should set security driver to apparmor on ubuntu" [Undecided,New]16:34
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173248116:34
*** vnogin has joined #openstack-ansible16:36
evrardjpconfirmed medium? I'd say high due to the importance, but because even the reporter isn't 100% sure this is the cause of an issue (vs a new feature), I'd limit to medium.16:36
*** hamzy_ has joined #openstack-ansible16:37
evrardjpguys we are not even at the third of the elements to triage...16:38
spotzmedium16:38
evrardjpok thanks for the confirmation!16:38
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173118616:38
openstackLaunchpad bug 1731186 in openstack-ansible "vpnaas_agent.ini wrong config" [Undecided,New]16:38
evrardjp20 minutes remaining!16:38
*** pedja has quit IRC16:39
evrardjpthis is not even a path we've followed in our gates...16:39
spotzevrardjp: I havn't played with the vpn stuff to know if he's right or wrong:(16:39
evrardjpyeah16:39
evrardjpsame fo rme16:39
evrardjplet's leave it open for now, because we can't triage it16:39
evrardjpnext16:39
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173099816:40
openstackLaunchpad bug 1730998 in openstack-ansible "ClamAV update fails if install forces update" [Undecided,New]16:40
*** pedja has joined #openstack-ansible16:40
evrardjpI'd say confirm and medium, and we already have a fix, so low_hanging_fruit on top16:40
evrardjpor confirmed and low16:40
spotzsounds good16:40
*** pedja has quit IRC16:40
*** vnogin has quit IRC16:41
evrardjpI'd say low, there is no big urgency16:41
spotzif we tag it low haning we should probably go with low16:41
evrardjpsorry for my change of mind :)16:41
spotzhehe16:41
evrardjpok16:41
spotzSo glad you can read my typos:)16:41
evrardjpI didn't even notice there was a typo, I just read it!16:42
evrardjp:D16:42
evrardjpamazing!16:42
spotzheheh, next!16:42
* evrardjp has english skills +116:42
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173072216:42
openstackLaunchpad bug 1730722 in openstack-ansible "Pike Horizon Image Create Fails" [Undecided,New]16:42
*** hamzy has joined #openstack-ansible16:42
spotzIf we can't create images that's high. But I'm not seeing where it's horizon and not glance except for the fact CLI does work16:43
spotzso unless we're doing something to the horizon local_settings.py this could be a real horizon bug?16:44
*** pedja has joined #openstack-ansible16:45
evrardjpI don't think we have enough information. It should work.16:45
*** pedja has quit IRC16:46
*** hamzy_ has quit IRC16:46
evrardjpasked a few questions16:47
*** pedja has joined #openstack-ansible16:47
evrardjpI'll mark it as incomplete16:47
evrardjpnext16:47
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/173068816:47
openstackLaunchpad bug 1730688 in openstack-ansible "Missing document for link http://docs.openstack.org/developer/openstack-ansible/developer-docs/inventory.html " [Undecided,New] - Assigned to Amy Marrich (amy-marrich)16:47
*** pedja has quit IRC16:48
evrardjplooks confirmed and high16:49
spotzI'll get the linkage fixed and we can always re-address a rewrite if needed16:49
evrardjpok16:49
*** chyka has joined #openstack-ansible16:49
evrardjpnext16:49
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/172979216:49
openstackLaunchpad bug 1729792 in openstack-ansible "openstack ansible error when execute setup-openstack.yml" [Undecided,New]16:49
*** michelv has quit IRC16:51
evrardjpI'd say we should either mark this as invalid or confirmed low16:51
evrardjphwoarang: what do you think?16:51
hwoarangyep16:52
evrardjpok next16:52
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/172966116:52
openstackLaunchpad bug 1729661 in openstack-ansible "Map instances to new Cell1 takes excessive amounts of time to run on upgraded cloud" [Undecided,New]16:52
evrardjplogan-: 's bug16:52
evrardjpconfirmed and wishlist for now?16:53
spotzsur16:53
evrardjpnext16:53
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/172952516:53
openstackLaunchpad bug 1729525 in openstack-ansible "Can't run bootstrap_ansible with encrypted user_secrets.yml (prompting for password) " [Undecided,New]16:53
*** chyka_ has joined #openstack-ansible16:53
*** hamzy has quit IRC16:54
evrardjpthe problem of --ask-vault-pass is that it will systematically ask the vault pass, even if there is no vaulted file. On top of that, that's very intrusive.16:55
evrardjpI see a value of the encrypted passwords, if we backup.16:55
evrardjpbut I'd rather backup something unencrypted, and have encrypted backups.16:56
evrardjpbut again, that's me16:56
evrardjpand I like the idea of using vault16:56
spotzcan we pull from barbican or something?16:56
evrardjpansible-vault*16:56
spotzk16:56
evrardjpnah that would be too tedious, no openstack is available there.16:56
evrardjpI'd say that we should be able to take CLI arguments, and I don't understand why this wouldn't work16:57
*** chyka has quit IRC16:57
hwoarangso what's the question here? use --ask-vault-pass when we detect an encrypted user_secrets?16:57
logan-no because any user_* variable file could be encrypted16:58
evrardjpwe cannot detect reliably16:58
logan-just pass it if provided16:58
evrardjpyeah but it says it doesn't work16:58
evrardjp:however there's no way to pass '--ask-vault-pass' to that wrapped execution"16:59
evrardjp"however there's no way to pass '--ask-vault-pass' to that wrapped execution" *16:59
logan-right17:00
logan-basically just need a way to provide args to https://github.com/openstack/openstack-ansible/blob/master/scripts/bootstrap-ansible.sh#L285-L28817:00
evrardjpok just tested, and it works.17:00
*** aludwar has quit IRC17:01
logan-he could workaround it with ANSIBLE_VAULT_PASSWORD_FILE in environment but thats not always preferable to providing the password directly on terminal17:02
*** vnogin has joined #openstack-ansible17:02
evrardjpyeah17:02
evrardjpwell it works for me to do openstack-ansible <playbook> --ask-vault-pass17:02
logan-yeah that'll work17:03
evrardjpok17:03
evrardjpso I'll mark this as incomplete17:03
evrardjpbecause I don't understand the issue :)17:03
logan-it is complete17:03
evrardjpoh17:03
evrardjpso invalid?17:03
logan-the github link above ^17:03
logan-aside from envvar there is no way to pass the vault pass arg to that17:04
*** bhujay has quit IRC17:04
evrardjpbut that doesn't matter for this part17:04
logan-we should just support ANSIBLE_PARAMETERS env like other places I guess17:04
evrardjpdoes it?17:04
logan-I think on rebootstrap it might17:04
logan-in an existing env with vars files deployed17:04
*** aludwar has joined #openstack-ansible17:05
logan-oh i see17:05
evrardjpbut this doesn't take env vars17:05
logan-he is running it directly without bootstrap-ansible17:05
logan-so it is going thru the wrapper17:05
evrardjpoh yeh I see17:05
jrosserfrom my ansible.cfg vault_password_file=pull_vault_password.sh <- is that any help?17:06
logan-i think calling it ansible-playbook directly in the venv will work like we do in bootstrap-ansible17:06
logan-because it won't load the vars then17:06
evrardjplogan-: yeah17:06
evrardjpso I think it's an invalid bug here.17:06
logan-yeah17:06
*** sboyron has quit IRC17:06
evrardjpok17:07
evrardjpwe are done for today17:07
evrardjpthanks everyone!17:07
evrardjp#endmeeting17:07
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://goo.gl/tTmdgs"17:07
openstackMeeting ended Tue Dec  5 17:07:23 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:07
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-12-05-16.02.html17:07
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-12-05-16.02.txt17:07
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-12-05-16.02.log.html17:07
evrardjpok now I will fix the gates for master that I triple broke by trying to fix them.17:07
evrardjpsorry for that folks. I really want to have this bare metal story.17:08
openstackgerritJimmy McCrory proposed openstack/openstack-ansible stable/pike: Do not source openstack-ansible.rc when pulling roles  https://review.openstack.org/52569917:12
jmccroryevrardjp logan- ^ cherry-pick to fix last bug that was mentioned17:12
mgariepycloudnull, when doing a leap-upgrade, do you set serial to 100% by default ?17:14
logan-thanks jmccrory and evrardjp for the prescient bugfix :D17:14
mgariepyserial 1 takes a really long time.17:14
*** mbuil has quit IRC17:18
*** pcaruana has joined #openstack-ansible17:22
openstackgerritMerged openstack/openstack-ansible-os_octavia master: Remove pip_install dependency  https://review.openstack.org/52556217:24
*** pcaruana has quit IRC17:26
*** pcaruana has joined #openstack-ansible17:27
*** gkadam has quit IRC17:30
*** SerenaFeng has joined #openstack-ansible17:31
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_server master: Revert "Remove pip_install dependency"  https://review.openstack.org/52571217:32
*** vnogin has quit IRC17:33
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_server master: Revert "Remove pip_install dependency"  https://review.openstack.org/52571217:35
*** michelv has joined #openstack-ansible17:37
*** pedja has joined #openstack-ansible17:40
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-pip_install master: [DNM] - Testing openSUSE pip role  https://review.openstack.org/49619917:42
*** mrtenio has joined #openstack-ansible17:43
*** epalper has quit IRC17:44
*** wspthr has quit IRC17:44
*** wspthr has joined #openstack-ansible17:46
spotzmichelv yoou about?17:47
michelvyep17:48
spotzSweet trying to sort through your bug https://bugs.launchpad.net/openstack-ansible/+bug/173068817:48
openstackLaunchpad bug 1730688 in openstack-ansible "Missing document for link http://docs.openstack.org/developer/openstack-ansible/developer-docs/inventory.html " [High,Confirmed] - Assigned to Amy Marrich (amy-marrich)17:48
michelvyes17:48
spotzso http://docs.openstack.org/developer/openstack-ansible/developer-docs/inventory.html redirects to https://docs.openstack.org/openstack-ansible/latest/ which is probably the highest level of that documentation. To confirm we want the redirect to go to  https://docs.openstack.org/openstack-ansible/latest/reference/index.html ?17:49
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: bindep.txt: Consolidate some RPM depdendencies  https://review.openstack.org/52571617:50
michelvLooks ok to me.17:51
spotzmichelv trying to find the developer-docs repo. How did you get there to start with?:)17:52
michelvJust reading through the docs ;)17:52
spotzmichelv hehe, fair enough and in the last month folks might have added in sooome redirects. You were looking at Pike/latest release?17:53
michelvYep17:54
michelvhttps://docs.openstack.org/project-deploy-guide/openstack-ansible/pike/configure.html17:54
michelvSo the two links in there don't work at this moment17:54
michelvIt might be that there are specific pages17:54
michelvBut as said, I'm just an end user17:54
michelvsorry17:54
spotzmichelv You are our USER!:) so now I know what doc to find to edit and I'll get those fixed:)17:55
spotzhttps://docs.openstack.org/project-deploy-guide/openstack-ansible/pike/configure.html is the correct bad boy to fix:)17:56
*** vnogin has joined #openstack-ansible17:57
michelvthanks17:57
*** pcaruana has quit IRC17:58
spotzmichelv No prob patch will be up shortly. Thanks for finding it:)17:58
michelvnp17:58
*** jose-phillips has quit IRC18:02
TahvokHey guys!18:06
TahvokI'm having a problem with repo container: https://gist.github.com/Tahvok/18485d05433a15759524aba5b854cc1e18:06
TahvokCould not find a version that satisfies the requirement pyasn1>=0.3.718:06
TahvokAnyone know what could that be?18:06
*** jose-phillips has joined #openstack-ansible18:06
TahvokI'm trying to update to 15.1.1218:06
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: Set the default pip index to use the pypi cache when possible  https://review.openstack.org/52280218:08
hwoarangTahvok: i think this is being fixed by https://review.openstack.org/#/c/525471/18:09
*** SerenaFeng has quit IRC18:10
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible master: [DOCS] Update links from pointing to developer-docs  https://review.openstack.org/52572218:11
*** SerenaFeng has joined #openstack-ansible18:11
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible-os_neutron master: [DOCS] Correct typo in config for ovs  https://review.openstack.org/52572418:16
Tahvokhwoarang: from what I checked, there's indeed no such package at: /var/www/repo/os-releases/15.1.12/ubuntu-16.04-x86_6418:19
TahvokOnly pyasn1-0.1.9-py2.py3-none-any.whl18:20
TahvokBut we need pyasn1>=0.3.718:20
Tahvokhwoarang: how can a role bump fix this issue? I don't really understand the repo container process here...18:22
evrardjpTahvok: we are fixing it right now18:22
*** jose-phillips has quit IRC18:23
hwoarangTahvok: the role bump comes with fixed package dependencies too18:23
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone stable/ocata: Remove python-ldap and add pyldap  https://review.openstack.org/52561618:24
hwoarangthe pyasn1 >= 0.3.7 is required by python-ldap which the new role bump doesn't need it anymore18:24
Tahvokhwoarang: Oh I see..18:24
TahvokBut anyway, how does the repo role knows which packages to retrieve?18:24
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone stable/ocata: Remove python-ldap and add pyldap  https://review.openstack.org/52561618:25
evrardjpTahvok: the magic of pip18:25
Tahvokevrardjp: :D18:25
*** ericzolf has quit IRC18:25
evrardjpsome of it may call it dark magic though18:26
TahvokI would need to read the repo_build role I guess18:26
evrardjpbut the whole process is in repo_build18:26
evrardjpyeah18:26
evrardjpIt's far more readable than it was long ago, so you shouldn't be afraid of watching what's in it.18:26
TahvokYeah, I will read it tomorrow18:27
TahvokAnyway, would be nice to have it fixed, kinda stuck in the middle here18:28
TahvokThanks a lot guys for updating here!18:28
evrardjpwe'll update the a-r-r asap18:30
evrardjpfor all the impacted branches.18:30
evrardjpwe release on Friday too, so it's gonna be tagged soon if everything goes well.18:31
openstackgerritMerged openstack/openstack-ansible-repo_server master: Revert "Remove pip_install dependency"  https://review.openstack.org/52571218:34
*** vnogin has quit IRC18:54
*** armaan has joined #openstack-ansible18:55
*** shardy has quit IRC18:58
*** pbandark1 has joined #openstack-ansible18:58
mgariepycloudnull, are you still there?18:59
*** stuartgr has quit IRC19:00
*** vnogin has joined #openstack-ansible19:00
*** pbandark has quit IRC19:01
*** pbandark1 is now known as pbandark19:01
*** armaan has quit IRC19:02
mgariepycloudnull, nova play has finished but my nova-compute doesn't show up the running instances in the stat it's reporting back. is that normal ? the vm is still running tho.19:02
*** armaan has joined #openstack-ansible19:03
*** poopcat has joined #openstack-ansible19:05
*** hc1324 is now known as SimAloo19:06
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: Set the default pip index to use the pypi cache when possible  https://review.openstack.org/52280219:07
*** TxGirlGeek has joined #openstack-ansible19:10
openstackgerritMerged openstack/openstack-ansible stable/pike: Bump roles SHA  https://review.openstack.org/52547119:10
*** hamzy has joined #openstack-ansible19:10
*** poopcat1 has joined #openstack-ansible19:10
*** poopcat has quit IRC19:11
*** zkynet has quit IRC19:11
*** pester has joined #openstack-ansible19:12
*** hamza21 has joined #openstack-ansible19:13
*** TxGirlGeek has quit IRC19:14
*** sxc731 has quit IRC19:15
*** chhavi__ has quit IRC19:16
*** TxGirlGeek has joined #openstack-ansible19:16
*** fxpester has quit IRC19:16
*** chhavi has quit IRC19:16
*** jose-phillips has joined #openstack-ansible19:20
*** jose-phillips has quit IRC19:24
*** cshen_ has joined #openstack-ansible19:26
*** electrofelix has quit IRC19:27
*** jose-phillips has joined #openstack-ansible19:28
spotzevrardjp: Yoou still here?19:28
*** sxc731 has joined #openstack-ansible19:34
*** cshen_ has quit IRC19:36
*** esberglu_ has joined #openstack-ansible19:40
*** vnogin has quit IRC19:41
*** cshen_ has joined #openstack-ansible19:42
*** cshen_ has quit IRC19:42
*** SmearedBeard has joined #openstack-ansible19:43
*** esberglu has quit IRC19:43
*** Smeared_Beard has quit IRC19:44
*** wspthr has quit IRC19:48
*** vnogin has joined #openstack-ansible19:49
*** wspthr has joined #openstack-ansible19:51
*** zkynet has joined #openstack-ansible19:51
*** cshen_ has joined #openstack-ansible19:54
*** SerenaFeng has quit IRC19:56
*** smatzek has quit IRC19:58
evrardjpspotz: I am19:59
evrardjphow can I help?20:00
spotzevrardjp: Ha to loate I was mis-reading. I thought they left out the stable/ for the branch in the github bug. patch incoming20:00
*** jafeha__ has joined #openstack-ansible20:03
*** gkadam has joined #openstack-ansible20:05
*** jafeha has quit IRC20:05
*** hybridpollo has joined #openstack-ansible20:06
*** armaan has quit IRC20:07
*** SerenaFeng has joined #openstack-ansible20:08
*** hybridpolio has joined #openstack-ansible20:08
*** cshen_ has quit IRC20:10
*** SerenaFeng has quit IRC20:10
*** hybridpollo has quit IRC20:11
mgariepycloudnull, disreguard my question, openstack_domain issue.20:11
*** hybridpolio is now known as hybridpollo20:12
*** SerenaFeng has joined #openstack-ansible20:15
*** SerenaFe_ has joined #openstack-ansible20:20
*** SerenaFeng has quit IRC20:21
ionihello guys20:21
ionii'm trying to build latest ocata and repo build is returning error while building keystone venv20:22
ionihttps://paste.xinu.at/EQjrU/20:22
*** SerenaFe_ has quit IRC20:22
ionihttps://paste.xinu.at/Hg5ExP/20:22
mgariepyioni, https://review.openstack.org/#/c/525616/20:23
spotzevrardjp: And now I remember why I like to do only one bug at a time...fricking you have another commit....20:23
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Ensure the proper urls are defined at runtime  https://review.openstack.org/52557620:23
ionimgariepy, thank you20:23
mgariepyioni, you are very welcome20:24
evrardjpmgariepy: could you bump the a-r-r when this patch has merged?20:25
evrardjpI will be out, I am tired now.20:25
ionijust a quick question20:26
ionii'm running now newton, can i skip ocata and go directly to pike?20:26
mgariepyevrardjp, the a-r-r ?20:26
evrardjpmgariepy: ansible-role-requirements20:26
*** vnogin has quit IRC20:26
evrardjpioni: which OS? 16.04 ?20:26
ionievrardjp yes20:27
evrardjpioni: you shouldn't to be honest. Path for upgrades is simple20:27
mgariepyevrardjp, do you have a patch up already ?20:27
*** cshen_ has joined #openstack-ansible20:27
ionievrardjp so you recommend to do the upgrade, newton->ocata, ocata->pike20:28
ioni?20:28
ioniinstead of newton->pike20:28
spotzioni that is the recommended yes20:29
evrardjpioni: yes that's what I'd recommend20:29
ioniroger20:29
evrardjpmgariepy: I don't because the stable/ocate keystone thing hasn't merged yet.20:30
evrardjpso I can't know it's sha that I'd put into the ansible-role-requirements.20:30
mgariepyonly the keystone one ?20:30
evrardjpthat's the urgent one with the asn issue, right?20:30
mgariepyI guess so.20:30
mgariepyif i'20:30
mgariepym still here i'll create hte role bump.20:31
evrardjpok20:31
evrardjpif not, could you ping me? I'll do it when I'll see it20:31
mgariepyok20:31
mgariepyevrardjp, i doubt it will merge before I leave tho.. I'm leaving in 25 minutes.20:36
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible master: [DOCS] Add alternative URL for cloning repo  https://review.openstack.org/52574520:38
evrardjpok I will handle it then20:38
*** zkynet has quit IRC20:38
spotzevrardjp: If you let me know what you need I'll be about for a bit20:38
evrardjpI am staying so I'll do the needful20:39
evrardjpif the patch doesn't merge, I'd be happy if you could make sure it passes20:39
evrardjpthis one: https://review.openstack.org/#/c/525616/20:39
*** vnogin has joined #openstack-ansible20:40
evrardjpif someone could also babysit this one: https://review.openstack.org/#/c/525576/20:40
evrardjpthis one should unblock gates^20:41
evrardjpintegrated20:41
mgariepyany idea why it seems to be linked to 525624  in zuul ? http://zuulv3.openstack.org/20:41
*** vnogin has quit IRC20:44
evrardjpwhat do you mean?20:46
evrardjpoh yeah, depends on20:47
mgariepyall test seems to be passed for : 525616 but there is a line from the 52562420:47
evrardjphttps://review.openstack.org/#/q/I55f1fcd928c70eff3488af50d3dddb588082eb4320:47
evrardjplet me check if they have the same queue for other reasons20:48
mgariepydamn,. they have the same change id :S20:49
evrardjpI think it's the change id.20:49
evrardjponly20:49
evrardjpyup20:49
evrardjpsee my link above20:50
mgariepyok.20:50
mgariepyso the same change id is normal ?20:50
*** kelv_ has joined #openstack-ansible20:55
mgariepyhave a nice evening all. talk to you tomorrow.20:56
*** weezS has joined #openstack-ansible21:03
*** hamza21 has quit IRC21:06
*** vnogin has joined #openstack-ansible21:07
*** vnogin has quit IRC21:08
*** vnogin has joined #openstack-ansible21:09
*** SerenaFeng has joined #openstack-ansible21:11
*** weezS_ has joined #openstack-ansible21:11
*** weezS has quit IRC21:12
*** weezS_ is now known as weezS21:12
*** hamzy has quit IRC21:12
*** poopcat1 is now known as poopcat21:17
*** vnogin has quit IRC21:20
*** cshen_ has quit IRC21:22
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Remove pip_install dependency  https://review.openstack.org/52554821:25
*** gkadam has quit IRC21:38
*** vnogin has joined #openstack-ansible21:43
*** cshen_ has joined #openstack-ansible21:49
*** smatzek has joined #openstack-ansible21:59
*** michelv has quit IRC21:59
*** michelv has joined #openstack-ansible22:00
*** gouthamr has quit IRC22:04
*** smatzek has quit IRC22:04
*** threestrands has joined #openstack-ansible22:05
*** threestrands has quit IRC22:05
*** threestrands has joined #openstack-ansible22:05
*** smatzek has joined #openstack-ansible22:09
*** cshen_ has quit IRC22:10
*** jwitko__ has joined #openstack-ansible22:11
*** jwitko has quit IRC22:14
*** dave-mcc_ is now known as dave-mccowan22:15
*** smatzek has quit IRC22:18
*** jwitko__ has quit IRC22:18
*** savvas has joined #openstack-ansible22:18
*** sxc731 has quit IRC22:25
*** vnogin has quit IRC22:31
*** vnogin has joined #openstack-ansible22:31
*** SerenaFeng has quit IRC22:32
wspthrhey, just started my deployment for osa 16.0.4 it fails at the "pip_install : Install pip packages" stage due to the repo host (which hasn't been built) not beeing reachable. I've deleted the inventory and ansible_facts, have i missed some files or could it be a bug?22:35
*** gouthamr has joined #openstack-ansible22:42
*** jwitko has joined #openstack-ansible22:44
*** lihi has quit IRC22:50
*** lihi has joined #openstack-ansible22:51
evrardjpwspthr: there was a recent change in upstream that basically breaks stuff22:54
evrardjpwe'll tag a new version friday22:54
evrardjpin the meantime if you want, you can run on the head of stable/pike22:55
evrardjpwspthr: https://github.com/openstack/openstack-ansible/commit/6836c7f26e0b18d58c90bfc514b973a3d1f5fa69 patch bumps the keystone failure at build time22:56
evrardjpbut when I read your issue I'd say you may have a configuration issue, so not a bug.22:56
*** SimAloo has quit IRC22:56
openstackgerritKaio Kassiano Moura Oliveira proposed openstack/openstack-ansible-os_monasca-agent master: Initial OSA zuul v3 role jobs  https://review.openstack.org/52564522:58
*** esberglu_ has quit IRC23:01
*** esberglu has joined #openstack-ansible23:01
*** SerenaFeng has joined #openstack-ansible23:04
*** esberglu has quit IRC23:06
wspthrevardjp: great, thanks for the quick reply, seems to be working now \o/23:08
openstackgerritMerged openstack/openstack-ansible master: [DOCS] Update links from pointing to developer-docs  https://review.openstack.org/52572223:09
openstackgerritMerged openstack/openstack-ansible-os_ceilometer stable/newton: Update paste, policy and rootwrap configurations 2017-07-27  https://review.openstack.org/48784923:11
*** smatzek has joined #openstack-ansible23:12
evrardjpspotz: if you could vote on this to unblock gates, that would be cool: https://review.openstack.org/#/c/525576/23:14
*** esberglu has joined #openstack-ansible23:14
evrardjpwspthr: yw !23:16
*** smatzek has quit IRC23:17
*** esberglu has quit IRC23:18
*** weezS has quit IRC23:20
*** dave-mccowan has quit IRC23:23
openstackgerritMerged openstack/openstack-ansible-os_nova master: Remove pip_install dependency  https://review.openstack.org/52556123:30
*** urosorozel has joined #openstack-ansible23:34
*** TxGirlGeek has quit IRC23:43
*** vnogin has quit IRC23:49
*** vnogin has joined #openstack-ansible23:50
openstackgerritMerged openstack/openstack-ansible-tests master: bindep.txt: Consolidate some RPM depdendencies  https://review.openstack.org/52571623:51

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