[www] Add kolla and kuryr projects
Redirect kolla and kuryr subprojects to the new location. Add kuryr to index page, kolla is already there. Change-Id: Iaa79de91ea0169ae971ad5d64fc63f63d24364d4
This commit is contained in:
parent
b7a69cb967
commit
80e8d52f4d
@ -35,6 +35,12 @@ redirect 301 /networking-guide/ /ocata/networking-guide/
|
||||
# Redirect old releases content to new location
|
||||
redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1
|
||||
|
||||
# redirect all kuryr sub-repositories appropriately
|
||||
redirectmatch 301 ^/developer/kuryr-(kubernetes|libnetwork|tempest-plugin)/(.*)$ /kuryr-$1/latest/$2
|
||||
|
||||
# redirect all kolla sub-repositories appropriately
|
||||
redirectmatch 301 ^/developer/kolla-(ansible|kubernetes)/(.*)$ /kolla-$1/latest/$2
|
||||
|
||||
# Redirect all openstack-ansible repositories appropriately
|
||||
redirectmatch 301 ^/developer/(ansible-hardening|openstack-ansible-[^/]+)/(.*)$ /$1/latest/$2
|
||||
|
||||
|
@ -799,6 +799,11 @@
|
||||
type: other
|
||||
service: Internationalization of OpenStack projects and documents
|
||||
|
||||
- name: kuryr
|
||||
service: Bridge between container framework and OpenStack abstractions
|
||||
type: service
|
||||
|
||||
|
||||
# Projects that do not appear in the service-types-authority list:
|
||||
# - kuryr
|
||||
# - dragonflow
|
||||
|
Loading…
x
Reference in New Issue
Block a user