aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/Network/defaultNetwork.json
diff options
context:
space:
mode:
Diffstat (limited to 'bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/Network/defaultNetwork.json')
-rw-r--r--bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/Network/defaultNetwork.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/Network/defaultNetwork.json b/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/Network/defaultNetwork.json
new file mode 100644
index 0000000000..dda149a560
--- /dev/null
+++ b/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/Network/defaultNetwork.json
@@ -0,0 +1,10 @@
+{
+ "networkTechnology": "NEUTRON",
+ "failIfExists": false,
+ "backout": true,
+ "networkParams": [],
+ "msoRequest": {},
+ "contrailRequest": false,
+ "skipAAI": false,
+ "synchronous": true
+} \ No newline at end of file
> 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434
/*
 * ============LICENSE_START===================================================
 * Copyright (c) 2018 Amdocs
 * ============================================================================
 * 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.
 * ============LICENSE_END=====================================================
 */

entity {
    name 'POA-EVENT'
    indexing {
        indices 'default-rules'
    }
  validation {

    // NDCB-AAI comparison: Context level
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb', 'context-list.aai'
    }

    // NDCB-AAI comparison: Service entity
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.service', 'context-list.aai.service'
    }

    // NDCB-AAI comparison: Context level network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.networkList[*]', 'context-list.aai.networkList[*]'
    }
	
    // NDCB-AAI comparison: VNF list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.vnfList[*]', 'context-list.aai.vnfList[*]'
    }

    // NDCB-AAI comparison: VNF network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.vnfList[*].networkList[*]', 'context-list.aai.vnfList[*].networkList[*]'
    }
	
    // NDCB-AAI comparison: VF-Module list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.vnfList[*].vfModuleList[*]', 'context-list.aai.vnfList[*].vfModuleList[*]'
    }

    // NDCB-AAI comparison: VF-Module network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.vnfList[*].vfModuleList[*].networkList[*]', 'context-list.aai.vnfList[*].vfModuleList[*].networkList[*]'
    }

    // NDCB-AAI comparison: VNFC list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.vnfList[*].vnfcList[*]', 'context-list.aai.vnfList[*].vnfcList[*]'
    }

    // NDCB-AAI comparison: VM list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.ndcb.vnfList[*].vfModuleList[*].vmList[*]', 'context-list.aai.vnfList[*].vfModuleList[*].vmList[*]'
    }
	
	
    // SDNC-AAI comparison: Context level
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc', 'context-list.aai'
    }

    // SDNC-AAI comparison: Service entity
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.service', 'context-list.aai.service'
    }

    // SDNC-AAI comparison: Context level network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.networkList[*]', 'context-list.aai.networkList[*]'
    }

    // SDNC-AAI comparison: VNF list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*]', 'context-list.aai.vnfList[*]'
    }

    // SDNC-AAI comparison: VNF network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].networkList[*]', 'context-list.aai.vnfList[*].networkList[*]'
    }

    // SDNC-AAI comparison: VF-Module list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vfModuleList[*]', 'context-list.aai.vnfList[*].vfModuleList[*]'
    }

    // SDNC-AAI comparison: VF-Module network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vfModuleList[*].networkList[*]', 'context-list.aai.vnfList[*].vfModuleList[*].networkList[*]'
    }

    // SDNC-AAI comparison: VNFC list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vnfcList[*]', 'context-list.aai.vnfList[*].vnfcList[*]'
    }

    // SDNC-AAI comparison: VM list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vfModuleList[*].vmList[*]', 'context-list.aai.vnfList[*].vfModuleList[*].vmList[*]'
    }

	
	
    // SDNC-NDCB comparison: Context level
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc', 'context-list.ndcb'
    }

    // SDNC-NDCB comparison: Service entity
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.service', 'context-list.ndcb.service'
    }

    // SDNC-NDCB comparison: Context level network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.networkList[*]', 'context-list.ndcb.networkList[*]'
    }

    // SDNC-NDCB comparison: VNF list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*]', 'context-list.ndcb.vnfList[*]'
    }

    // SDNC-NDCB comparison: VNF network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].networkList[*]', 'context-list.ndcb.vnfList[*].networkList[*]'
    }

    // SDNC-NDCB comparison: VF-Module list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vfModuleList[*]', 'context-list.ndcb.vnfList[*].vfModuleList[*]'
    }

    // SDNC-NDCB comparison: VF-Module network list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vfModuleList[*].networkList[*]', 'context-list.ndcb.vnfList[*].vfModuleList[*].networkList[*]'
    }

    // SDNC-NDCB comparison: VNFC list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vnfcList[*]', 'context-list.ndcb.vnfList[*].vnfcList[*]'
    }

    // SDNC-NDCB comparison: VM list
    useRule {
      name 'Attribute-comparison'
      attributes 'context-list.sdnc.vnfList[*].vfModuleList[*].vmList[*]', 'context-list.ndcb.vnfList[*].vfModuleList[*].vmList[*]'
    }

	
	
    // SDC-AAI VNFC type
    useRule {
      name 'SDC-AAI-vnfc-type'
      attributes 'context-list.sdc.vnfList[*].vnfcList[*]', 'context-list.aai.vnfList[*].vnfcList[*]'
    }

    // SDC-AAI VNFC node count
    useRule {
      name 'SDC-AAI-vnfc-node-count'
      attributes 'context-list.sdc.vnfList[*].vnfcList[*]', 'context-list.aai.vnfList[*].vnfcList[*]'
    }

    // SDC-AAI VF-Module instance
    useRule {
      name 'SDC-AAI-vf-module-instance-check'
      attributes 'context-list.sdc.vnfList[*].vfModuleList[*]', 'context-list.aai.vnfList[*].vfModuleList[*]'
    }
  }
}

rule {
  name        'SDC-AAI-vnfc-type'
  category    'VNFC Consistency'
  description 'Validate that each VNFC instance in AAI conforms to a VNFC type defined in SDC model'
  errorText   'AAI VNFC instance includes non-specified type in design SDC model'
  severity    'ERROR'
  attributes  'sdcList', 'aaiList'
  validate    '''
        def getVnfcTypes = { parsedData ->
          parsedData.collect{ it.findResult{ k, v -> if(k.equals("type")) {return "$v"}}}
        }

        def slurper = new groovy.json.JsonSlurper()
        def sdcTypes = getVnfcTypes(slurper.parseText(sdcList.toString()))
        def aaiTypes = getVnfcTypes(slurper.parseText(aaiList.toString()))

        // each type in AAI must exist in SDC
        return sdcTypes.containsAll(aaiTypes)
                '''
}

rule {
  name        'SDC-AAI-vnfc-node-count'
  category    'VNFC Consistency'
  description 'Validate that for each VNFC node defined in SDC model, there is at least one VNFC instance in AAI'
  errorText   'Design has specified types but not all of them exist in AAI'
  severity    'WARNING'
  attributes  'sdcList', 'aaiList'
  validate    '''
        def getVnfcNodes = { parsedData ->
          parsedData.collect { new Tuple2(
              it.findResult{ k, v -> if(k.equals("name")) {return "$v"}},
              it.findResult{ k, v -> if(k.equals("type")) {return "$v"}})
          }
        }

        def slurper = new groovy.json.JsonSlurper()
        def sdcNodes = getVnfcNodes(slurper.parseText(sdcList.toString()))
        def aaiNodes = getVnfcNodes(slurper.parseText(aaiList.toString()))

        // each node in AAI must exist in SDC
        return aaiNodes.containsAll(sdcNodes)
                '''
}

rule {
  name        'SDC-AAI-vf-module-instance-check'
  category    'VF Consistency'
  description 'Validate that each VF module instance in AAI conforms to a VF module defined in SDC service model'
  errorText   'One or more AAI VF module instance(s) not defined in SDC model'
  severity    'CRITICAL'
  attributes  'sdcList', 'aaiList'
  validate    '''
        def getVfModules = { parsedData ->
          parsedData.collect{ it.findResult{ k, v -> if(k.equals("name")) {return "$v"}}}
        }

        def slurper = new groovy.json.JsonSlurper()
        def sdcVfModules = getVfModules(slurper.parseText(sdcList.toString()))
        def aaiVfModules = getVfModules(slurper.parseText(aaiList.toString()))

        // all VF modules in AAI must exist in SDC
        return aaiVfModules.containsAll(sdcVfModules)
                '''
}

rule {
  name        'Attribute-comparison'
  category    'Attribute Mismatch'
  description 'Determine all discrepancies between values for attributes with matching names from each model'
  errorText   'Error found with attribute(s) and values: {0}'
  severity    'ERROR'
  attributes  'lhsObject', 'rhsObject'
  validate    '''
		// This closure extracts the given object's root level attributes and contents of the attribute list.
		// Complex items like lists are excluded.
		// Returns a map containing attribute names as keys, mapping to a list of values for each attribute.
		Closure<java.util.Map> getAttributes = { parsedData ->
			java.util.Map attributeMap = new java.util.HashMap()

			def isAttributeDataQualityOk = { attribute ->
				attribute.findResult{ k, v -> if(k.equals("dataQuality") ) {return v.get("status")}}.equals("ok")
			}

			def addToMap = { attrKey, attrValue ->
				java.util.Set values = attributeMap.get("$attrKey")
				if(values == null) {
					values = new java.util.HashSet()
					attributeMap.put("$attrKey", values)
				}
				values.add("$attrValue")
			}

			def addAttributeToMap = { attribute ->
				if(isAttributeDataQualityOk(attribute)) {
					String key, value
					attribute.each { k, v ->
						if(k.equals("name")) {key = "$v"}
						if(k.equals("value")) {value = "$v"}
					}
					addToMap("$key", "$value")
				}
			}

			def processKeyValue = { key, value ->
				if(value instanceof java.util.ArrayList) {
					if(key.equals("attributeList")) {
						value.each {
							addAttributeToMap(it)
						}
					}
				} else if(!(value instanceof groovy.json.internal.LazyMap)) {
					// only add key-value attributes, skip the rest
					addToMap("$key", "$value")
				}
			}

			if(parsedData instanceof java.util.ArrayList) {
				parsedData.each {
					it.each { key, value -> processKeyValue(key, value) }
				}
			} else {
				parsedData.each { key, value -> processKeyValue(key, value) }
			}
			return attributeMap
		}

		// This closure compares all values for each key from the left map, to values of the same key from the right map.
		// Returns a map of attributes with mismatched or missing values (i.e. attribute name mapped to list of failed values).
		Closure<java.util.Map> compareAttributes = { java.util.Map left, java.util.Map right ->
			java.util.Map violationMap = new java.util.HashMap()
			left.each{ leftKey, leftValueList ->
				def rightValueList = right.get("$leftKey")
				rightValueList.each{ rightValue ->
					if(!leftValueList.any{ it == "$rightValue" }) {
						def existingValues = violationMap.get(leftKey)
						if(existingValues) {
							existingValues.add("$rightValue")
						} else {
							java.util.Set newValues = new HashSet()
							newValues.add("$rightValue")
							violationMap.put("$leftKey", newValues)
						}
					}
				}
			}
			return violationMap
		}

		// This closure merges the given maps into a new map.
		// Returns a map containing all keys and their values from both maps.
		Closure<java.util.Map> mergeMaps = { java.util.Map left, java.util.Map right ->
			if(left.isEmpty() && right.isEmpty()) {
				return [:]
			} else if(left.isEmpty()) {
				return right
			} else if(right.isEmpty()) {
				return left
			}
			java.util.Map merged = new java.util.HashMap()
			merged.putAll(left)
			right.each{ rightKey, rightValues ->
				java.util.Set mergedValues = merged.get(rightKey)
				if(mergedValues == null) {
					merged.put(rightKey, rightValues)
				} else {
					mergedValues.addAll(rightValues)
				}
			}
			return merged
		}

		def slurper = new groovy.json.JsonSlurper()
		java.util.Map lhsAttributes = getAttributes(slurper.parseText(lhsObject.toString()))
		java.util.Map rhsAttributes = getAttributes(slurper.parseText(rhsObject.toString()))

		def leftToRight = compareAttributes(lhsAttributes, rhsAttributes)
		def rightToLeft = compareAttributes(rhsAttributes, lhsAttributes)
		def mergedResults = mergeMaps(leftToRight, rightToLeft)

		boolean success = true
		List<String> details = new ArrayList<>()
		if(!mergedResults.isEmpty()) {
			success = false
			details.add(mergedResults.toString())
		}
		return new Tuple2(success, details)
        '''
}

/*
 * The data-dictionary rule below can be used with this useRule clause:
 *   useRule {
 *     name 'Data-Dictionary validate VF type'
 *     attributes 'context-list.ndcb.vnfList[*].vfModuleList[*].networkList[*].type'
 *   }
 */
rule {
    name        'Data-Dictionary validate VF type'
    category    'INVALID_VALUE'
    description 'Validate all VF type values against data-dictionary'
    errorText   'VF type [{0}] failed data-dictionary validation: {1}'
    severity    'ERROR'
    attributes  'typeList'
    validate    '''
        boolean success = true
        List<String> details = new ArrayList<>()
        typeList.any {
            if(!success) {
                // break out of 'any' loop
                return false
            }
            def result = org.onap.aai.validation.ruledriven.rule.builtin.DataDictionary.validate("instance", "vfModuleNetworkType", "type", "$it")
            if(!result.isEmpty()) {
                success = false
                details.add("$it")
                details.add("$result")
            }
        }
        return new Tuple2(success, details)
        '''
}