[COMMON] Fix trailing blanks found by pre-commit 59/125159/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 20 Oct 2021 18:42:32 +0000 (20:42 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 20 Oct 2021 18:43:25 +0000 (20:43 +0200)
pre-commit is now enforced by the CI chain.
Meanwhile, trailing blanks were introduced in the code base and must
be fixed so that gate pass.

Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I54daa27a1fdf019a6777e9b90274d0ef4f1ba08e

kubernetes/aai/components/aai-resources/values.yaml
kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/faultMnS.yaml
kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/genericNrm.yaml
kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/nrNrm.yaml
kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/sliceNrm.yaml
kubernetes/dmaap/components/dmaap-dr-prov/values.yaml
kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml
kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml

index 42692dd..3941af3 100644 (file)
@@ -51,7 +51,7 @@ global: # global defaults
 
     # Active spring profiles for the resources microservice
     profiles:
 
     # Active spring profiles for the resources microservice
     profiles:
-      # aaf-auth profile will be automatically set if aaf enabled is set to true 
+      # aaf-auth profile will be automatically set if aaf enabled is set to true
       active: production,dmaap #,aaf-auth
 
     # Notification event specific properties
       active: production,dmaap #,aaf-auth
 
     # Notification event specific properties
index 561f203..e882316 100644 (file)
@@ -545,7 +545,7 @@ components:
   #---- End of definitions to be moved to comDefs.yaml -------------------------------#
 
   #---- Definition of AlarmRecord ----------------------------------------------------#
   #---- End of definitions to be moved to comDefs.yaml -------------------------------#
 
   #---- Definition of AlarmRecord ----------------------------------------------------#
+
     AlarmId:
       type: string
     AlarmType:
     AlarmId:
       type: string
     AlarmType:
@@ -729,7 +729,7 @@ components:
           type: string
 
   #---- Definition of alarm notifications --------------------------------------------#
           type: string
 
   #---- Definition of alarm notifications --------------------------------------------#
-  
+
     AlarmNotificationTypes:
       type: string
       enum:
     AlarmNotificationTypes:
       type: string
       enum:
@@ -801,7 +801,7 @@ components:
             - perceivedSeverity
             - serviceUser
             - serviceProvider
             - perceivedSeverity
             - serviceUser
             - serviceProvider
-            - securityAlarmDetector 
+            - securityAlarmDetector
           properties:
             alarmId:
               $ref: '#/components/schemas/AlarmId'
           properties:
             alarmId:
               $ref: '#/components/schemas/AlarmId'
@@ -1033,7 +1033,7 @@ components:
               $ref: '#/components/schemas/AlarmListAlignmentRequirement'
 
   #---- Definition of query parameters -----------------------------------------------#
               $ref: '#/components/schemas/AlarmListAlignmentRequirement'
 
   #---- Definition of query parameters -----------------------------------------------#
-  
+
     AlarmAckState:
       type: string
       enum:
     AlarmAckState:
       type: string
       enum:
index 070ad09..f826569 100644 (file)
@@ -262,7 +262,7 @@ components:
             enum:
               - FILE_BASED_LOC_SET_BY_PRODUCER
               - FILE_BASED_LOC_SET_BY_CONSUMER
             enum:
               - FILE_BASED_LOC_SET_BY_PRODUCER
               - FILE_BASED_LOC_SET_BY_CONSUMER
-              - STREAM_BASED   
+              - STREAM_BASED
     ReportingCtrl:
       oneOf:
         - type: object
     ReportingCtrl:
       oneOf:
         - type: object
@@ -315,7 +315,7 @@ components:
         $ref: '#/components/schemas/NotificationType'
 
 #-------- Definition of types used in Trace control NRM fragment------------------
         $ref: '#/components/schemas/NotificationType'
 
 #-------- Definition of types used in Trace control NRM fragment------------------
-                
+
     tjJobType-Type:
       type: string
       description: Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.
     tjJobType-Type:
       type: string
       description: Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.
@@ -772,14 +772,14 @@ components:
       required:
         - NetworkElement
         - EventBitmap
       required:
         - NetworkElement
         - EventBitmap
-    
+
     tjMDTAnonymizationOfData-Type:
       description: Specifies level of MDT anonymization. For additional details see 3GPP TS 32.422 clause 5.10.12.
       type: string
       enum:
         - NO_IDENTITY
         - TAC_OF_IMEI
     tjMDTAnonymizationOfData-Type:
       description: Specifies level of MDT anonymization. For additional details see 3GPP TS 32.422 clause 5.10.12.
       type: string
       enum:
         - NO_IDENTITY
         - TAC_OF_IMEI
-    
+
     tjMDTAreaConfigurationForNeighCell-Type:
       description: Used for logged NR MDT and defines the area for which UE is requested to perform measurement logging for neighbour cells which have list of frequencies. For additional details see 3GPP TS 32.422 clause 5.10.26.
       type: array
     tjMDTAreaConfigurationForNeighCell-Type:
       description: Used for logged NR MDT and defines the area for which UE is requested to perform measurement logging for neighbour cells which have list of frequencies. For additional details see 3GPP TS 32.422 clause 5.10.26.
       type: array
@@ -790,12 +790,12 @@ components:
             type: string
           cell:
             type: string
             type: string
           cell:
             type: string
-      
+
     tjMDTAreaScope-Type:
       description: defines the area in terms or Cells or Tracking Area/Routing Area/Location Area where the MDT data collection shall take place. For additional details see 3GPP TS 32.422 clause 5.10.2.
       allOf:
         - $ref: '#/components/schemas/DnList'
     tjMDTAreaScope-Type:
       description: defines the area in terms or Cells or Tracking Area/Routing Area/Location Area where the MDT data collection shall take place. For additional details see 3GPP TS 32.422 clause 5.10.2.
       allOf:
         - $ref: '#/components/schemas/DnList'
-        
+
     tjMDTCollectionPeriodRrmLte-Type:
       description: See details in 3GPP TS 32.422 clause 5.10.20.
       type: string
     tjMDTCollectionPeriodRrmLte-Type:
       description: See details in 3GPP TS 32.422 clause 5.10.20.
       type: string
@@ -827,7 +827,7 @@ components:
         - 5120ms
         - 10240ms
         - 1min
         - 5120ms
         - 10240ms
         - 1min
-    
+
     tjMDTEventListForTriggeredMeasurement-Type:
       description: See details in 3GPP TS 32.422 clause 5.10.28.
       type: string
     tjMDTEventListForTriggeredMeasurement-Type:
       description: See details in 3GPP TS 32.422 clause 5.10.28.
       type: string
@@ -843,7 +843,7 @@ components:
           type: integer
           minimum: 0
           maximum: 97
           type: integer
           minimum: 0
           maximum: 97
-        EventThresholdRSRQ:      
+        EventThresholdRSRQ:
           type: integer
           minimum: 0
           maximum: 34
           type: integer
           minimum: 0
           maximum: 34
@@ -925,7 +925,7 @@ components:
         - 3600s
         - 5400s
         - 7200s
         - 3600s
         - 5400s
         - 7200s
-    
+
     tjMDTLoggingInterval-Type:
       description: See details in 3GPP TS 32.422 clause 5.10.8.
       type: string
     tjMDTLoggingInterval-Type:
       description: See details in 3GPP TS 32.422 clause 5.10.8.
       type: string
@@ -1258,7 +1258,7 @@ components:
         tjJobType:
           $ref: '#/components/schemas/tjJobType-Type'
         tjListOfInterfaces:
         tjJobType:
           $ref: '#/components/schemas/tjJobType-Type'
         tjListOfInterfaces:
-          $ref: '#/components/schemas/tjListOfInterfaces-Type'                  
+          $ref: '#/components/schemas/tjListOfInterfaces-Type'
         tjListOfNeTypes:
           $ref: '#/components/schemas/tjListOfNeTypes-Type'
         tjPLMNTarget:
         tjListOfNeTypes:
           $ref: '#/components/schemas/tjListOfNeTypes-Type'
         tjPLMNTarget:
index 02ab23c..85a8ac1 100644 (file)
@@ -398,7 +398,7 @@ components:
     RSSetId:
       type: integer
       maximum: 4194303
     RSSetId:
       type: integer
       maximum: 4194303
-    
+
     RSSetType:
       type: string
       enum:
     RSSetType:
       type: string
       enum:
@@ -440,7 +440,7 @@ components:
           type: string
           enum:
             - ENABLE
           type: string
           enum:
             - ENABLE
-            - DISABLE          
+            - DISABLE
         RIMRSScrambleTimerMultiplier:
           type: integer
         RIMRSScrambleTimerOffset:
         RIMRSScrambleTimerMultiplier:
           type: integer
         RIMRSScrambleTimerOffset:
@@ -501,12 +501,12 @@ components:
           type: string
           enum:
             - ENABLE
           type: string
           enum:
             - ENABLE
-            - DISABLE          
+            - DISABLE
         enablenearfarIndicationRS2:
           type: string
           enum:
             - ENABLE
         enablenearfarIndicationRS2:
           type: string
           enum:
             - ENABLE
-            - DISABLE          
+            - DISABLE
 
     RimRSReportInfo:
       type: object
 
     RimRSReportInfo:
       type: object
@@ -521,7 +521,7 @@ components:
             - RS1
             - RS2
             - RS1forEnoughMitigation
             - RS1
             - RS2
             - RS1forEnoughMitigation
-            - RS1forNotEnoughMitigation          
+            - RS1forNotEnoughMitigation
 
     RimRSReportConf:
       type: object
 
     RimRSReportConf:
       type: object
@@ -530,7 +530,7 @@ components:
           type: string
           enum:
             - ENABLE
           type: string
           enum:
             - ENABLE
-            - DISABLE          
+            - DISABLE
         reportInterval:
           type: integer
         nrofRIMRSReportInfo:
         reportInterval:
           type: integer
         nrofRIMRSReportInfo:
@@ -1199,7 +1199,7 @@ components:
         - $ref: 'genericNRM.yaml#/components/schemas/Top-Attr'
         - type: object
           properties:
         - $ref: 'genericNRM.yaml#/components/schemas/Top-Attr'
         - type: object
           properties:
-            attributes: 
+            attributes:
                   type: object
                   properties:
                     dmroControl:
                   type: object
                   properties:
                     dmroControl:
index 8e03d5e..caf83ee 100644 (file)
@@ -297,7 +297,7 @@ components:
                       $ref: '#/components/schemas/SliceProfileList'
             EPTransport:
               $ref: '#/components/schemas/EP_Transport-Multiple'
                       $ref: '#/components/schemas/SliceProfileList'
             EPTransport:
               $ref: '#/components/schemas/EP_Transport-Multiple'
-                      
+
     EP_Transport-Single:
       allOf:
         - $ref: 'genericNrm.yaml#/components/schemas/Top-Attr'
     EP_Transport-Single:
       allOf:
         - $ref: 'genericNrm.yaml#/components/schemas/Top-Attr'
@@ -309,11 +309,11 @@ components:
                 ipAddress:
                   $ref: '#/components/schemas/IpAddress'
                 logicInterfaceId:
                 ipAddress:
                   $ref: '#/components/schemas/IpAddress'
                 logicInterfaceId:
-                  type: string 
+                  type: string
                 nextHopInfo:
                 nextHopInfo:
-                  type: string 
+                  type: string
                 qosProfile:
                 qosProfile:
-                  type: string 
+                  type: string
 
     EP_Transport-Multiple:
       type: array
 
     EP_Transport-Multiple:
       type: array
index cf25468..da5f76d 100644 (file)
@@ -106,7 +106,7 @@ mariadb-galera:
     name: &mysqlDbName datarouter
     user: datarouter
     # password:
     name: &mysqlDbName datarouter
     user: datarouter
     # password:
-    externalSecret: *dbUserSecretName 
+    externalSecret: *dbUserSecretName
   service:
     name: *dbServer
   nfsprovisionerPrefix: dmaap-dr-db
   service:
     name: *dbServer
   nfsprovisionerPrefix: dmaap-dr-db
index 9d7e19d..74cf74f 100644 (file)
@@ -102,7 +102,7 @@ readiness:
   initialDelaySeconds: 20
   periodSeconds: 10
   port: http-api
   initialDelaySeconds: 20
   periodSeconds: 10
   port: http-api
-  
+
 service:
   type: ClusterIP
   name: policy-clamp-cl-k8s-ppnt
 service:
   type: ClusterIP
   name: policy-clamp-cl-k8s-ppnt