Wednesday, 2019-05-22

*** altlogbot_1 has quit IRC00:10
*** altlogbot_2 has joined #refstack00:12
*** markvoelker has joined #refstack04:14
*** markvoelker has quit IRC04:18
*** kopecmartin|off is now known as kopecmartin06:06
*** markvoelker has joined #refstack06:15
*** markvoelker has quit IRC06:49
*** tosky has joined #refstack07:21
*** markvoelker has joined #refstack07:46
*** markvoelker has quit IRC08:18
*** openstackgerrit has joined #refstack08:38
openstackgerritChandan Kumar (raukadah) proposed openstack/python-tempestconf master: Donot remove auth.tempest_roles section  https://review.opendev.org/66060608:38
*** chandankumar has joined #refstack08:41
chandankumarkopecmartin: Hello08:46
chandankumarkopecmartin: Do we still requires orchestration section?08:46
kopecmartinkopecmartin, what orchestration section?08:47
chandankumarkopecmartin: https://logs.rdoproject.org/32/20832/5/check/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset017-queens/605d927/logs/undercloud/home/zuul/tempest/etc/tempest.conf.txt.gz08:48
kopecmartinmaybe not, as heat has heat-tempest-plugin and it uses its own section .. [heat_plugin] or something like that08:50
kopecmartinbut I'd rather confirm with heat people08:50
chandankumarkopecmartin: https://opendev.org/openstack/python-tempestconf/src/branch/master/config_tempest/users.py#L5508:51
chandankumarkopecmartin: do we know why we are removing this https://opendev.org/openstack/python-tempestconf/src/branch/master/config_tempest/users.py#L83 ?08:54
kopecmartinchandankumar, https://github.com/openstack/python-tempestconf/commit/310fd11709b79dc212b804294aae007c683642a208:54
kopecmartinneed to try it on devstack, maybe it doesn't have to be removed completely ..08:55
chandankumarkopecmartin: there is other issue also08:55
chandankumarif auth.tempest_roles = member is setted08:55
kopecmartinthen start with creating a bug08:55
chandankumarand as extra overrides someone passes auth.tempest_roles = creator08:56
chandankumarit got replaced08:56
chandankumarI think it should be appended08:56
kopecmartinif you pass an override, you'll override any value set there previously ..08:59
chandankumarkopecmartin: https://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/utils.py#L33408:59
chandankumarit is also coming from here08:59
kopecmartinuse --append if you want to append a value09:00
chandankumarkopecmartin: in order to fix the queens, https://logs.rdoproject.org/32/20832/5/check/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset030-queens/e11e2cd/logs/undercloud/home/zuul/tempest.log.txt.gz#_2019-05-22_07_38_2709:00
chandankumarkopecmartin: --append is not implemented in validate-tempest role09:00
kopecmartinthen implement it, what's the problem>09:00
kopecmartin?09:00
chandankumarwe are in the process of deprecating it09:01
toskywhere it == validate-tempest, right? But then the replacement should provide that09:01
toskyand in the meantime, --append can still be used09:02
toskyin any case, not a problem of tempestconf, if it provides the functionality09:03
chandankumartosky: currently there is one blocker we need to implement clouds.yaml support for overcloud then we will remove it completely09:03
chandankumarlet me see09:03
toskychandankumar: but then the replacement should provide the functionality09:04
kopecmartinchandankumar, it seems is a complex issue, if you think a change on python-tempestconf side is needed, create a bug on storyboard stating what's wrong, how you suggest to fix it , why, link it with other bugs and important information ..  etc.09:04
toskythat too09:06
*** markvoelker has joined #refstack09:15
*** lifeless_ is now known as lifeless09:46
*** markvoelker has quit IRC09:49
chandankumarkopecmartin: https://review.opendev.org/#/c/660613/ and https://review.opendev.org/66035109:59
chandankumarlet's wait for the result https://review.rdoproject.org/r/#/c/20832/09:59
chandankumarkopecmartin: it is not going to work10:19
chandankumarabove takes care of member role10:19
chandankumarbut not Member role10:19
chandankumarin Tripleo and packstack Member role is used10:19
*** markvoelker has joined #refstack10:46
toskyargh, not again11:10
chandankumarkopecmartin: https://storyboard.openstack.org/#!/story/200575511:15
*** markvoelker has quit IRC11:18
kopecmartinchandankumar, as I'm looking at this log https://logs.rdoproject.org/32/20832/5/check/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset030-queens/e11e2cd/logs/undercloud/home/zuul/tempest.log.txt.gz#_2019-05-22_07_38_2711:19
kopecmartinit fails, because the job didn't specify role as an override11:19
kopecmartintherefore python-tempestconf uses the default value (_member_) which is not present in the environment and therefore it removes the whole option11:19
chandankumarkopecmartin: https://review.opendev.org/#/c/660036/ caused11:19
chandankumarkopecmartin: I am going to include it in the same review11:20
kopecmartinthis is tripleo CI automation issue11:21
kopecmartinthis change is wrong https://review.opendev.org/#/c/660036/11:21
chandankumartempest comes under tripleo ci11:22
chandankumarkopecmartin: https://storyboard.openstack.org/#!/story/200575611:22
kopecmartinit's build on incorrect presumption that this reveiw  https://review.opendev.org/#/c/638617/ is doing something it is not11:22
chandankumarkopecmartin: yes11:25
chandankumarkopecmartin: https://storyboard.openstack.org/#!/story/200575611:25
toskychandankumar: what does it mean that "tempest comes under tripleo ci"?12:13
toskyin this context and channel12:14
*** markvoelker has joined #refstack12:16
chandankumartosky: sorry , it was not meant for here12:26
*** markvoelker has quit IRC12:29
*** tosky has quit IRC14:45
*** tosky has joined #refstack14:46
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Fix checking of roles  https://review.opendev.org/66074814:57
chandankumarkopecmartin: ^^ we also need to handle Member case16:04
chandankumarboth member and Member16:04
kopecmartinchandankumar, hmm, ok, i don't see a problem in that, if it's already trying member, it can also try Member16:08
chandankumarkopecmartin:  we have added workaround there16:09
chandankumarkopecmartin: https://review.opendev.org/#/c/660649/ -> if above patches fixes that16:10
chandankumarI can abandon that16:10
*** kopecmartin is now known as kopecmartin|off16:25
*** chandankumar is now known as raukadah17:14
*** samueldmq has joined #refstack17:51
*** tosky has quit IRC18:30
*** tosky has joined #refstack18:30
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Fix checking of roles  https://review.opendev.org/66074819:49
*** tosky has quit IRC23:11
*** tosky has joined #refstack23:11
*** tosky has quit IRC23:34

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