Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: so casablanca c0fe3a8b07df93220aa98b10caa7d2a39351a1d6
Merge "Update Library Version" into casablanca
Update Library Version
Update javax.servlet
Issue-ID: SO-1171
Change-Id: I063cefdb3ad405045b3d6f1ea301da83a1cc2361
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Project: so casablanca 1c47acb0e6f8b9624fd8e71ed09491f57dd1a3e0
Merge "Fix auth for catalog db" into casablanca
Fix auth for catalog db
Fix auth for catalog db.
Change-Id: Ic787993f608b7ddf74167f7859a519ca02b794ed
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Project: so casablanca cc4ce80333d6258d4755f812c7933519af61476b
Update swagger html
Change-Id: I44ed8b9b38392be1e0fff017dfe06c97fec6310d
Issue-ID: SO-1077
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so casablanca cfec14c9a0e51ad025b21812c305cf1ec77ec829
Update release notes for Casablanca branch.
Change-Id: I526efa36cdc29d3d6cd7c48c695d8adfbe218044
Issue-ID: SO-1077
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so casablanca 0578fc4948e8e98e5fe92e63832336f0b7e17e85
Fix auth token for request-db
Fix auth token for request-db.
Change-Id: I898781b2294392c5cd55df6fccd173f7274bc660
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Project: so casablanca afb499131e9c43bc2701482972822414ab8788cc
Merge "vCPE BRG allottedResourceRole is null" into casablanca
vCPE BRG allottedResourceRole is null
In Beijing we used:
o.getNfRole()
In Casablanca, it was:
o.getTargetNetworkRole()
I'm changing it to:
o.getTargetNetworkRole() != null ? o.getTargetNetworkRole() : o.getNfRole()
Change-Id: I874b2f01fd651bb38a361fa9c36f9937b1f02b2f
Issue-ID: SO-1200
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so casablanca 6e3aad261b40427288b18f21b86f109172dbd9c4
Up Timer
Issue-ID: SO-1209
Change-Id: Icb018e4a178ab13f6d142bdcb1000411c0d0dedf
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Project: so casablanca 827edc452055afa431080d04c5668db5e16964fd
Update Schema
Issue-ID: SO-1211
Change-Id: I7a7c6788010c3c3bbaba0d72ec656cebc124d6e6
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Project: so casablanca 85b61ea21b45501957507177f1ea4af67ace79fc
Merge "Update Schema" into casablanca
Update Schema
Issue-ID: SO-1211
Change-Id: I7eb43d47f51790224b84ac6d58b89b9e9d9dfe83
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Project: so casablanca 67a8def752ab5c02cca9bb27b58d2f8bfa5c6d2d
Merge "bug fixing" into casablanca
bug fixing
during pnf flow service instance is now created
Change-Id: Ibb1ce55ff7ea503aebbba2177284faba8fdae734
Issue-ID: SO-1212
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Project: so casablanca 490538c031da0308352445d8e8e9747f93981455
Merge "Add Ref Data" into casablanca
Add Ref Data
Add Missing reference data for Test cases
Issue-ID: SO-1184
Change-Id: Ibf3ed0b802885f64b7d4850b5209932fcf35524a
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Project: so casablanca c07e12fa8bc9e9995e73ed789e84f0d9f0cf8ae1
Merge "Fix the uri for BPMN invocation" into casablanca
Fix the uri for BPMN invocation
Fix the uri for BPMN invocation.
Change-Id: I42da40501a99c35aab5411f1f08586e7f40ee03a
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Project: so casablanca 91109d4e4805a69b20f9dbb1329347038149f0d7
Merge "Get Csar file bug fix" into casablanca
Get Csar file bug fix
modify getting openecomp.db.endpoint config codes
Delete bug fix for R3 config changes
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064408
Issue-ID: SO-1194
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
|
|
Project: so casablanca 743c0ec3e756309476dadf2b4067f03edbdbaedf
Fix issues with mulicloud adapter parameters
Use the static final string variable for the parameter
key values instead of literal string of the variable name.
Also, vf_module_id and vnf_id (generic vnf id for multicloud)
are already part of the required input list, so they are
not needed to be added to the list of inputs.
Change-Id: I2b0bbf385e4114f0432673a3d7e8c9d652226f0a
Issue-ID: SO-1210
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
Project: so casablanca 156bcc91b6ee96dd9fbb0223f70cd1b1ac1ebd86
Fix the variable to retrieve resource sequence
Fix the variable to retrieve resource sequence.
Change-Id: I331c87f5dd3fe4de3bc220db281368bd4b6dae1a
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Project: so casablanca 77a9a58512b54a9214b90dd1b00473c356036419
Replace xmlencode with xmlEscape
Replace xmlencode with xmlEscape.
Change-Id: Ib84e7e4f10881abbc938ee03b66ed3358f06e2dc
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit d080aa2ebd5c8b98e0210185030b90ed5a4a6edd)
|
|
Project: so casablanca 3d23673419de4ba18e5f8d365a98d7537e07956d
Merge "Fix the retrival of resource recipe" into casablanca
Fix the retrival of resource recipe
Fix the retrival of resource recipe.
Change-Id: Iaec1046f487ce61b995d61414dbe4229e8a51115
Issue-ID: SO-1197
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
(cherry picked from commit 1c831520f085527c9525d8a757e9c0ccddae0219)
|
|
Project: so casablanca d6047d4a1a499a828e607b7a67992cb394268b34
fix installing VL resource bug
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064406
Issue-ID: SO-1184
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
(cherry picked from commit a2e9ad5d9b34d764493951737ab73821b03bba0c)
|
|
Project: so casablanca 0f76551ead270d92d9933eab58d088e49b1e766c
Fix OOF Directives processing
- Various fixes to process OOF directives
correctly
- Add orchestrator userParam Processing to ala carte
and vCPE path to ensure multicloud adapter can be
called when homing
- Fix JsonUtils to accept json object as well as
strings
- Adds JsonUtils unit tests to ensure json object
code works correctly and didn't break previous func.
- Fix OOF Homing codes processing of OOF response to
match Casablanca response from OOF (including OOF
directives)
- Add CloudIdentity get and put to catalogDBClient,
along with junit tests - to enable creation of cloudSites
- Fix serviceResourceId check
Issue-ID: SO-1203
Change-Id: Ice9a9d1da2ce0cd4bd11029e3669b30d658fe359
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Project: so casablanca a21c5617e3b278a1bd179708b0345381632cef2b
Bug fixes November 10th
use network name on delete when heat id not present
compare mod count index as Integers
Change-Id: I76e567378fed83fb857d4d16b88f7a199d0df475
Issue-ID: SO-1204
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so casablanca 47ef22e3f9c0261835f1b07a4768e87a3d0fe71b
arUrl variable is null on vCPE PUT to AAI
Change-Id: Iee4641f098c519b7833a1f5038a2024b42a11198
Issue-ID: SO-1201
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so casablanca 45fa4b5827f60f15c5ceddecd95922a72c227c93
Updated pom.xml appc library version to 1.4.0
Issue-ID: SO-1199
Change-Id: I5c1f8d6e434ce12e370435bcae4f22485c5d249e
Signed-off-by: Prema Bhatt <pb6115@att.com>
|
|
Project: so casablanca 543287367358a1ab6a5730e07f6e647275a8bdc4
Removed retry from RainyDay tbl for healthCheckBB
Updated rainy_day_handler_macro to remove retry for
GenericVnfhealthCheckBB and ConfigurationScaleOutBB. Updated file name
to be consistent.
Issue-ID: SO-1185
Change-Id: If49e5ec8e5d98c1dfad1fdc678a4a7fc45b2566e
Signed-off-by: Prema Bhatt <pb6115@att.com>
Merge "bug fixing with reading dmaap message" into casablanca
Merge "Make homingBB optinal and fix homing process" into casablanca
bug fixing with reading dmaap message
Change-Id: I259337e866d1b401b574ba427219157dfc4987af
Issue-ID: SO-1191
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Make homingBB optinal and fix homing process
Properly defined whether or not to call homing at AssignVnfBB where by
default homing doesn't get called, but if a homing solution is provided,
then we resolve the solutions.
The goal is to change the BPMN definition to use serviceTask rather
than a scriptTask, allowing to use the Srping component to inject
logic.
Also we create a new HomingV2 component that is agnostic of the homing
implementation, which goal is to route the homing request to the proper
bbackend implementation; e.g. oof vs homing.
Finally, we remove the un-needed variables set in the execution context.
Change-Id: Ic9fb2a599c6375617c92a6d3462b62921ee47a6f
Issue-ID: SO-1168
Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com>
Fixing scaleOut workflow looping issue
Updated both GenericVnfHealthCheck and ConfigurationScaleOut BB with
appropriate Exception catch block and added Exception unit test.
Issue-ID: SO-1182
Change-Id: Ia29741a4a7d8e1bb759ace4fd888864141d224d6
Signed-off-by: Prema Bhatt <pb6115@att.com>
removed retry from rainy day table
Issue-ID: SO-1185
Change-Id: I6b972828d1a5b57cbfe532d0b8a79a3a10711b3b
Signed-off-by: bb3476 <bb3476@att.com>
Merge "Removed slashes and added catch block" into casablanca
Merge "Bug fixes November 5th" into casablanca
Merge "Fix msb url in homing cloudsite" into casablanca
Removed slashes and added catch block
Issue-ID: SO-1183
Change-Id: Ib8581393d782f078fc844cf96cbf7a0228133581
Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
Bug fixes November 5th
building block validator test now passes
added buildingblockvalidator process instance test
Retrieve actual error from WorkflowExceptionErrorMessage when the error
message is empty, not only when null.
Propagate orchestrationStatusValidationResult values from BB to BB.
corrected use of constructor for AaiUtil
use AaiUtil method to create path for get call
modified how allotted resource urls are constructed
- Removed the findExistingVnfcInstanceGroup method. It is not required
to check this because the vnfResourceCustomization is always a new
object at this location.
Enable multiStage VF Module Create processing only when aLaCarte flag
is on.
Change-Id: If8cf397a84abc290e67e287d5b2264dd226398bc
Issue-ID: SO-1188
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Merge "Send correct resourceModuleName" into casablanca
Added Null check for gtConfigurationParameter
Change-Id: Icd21f579eebfe40b70344456420701fbc2408722
Issue-ID: SO-1179
Signed-off-by: Prema Bhatt <pb6115@att.com>
ConfigurationParameter is empty for scaleout
Mapping for ConfigurationParameter List was missing in
BBInputSetupMapperLayer class. Added mapping and updated Unit tests and
test data
Change-Id: Ice8c7c30c97a5b8a8444a2243ddbea4d5fb036af
Issue-ID: SO-1083
Signed-off-by: Prema Bhatt <pb6115@att.com>
Updated Reference data for AutoScaleOut
Updated building_block_detail Reference data and added entries into
orchestration_status_state_transition_directive table for AutoScaleOut
Change-Id: I19a2ea7e217c751be16be5784a8161aab4436285
Issue-ID: SO-1174
Signed-off-by: Prema Bhatt <pb6115@att.com>
Fix msb url in homing cloudsite
This change adds a getMsbHost method
to homingUtils to enable correct configuration
of the msburl used in identity_services for
multicloud.
Issue-ID: SO-1180
Change-Id: Ib7adecda98b1d5f5770e2d17a2e76c970619ab46
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Merge "Update Logic" into casablanca
Update Logic
Update Regex Logic to take into account new scale out URI and generate
the UUID, Fix whitespace
Issue-ID: SO-117
Change-Id: I1a3c3b31e18701fce3d622d501dd68efc7ab6969
Change-Id: I1a3c3b31e18701fce3d622d501dd68efc7ab6969
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Send correct resourceModuleName
Issue-ID: SO-1178
Change-Id: I593ec7db0bac3e0b343bd0eb960977d0110fd9b8
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Merge "Fix Error, Check that vimID is present" into casablanca
Fix Error, Check that vimID is present
Issue-ID: SO-1156
Change-Id: I14445f0e6dbed00b37a189f3a7c05923c6d4e5ab
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Bug fixes October 26th
Set non-custom health diagnostic check code to a default value.
created custom java serialization for SimpleUri
changed property value for cloud-owner in unit test
converted aai call to use the AAI Client
Correct a JUnit data file to include userParams values that are
expected to be set.
Set userParams on requestContext to parameters that need to be passed
to downstream systems.
Change-Id: I3974691875ef967f90a15f076ae27bc0cd76ee8e
Issue-ID: SO-1169
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Resolve vf_module_id setting bug
Do not remove vf_module_id and vnf_id
from parameters in HeatUtils.
Issue-ID: SO-1165
Change-Id: I6f00350a6f7dc419a8be9b90b28188228949cb43
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Pnf Spring Environment correction
Change-Id: Ic9d83e2919bd1f947fdca07d8982bd5e794c9dbe
Issue-ID: SO-1102
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Project: so master 9390b58f5e502bfdf5d0127a4cc5b45e12f17cb6
Merge "remove unused code"
remove unused code
Change-Id: I919011962274943dbbc53905c70726c251fa8e14
Issue-ID: SO-729
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Project: so master 8906e9f6db530296c05ad40929f3bcc58fed991b
Merge "Updated: Spelling Mistake Issue-ID: SO-1135"
Updated: Spelling Mistake
Issue-ID: SO-1135
Change-Id: I19c63c00daaaa9e5ab20936edfa5a6c442ed7a02
Signed-off-by: ankatare <ankatare@hotmail.com>
|
|
Project: so master ce8b0ccccdac7ff9ad9a81a79a983643179abbdc
Merge "junits for HttpClientRedirectStrategy"
junits for HttpClientRedirectStrategy
-Added new test for HttpClientRedirectStrategy
-Tests for method getRedirect
Change-Id: Id3adf920c1e3e53d93aa3658f147d571cb631f94
Issue-ID: SO-814
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
|
|
Project: so master f33aa5c6da5e4113971f24f8e88693796800d09a
Merge "Simplify Aai connection result"
Simplify Aai connection result
Change-Id: Ibbe0f1b9c8fff3b2557161ac2386d21e417ec491
Issue-ID: SO-1148
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
Project: so master f0884915f5249d60f7874a68593cfa4cc1e84681
Add junit tests for CreateAAIVfModule
Change-Id: Ib879988d06f1956b1ce6801c62c5d5ce8712704a
Issue-ID: SO-784
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Project: so master d0c0de2ddf2b7cfc32c2a769f79f682ebd4be772
Merge "8/23: merge casablanca to master"
8/23: merge casablanca to master
Change-Id: I0a73fbedf8c6f22e0a37cd8f0505ddcf83250341
Issue-ID: SO-1160
Signed-off-by: Rob Daugherty <rd472p@att.com>
Merge "Bug fixes October 23rd" into casablanca
Bug fixes October 23rd
fixed the db status not being updated on delete SI
added a default sequence flow to isAsync_Gateway
Removed @Before and organized imports
Added check to prevent db query with only requestStatus
correct AAIObjectPlurals enum value name
Correct rollbackData setting and protect against null
Change-Id: Ic7c47dc968a29987c3d576da9aa50c7ddc8f28ee
Issue-ID: SO-1162
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Fixing bpmn infra endpoint in so-monitoring yaml
Change-Id: I5db304c59176808f05138bc4c8a1cb6ce043eb66
Issue-ID: SO-1155
Signed-off-by: Waqas Ikram <waqas.ikram@ericsson.com>
removed att-aic from codebase
remove att-aic cloud owner from ONAP files
Change-Id: Ifba8ef6f53194ddca12d11973817f6d85e2fa7e3
Issue-ID: SO-1161
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
default cloud owner now configurable
default cloud owner can now be set via a property
Change-Id: I9b900cb2a5c7176a78e889ad2ce31a4ed9d38585
Issue-ID: SO-1158
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Merge "Fix Java Ex in Homing" into casablanca
Set homingService in WorkflowAction
Issue-ID: SO-1153
Change-Id: I40ef5deb8699f7f0c602cb57e273c1a3dc814004
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Fix Java Ex in Homing
Issue-ID: SO-1145
Change-Id: I35b28f9e4cd67536a7807f9e083b0c1c4fa9a03c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Version should be 1.3.1 to release new dockers
THIS IS FOR CASABLANCA ONLY
Change-Id: Ib261104ab7300ec10906386b9397301a653c992c
Issue-ID: SO-1157
Signed-off-by: Rob Daugherty <rd472p@att.com>
bug fixes october 19th
Fixed issue with resource version being added twice.
added silent success to orch validation when unassign is not found
Removed SNAPSHOT from dependency
Fixed failing BBInputSetup tests
Updated apih tests to use networkInstanceGroup
Updated ModelType enum and fixed compilation issues
Change the place where the data for multistage gets set
Update treatment of PENDING_ACTIVATION VF_MODULE CREATE entries to
SILENT_SUCCESS to support first stage of multistage.
Implement second stage of multistage design VF Module Creation
Implementation of the first stage of multistage design for VF Module
creation.
Change-Id: I6d76282d1f37c081355cee72797d8e13da4e3cb0
Issue-ID: SO-1149
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
logging-slf4j:1.2.2-SNAPSHOT does not exist
Change the dependency to the 1.2.2 release version.
Remove the exclusion for EELF, because 1.2.2 doesn't use it.
Change-Id: I0ccca79df59282d5d9d71eec4b3faa845d31814f
Issue-ID: SO-1152
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 8a1d80171bc7a19e43799e40d86c6269c3d35ce1
Fix SO vulnerabilities with cxf
Change-Id: I2b96af009ae97da3888a4e71af03714c6c9feff2
Issue-ID: SO-1163
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Project: so master 60f8f5342f1fba49373699c1466e6ca06d1adc34
Pnf Spring Environment correction
Change-Id: Ifd33f4ba0f62b15605ea21eb3d9256c3e70a1d2f
Issue-ID: SO-1102
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Project: so master 325d4e28475c88066f8c33415c283ff9ac356a1c
Update version to 1.4.0-SNAPSHOT for Dublin
Henceforth, the master branch will be for Dublin work.
Change-Id: I269fd8f227e37afdab9c633f45488c643e5e765e
Issue-ID: SO-1151
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 28e0969c182e67466bc1563e5d049a5107e3e87d
logging-slf4j:1.2.2-SNAPSHOT does not exist
Change the dependency to the 1.2.2 release version.
Remove the exclusion for EELF, because 1.2.2 doesn't use it.
Change-Id: I0ccca79df59282d5d9d71eec4b3faa845d31814f
Issue-ID: SO-1152
Signed-off-by: Rob Daugherty <rd472p@att.com>
(cherry picked from commit 50fcd6f94104234212d907f8fb968d506d4d6e33)
|
|
Project: so master 5a51b2e95eca747ae7f6bf98f38a36bab34b6c7b
Merge "remove unused code"
remove unused code
UUID parameter in AAIRestClientI interface is redundant - part 1
Issue-ID: SO-729
Change-Id: I7db331098911e6e183d921175f3109f62b7aedbd
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Project: so master 5f95907dfa4213d8ac23e221c194f930f568b970
Merge "Bug fixes October 16"
Bug fixes October 16
Treat the VfModule returned from PrepareUpdateAAIVfModule call as an
AAI object
collection create, connect instanceGroup to cloudRegion
Fix a typo in the name of the method for getting a variable
testing mapping of instance group role
test NetworkInstanceGroup role to be SUB-INTERFACE
use enum value with hyphen for subtype
Some updates based on feedback to java codes
updated client to use optional instead of passing null
added case where client sends null due to mapping issue
added generic response object and pinc returns response
build relationship now correctly removes wrapper
Ensure that no null object gets referenced while checking if VNF is
empty.
Change-Id: I6177877518475c1f2e8e4e9dbd2ad1e2f3e10d18
Issue-ID: SO-1144
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 19ca704576ea511935f7bb5d41e49886ce9a097c
Merge "Fixing SO-Monitoring UI tests"
Fixing SO-Monitoring UI tests
Change-Id: I0601c024474196dc965ec7a7f16c4bca11af80f9
Issue-ID: SO-1125
Signed-off-by: Ronan Kenny <ronan.kenny@ericsson.com>
|
|
Project: so master dae0218b5134920ddbbc76be657aebcb3314e1bd
Merge "correlationId is now read from userParams"
correlationId is now read from userParams
Change-Id: I92c6caad1370fde7daf067addbf39e45469e08aa
Issue-ID: SO-1116
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
Project: so master 15af810c48631a9dfe24ec6b39186e3797c0143b
Merge "Bug fixes for casablanca"
Bug fixes for casablanca
Updated builder to use String.format
Added exception specifically for issues interacting with
requestdbadapter
Updated exception message and added junit test case
Added case to handle when homing is not called during assign vnf.
include network ID for completion handler
Added exception handling for saving to requestdb
added null check to mdc and interceptors to sdnc cxf
confirm subnet map is not null in adapter response
shallow copy subnet before AAI udpate
update AAIObjectType to use uriTemplate
extract subnet data from adapter response
update correct AAIObjectType for subnet query
update subnet(s) in AAI on network create completion
updated how request db is set to failure in workflowA
updated in and out mapping to be generalBuildingBlock
change source out mapping to generalBuildingBlock
Use explicit conversion to JSON to read cloudConfiguration settings.
Use explicit conversion to JSON to read cloudConfiguration settings.
Correct the name of DeleteVfModuleBB subprocess.
Write the returned value from Homing to gBBInput
updated unit test coverage for update network
sync subnet status with network update
Added WorkflowException to out mapping which will trigger an exception
to be thrown when populated.
Correct the payload for HealthCheck APP-C Action to remove escaping and
change parameter name.
Added WorkflowException to out mapping which will trigger an exception
to be thrown when populated.
Commit a change that was not staged in previous commit
updated arguments to getConstructor method
forgot to extract throwable from Optional object
added throwable constructor to createException
fixed broken unit test and added a new test and method
set the network technology in the network request
remove namespace from added networkId payload element
- Updated SDWan test case to check the database to make sure the
VNFCustomization object exist.
- Updated code to only loop in iNotif.getResources() for VF resources,
all others are unnecessary and were causing issues with the Service
object.
- Removed modifiedHeatTemplate variable since this isn't needed in the
ONAP code base.
Make sure vnfResponseCode variable is set to 200 when VNF is correctly
retrieved from A&AI.
VRR VRRCreateVfModule - send availability_zone to SDNC Infra Assign
request
Safeguard the retrieval of Boolean setting for isRollbackEnabled.
Set isRollbackEnabled to opposite of suppressRollback early on in the
execution.
Reverse suppressRollback value to pass as backout parameter to VNF
Adapter
Add the exceptions to the calls to aai client queries
Correct retrieval of the object from Optional for A&AI queries.
Change-Id: I7d22e621b0316c14ce61bd51a9d5753473622697
Issue-ID: SO-1134
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 6ad847887d9fafce3305cd7b709154b6618ff6a7
Merge "Fix OOF Config Ingestion"
Fix OOF Config Ingestion
Update Homing OOF Config Path
Issue-ID: SO-1127
Change-Id: I10ba6dcf23d474ba5e9832a6f4f35e52ead020b5
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Project: so master 4f7bd56ff12e715b036fb10ea3871d9045c8313b
Merge "Fix variable to retrieve sdnc endpoint"
Fix variable to retrieve sdnc endpoint
Fix variable to retrieve sdnc endpoint
Change-Id: Ib27049f90d545bceb34a73394f5b430c549c5e08
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Project: so master a78f9553c7063469b24180231d5e391946226b0a
Merge "Prepare resources for service uuid req"
Prepare resources for service uuid req
Retrieve all the resource for queried service uuid.
Change-Id: If2beaa27570821c9897387d3b7098a939d99c895
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
Project: so master 86002f02caa08de6cb1d0c974f28d586a4af0001
Merge "Return canonical stack id on multicloud create"
Return canonical stack id on multicloud create
When creating vfmodule via multicloud adapter, return
the canonical name of the stack <stackname>/<stack id>
Code was returning <stack id>/<stack id>
Change-Id: Iaa2a105ab779acc9638fe515c7bc4e5c23d7233e
Issue-ID: SO-1142
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
Project: so master 4f11696b32fc5885e76db8c6d2dbbd045e0c6f43
Merge "cloud owner support for SDNC interface"
cloud owner support for SDNC interface
added cloudOwner to SDNC gr api payloads
Change-Id: If8351ab9078bd0c0f503acdf21622d615eb5a5ab
Issue-ID: SO-1137
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 62363588df24c40fe40e77f52ab00c3b23e62497
Merge "Fix swapped parameters for multicloud DELETE"
Fix swapped parameters for multicloud DELETE
cloudSiteId and tenantId were swapped in call to
deleteStack().
Change-Id: I56bc326cb680dabb9d397cb7f0f918e406cb8bba
Issue-ID: SO-1139
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
Project: so master 3c235ce841c302c18a596bbc816345c3fe1f9e34
Update msb-java-sdk to resolve license issues
Upgrade or remove msb-java-sdk library version in
order to resolve possible license issues with
com.google.code.findbugs:annotations:2.0.1.
Change-Id: I8f16ec293fcd9f2e328dacb86eda9687fba3f8dc
Issue-ID: SO-1140
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Project: so master b26f27e0700d052b5324315170cef16383df3b19
Fix up request body of multicloud adapter body
Make some of the attributes json instead of json in a string.
Fixed up payload of request.
Change-Id: I7737fd19d44c8075bd7fef19068a72f8c0ec7e6d
Issue-ID: SO-1124
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
Project: so master 16e9937d0b30deb16210cbeec88f4bbd4642d11e
Updated aai dependency to 1.3.1
Change-Id: I1e9f9e972b65607304f7076e0a63879159b8ae94
Issue-ID: SO-1133
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master d6c21ac6f38474841d3b9ced0524fe7671ae8682
Merge "Dynamic Cloud Owner Support"
Dynamic Cloud Owner Support
added in cloud configuration object to request params
Fix Bean scanning so it picks up the resttemplate
removed unnecessary RestTemplate Bean configurations
corrected typo in CloudConfiguration class
updated gr api test cases with dynamic cloud owner
updated groovy files to allow for dynamic cloud owner values
updated GR API layer to include cloud owner
added enum for default cloud owner
add cloud owner variable to camunda in mapping
removed references to att-aic from BBInputSetup
updated aai schema dependency to 1.3.1 from 1.3.0
Fixed incorrect type AAIUri and updated logging in the method.
use existing service instance id instead of generating
Pass cloudOwner to process to propagate to subprocesses.
NOTE: our aai-schema dependency is 1.3.1-SNAPSHOT to be
compatible with the cloud owner changes here. The
releaesed 1.3.0 version is NOT compatible.
Change-Id: I43b46774b77981d1c8bfe7c7a79b9434889e62ae
Issue-ID: SO-1128
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master ea7f1ce7584deb1e4896ffcddb8c45e64422a9d0
Merge "Fix UserInput Exception"
Fix UserInput Exception
This change fixes processing of
UserInput in prepareCreateServiceInstance
which causes an exception if any user-input
is passed into createRequest.
Issue-ID: SO-1121
Change-Id: Iae8b158dfb8771d55607e09bdb18471358a2d9cd
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Project: so master 58c1d90a787979e507f559d7075aac8a1428df42
aai-schema:1.3.0-SNAPSHOT is gone
We must now use the newly released 1.3.0 version
Change-Id: I5b7f0f8847031b776ab49b453f237f009e71804b
Issue-ID: SO-1129
Signed-off-by: Rob Daugherty <rd472p@att.com>
|