Added --reuse-values to the "system helm-override-update" command
Updated Patchset 1 comments Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com> Change-Id: I75253277515425e9b933686635a62e3f63141e93 Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
This commit is contained in:
parent
f6180faca7
commit
b0c38784b5
@ -9,6 +9,10 @@ Application Commands and Helm Overrides
|
|||||||
Use |prod| :command:`system application` and :command:`system helm-override`
|
Use |prod| :command:`system application` and :command:`system helm-override`
|
||||||
commands to manage containerized applications provided as part of |prod|.
|
commands to manage containerized applications provided as part of |prod|.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Application commands and Helm overrides apply to **user overrides** only
|
||||||
|
and take precedence over system overrides.
|
||||||
|
|
||||||
.. rubric:: |proc|
|
.. rubric:: |proc|
|
||||||
|
|
||||||
- Use the following command to list all containerized applications provided
|
- Use the following command to list all containerized applications provided
|
||||||
|
@ -147,7 +147,7 @@ In order to enable and configure |SNMP|, complete the following steps.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)$ system helm-override-update --values user_conf.yaml snmp snmp kube-system
|
~(keystone_admin)$ system helm-override-update --reuse-values --values user_conf.yaml snmp snmp kube-system
|
||||||
+----------------+------------------------------------------------------------------------------------------------------------+
|
+----------------+------------------------------------------------------------------------------------------------------------+
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
+----------------+------------------------------------------------------------------------------------------------------------+
|
+----------------+------------------------------------------------------------------------------------------------------------+
|
||||||
@ -230,7 +230,7 @@ In order to enable and configure |SNMP|, complete the following steps.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)$ system helm-override-update --values snmp_port.yaml nginx-ingress-controller ingress-nginx kube-system
|
~(keystone_admin)$ system helm-override-update --reuse-values --values snmp_port.yaml nginx-ingress-controller ingress-nginx kube-system
|
||||||
+----------------+------------------------------------------+
|
+----------------+------------------------------------------+
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
+----------------+------------------------------------------+
|
+----------------+------------------------------------------+
|
||||||
@ -369,7 +369,7 @@ update its configuration.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)$ system helm-override-update --values user_conf.yaml snmp snmp kube-system
|
~(keystone_admin)$ system helm-override-update --reuse-values --values user_conf.yaml snmp snmp kube-system
|
||||||
+----------------+------------------------------------------------------------------------------------------------------------+
|
+----------------+------------------------------------------------------------------------------------------------------------+
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
+----------------+------------------------------------------------------------------------------------------------------------+
|
+----------------+------------------------------------------------------------------------------------------------------------+
|
||||||
@ -442,7 +442,7 @@ Modify the external UDP port used for receiving SNMP requests.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)$ system helm-override-update --values snmp_port.yaml nginx-ingress-controller nginx-ingress kube-system
|
~(keystone_admin)$ system helm-override-update --reuse-values --values snmp_port.yaml nginx-ingress-controller nginx-ingress kube-system
|
||||||
+----------------+------------------------------------------+
|
+----------------+------------------------------------------+
|
||||||
| Property | Value |
|
| Property | Value |
|
||||||
+----------------+------------------------------------------+
|
+----------------+------------------------------------------+
|
||||||
@ -511,7 +511,7 @@ traps will not be generated.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)$ system helm-override-update --values user_conf.yaml snmp snmp kube-system
|
~(keystone_admin)$ system helm-override-update --reuse-values --values user_conf.yaml snmp snmp kube-system
|
||||||
~(keystone_admin)$ system application-apply snmp
|
~(keystone_admin)$ system application-apply snmp
|
||||||
|
|
||||||
#. Modify your nginx ingress controller Helm chart values file
|
#. Modify your nginx ingress controller Helm chart values file
|
||||||
@ -537,5 +537,5 @@ traps will not be generated.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)$ system helm-override-update --values snmp_port.yaml nginx-ingress-controller nginx-ingress kube-system
|
~(keystone_admin)$ system helm-override-update --reuse-values --values snmp_port.yaml nginx-ingress-controller nginx-ingress kube-system
|
||||||
~(keystone_admin)$ system application-apply nginx-ingress-controller
|
~(keystone_admin)$ system application-apply nginx-ingress-controller
|
||||||
|
@ -64,7 +64,7 @@ repository, see |admintasks-doc|: :ref:`Set up a Public Repository in Local Dock
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)]$ system helm-override-update --values cm-override-values.yaml cert-manager cert-manager cert-manager
|
~(keystone_admin)]$ system helm-override-update --reuse-values --values cm-override-values.yaml cert-manager cert-manager cert-manager
|
||||||
|
|
||||||
#. Reapply cert-manager.
|
#. Reapply cert-manager.
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@ with read/write type access to a single private namespace
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)$ system helm-override-update --values rbd-namespaces.yaml \
|
~(keystone_admin)$ system helm-override-update --reuse-values --values rbd-namespaces.yaml \
|
||||||
platform-integ-apps rbd-provisioner kube-system
|
platform-integ-apps rbd-provisioner kube-system
|
||||||
|
|
||||||
#. Apply the application.
|
#. Apply the application.
|
||||||
|
@ -9,6 +9,10 @@ Application Commands and Helm Overrides
|
|||||||
Use |prod| :command:`system application` and :command:`system helm-override`
|
Use |prod| :command:`system application` and :command:`system helm-override`
|
||||||
commands to manage containerized applications provided as part of |prod|.
|
commands to manage containerized applications provided as part of |prod|.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Application commands and Helm overrides apply to **user overrides** only
|
||||||
|
and take precedence over system overrides.
|
||||||
|
|
||||||
.. rubric:: |proc|
|
.. rubric:: |proc|
|
||||||
|
|
||||||
- Use the following command to list all containerized applications provided
|
- Use the following command to list all containerized applications provided
|
||||||
|
@ -36,7 +36,7 @@ to apply other Nova overrides globally.
|
|||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
~(keystone_admin)]$ system helm-override-update --values ./nova_override.yaml |prefix|-openstack nova openstack --reuse-values
|
~(keystone_admin)]$ system helm-override-update --reuse-values --values ./nova_override.yaml |prefix|-openstack nova openstack --reuse-values
|
||||||
|
|
||||||
#. Confirm that the user\_override lists the correct live migration completion timeout.
|
#. Confirm that the user\_override lists the correct live migration completion timeout.
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ list.
|
|||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
~(keystone_admin)]$ system helm-override-update --values ./gpu_override.yaml |prefix|-openstack nova openstack --reuse-values
|
~(keystone_admin)]$ system helm-override-update --reuse-values --values ./gpu_override.yaml |prefix|-openstack nova openstack --reuse-values
|
||||||
|
|
||||||
#. Apply the changes.
|
#. Apply the changes.
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ override.
|
|||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
~(keystone_admin)]$ system helm-override-update --values /home/sysadmin/cinder-overrides.yaml |prefix|-openstack cinder openstack --reuse-values
|
~(keystone_admin)]$ system helm-override-update --reuse-values --values /home/sysadmin/cinder-overrides.yaml |prefix|-openstack cinder openstack
|
||||||
|
|
||||||
#. Confirm that the user\_override lists the correct live migration completion timeout.
|
#. Confirm that the user\_override lists the correct live migration completion timeout.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user