Add new tests to validate O1
[it/dep.git] / smo-install / oran_oom / topology-server / templates / configmapenv.yaml
1 # Copyright © 2021-2022 AT&T Intellectual Property
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 apiVersion: v1
16 kind: ConfigMap
17 metadata:
18   name: {{ .Values.vnf_name }}-configmapenv
19   labels:
20     vnf-name: {{ .Values.vnf_name }}-env
21     release: {{ .Release.Name }}
22     chart: {{ .Chart.Name }}
23 data:
24   IPv6_ENABLED: {{ .Values.ntsimNg.ipV6Enabled | quote }}
25   SSH_CONNECTIONS: {{ .Values.ntsimNg.sshConnections | quote }}
26   TLS_CONNECTIONS: {{ .Values.ntsimNg.tlsConnections | quote }}
27   NTS_HOST_IP: {{ .Values.vnf_name }}.{{ .Release.Namespace }}
28   NTS_HOST_BASE_PORT: {{ .Values.ntsimNg.ntsHostBasePort | quote }}
29   NTS_HOST_NETCONF_SSH_BASE_PORT: {{ .Values.ntsimNg.ntsHostNetconfSshBasePort | quote }}
30   NTS_HOST_NETCONF_TLS_BASE_PORT: {{ .Values.ntsimNg.ntsHostNetconfTlsBasePort | quote }}
31   NTS_HOST_TRANSFER_FTP_BASE_PORT: {{ .Values.ntsimNg.ntsHostTransferFtpBasePort | quote }}
32   NTS_HOST_TRANSFER_SFTP_BASE_PORT: {{ .Values.ntsimNg.ntsHostTransferSftpBasePort | quote }}
33   NTS_NF_MOUNT_POINT_ADDRESSING_METHOD: {{ .Values.ntsimNg.ntsNfMountPointAddressingMethod | quote }}
34
35   SDN_CONTROLLER_USERNAME: {{ .Values.ntsimNg.sdnControllerUsername | quote }}
36   SDN_CONTROLLER_PASSWORD: {{ .Values.ntsimNg.sdnControllerPassword | quote }} 
37   SDN_CONTROLLER_PROTOCOL: {{ .Values.ntsimNg.sdnControllerProtocol | quote }}
38   SDN_CONTROLLER_CALLHOME_IP: {{ .Values.ntsimNg.sdnControllerCallHomeAddress | quote }}
39   SDN_CONTROLLER_CALLHOME_PORT: {{ .Values.ntsimNg.sdnControllerCallHomePort | quote }}
40   SDN_CONTROLLER_IP: {{ .Values.ntsimNg.sdnControllerAddress | quote }}
41   SDN_CONTROLLER_PORT: {{ .Values.ntsimNg.sdnControllerPort | quote }}
42
43   VES_COMMON_HEADER_VERSION: {{ .Values.ntsimNg.vesCommonHeaderVersion | quote }}
44   VES_ENDPOINT_PROTOCOL: {{ .Values.ntsimNg.vesEndpointProtocol | quote }}
45   VES_ENDPOINT_IP: {{ .Values.ntsimNg.vesEndpointAddress | quote }}
46   VES_ENDPOINT_PORT: {{ .Values.ntsimNg.vesEndpointPort | quote }}
47   VES_ENDPOINT_AUTH_METHOD: {{ .Values.ntsimNg.vesEndpointAuthMethod | quote }}
48   VES_ENDPOINT_USERNAME: {{ .Values.ntsimNg.vesEndpointUsername | quote }}
49   VES_ENDPOINT_PASSWORD: {{ .Values.ntsimNg.vesEndpointPassword | quote }}
50
51   NTS_NF_STANDALONE_START_FEATURES: {{ .Values.ntsimNg.ntsNfStandaloneStartFeatures | quote }}