Remove Telemetry Services from docs (pick r6)

Temporarily commented out anything related to the Telemetry Services as this may be required in the future.

Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
Change-Id: Iffb7874b1d8ba940b07fd1e43358d0dba4ed624e
This commit is contained in:
Elisamara Aoki Goncalves 2022-04-05 13:33:30 -03:00 committed by Elisamara Aoki Gonçalves
parent 6ca2809596
commit 366277308c
7 changed files with 28 additions and 19 deletions

View File

@ -145,14 +145,11 @@ commands to manage containerized applications provided as part of |prod|.
+---------------------+--------------------------------+---------------+ +---------------------+--------------------------------+---------------+
| chart name | overrides namespaces | chart enabled | | chart name | overrides namespaces | chart enabled |
+---------------------+--------------------------------+---------------+ +---------------------+--------------------------------+---------------+
| aodh | [u'openstack'] | [False] |
| barbican | [u'openstack'] | [False] | | barbican | [u'openstack'] | [False] |
| ceilometer | [u'openstack'] | [False] |
| ceph-rgw | [u'openstack'] | [False] | | ceph-rgw | [u'openstack'] | [False] |
| cinder | [u'openstack'] | [True] | | cinder | [u'openstack'] | [True] |
| garbd | [u'openstack'] | [True] | | garbd | [u'openstack'] | [True] |
| glance | [u'openstack'] | [True] | | glance | [u'openstack'] | [True] |
| gnocchi | [u'openstack'] | [False] |
| heat | [u'openstack'] | [True] | | heat | [u'openstack'] | [True] |
| helm-toolkit | [] | [] | | helm-toolkit | [] | [] |
| horizon | [u'openstack'] | [True] | | horizon | [u'openstack'] | [True] |
@ -168,12 +165,17 @@ commands to manage containerized applications provided as part of |prod|.
| nova | [u'openstack'] | [True] | | nova | [u'openstack'] | [True] |
| nova-api-proxy | [u'openstack'] | [True] | | nova-api-proxy | [u'openstack'] | [True] |
| openvswitch | [u'openstack'] | [True] | | openvswitch | [u'openstack'] | [True] |
| panko | [u'openstack'] | [False] |
| placement | [u'openstack'] | [True] | | placement | [u'openstack'] | [True] |
| rabbitmq | [u'openstack'] | [True] | | rabbitmq | [u'openstack'] | [True] |
| version_check | [] | [] | | version_check | [] | [] |
+---------------------+--------------------------------+---------------+ +---------------------+--------------------------------+---------------+
.. lines below will be temporarily removed from table:
| aodh | [u'openstack'] | [False] |
| ceilometer | [u'openstack'] | [False] |
| gnocchi | [u'openstack'] | [False] |
| panko | [u'openstack'] | [False] |
- To show the overrides for a particular chart, use the following command. - To show the overrides for a particular chart, use the following command.
System overrides are displayed in the **system_overrides** section of System overrides are displayed in the **system_overrides** section of
the **Property** column. the **Property** column.

View File

@ -25,11 +25,12 @@ services are launched in containers:
* stx-glance * stx-glance
* stx-aodh * stx-aodh
* stx-ironic * stx-ironic
* stx-panko
* stx-barbican * stx-barbican
* stx-ceilometer
* stx-heat * stx-heat
.. * stx-panko
.. * stx-ceilometer
Moving to a new OpenStack release in StarlingX applies updates to the already Moving to a new OpenStack release in StarlingX applies updates to the already
installed OpenStack services. The examples in this section show the upgrade from installed OpenStack services. The examples in this section show the upgrade from
OpenStack Stein to OpenStack Train. OpenStack Stein to OpenStack Train.

View File

@ -75,7 +75,7 @@ Where:
- OpenStack Horizon - dashboard - OpenStack Horizon - dashboard
- Telemetry \(OPTIONAL\) .. - Telemetry \(OPTIONAL\)
- Panko - Event storage - Panko - Event storage

View File

@ -144,14 +144,11 @@ commands to manage containerized applications provided as part of |prod|.
+---------------------+--------------------------------+---------------+ +---------------------+--------------------------------+---------------+
| chart name | overrides namespaces | chart enabled | | chart name | overrides namespaces | chart enabled |
+---------------------+--------------------------------+---------------+ +---------------------+--------------------------------+---------------+
| aodh | [u'openstack'] | [False] |
| barbican | [u'openstack'] | [False] | | barbican | [u'openstack'] | [False] |
| ceilometer | [u'openstack'] | [False] |
| ceph-rgw | [u'openstack'] | [False] | | ceph-rgw | [u'openstack'] | [False] |
| cinder | [u'openstack'] | [True] | | cinder | [u'openstack'] | [True] |
| garbd | [u'openstack'] | [True] | | garbd | [u'openstack'] | [True] |
| glance | [u'openstack'] | [True] | | glance | [u'openstack'] | [True] |
| gnocchi | [u'openstack'] | [False] |
| heat | [u'openstack'] | [True] | | heat | [u'openstack'] | [True] |
| helm-toolkit | [] | [] | | helm-toolkit | [] | [] |
| horizon | [u'openstack'] | [True] | | horizon | [u'openstack'] | [True] |
@ -167,12 +164,17 @@ commands to manage containerized applications provided as part of |prod|.
| nova | [u'openstack'] | [True] | | nova | [u'openstack'] | [True] |
| nova-api-proxy | [u'openstack'] | [True] | | nova-api-proxy | [u'openstack'] | [True] |
| openvswitch | [u'openstack'] | [True] | | openvswitch | [u'openstack'] | [True] |
| panko | [u'openstack'] | [False] |
| placement | [u'openstack'] | [True] | | placement | [u'openstack'] | [True] |
| rabbitmq | [u'openstack'] | [True] | | rabbitmq | [u'openstack'] | [True] |
| version_check | [] | [] | | version_check | [] | [] |
+---------------------+--------------------------------+---------------+ +---------------------+--------------------------------+---------------+
.. lines below will be temporarily removed from table:
| aodh | [u'openstack'] | [False] |
| ceilometer | [u'openstack'] | [False] |
| gnocchi | [u'openstack'] | [False] |
| panko | [u'openstack'] | [False] |
- To show the overrides for a particular chart, use the following command. - To show the overrides for a particular chart, use the following command.
System overrides are displayed in the **system\_overrides** section of System overrides are displayed in the **system\_overrides** section of
the **Property** column. the **Property** column.

View File

@ -16,7 +16,6 @@ Configure OpenStack Services Using Helm Chart Overrides
:maxdepth: 1 :maxdepth: 1
system-configuration-overview system-configuration-overview
creating-optional-telemetry-services
configuring-a-live-migration-completion-timeout-in-nova configuring-a-live-migration-completion-timeout-in-nova
configuring-a-pci-alias-in-nova configuring-a-pci-alias-in-nova
configuring-the-rpc-response-timeout-in-cinder configuring-the-rpc-response-timeout-in-cinder
@ -29,6 +28,8 @@ Configure OpenStack Services Using Helm Chart Overrides
customize-openstack-horizon-and-login-banner-branding customize-openstack-horizon-and-login-banner-branding
enhanced-rbac-policies enhanced-rbac-policies
..section creating-optional-telemetry-services should be added right after system-configuration-overview when necessary
------ ------
Cinder Cinder
------ ------

View File

@ -22,16 +22,13 @@ OpenStack service.
+---------------------------+--------------------------------+ +---------------------------+--------------------------------+
| chart name | overrides namespaces | | chart name | overrides namespaces |
+---------------------------+--------------------------------+ +---------------------------+--------------------------------+
| aodh | [u'openstack'] |
| barbican | [u'openstack'] | | barbican | [u'openstack'] |
| ceilometer | [u'openstack'] |
| ceph-rgw | [u'openstack'] | | ceph-rgw | [u'openstack'] |
| cinder | [u'openstack'] | | cinder | [u'openstack'] |
| dcdbsync | [u'openstack'] | | dcdbsync | [u'openstack'] |
| fm-rest-api | [u'openstack'] | | fm-rest-api | [u'openstack'] |
| garbd | [u'openstack'] | | garbd | [u'openstack'] |
| glance | [u'openstack'] | | glance | [u'openstack'] |
| gnocchi | [u'openstack'] |
| heat | [u'openstack'] | | heat | [u'openstack'] |
| horizon | [u'openstack'] | | horizon | [u'openstack'] |
| ingress | [u'kube-system', u'openstack'] | | ingress | [u'kube-system', u'openstack'] |
@ -49,11 +46,17 @@ OpenStack service.
| openstack-helm-toolkit | [] | | openstack-helm-toolkit | [] |
| openstack-psp-rolebinding | [u'openstack'] | | openstack-psp-rolebinding | [u'openstack'] |
| openvswitch | [u'openstack'] | | openvswitch | [u'openstack'] |
| panko | [u'openstack'] |
| placement | [u'openstack'] | | placement | [u'openstack'] |
| rabbitmq | [u'openstack'] | | rabbitmq | [u'openstack'] |
+---------------------------+--------------------------------+ +---------------------------+--------------------------------+
.. lines below will be temporarily removed from table:
| aodh | [u'openstack'] |
| ceilometer | [u'openstack'] |
| gnocchi | [u'openstack'] |
| panko | [u'openstack'] |
The attribute values of an OpenStack Service's Helm chart represents the The attribute values of an OpenStack Service's Helm chart represents the
configurable parameters of the OpenStack Service. The OpenStack Services' helm configurable parameters of the OpenStack Service. The OpenStack Services' helm
charts are defined upstream charts are defined upstream