Merge "Container release ics version 1.0.0 for E release"
authorHenrik Andersson <henrik.b.andersson@est.tech>
Tue, 28 Jun 2022 11:10:03 +0000 (11:10 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 28 Jun 2022 11:10:03 +0000 (11:10 +0000)
.releases/container-release.yaml [new file with mode: 0644]
docs/conf.py
docs/index.rst
docs/overview.rst

diff --git a/.releases/container-release.yaml b/.releases/container-release.yaml
new file mode 100644 (file)
index 0000000..adeb9ae
--- /dev/null
@@ -0,0 +1,10 @@
+---
+distribution_type: container
+container_release_tag: 1.1.0
+container_pull_registry: nexus3.o-ran-sc.org:10004
+container_push_registry: nexus3.o-ran-sc.org:10002
+project: nonrtric
+ref: 80578e5a9ceb992f28bafb4e32c92815df24d60e
+containers:
+    - name: nonrtric-rapp-ransliceassurance
+      version: 1.1.0
index 4ebe07d..2e4e787 100644 (file)
@@ -11,3 +11,8 @@ linkcheck_ignore = [
 ]
 
 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
+
+#intershpinx mapping with other projects
+intersphinx_mapping = {}
+
+intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)
index 5f79df4..a32952d 100644 (file)
@@ -2,8 +2,8 @@
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2022 Nordix
 
-Non-RT RIC
-==========
+Non-RT RIC RAN Slice Assurance Use Case
+=======================================
 
 .. toctree::
    :maxdepth: 2
@@ -12,5 +12,3 @@ Non-RT RIC
    ./overview.rst
    ./developer-guide.rst
    ./release-notes.rst
-
-* :ref:`search`
index bc7760c..4a9f596 100644 (file)
@@ -3,7 +3,9 @@
 .. Copyright (C) 2022 Nordix
 
 
-RAN Slice Assurance usecase 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+RAN Slice Assurance Use Case
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 A very simplified closed-loop rApp use case to re-prioritize a RAN slice's radio resource allocation priority if sufficient throughput cannot be maintained. Not intended to to be 'real-world'.
+
+This product is a part of :doc:`NONRTRIC <nonrtric:index>`.