6 Commits

Author SHA1 Message Date
Kendall Nelson
2fd27e4e54 Remove retired karbor-dashboard usage
As announced on the openstack-discuss ML[1], Karbor is retiring
this cycle (Wallaby).

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html

Needed-By: https://review.opendev.org/c/openstack/karbor-dashboard/+/767034
Change-Id: I25ed212bbd244d0965c4a879c3a53e69805a5798
2020-12-15 16:04:11 -08:00
Zuul
2b664e298c Merge "Remove retired qinling-dashbaord usage" 2020-12-01 15:48:57 +00:00
Ghanshyam Mann
94707c743b Remove retired searchlight-ui usage
Searchlight project is retiring in Wallaby cycle[1].
This commit removes the usages/support of searchlight-ui
before its code is removed.

Needed-By: https://review.opendev.org/c/openstack/searchlight-ui/+/764528

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018637.html

Change-Id: I4d73c0e09630ad37ef9401137fd55b086178fa2c
2020-11-28 16:06:45 -06:00
Ghanshyam Mann
0335f2f37d Remove retired qinling-dashbaord usage
Qinling project is retiring in Wallaby cycle[1].
This commit removes the usages/support of qinling-dashboard
before its code is removed.

Needed-By: https://review.opendev.org/c/openstack/qinling-dashboard/+/764522

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018638.html

Change-Id: Id143db0e985c7b53cbb16e89547765ad02beed4d
2020-11-28 10:45:45 -06:00
Akihiro Motoki
2327c543a3 Update plugin registry
Victoria-1 milestone passed and release deliverable files are settled,
so it is time to update the plugin registry.

* adjutant-ui has the first release in Ussuri
* congress-dashboard repository has been retiried
  along with congress project retirement.
* neutron-fwaas-dashboard master branch was removed
  along with neutron-fwaas master removal from neutron.

Special entry for mistral-dashboard in list-horizon-plugins.py
is no longer needed as the corresponding release deliverable file
has been fixed.

Change-Id: I3a48552da67329511f84994f7ee2be4fcecab374
2020-06-26 07:43:39 +00:00
Akihiro Motoki
cd80207d09 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
2019-12-23 18:43:24 +09:00