*** irclogbot_2 has quit IRC | 02:19 | |
*** rcernin has quit IRC | 06:58 | |
*** pcaruana has joined #openstack-rally | 06:58 | |
*** pcaruana has quit IRC | 07:02 | |
*** pcaruana has joined #openstack-rally | 07:02 | |
*** tosky has joined #openstack-rally | 07:13 | |
*** luksky has joined #openstack-rally | 07:23 | |
rallydev-bot | [From Gitter] snecklifter : @andreykurilin one other question, is it a hard requirement for Rally to have access to the admin endpoint? I have specified public endpoint in my config and `rally deployment show` says it is using the public endpoint but verifier fails with errors trying to contact the admin URL? | 07:36 |
---|---|---|
*** e0ne has joined #openstack-rally | 07:40 | |
*** e0ne has quit IRC | 08:11 | |
*** e0ne has joined #openstack-rally | 08:17 | |
*** e0ne has quit IRC | 08:50 | |
*** e0ne has joined #openstack-rally | 08:59 | |
*** e0ne has quit IRC | 09:16 | |
*** e0ne has joined #openstack-rally | 09:35 | |
*** luksky has quit IRC | 10:17 | |
*** e0ne has quit IRC | 10:45 | |
openstackgerrit | Merged openstack/rally-openstack master: [gates]Restore the gate for "rally verify" https://review.openstack.org/642390 | 10:49 |
*** e0ne has joined #openstack-rally | 11:03 | |
*** e0ne has quit IRC | 11:10 | |
*** luksky has joined #openstack-rally | 11:26 | |
*** e0ne has joined #openstack-rally | 12:11 | |
*** rcernin has joined #openstack-rally | 12:19 | |
rallydev-bot | [From Gitter] andreykurilin : @snecklifter hi | 12:31 |
rallydev-bot | [From Gitter] andreykurilin : I guess the reason of such behaviour is that rally doesn't set endpoint type while configuring tempest and admin endpoint types is used by default there | 12:32 |
rallydev-bot | [From Gitter] andreykurilin : @snecklifter I can propose 2 solutions | 12:33 |
rallydev-bot | [From Gitter] snecklifter : @andreykurilin I'm specifically setting OS_ENDPOINT_TYPE though | 12:34 |
rallydev-bot | [From Gitter] andreykurilin : https://github.com/openstack/tempest/blob/9594233ffd93066677aa601c594d55f3a4f188d8/releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml ha | 12:34 |
rallydev-bot | [From Gitter] snecklifter : and OS_INTERFACE for good measure | 12:34 |
rallydev-bot | [From Gitter] andreykurilin : they planned to change default value, but forgot to do that:) | 12:34 |
rallydev-bot | [From Gitter] snecklifter : Well, I have set that anyway | 12:34 |
rallydev-bot | [From Gitter] snecklifter : to public and publicURL | 12:34 |
rallydev-bot | [From Gitter] andreykurilin : @snecklifter setting OS_INTERFACE or OS_ENDPOINT_TYPE should not help | 12:34 |
rallydev-bot | [From Gitter] snecklifter : correct, it doesn't | 12:35 |
rallydev-bot | [From Gitter] andreykurilin : I mean it will be stored in the rally db | 12:35 |
rallydev-bot | [From Gitter] andreykurilin : and used for rally task command as well for rally deployment and partially for rally verify, but tempest itself will know nothing about it | 12:35 |
rallydev-bot | [From Gitter] snecklifter : Right, so it looks like tempest just doesn't respect the public endpoint | 12:36 |
rallydev-bot | [From Gitter] andreykurilin : yes | 12:36 |
rallydev-bot | [From Gitter] andreykurilin : so I have 2 solutions | 12:36 |
*** e0ne has quit IRC | 12:38 | |
rallydev-bot | [From Gitter] snecklifter : @andreykurilin I have created another interface on the rally VM to give it access to the adminURL as a workaround | 12:39 |
rallydev-bot | [From Gitter] snecklifter : but if you have any other ideas, I'm all ears | 12:39 |
rallydev-bot | [From Gitter] andreykurilin : give me a sec | 12:39 |
rallydev-bot | [From Gitter] andreykurilin : I'm writting | 12:39 |
rallydev-bot | [From Gitter] andreykurilin : lol | 12:39 |
rallydev-bot | [From Gitter] snecklifter : ah ok, thanks | 12:39 |
rallydev-bot | [From Gitter] andreykurilin : first one can help in such and other cases and you will not wait for rally team to change/fix something. In case of something is not specified by rally in tempest config, you can manully extend it. It can be done via https://rally.readthedocs.io/en/latest/verification/cli_reference.html#verify-configure-verifier-extend . What you need now is reconfiguring (--reconfig | 12:40 |
rallydev-bot | ure flag) tempest with setting endpoint type. It should be done something like `rally verify configure-verifier --reconfigure --extend '{"identity": {"v3_endpoint_type": "public", "v2_endpoint_type": "public"}}'` | 12:40 |
rallydev-bot | [From Gitter] andreykurilin : The right way is modifing rally code itself | 12:41 |
rallydev-bot | [From Gitter] andreykurilin : https://github.com/openstack/rally-openstack/blob/master/rally_openstack/verification/tempest/config.py#L127-L128 after this line we should add `self.conf.set(section_name, "v3_endpoint_type", self.credential.endpoint_type)` and the same for `v2_endpoint_type` option | 12:42 |
rallydev-bot | [From Gitter] snecklifter : ok, happy to have a poke this evening and see if I can get it working | 12:44 |
rallydev-bot | [From Gitter] andreykurilin : @snecklifter please let me know if it helps, so we will have a prove that such fix works. I do not have env now to check myself:( | 12:45 |
rallydev-bot | [From Gitter] snecklifter : oh dear | 12:46 |
rallydev-bot | [From Gitter] snecklifter : ok, will do | 12:46 |
rallydev-bot | [From Gitter] andreykurilin : @snecklifter but I checked tempest code and I'm sure that this should help :) so I not proposing to execude some random stuff. heh | 12:47 |
*** mvkr has quit IRC | 12:49 | |
*** mvkr has joined #openstack-rally | 13:16 | |
*** irclogbot_2 has joined #openstack-rally | 13:26 | |
*** rcernin has quit IRC | 13:29 | |
*** mrhillsman_wkend is now known as mrhillsman | 14:04 | |
*** e0ne has joined #openstack-rally | 14:06 | |
*** itlinux_ has quit IRC | 14:50 | |
*** luksky has quit IRC | 15:23 | |
*** zhangfei has joined #openstack-rally | 15:23 | |
*** e0ne has quit IRC | 15:24 | |
*** e0ne has joined #openstack-rally | 15:44 | |
*** itlinux has joined #openstack-rally | 15:46 | |
*** e0ne has quit IRC | 15:47 | |
*** zhangfei has quit IRC | 16:20 | |
*** e0ne has joined #openstack-rally | 16:45 | |
*** juhak has quit IRC | 17:29 | |
*** juhak has joined #openstack-rally | 17:30 | |
*** juhak has quit IRC | 17:34 | |
*** juhak has joined #openstack-rally | 17:34 | |
*** e0ne has quit IRC | 17:35 | |
*** zigo has quit IRC | 17:37 | |
*** e0ne has joined #openstack-rally | 17:57 | |
*** mvkr has quit IRC | 18:01 | |
*** e0ne has quit IRC | 18:28 | |
*** itlinux has quit IRC | 18:44 | |
*** mvkr has joined #openstack-rally | 18:48 | |
*** itlinux has joined #openstack-rally | 18:55 | |
*** e0ne has joined #openstack-rally | 19:27 | |
*** luksky has joined #openstack-rally | 19:35 | |
*** itlinux has quit IRC | 20:58 | |
*** itlinux has joined #openstack-rally | 20:59 | |
*** e0ne has quit IRC | 21:03 | |
*** pcaruana has quit IRC | 21:17 | |
*** itlinux has quit IRC | 21:43 | |
*** itlinux has joined #openstack-rally | 21:44 | |
*** itlinux has quit IRC | 21:44 | |
*** mrhillsman is now known as mrhillsman_afk | 21:46 | |
*** rcernin has joined #openstack-rally | 22:40 | |
*** itlinux has joined #openstack-rally | 23:23 | |
*** tosky has quit IRC | 23:28 | |
*** openstackgerrit has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!