summaryrefslogtreecommitdiff
path: root/tools/executable_files.txt
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2019-12-20 18:43:01 +0900
committerAkihiro Motoki <amotoki@gmail.com>2019-12-23 18:43:24 +0900
commitcd80207d0952bea9e03b4565b4f8fca8df566283 (patch)
treeccd4c4f6bb0ebb056e6e69f3c61a517f21c07854 /tools/executable_files.txt
parent3a829be260a6c1ee8c8a73a0ff59cc68bb8d245a (diff)
downloadhorizon-cd80207d0952bea9e03b4565b4f8fca8df566283.tar.gz
Generate plugin registry based on releases repo
The plugin registry is maintained manually, so it tends to be out-of-date. The deliverble files in openstack/releases repository provide information on repositories and bug trackers. It sounds reasonable to me to generate the plugin registry based on infomration in the openstack/releases repo. The script added picks up deliverables marked as horizon-plugin. mistral-dashboard and networking-bgpvpn dashboard are released in different ways, so they are handled specially in the script. How to run: ./tools/list-horizon-plugins.py \ --csv-file plugin-registry.csv \ ../releases ussuri Note that this commit does not autogenerate the plugin registry. The script still needs to be run manually. Further automation would be the next step. Note that bug trackers of senlin-dashboard and trove-dashboard in the releases repo looks out-of-date. I will submit a fix for them soon. The downside of the automation is that we cannot list non-official horizon plugins but I believe it is a good compromise. The only non-offical plugin listed now is the group-based-policy UI, but it is questionable whether it is still maintained well. Change-Id: Id56be13fb93c6dc123e7cfb1c906357cdf59732b
Diffstat (limited to 'tools/executable_files.txt')
-rw-r--r--tools/executable_files.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/executable_files.txt b/tools/executable_files.txt
index ebd5dcb4a..c3c901919 100644
--- a/tools/executable_files.txt
+++ b/tools/executable_files.txt
@@ -1,7 +1,8 @@
./manage.py
./node_modules
./tools/abandon_old_reviews.sh
+./tools/find_settings.py
./tools/gate/integration/post_test_hook.sh
./tools/gate/integration/pre_test_hook.sh
+./tools/list-horizon-plugins.py
./tools/unit_tests.sh
-./tools/find_settings.py