commit | b9bdeb4f5ca5c8caaaf813accb4f65cc23b9c9ee | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Fri Jun 19 15:27:42 2020 -0500 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Mon Jun 29 16:23:09 2020 +0000 |
tree | 082879050d98c3c43b8eab8f7cef8458eef17569 | |
parent | 367e148d439042ab43ea3fb610d7f6d456b89b47 [diff] |
Move process-stackviz role from Tempest to Devstack process-stackviz role currently defined in Tempest and used in tempest jobs. Issue with having it in branchless Tempest is that any fix in that role cannot be backported to older Tempest. Also stackviz is not Tempest things it is only used by Tempest jobs. Stackviz can be considered as a service similar to Tempest so inatlling it in Devstack side make sense. Also that will give us advantage to handle the branch specific fixes or backpoting the fixes. This can solve the current issues we are facing on rocky branch - https://zuul.opendev.org/t/openstack/build/c1e2da80537448bfb24331fb4198a931/console#4/0/29/controller Depends-On: https://review.opendev.org/#/c/737037/ Depends-On: https://review.opendev.org/#/c/737075/ Depends-On: https://review.opendev.org/#/c/737076/ Depends-On: https://review.opendev.org/#/c/737077/ Change-Id: Ide74cdf7967975fba9a3230007b35798d23e8bd2