Commit d49c4b99 authored by Mohammad Ismaeel's avatar Mohammad Ismaeel
Browse files

Openroadm configuration via TAPI

parent 6da41c6c
Loading
Loading
Loading
Loading

.context.log.swp

0 → 100644
+128 KiB

File added.

No diff preview for this file type.

delete.xml

0 → 100644
+1246 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −9
Original line number Original line Diff line number Diff line
@@ -189,15 +189,6 @@ kubectl create secret generic qdb-data --namespace ${TFS_K8S_NAMESPACE} --type='
printf "\n"
printf "\n"




echo "Create secret openvpn"
kubectl create secret generic openvpn-client-config -n ${TFS_K8S_NAMESPACE} \
  --from-literal=mohammad.ismaeel='mohammad.ismaeel' \
  --from-literal=QHFBQ1FCRFBqWm1h='@qACQBDPjZma' \
  --from-file=cnit-client.ovpn=/etc/openvpn/cnit-client.ovpn \
  --from-file=vpn-config=/etc/openvpn/auth.txt



# Check if "dlt" is in the list of components
# Check if "dlt" is in the list of components
if [[ " ${TFS_COMPONENTS[@]} " =~ " dlt " ]]; then
if [[ " ${TFS_COMPONENTS[@]} " =~ " dlt " ]]; then
  echo "Create secret for HLF keystore"
  echo "Create secret for HLF keystore"

device.xml

0 → 100644
+260 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
            - containerPort: 9192
            - containerPort: 9192
          env:
          env:
            - name: LOG_LEVEL
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
          readinessProbe:
          readinessProbe:
            exec:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:3030"]
              command: ["/bin/grpc_health_probe", "-addr=:3030"]
Loading