Stop using codenames for the side boxes

The map uses "bucket names" like "openstack-adjacentenablers" as
labels. This was supposed to correspond to GitHub organization
names, but since then the TC decided that all of OpenStack would
be mirrored to a single organization on GitHub, so we don't really
need GitHub-org-compatible names anymore.

Let's get rid of bucket names and just use section names instead,
but adapt some of them so that they match their contents a bit
better.

Change-Id: Ia0e4a6bf132b3b6ace4a247727adf8fd9727087e
This commit is contained in:
Thierry Carrez 2020-07-16 18:27:44 +02:00
parent ab62f1d2df
commit 581dfd02e7
3 changed files with 11 additions and 15 deletions

View File

@ -3,8 +3,7 @@ name: Deployment tools
hide-subtabs: True hide-subtabs: True
tabs: tabs:
- name: Deployment tools - name: Lifecycle management
map-bucket: openstack-lifecyclemanagement
prelude: > prelude: >
Tools and packaging recipes to help install and maintain the lifecycle of Tools and packaging recipes to help install and maintain the lifecycle of
OpenStack deployments. OpenStack deployments.

View File

@ -3,7 +3,6 @@ name: OpenStack Components
tabs: tabs:
- name: OpenStack services - name: OpenStack services
map-bucket: openstack
prelude: > prelude: >
An OpenStack deployment contains a number of components providing An OpenStack deployment contains a number of components providing
APIs to access infrastructure resources. This page lists the various APIs to access infrastructure resources. This page lists the various
@ -747,14 +746,13 @@ tabs:
expect to see from the project in the upcoming release. expect to see from the project in the upcoming release.
title: Horizon - Project Update title: Horizon - Project Update
- name: Operations services - name: Operations tooling
map-bucket: openstack-operations
prelude: > prelude: >
Those services deliver APIs primarily targeted to cloud admins and Those services deliver APIs primarily targeted to cloud admins and
deployers, to help with cloud operations. deployers, to help with cloud operations.
categories: categories:
- category: Monitoring tools - category: Monitoring services
components: components:
- name: ceilometer - name: ceilometer
@ -806,7 +804,7 @@ tabs:
title: Monasca - OpenStack Monitoring - Project Update title: Monasca - OpenStack Monitoring - Project Update
- category: Optimization tools - category: Resource optimization
components: components:
- name: watcher - name: watcher
@ -875,7 +873,7 @@ tabs:
project-team: cloudkitty project-team: cloudkitty
since: Mitaka since: Mitaka
- category: Testing tools - category: Testing / Benchmark
components: components:
- name: rally - name: rally
@ -971,7 +969,7 @@ tabs:
dependencies: dependencies:
- swift - swift
- name: Bridges for adjacent tech - name: Integration enablers
prelude: > prelude: >
Software in this section facilitates integration of OpenStack components Software in this section facilitates integration of OpenStack components
in adjacent open infrastructure stacks. in adjacent open infrastructure stacks.

View File

@ -1,15 +1,14 @@
--- ---
name: SDKs name: Client tools
hide-subtabs: True hide-subtabs: True
tabs: tabs:
- name: SDKs - name: Client tools
map-bucket: openstack-user
prelude: > prelude: >
SDKs are language-specific wrappers around the OpenStack HTTP API. Client-side tools and libraries for interacting with OpenStack APIs.
categories: categories:
- category: Command-line clients - category: CLIs
components: components:
- name: openstackclient - name: openstackclient
@ -23,7 +22,7 @@ tabs:
uniform command set and format. uniform command set and format.
project-team: OpenStackClient project-team: OpenStackClient
- category: Python SDKs - category: SDKs
components: components:
- name: openstacksdk - name: openstacksdk