Monday, 2020-01-20

*** dave-mccowan has joined #openstack-ansible00:37
*** dave-mccowan has quit IRC01:45
*** prometheanfire has quit IRC02:39
*** prometheanfire has joined #openstack-ansible03:04
*** udesale has joined #openstack-ansible04:18
*** udesale_ has joined #openstack-ansible04:58
*** udesale has quit IRC05:02
*** evrardjp has quit IRC05:34
*** evrardjp has joined #openstack-ansible05:34
*** elenalindq has joined #openstack-ansible05:55
*** shyamb has joined #openstack-ansible06:24
*** jbadiapa has joined #openstack-ansible07:09
*** shyamb has quit IRC07:26
*** shyamb has joined #openstack-ansible07:33
*** shyamb has quit IRC07:47
*** rpittau|afk is now known as rpittau07:51
*** tosky has joined #openstack-ansible08:17
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Add manila tempest testing  https://review.opendev.org/67465308:27
jrossernoonedeadpunk: did you understand neutron-lib on stein failures?08:30
jrosserI’m concerned that there is an assumption that everything after rocky is py3.....08:30
*** cshen has joined #openstack-ansible08:35
*** shyamb has joined #openstack-ansible08:53
*** sep has quit IRC09:03
*** gshippey has joined #openstack-ansible09:05
*** DanyC has joined #openstack-ansible09:07
*** DanyC has quit IRC09:07
jrosseractually its slightly odd that we build the virtualenv using some constraints https://github.com/openstack/openstack-ansible-os_tempest/blob/stable/stein/tasks/tempest_install_source.yml#L2009:21
jrosserbut i don't think those are used in this task when the tempest plugins are installed https://github.com/openstack/openstack-ansible-os_tempest/blob/stable/stein/tasks/tempest_install_source.yml#L4909:21
arxcruz|offcan someone explain how the installation of ansible roles work on osa jobs?09:22
*** arxcruz|off is now known as arxcruz09:22
arxcruzjesus, forgot to change my nickname :D09:22
arxcruzanyway, I'm tyring to add the ansible-role-collect-logs but it seems to not get properly installed09:22
arxcruznoonedeadpunk: jrosser ^09:27
*** DanyC has joined #openstack-ansible09:27
jrosserarxcruz: well, i tried to explain about the inner/outer ansible before09:27
jrosserafaik the pre/post.yml are playbooks run by zuul, so the installation/location of those roles is likley nothing in the scope of openstack-ansible09:28
jrosserwe deal predominantly with the 'inner' ansible, not the zuul one09:29
*** sep has joined #openstack-ansible09:30
*** jhesketh has quit IRC09:32
arxcruzjrosser: so, i need basically create some sort of script or ansible playbook that will install the role manually correct ?09:33
*** jhesketh has joined #openstack-ansible09:34
jrosserarxcruz: i don't know, someone with zuul knowledge is needed really09:36
*** jopdorp has joined #openstack-ansible09:37
*** shyamb has quit IRC09:37
arxcruzjrosser: ack09:39
*** sep has quit IRC09:43
*** sep has joined #openstack-ansible09:43
*** sep has joined #openstack-ansible09:44
*** sep has quit IRC09:46
*** sep has joined #openstack-ansible09:47
*** sep has joined #openstack-ansible09:49
*** shyamb has joined #openstack-ansible09:51
*** miloa has joined #openstack-ansible10:03
*** shyamb has quit IRC10:10
*** DanyC has quit IRC10:10
*** ivve has joined #openstack-ansible10:15
miloaMorning10:16
*** maharg101 has joined #openstack-ansible10:18
*** DanyC has joined #openstack-ansible10:21
jrosseroh dear what a mess http://lists.openstack.org/pipermail/openstack-discuss/2020-January/012038.html10:22
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/train: Remove log compression before upload  https://review.opendev.org/70336210:26
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/stein: Remove log compression before upload  https://review.opendev.org/70336310:26
*** shyamb has joined #openstack-ansible10:36
*** udesale_ has quit IRC11:02
openstackgerritArx Cruz proposed openstack/openstack-ansible master: DNM - POC - Collect logs  https://review.opendev.org/70267611:14
*** cshen has quit IRC11:14
*** shyamb has quit IRC11:17
*** rpittau is now known as rpittau|bbl11:20
jrosserarxcruz: looks promising http://paste.openstack.org/show/788594/11:23
arxcruzjrosser: yeah...11:25
jrosserdo you know what the role path for zuul ansible is? i'd like to understand some of this better too11:25
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/stein: Remove log compression before upload  https://review.opendev.org/70336311:28
arxcruzjrosser: zbr|drover pointed me to this https://zuul-ci.org/docs/zuul/reference/job_def.html?highlight=roles#attr-job.roles11:28
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Remove log compression before upload  https://review.opendev.org/70336211:29
arxcruzbut it seems that once you get it added, it runs, which means, collect-logs will not run only in the post but also in the pre/run (i don't know)11:29
jrosseraahhh ok11:31
*** shyamb has joined #openstack-ansible11:37
zbr|droverarxcruz: if you don't need zuul to test changes in the role, publish it to galaxy and use it from there.11:37
arxcruzhmmmm that might be a good idea11:39
arxcruzthen i'll use roles: - galaxy: openstack/role right ?11:39
jrossersomething like osa log collection is important enough to us we'd absolutely want to be able to depends-on changes to that role11:40
arxcruzfair enought11:40
arxcruzenough11:40
zbr|droverarxcruz: no! did you read the docs? galaxy is not supported in zuul.11:40
jrosserand if we're going to switch to it, the collect-logs role should gate on an OSA job too11:40
arxcruzzbr|drover: yeah, but there's also jobs.roles.galaxy there11:40
zbr|droverbut if you have a role with meta pointing to galaxy, it should work, I think. never tried myself.11:40
arxcruzlets see what zuul guys say11:41
zbr|drovershould I update the docs theme to make that note RED? ;)11:41
zbr|drover"Galaxy roles are not yet implemented."11:41
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/rocky: Remove log compression before upload  https://review.opendev.org/70337411:44
arxcruzzbr|drover: yes, i understood that, but again, there's a jobs.roles.galaxy11:46
arxcruzThe name of the role in Ansible Galaxy. If this attribute is supplied, Zuul will search Ansible Galaxy for a role by this name and install it. Mutually exclusive with zuul; either galaxy or zuul must be supplied.11:46
arxcruzso, it's a little bit confusing11:46
arxcruzzbr|drover: if jobs.roles.galaxy doesn't work, should at least be marked as: not yet implemented but when it does, it will be like this11:47
zbr|droverarxcruz: it is but you didn't read the documentation11:48
arxcruzzbr|drover: ok11:51
zbr|droverI am rewriting the doc a little bit, it could use a lot of help, that section has too much text, i get bored reading it.11:52
zbr|droveris like someone was paid by number of word written, but is open-source anyone can propose an improvement11:53
arxcruzzbr|drover: not it's much better12:01
openstackgerritMerged openstack/openstack-ansible stable/train: Set fixed version for networking-calico  https://review.opendev.org/70322812:05
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] ceph-mds setup  https://review.opendev.org/70242412:09
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Add manila tempest testing  https://review.opendev.org/67465312:11
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/stein: Set fixed version for networking-calico  https://review.opendev.org/70337812:13
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/rocky: Set fixed version for networking-calico  https://review.opendev.org/70337912:16
openstackgerritArx Cruz proposed openstack/openstack-ansible master: DNM - POC - Collect logs  https://review.opendev.org/70267612:16
*** alti_17 has joined #openstack-ansible12:22
*** DanyC has quit IRC12:25
*** eatthoselemons has quit IRC12:26
*** DanyC has joined #openstack-ansible12:26
*** shyam89 has joined #openstack-ansible12:27
*** mnaser has quit IRC12:27
*** shyamb has quit IRC12:27
*** mnaser has joined #openstack-ansible12:27
*** mhayden has quit IRC12:29
*** mhayden has joined #openstack-ansible12:30
openstackgerritArx Cruz proposed openstack/openstack-ansible master: DNM - POC - Collect logs  https://review.opendev.org/70267612:36
*** shyam89 has quit IRC12:55
arxcruzjrosser: at least now zuul recoginizes the role https://cb75b9f7de79cf5dfd82-897b9d2399687d2e3ad3e42a5a58dea8.ssl.cf2.rackcdn.com/702676/6/check/openstack-ansible-varstest-aio/ca87f1e/job-output.txt12:55
*** DanyC has quit IRC12:56
*** rh-jelabarre has joined #openstack-ansible12:58
*** electrofelix has joined #openstack-ansible13:01
*** electrofelix has quit IRC13:01
*** rlljorge has joined #openstack-ansible13:04
*** ansmith has quit IRC13:04
*** DanyC has joined #openstack-ansible13:06
*** rpittau|bbl is now known as rpittau13:11
*** jopdorp has quit IRC13:25
*** cshen has joined #openstack-ansible13:27
*** gkadam has joined #openstack-ansible13:30
*** gkadam has quit IRC13:31
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Bump ansible version to 2.8.8  https://review.opendev.org/70338913:34
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/train: Bump ansible version to 2.8.8  https://review.opendev.org/70339013:38
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/stein: Bump ansible version to 2.7.16  https://review.opendev.org/70339113:39
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-rabbitmq_server master: Bump rabbitmq version to 3.8.2 and erlang to 22.2.2  https://review.opendev.org/70339413:51
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-ceph_client stable/train: Use print function  https://review.opendev.org/70311413:51
*** ansmith has joined #openstack-ansible13:52
*** rlljorge has quit IRC14:05
*** lkoranda has joined #openstack-ansible14:12
*** lkoranda has quit IRC14:13
*** chandankumar has joined #openstack-ansible14:33
*** udesale has joined #openstack-ansible14:42
*** rlljorge has joined #openstack-ansible14:57
*** johanssone has quit IRC15:03
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add manila CI  https://review.opendev.org/67593415:04
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add manila CI  https://review.opendev.org/67593415:07
*** johanssone has joined #openstack-ansible15:09
*** chandankumar is now known as raukadah15:15
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Add manila tempest testing  https://review.opendev.org/67465315:51
*** cshen has quit IRC15:58
*** udesale has quit IRC16:09
*** openstackgerrit has quit IRC16:13
*** gregwork has joined #openstack-ansible16:19
*** KeithMnemonic has joined #openstack-ansible16:21
*** tosky has quit IRC16:23
jrossernoonedeadpunk / mnaser do you have any thoughts on the failures we have on stable/stein because of the neutron tempest plugin pulling in a py3 version of neutron-lib?16:29
noonedeadpunkjrosser: so my thought was that we sdomehow get master url for constraints here https://opendev.org/openstack/openstack-ansible-os_tempest/src/branch/stable/stein/defaults/main.yml#L48 despite requirements_git_url should be defined in global vars...16:31
*** rlljorge has left #openstack-ansible16:32
jrosserthe venv is created with constraints as far as i can see https://opendev.org/openstack/openstack-ansible-os_tempest/src/branch/master/tasks/tempest_install_source.yml#L2416:32
noonedeadpunks/requirements_git_url/requirements_git_install_branch/16:32
jrosserbut the plugins are not https://opendev.org/openstack/openstack-ansible-os_tempest/src/branch/master/tasks/tempest_install_source.yml#L47-L6116:32
noonedeadpunkoh, indeed16:33
jrosserbut tempest is branchless - blah blah16:35
jrosserso i'm not sure i understand enough what we *should* be doing16:35
noonedeadpunkOk, so requirements for tempest allows us to use lower version https://opendev.org/openstack/neutron-tempest-plugin/src/branch/master/requirements.txt#L616:37
jrosserit's interesting that the debian job works, and the ubuntu one fails16:42
jrosserthe only difference that i see is that the debian one gets it's neutron-lib fro pypi16:42
jrosserand ubuntu gets it from the infra mirror and theres a couple of things, the infra mirror doesn't serve the same metadata that pypi does16:43
*** rpittau is now known as rpittau|afk16:44
jrosserplus the wheel name looks odd, neutron_lib-2.0.0-py2.py3-none-any.whl16:45
*** DanyC has quit IRC16:46
noonedeadpunkanyway neutron-lib 2.0 tag has already been publish, so it' just matter of time16:46
*** DanyC has joined #openstack-ansible16:47
*** alti_17 has quit IRC16:48
*** openstackgerrit has joined #openstack-ansible16:50
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest stable/stein: [WIP] Use contraints for tempest plugins  https://review.opendev.org/70345016:50
jrossernoonedeadpunk: i think its the fact that it has been published that out stable/stein jobs are all br0k16:52
jrosser*our16:52
*** miloa has quit IRC16:56
*** macz has joined #openstack-ansible17:11
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible-os_keystone master: Fix federation scenario assurances os_user usage  https://review.opendev.org/70346217:28
*** evrardjp has quit IRC17:34
*** evrardjp has joined #openstack-ansible17:34
jrossernoonedeadpunk: look here too tempest-22.1.017:44
jrosserargh17:44
jrosserhttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_709/703391/1/check/openstack-ansible-deploy-aio_lxc-ubuntu-bionic/7094b1e/logs/ara-report/result/37a1caab-6447-442c-8b80-125adf108cf3/17:44
jrosserwe install a very recent tempest into the stein job17:44
noonedeadpunkI think we install master everywhere17:46
noonedeadpunkas we don't have tempest bumps in stable branches17:46
noonedeadpunkoh, hm, u-c have tempest 20.0.... but I think since we do clone it - u-c are not applied to tempest itself...17:47
noonedeadpunk(in terms that they have no effect on tempest intself during tempest installation)17:48
noonedeadpunkwhile applied for tempest requirements17:48
jrosserbtw theres a big discussion in #infra about this17:48
noonedeadpunkyeah, I'm keeping an eye on it, but also trying to work on manila (so not very active)17:49
jrosseri'm not sure my understanding is particularly complete17:50
*** DanyC has quit IRC17:54
raukadahjrosser, noonedeadpunk mnaser guilhermesp Happy New Year 2020, let;s make this year awesome again :-)17:56
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Add manila tempest testing  https://review.opendev.org/67465317:57
noonedeadpunkjrosser: debian also fails now https://e36d522c3cb98e5fd761-ceb3fa3461e53fea8d32d5b9e8c24a55.ssl.cf1.rackcdn.com/703450/1/check/openstack-ansible-deploy-aio_metal-debian-stable/7ff15c5/job-output.txt17:59
mnaserthanks raukadah !17:59
noonedeadpunk++ thanks!17:59
jrosserseems we found a big error in the infra wheel building too, they're all .py2.py3 which pip will interpret as universal18:05
*** gundalow has quit IRC18:11
*** gundalow has joined #openstack-ansible18:12
*** tosky has joined #openstack-ansible18:50
jrossernoonedeadpunk: I think this is needingto change too https://github.com/openstack/openstack-ansible-os_tempest/blame/stable/stein/defaults/main.yml#L4718:53
jrosserI think that’s what’s bringing in the master version even on stable branches18:54
noonedeadpunkchange to what? tempest don't have branches18:54
noonedeadpunkto sha?18:54
*** hamzy__ has joined #openstack-ansible18:55
jrosserwhich is exactly opposite to what the comment in the openstack_testing.yml on master branch says should happen18:55
jrosseror release tag, if that works there18:55
jrosseryes sha would work too I guess18:55
*** hamzy_ has quit IRC18:57
jrosserI can mess with this tomorrow18:57
*** mgariepy has quit IRC19:15
*** goldyfruit has joined #openstack-ansible19:35
*** goldyfruit has quit IRC19:39
*** goldyfruit has joined #openstack-ansible19:40
*** nurdie has joined #openstack-ansible20:23
*** nurdie has quit IRC20:24
*** goldyfruit has quit IRC20:40
*** goldyfruit has joined #openstack-ansible20:40
*** elenalindq has quit IRC20:54
guilhermespthanks raukadah21:07
*** ansmith has quit IRC21:42
*** jbadiapa has quit IRC22:29
*** DanyC has joined #openstack-ansible23:03
*** macz has quit IRC23:30
*** ivve has quit IRC23:47
*** tosky has quit IRC23:51

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