"Rook-ceph-apps" should not be shown in "system application-list" (r8, dsr8, r7, dsr7)

- Created the include files for apps versions.
- Removed "rook-ceph-apps" from the result of command "system application-list" and command "system application-list -nowrap".

Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com>
Change-Id: I8d944b45e584756c4d956e881ba398d6bf4af4ac
This commit is contained in:
Elaine Fonaro 2023-05-25 10:39:12 -03:00 committed by Elaine A Fonaro Antonio
parent 046e72de21
commit d51ed30038
2 changed files with 41 additions and 22 deletions

View File

@ -0,0 +1,5 @@
.. app-version-begin
.. app-version-end
.. application-version-begin
.. application-version-end

View File

@ -29,19 +29,26 @@ commands to manage containerized applications provided as part of |prod|.
For example: For example:
.. parsed-literal:: .. only:: partner
~(keystone_admin)]$ system application-list --nowrap .. include:: /_includes/application-commands-and-helm-overrides.rest
:start-after: app-version-begin
:end-before: app-version-end
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+ .. only:: starlingx
| application | version | manifest name | manifest file | status | progress |
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+ .. parsed-literal::
| cert-manager | 1.0-34 | cert-manager-fluxcd-manifests | fluxcd-manifests | applied | completed |
| nginx-ingress-controller | 1.1-35 | nginx-ingress-controller-fluxcd-manifests | fluxcd-manifests | applied | completed | ~(keystone_admin)]$ system application-list --nowrap
| oidc-auth-apps | 1.0-68 | oidc-auth-apps-fluxcd-manifests | fluxcd-manifests | uploaded | completed |
| platform-integ-apps | 1.0-52 | platform-integ-apps-fluxcd-manifests | fluxcd-manifests | applied | completed | +--------------------------+---------+-------------------------------------------+------------------+----------+-----------+
| rook-ceph-apps | 1.0-17 | rook-ceph-manifest | manifest.yaml | uploaded | completed | | application | version | manifest name | manifest file | status | progress |
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+ +--------------------------+---------+-------------------------------------------+------------------+----------+-----------+
| cert-manager | 1.0-34 | cert-manager-fluxcd-manifests | fluxcd-manifests | applied | completed |
| nginx-ingress-controller | 1.1-35 | nginx-ingress-controller-fluxcd-manifests | fluxcd-manifests | applied | completed |
| oidc-auth-apps | 1.0-68 | oidc-auth-apps-fluxcd-manifests | fluxcd-manifests | uploaded | completed |
| platform-integ-apps | 1.0-52 | platform-integ-apps-fluxcd-manifests | fluxcd-manifests | applied | completed |
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+
``application-show`` ``application-show``
Use the following command to show details for |prod|. Use the following command to show details for |prod|.
@ -405,18 +412,25 @@ commands to manage containerized applications provided as part of |prod|.
You can look up the name of an application using the :command:`application-list` command: You can look up the name of an application using the :command:`application-list` command:
.. code-block:: none .. only:: partner
~(keystone_admin)]$ system application-list .. include:: /_includes/application-commands-and-helm-overrides.rest
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+ :start-after: application-version-begin
| application | version | manifest name | manifest file | status | progress | :end-before: application-version-end
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+
| cert-manager | 1.0-34 | cert-manager-fluxcd-manifests | fluxcd-manifests | applied | completed | .. only:: starlingx
| nginx-ingress-controller | 1.1-35 | nginx-ingress-controller-fluxcd-manifests | fluxcd-manifests | applied | completed |
| oidc-auth-apps | 1.0-68 | oidc-auth-apps-fluxcd-manifests | fluxcd-manifests | uploaded | completed | .. code-block:: none
| platform-integ-apps | 1.0-52 | platform-integ-apps-fluxcd-manifests | fluxcd-manifests | applied | completed |
| rook-ceph-apps | 1.0-17 | rook-ceph-manifest | manifest.yaml | uploaded | completed | ~(keystone_admin)]$ system application-list
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+ +--------------------------+---------+-------------------------------------------+------------------+----------+-----------+
| application | version | manifest name | manifest file | status | progress |
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+
| cert-manager | 1.0-34 | cert-manager-fluxcd-manifests | fluxcd-manifests | applied | completed |
| nginx-ingress-controller | 1.1-35 | nginx-ingress-controller-fluxcd-manifests | fluxcd-manifests | applied | completed |
| oidc-auth-apps | 1.0-68 | oidc-auth-apps-fluxcd-manifests | fluxcd-manifests | uploaded | completed |
| platform-integ-apps | 1.0-52 | platform-integ-apps-fluxcd-manifests | fluxcd-manifests | applied | completed |
+--------------------------+---------+-------------------------------------------+------------------+----------+-----------+
The output indicates that the currently installed version of **cert-manager** is 1.0-34. The output indicates that the currently installed version of **cert-manager** is 1.0-34.