summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/pm-subscription-handler/administration.rst
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2021-03-03 16:32:04 +0000
committerTony Hansen <tony@att.com>2021-03-03 16:32:04 +0000
commitc1e9c2f17ce8a9800e3a8b22068411258989d7ea (patch)
treef6823c8aac6d3ea63cebe43b7f162751dc75956f /docs/sections/services/pm-subscription-handler/administration.rst
parent6132c206cc4a64df2248647326d569393605cf90 (diff)
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 <th1395@att.com>;
Diffstat (limited to 'docs/sections/services/pm-subscription-handler/administration.rst')
-rw-r--r--docs/sections/services/pm-subscription-handler/administration.rst25
1 files changed, 0 insertions, 25 deletions
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<Subscription>` 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