aboutsummaryrefslogtreecommitdiffstats
path: root/docs/modelingconcepts/external-system.rst
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-24 11:26:41 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-24 16:07:54 +0000
commit4d906e5210c570678bba6db82d85b16ff2ebaaf8 (patch)
tree346c93442c3aa4f8982d26cd2df88bfb337fe162 /docs/modelingconcepts/external-system.rst
parent4c9246c82b12a7b9e0f9ac0230abfdb369ce9ab1 (diff)
Fix doc-rules job and cds-ui build
- Doc changes to satisfy new doc-rules - Fixo f CDS-UI build Issue-ID: CCSDK-3859 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I9471e845afd39d06466da9a5db8fde5acdf15ea1
Diffstat (limited to 'docs/modelingconcepts/external-system.rst')
-rw-r--r--docs/modelingconcepts/external-system.rst15
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/modelingconcepts/external-system.rst b/docs/modelingconcepts/external-system.rst
index 598cd451e..120accb94 100644
--- a/docs/modelingconcepts/external-system.rst
+++ b/docs/modelingconcepts/external-system.rst
@@ -30,7 +30,6 @@ Here are some examples on how to populate the system information within the pack
* - .. code-block:: json
{
- . . .
"dsl_definitions": {
"ipam-1": {
"type": "token-auth",
@@ -47,7 +46,6 @@ Here are some examples on how to populate the system information within the pack
* - .. code-block:: json
{
- . . .
"dsl_definitions": {
"ipam-1": {
"type": "basic-auth",
@@ -56,7 +54,6 @@ Here are some examples on how to populate the system information within the pack
"password": "marley"
}
}
- . . .
}
.. list-table::
@@ -67,19 +64,17 @@ Here are some examples on how to populate the system information within the pack
* - .. code-block:: json
{
- . . .
"dsl_definitions": {
"ipam-1": {
- "type" : "ssl-basic-auth",
- "url" : "http://localhost:32778",
+ "type": "ssl-basic-auth",
+ "url": "http://localhost:32778",
"keyStoreInstance": "JKS or PKCS12",
"sslTrust": "trusture",
"sslTrustPassword": "trustore password",
"sslKey": "keystore",
- "sslKeyPassword: "keystore password"
+ "sslKeyPassword": "keystore password"
}
}
- . . .
}
.. list-table::
@@ -90,7 +85,6 @@ Here are some examples on how to populate the system information within the pack
* - .. code-block:: json
{
- . . .
"dsl_definitions": {
"remote-executor": {
"type": "token-auth",
@@ -99,7 +93,6 @@ Here are some examples on how to populate the system information within the pack
"token": "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw=="
}
}
- . . .
}
.. list-table::
@@ -109,7 +102,6 @@ Here are some examples on how to populate the system information within the pack
* - .. code-block:: json
{
- . . .
"dsl_definitions": {
"netprog-db": {
"type": "maria-db",
@@ -118,5 +110,4 @@ Here are some examples on how to populate the system information within the pack
"password": "netprog"
}
}
- . . .
}