forked from docs/internal-documentation
introduce service based view description
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: tischrei <tino.schreiber@t-systems.com> Co-committed-by: tischrei <tino.schreiber@t-systems.com>
This commit is contained in:
parent
21d8d17281
commit
43500e04c6
@ -6,3 +6,4 @@ Helpcenter Operations
|
||||
:maxdepth: 2
|
||||
|
||||
backstage_add_repo
|
||||
service_based_view
|
||||
|
87
doc/source/helpcenter/hc_ops/service_based_view.rst
Normal file
87
doc/source/helpcenter/hc_ops/service_based_view.rst
Normal file
@ -0,0 +1,87 @@
|
||||
============================
|
||||
Service Based View knowledge
|
||||
============================
|
||||
|
||||
This document describe necessary knowledge about our Service Based View (SVB)
|
||||
which is the landing page for the specific service. There you have a short
|
||||
description of the service and you get all the links for the service
|
||||
documents.
|
||||
|
||||
Service Based View Code Snippets
|
||||
--------------------------------
|
||||
|
||||
The following Code Snippets represents the necessary information which is
|
||||
needed that SVB can run properly.
|
||||
|
||||
Internal SVB Code Snippet
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. code::
|
||||
|
||||
Cloud Container Engine
|
||||
======================
|
||||
|
||||
CCE provides highly scalable, high-performance, enterprise-class Kubernetes clusters. It supports native Kubernetes applications, tools and easy setup of container runtime environment.
|
||||
|
||||
.. directive_wrapper::
|
||||
:class: container-sbv
|
||||
|
||||
.. service_card::
|
||||
:service_type: cce
|
||||
:environment: internal
|
||||
:umn: Describes the basic concepts, functions, key terms, best practices, FAQs and steps for quickly creating clusters and containerized applications.
|
||||
:api-ref: Describes the APIs provided by CCE including the functions, parameters, and examples of each API.
|
||||
:best-practice: To use Cloud Container Engine more securely, reliably, flexibly, and efficiently, you are advised to follow the following best practices.
|
||||
|
||||
Documents registration under: `otc_metadata/data/documents <https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata/src/branch/main/otc_metadata/data/documents>`_
|
||||
|
||||
|
||||
Public SVB Code Snippet
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. code::
|
||||
|
||||
Cloud Container Engine
|
||||
======================
|
||||
|
||||
CCE provides highly scalable, high-performance, enterprise-class Kubernetes clusters. It supports native Kubernetes applications, tools and easy setup of container runtime environment.
|
||||
|
||||
.. directive_wrapper::
|
||||
:class: container-sbv
|
||||
|
||||
.. service_card::
|
||||
:service_type: cce
|
||||
:umn: Describes the basic concepts, functions, key terms, best practices, FAQs and steps for quickly creating clusters and containerized applications.
|
||||
:api-ref: Describes the APIs provided by CCE including the functions, parameters, and examples of each API.
|
||||
:best-practice: To use Cloud Container Engine more securely, reliably, flexibly, and efficiently, you are advised to follow the following best practices.
|
||||
|
||||
Documents registration under: `otc_metadata/data/documents <https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata/src/branch/main/otc_metadata/data/documents>`_
|
||||
|
||||
Possible Document Names
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The following document short names can be used to reference specific document types which are listed in the `Helpcenter Metadata <https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata>`_ .
|
||||
New document types can be requested by creating an issue under https://github.com/opentelekomcloud-docs/docsportal/issues or get in contact
|
||||
with Ecosystem Squad.
|
||||
|
||||
* api-ref
|
||||
* blueprints
|
||||
* caf
|
||||
* dev
|
||||
* image-creation-guide
|
||||
* tool-guide
|
||||
* mycredential
|
||||
* public-images
|
||||
* sdk-ref
|
||||
* operation-guide
|
||||
* operation-guide-lts
|
||||
* parallel-file-system
|
||||
* permissions-configuration-guide
|
||||
* permissions
|
||||
* swiftapi
|
||||
* s3api
|
||||
* umn
|
||||
* umn2
|
||||
* best-practice
|
||||
* sqlreference
|
||||
* guidelines
|
@ -28,11 +28,11 @@ Sync work with main currently do not support sync in console and you need to do
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
Host gitea.eco.tsi-dev.otc-service.com
|
||||
User git
|
||||
Port 2222
|
||||
HostName gitea.eco.tsi-dev.otc-service.com
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
Host gitea.eco.tsi-dev.otc-service.com
|
||||
User git
|
||||
Port 2222
|
||||
HostName gitea.eco.tsi-dev.otc-service.com
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
You should be able to ssh gitea and get You've successfully authenticated message.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user