diff options
author | 2021-02-12 13:32:33 -0500 | |
---|---|---|
committer | 2021-02-23 15:54:08 -0500 | |
commit | 7f592e87a5ba61a8538d6f399f3778b884a9b3ce (patch) | |
tree | e08612504770b164d28b70a9008cae04d37738a7 /src/test/resources/jsonFiles/newVnfVendorImageConfigurations.json | |
parent | de97feac66e234a0ebea9bf0774aa01136f3c04f (diff) |
Updated pom to remove distribution-management section and corrected aai base image version
Issue-ID: AAI-2996
Change-Id: I28da9ccf5618e180e04e3f29b0440bab5e3ffc3f
Signed-off-by: Polavarapu, Chaitanya (cp8128) <cp8128@att.com>
Diffstat (limited to 'src/test/resources/jsonFiles/newVnfVendorImageConfigurations.json')
-rw-r--r-- | src/test/resources/jsonFiles/newVnfVendorImageConfigurations.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/test/resources/jsonFiles/newVnfVendorImageConfigurations.json b/src/test/resources/jsonFiles/newVnfVendorImageConfigurations.json new file mode 100644 index 0000000..055d49a --- /dev/null +++ b/src/test/resources/jsonFiles/newVnfVendorImageConfigurations.json @@ -0,0 +1,22 @@ +[ + { + "application": "ATT (Tosca)", + "applicationVendor": "3099380c0183430ca9d593d94adc7b08", + "applicationVersion": "3.16.1" + }, + { + "application": "ATT (Tosca)", + "applicationVendor": "VM00", + "applicationVersion": "3.16.9" + }, + { + "application": "ATT (Tosca)", + "applicationVendor": "VM01", + "applicationVersion": "3.16.1" + }, + { + "application": "ATT (Tosca)", + "applicationVendor": "VM01", + "applicationVersion": "3.16.9" + } +]
\ No newline at end of file |