From c1e9c2f17ce8a9800e3a8b22068411258989d7ea Mon Sep 17 00:00:00 2001 From: Tony Hansen Date: Wed, 3 Mar 2021 16:32:04 +0000 Subject: Revert "[PMSH] Add doc updates for update sub use case" This reverts commit 6132c206cc4a64df2248647326d569393605cf90. Reason for revert: Container not ready; functionality deferred to I release Issue-ID: DCAEGEN2-2653 Issue-ID: DCAEGEN2-2152 Change-Id: I2ed41ce31d0b4e02e8e8a2faaffaef412d61b6d7 Signed-off-by: Tony Hansen ; --- .../pm-subscription-handler/administration.rst | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/sections/services/pm-subscription-handler/administration.rst (limited to 'docs/sections/services/pm-subscription-handler/administration.rst') diff --git a/docs/sections/services/pm-subscription-handler/administration.rst b/docs/sections/services/pm-subscription-handler/administration.rst deleted file mode 100644 index 0cac381e..00000000 --- a/docs/sections/services/pm-subscription-handler/administration.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - -Administration -============== -PMSH has a healthcheck functionality. One can also check the liveliness of the service. - -Updating a Subscription -""""""""""""""""""""""" -Current functionality does not support updating an active (UNLOCKED) subscription at runtime. -To update a subscription: - -- transition the administrativeState from UNLOCKED to LOCKED - -This will attempt to remove any active/running subscriptions from the relevant NFs and set the administrativeState to "LOCKING". -Monitor the administrativeState via the /subscriptions api endpoint until it has fully LOCKED. - -- update the relevant fields of the subscription object - -See :ref:`Subscription configuration` for details. -All subscription fields except the subscriptionName can be updated. - -- transition the administrativeState from LOCKED to UNLOCKED - -This will attempt to create the updated subscription on the relevant NFs. \ No newline at end of file -- cgit 1.2.3-korg