Rocky Go Live
Change-Id: I3d110adfdea3564c1cae22d3cb5f45d27aff7df7
This commit is contained in:
parent
2fe5ba3f39
commit
43e8716196
@ -58,7 +58,7 @@ SERIES_INFO = {
|
||||
'ocata': SeriesInfo(date='February 2017', status='maintained'),
|
||||
'pike': SeriesInfo(date='August 2017', status='maintained'),
|
||||
'queens': SeriesInfo(date='March 2018', status='maintained'),
|
||||
'rocky': SeriesInfo(date='August 2018', status='development'),
|
||||
'rocky': SeriesInfo(date='August 2018', status='maintained'),
|
||||
'stein': SeriesInfo(date='April 2019', status='development'),
|
||||
}
|
||||
|
||||
|
@ -151,7 +151,7 @@ redirect 301 /doc-contrib-guide/ui-text-guidelines.html /doc-contrib-guide/ux-ui
|
||||
redirect 301 /doc-contrib-guide/ui-text-guidelines /doc-contrib-guide/ux-ui-guidelines
|
||||
|
||||
# Redirect deploy guides to their branch index.
|
||||
{{ dir_to_page('/project-deploy-guide/(newton|ocata|pike|queens)', '/$1/deploy/') }}
|
||||
{{ dir_to_page('/project-deploy-guide/(newton|ocata|pike|queens|rocky)', '/$1/deploy/') }}
|
||||
# Redirect any deploy guide project directory back to the current stable index
|
||||
{{ path_to_released_series('/project-deploy-guide/?$', '/deploy/') }}
|
||||
|
||||
|
@ -288,13 +288,13 @@
|
||||
type: service-client
|
||||
description: zaqar client
|
||||
|
||||
# - name: swift
|
||||
# service: Object Storage service
|
||||
# service_type: object-store
|
||||
# has_admin_guide: true
|
||||
# has_install_guide: true
|
||||
# has_api_ref: true
|
||||
# type: service
|
||||
- name: swift
|
||||
service: Object Storage service
|
||||
service_type: object-store
|
||||
has_admin_guide: true
|
||||
has_install_guide: true
|
||||
has_api_ref: true
|
||||
type: service
|
||||
- name: python-swiftclient
|
||||
service: Object Storage service Python Bindings
|
||||
type: service-client
|
||||
@ -425,10 +425,10 @@
|
||||
has_api_ref: true
|
||||
has_admin_guide: true
|
||||
has_config_ref: true
|
||||
# - name: python-muranoclient
|
||||
# service: Application Catalog service Python Bindings
|
||||
# type: service-client
|
||||
# description: murano client
|
||||
- name: python-muranoclient
|
||||
service: Application Catalog service Python Bindings
|
||||
type: service-client
|
||||
description: murano client
|
||||
|
||||
- name: senlin
|
||||
service: Clustering service
|
||||
@ -475,13 +475,13 @@
|
||||
type: service-client
|
||||
description: tacker client
|
||||
|
||||
# - name: cloudkitty
|
||||
# service: Rating service
|
||||
# service_type: rating
|
||||
# type: service
|
||||
# has_admin_guide: true
|
||||
# has_config_ref: true
|
||||
# has_install_guide: true
|
||||
- name: cloudkitty
|
||||
service: Rating service
|
||||
service_type: rating
|
||||
type: service
|
||||
has_admin_guide: true
|
||||
has_config_ref: true
|
||||
has_install_guide: true
|
||||
# - name: python-cloudkittyclient
|
||||
# service: Rating service Python Bindings
|
||||
# type: service-client
|
||||
@ -679,14 +679,14 @@
|
||||
type: service-client
|
||||
description: octavia client
|
||||
|
||||
# - name: karbor
|
||||
# service: Data Protection Orchestration Service
|
||||
# service_type: data-protection-orchestration
|
||||
# has_api_ref: true
|
||||
# has_install_guide: true
|
||||
# has_config_ref: true
|
||||
# has_admin_guide: true
|
||||
# type: service
|
||||
- name: karbor
|
||||
service: Data Protection Orchestration Service
|
||||
service_type: data-protection-orchestration
|
||||
has_api_ref: true
|
||||
has_install_guide: true
|
||||
has_config_ref: true
|
||||
has_admin_guide: true
|
||||
type: service
|
||||
- name: python-karborclient
|
||||
service: Data Protection Orchestration Service client
|
||||
has_user_guide: true
|
||||
@ -769,10 +769,10 @@
|
||||
has_config_ref: true
|
||||
has_user_guide: true
|
||||
type: service
|
||||
# - name: python-tricircleclient
|
||||
# service: Networking automation client
|
||||
# type: service-client
|
||||
# description: tricircle client
|
||||
- name: python-tricircleclient
|
||||
service: Networking automation client
|
||||
type: service-client
|
||||
description: tricircle client
|
||||
|
||||
# - name: os-win
|
||||
# service: Windows / Hyper-V library for OpenStack projects.
|
||||
|
@ -174,6 +174,7 @@
|
||||
{{ dir_to_page('/project-deploy-guide/ocata', '/ocata/deploy/') }}
|
||||
{{ dir_to_page('/project-deploy-guide/pike', '/pike/deploy/') }}
|
||||
{{ dir_to_page('/project-deploy-guide/queens', '/queens/deploy/') }}
|
||||
{{ dir_to_page('/project-deploy-guide/rocky', '/rocky/deploy/') }}
|
||||
# Ensure each project's deloy guide is reachable.
|
||||
/project-deploy-guide/openstack-ansible/latest/ 200
|
||||
/project-deploy-guide/openstack-ansible/pike/ 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user