diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ONAP_VNF_Control_Loop.jpg (renamed from docs/vnf_guidelines/ONAP_VNF_Control_Loop.jpg) | bin | 51913 -> 51913 bytes | |||
-rw-r--r-- | docs/VNF_Lifecycle.jpg (renamed from docs/vnf_guidelines/VNF_Lifecycle.jpg) | bin | 16839 -> 16839 bytes | |||
-rw-r--r-- | docs/VNF_VNFC_Relation.jpg (renamed from docs/vnf_guidelines/VNF_VNFC_Relation.jpg) | bin | 454310 -> 454310 bytes | |||
-rw-r--r-- | docs/_static/css/ribbon.css | 63 | ||||
-rwxr-xr-x | docs/_static/favicon.ico | bin | 0 -> 2102 bytes | |||
-rwxr-xr-x | docs/_static/logo_onap_2017.png | bin | 0 -> 6980 bytes | |||
-rw-r--r-- | docs/_templates/layout.html | 19 | ||||
-rw-r--r-- | docs/index.rst | 9 | ||||
-rw-r--r-- | docs/vnf_guidelines.rst (renamed from docs/vnf_guidelines/vnf_guidelines.rst) | 5 | ||||
-rw-r--r-- | docs/vnf_guidelines/index.rst | 25 |
10 files changed, 90 insertions, 31 deletions
diff --git a/docs/vnf_guidelines/ONAP_VNF_Control_Loop.jpg b/docs/ONAP_VNF_Control_Loop.jpg Binary files differindex bc2d101..bc2d101 100644 --- a/docs/vnf_guidelines/ONAP_VNF_Control_Loop.jpg +++ b/docs/ONAP_VNF_Control_Loop.jpg diff --git a/docs/vnf_guidelines/VNF_Lifecycle.jpg b/docs/VNF_Lifecycle.jpg index 45419e6..45419e6 100644 --- a/ # ============LICENSE_START=======================================================
# Copyright (C) 2018 Ericsson. All rights reserved.
# Modifications Copyright (C) 2019-2021 AT&T Intellectual Property.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#################################################################
# Global configuration defaults.
#################################################################
global:
nodePortPrefix: 302
aafEnabled: true
persistence: {}
#################################################################
# Secrets metaconfig
#################################################################
secrets:
- uid: restserver-creds
type: basicAuth
externalSecret: '{{ tpl (default "" .Values.restServer.credsExternalSecret) . }}'
login: '{{ .Values.restServer.user }}'
password: '{{ .Values.restServer.password }}'
- uid: truststore-pass
type: password
externalSecret: '{{ tpl (default "" .Values.certStores.trustStorePasswordExternalSecret) . }}'
password: '{{ .Values.certStores.trustStorePassword }}'
passwordPolicy: required
- uid: keystore-pass
type: password
externalSecret: '{{ tpl (default "" .Values.ce |