Wednesday, 2017-03-08

*** Nilesh has joined #openstack-third-party-ci02:29
Nileshmmedvede : I have upgraded my system to 16.0402:31
Nileshnow default driver tempest test are passing02:32
Nileshcould you please help me setting up the jenkins job config as per new local.conf file chages ?02:33
mmedvedeNilesh: sure, what kind of problem you have setting it up? Are you missing some settings that used to be in localrc?02:36
Nileshyes. i have copied file to02:39
Nileshhttp://paste.openstack.org/show/601859/02:39
*** Apoorva has quit IRC02:39
Nileshplease take a look and02:40
Nileshlast failure logs :http://54.169.104.103/hspass2/02:40
*** Apoorva has joined #openstack-third-party-ci02:40
*** Apoorva has quit IRC02:41
mmedvedeNilesh: last time I asked you to do this http://paste.openstack.org/show/601034/02:46
mmedvedeplease try that02:46
mmedvedeIf you apply the above, you should not have localrc.txt.gz in your logs. And you should only have local.conf.txt.gz02:49
Nileshi think i missed that last time sorry for that . now i have applied it  and started run . will update you02:52
Nileshjust i made small change http://paste.openstack.org/compare/601861/601034/02:52
Nileshbecause in my jobs config DEVSTACK_LOCAL_CONFIG used first time here . append didn't worked last time02:53
mmedvedemakes sense. So I think that should do it. After the run, check contents of your local.conf - the CINDER_ENABLED_BACKENDS should be there02:54
mmedvedeif your jobs still fails, make sure you do not have a separate localrc file.02:56
Nileshokay, am just waiting for results :)02:57
Nileshi just wanted to confirm on one more thing02:59
Nileshwith our driver 2 tests was failing earlier due to storage_protocol vendor_name , it was taking it as default values03:00
Nileshbut not the storage_protocol=nfs vendor_name="Veritas Technologies LLC"03:00
Nileshhttp://54.169.104.103/hspass2/logs/local.conf.txt.gz03:01
Nileshyou can see in last section we are updating this values03:01
Nileshis this correct way ?03:01
mmedvedeNilesh: so it is supposed to go into tempest config, correct? did you check what tempest.conf actually has (in your logs)?03:02
Nilesheven though i tried to do in another way like   export TEMPEST_STORAGE_PROTOCOL=nfs      export TEMPEST_VOLUME_VENDOR='Veritas Technologies LLC'03:02
Nileshno tempest.conf was not having that entries03:03
Nileshafter manually adding test cases was passing03:03
mmedvedeNilesh: maybe try changing the phase from 'post-config' to 'test-config'03:05
mmedvedeI meant, from post-extra into test-config03:06
mmedvede[[test-config|$TEMPEST_CONFIG]]03:06
mmedvedeOur ironic job does something similar, see http://dal05.objectstorage.softlayer.net/v1/AUTH_3d8e6ecb-f597-448c-8ec2-164e9f710dd6/pkvmci/ironic/25/441625/2/check-ironic/tempest-dsvm-ironic-agent_ipmitool/8b843fd/local.conf.txt.gz03:07
Nileshokay, will do that.03:07
Nileshdo we have any documentation ? for function pre_test_hook and exporting DEVSTACK*03:08
mmedvedeNilesh: if you have a doubt on what to use, read through devstack source code and docs03:08
Nileshcan you please share some ref links03:09
mmedvedeNilesh: for pre_test_hook, I am not sure there is much documentation, but read devstack-gate source code as well03:09
mmedvededevstack: https://github.com/openstack-dev/devstack03:10
mmedvededevstack-gate: https://github.com/openstack-infra/devstack-gate03:11
Nileshmmedvede : Thanks a ton for all your help and time, really appreciable!03:16
NileshYour suggestion worked well , devstack is getting installed03:17
mmedvedeNilesh: you're welcome. Let me know if you're able to fix it03:17
mmedvede\o/03:17
NileshDefinitely!!03:18
*** Nilesh has quit IRC04:12
*** savihou has joined #openstack-third-party-ci06:55
*** savihou has quit IRC07:07
*** savihou has joined #openstack-third-party-ci07:07
*** openstackgerrit has quit IRC09:03
*** isaacb has joined #openstack-third-party-ci09:08
*** s-shiono has quit IRC09:32
*** isaacb has quit IRC11:44
*** rfolco has joined #openstack-third-party-ci11:50
*** isaacb has joined #openstack-third-party-ci14:02
*** sandanar has joined #openstack-third-party-ci15:11
*** amit has joined #openstack-third-party-ci15:58
*** amit is now known as Guest3449715:58
Guest34497hi , i am getting error while running the  "nodepool image-build dpc" command16:03
Guest34497the error is as below16:03
Guest34497E: Unable to locate package linux-image-extra-4.2.0-42-generic16:03
Guest34497E: Couldn't find any package by glob 'linux-image-extra-4.2.0-42-generic'16:03
Guest34497 E: Couldn't find any package by regex 'linux-image-extra-4.2.0-42-generic'16:03
Guest34497can someone please help on this16:04
mmedvedeGuest34497: you need to check your image build log, find more context of where the error happens, and go from there. E.g. it could be one of dib elements that needs configuring16:17
Guest34497hi mmedvede16:17
Guest34497I had checked all log file16:18
Guest34497and the error start from below line16:18
Guest344972017-03-08 18:22:14,613 INFO nodepool.image.build.dpc: ++ uname -r16:18
Guest34497nodepool.image.build.dpc: + sudo apt-get -y -qq install linux-image-extra-4.2.0-42-generic16:18
Guest34497nodepool.image.build.dpc: E: Unable to locate package linux-image-extra-4.2.0-42-generic16:18
Guest34497nodepool.image.build.dpc: E: Couldn't find any package by glob 'linux-image-extra-4.2.0-42-generic'16:19
Guest34497nodepool.image.build.dpc: E: Couldn't find any package by regex 'linux-image-extra-4.2.0-42-generic'16:19
Guest34497NFO nodepool.image.build.dpc: ++ /usr/local/share/diskimage-builder/lib/img-functions:run_in_target:66            :   check_break after-error run_in_target bash16:19
Guest34497I had change the field "release : xenial" from "trusty" in nodepool.yaml file16:20
Guest34497and start the nodepool image-build dpc command16:21
Guest34497and it got failed16:21
Guest34497any pointer on this issue will definalty help16:21
mmedvedeGuest34497: you need to find dib element that tries to install the linux-image-extra, and see why it tries to install that version16:24
mmedvedethat version is obviously not available on xenial16:24
mmedvedeGuest34497: your nodepool.yaml should have the list of dib elements in use, so you can go one by one and check each one16:24
Guest34497ok Let me check16:25
mmedvedesome standard dib elements can be found in https://github.com/openstack/diskimage-builder/tree/master/diskimage_builder/elements16:30
*** openstackgerrit has joined #openstack-third-party-ci16:47
openstackgerritMerged openstack/third-party-ci-tools master: Fix up help message in cireporter.py  https://review.openstack.org/44267116:47
Guest34497hi mmedvede16:48
Guest34497i had found the linux-image-extra16:48
Guest34497in /etc/nodepool/elements/puppet/pre-install.d/10-preseed this file16:48
Guest34497i had comment this16:48
Guest34497and re-run the command again16:48
Guest34497command take ~2hrs to comaplete16:49
mmedvedeit generally should not take 2 hours every time. Only first run should take longer. 30 minutes is normal on repeat runs, because it should cache a lot of things it uses.16:50
Guest34497yes16:51
Guest34497Thanks mmedvede16:51
Guest34497will check the result after 30 mins16:52
*** sandanar has quit IRC16:52
*** Guest34497 has quit IRC16:54
*** Apoorva has joined #openstack-third-party-ci18:02
*** isaacb has quit IRC18:27
*** Apoorva_ has joined #openstack-third-party-ci19:34
*** Apoorva has quit IRC19:36
*** Apoorva_ has quit IRC20:13
*** Apoorva has joined #openstack-third-party-ci20:14

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