aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17SDWAN Device vf create not handled for invalid vnf idshashikanth.vh2-298/+565
1.vnf id validation not handled while device vf creation 2.device instance in AAI can be created be SO or SDNC if SO create then SDNC has to update otherwise create device instance in AAI, this scenario handled. Change-Id: Ia7591f6dbeffcac6041237e3822e68a9bd005684 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: ea0bc09eba2eeb36f99d32d42b94a5a84801eab4
2019-04-17vf module id validation removed from DGshashikanth.vh2-10/+557
GRA provider code is modified to return vf module id if present in the input request otherwise vf module id (Generated in DG)will be returned from the response object. In validate-vf-module-input DG vf-id validation check is deleted. Change-Id: I389d2d42a939c60481cd7690ccb98b3f820974e4 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 5560feac3ab5cb6a0c749648878be3bf273fdfcf
2019-04-17updated generated vf-module-index parameterprakash.e2-227/+229
vf-module-id is assigned with correct parameter prop.vpn-vf-index since vf-module-id is NULL in response Change-Id: I39c4541996d9809aacecec70ac4e84da8011cb33 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: f6b4d96d8938241d95c0f75f28444231ff425eae
2019-04-17Add placeholder for multi part form data filesGaurav Agrawal2-0/+10
Add placeholder for multi part form data files used in RestApiCallNode plugin Change-Id: Ie7a46d3bcd9813c4592ff55fecb0d33294ddc0fd Issue-ID: CCSDK-239 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 4eeb462a79689788d66248b47735166274d18f00
2019-04-16Merge "Fix sdwan-vf-vpn-delete DG by passing vf-module-id"Dan Timoney2-70/+346
Former-commit-id: 15c6cfe1990346af373968693fd7c568003bea11
2019-04-16Merge "SDNC-731: Update standalone.Dockerfile"Dan Timoney1-1/+1
Former-commit-id: da9bacaddbf914220d80ef412fb8ec4aa7a724e7
2019-04-16Merge "Device input parameter processing failed"Dan Timoney2-226/+226
Former-commit-id: 6748f871443426f8ac06a069ac602452b9a837bf
2019-04-16Fix sdwan-vf-vpn-delete DG by passing vf-module-idprakash.e2-70/+346
Vf-module-id is passed as it is not passed and returned Missing key is getVfModuleId. Change-Id: I576f6fd11b97aa1af423837bcd741abc653a2803 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 169cf9a5afb5b9518dfd2ccaf0f37f988dd3831b
2019-04-16Merge "Install SDNR OOF PCI feature in SDNC bootup"Dan Timoney1-0/+10
Former-commit-id: ed0e88d17989f36501ce0995c336fafcce55e3eb
2019-04-16SDNC-731: Update standalone.DockerfileDarraghEgan1-1/+1
Bug Fix: standalone.Dockerfile and Dockerfile should be the same but standalone.Dockerfile has not been updated to reflect the changes. Issue-ID: SDNC-731 Change-Id: I9dea6a6829a8eec569ba592c9290043527356af4 Signed-off-by: DarraghEgan <darragh.egan@est.tech> Former-commit-id: fff347ed320937651fe25c090d202be1c1c774cc
2019-04-16unused parameter tenant-id is removedprakash.e2-249/+198
unused parameter tenant-id in vpn-deactivate DG is removed and tmp.nidx is modified to tmp.vidx Change-Id: Ibd8629b2309ae0f34a49ba8f9f50094d60728a50 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 3da4178f0341a8c897770c3f2aeb7e13806dd3d6
2019-04-15context-parameter returned to caller DG is not correctprakash.e2-452/+452
parameter tmp.vidx is used in vpn-activate DG, updated validate-vpn DG by returning tmp.vidx inplace of tmp.nidx Change-Id: I42ddac5eb6384dd01992c2bbb387a3cc14aade54 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 58a3b6851697cd28042583d6f60a6845694a2f74
2019-04-15Device input parameter processing failedshashikanth.vh2-226/+226
Input parameter processing failed, vf-module-topology-operation is used instead of vf-module-request-input. Change-Id: I578da11c6e0505ee67523504235a64169ccfe605 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 663dbb29fe1b5335eaa16646b8eb6eb42136595d
2019-04-15Fix Authorization Failed issue in SDWAN VPN activateprakash.e2-226/+211
Fixed vpn-activate DG by calling sdwan-get-tenant-auth DG to fix Authorization issue Change-Id: I0ced9b9a1630baaffdee7402e609de9c64f97ed4 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: fac6813d763bd635d66fd2e213330bc2e6501b77
2019-04-14Install SDNR OOF PCI feature in SDNC bootupSandeep Shah1-0/+10
Modification to startODL.sh file to install sdnr-northbound-all feature Change-Id: If7656b0614aec7f23f3e44634cd42098633003d0 Issue-ID: SDNC-730 Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com> Former-commit-id: 2eceea1603d4c73134e220b1b3f84877821b5f20
2019-04-14Fix SDWAN VPN-create DG to update relationship-list in AAIprakash.e2-240/+235
update AAI with generic-vnf and sdwan-vpn relationship-list Change-Id: I8ae2ddcf8d92078b15d9523b07901ae6e2c99b68 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 4b685f825bedb03d135f7f5c9b07f52efd718953
2019-04-12Merge "Handle case where sslcert file is not specified"David Stilwell2-3/+4
Former-commit-id: e56de05dd89dce5f38f94b538f96a1cff36bdb00
2019-04-12Handle case where sslcert file is not specifiedTimoney, Dan (dt5972)2-3/+4
If ssl cert file is not specified, do not enable SSL. Current script does not explicitly check and so crashes if https port is specified and ssl cert file is not. Change-Id: I3e72444302e1c499e1efd6ad6938c8d7b9aaa9c1 Issue-ID: SDNC-727 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 43d2b9ad3edc462b79213faac4ab32f448ebf75c
2019-04-12Fix SDWAN device DG to create AAI resourceprakash.e2-182/+220
Add a missing node in device DG to add a device record in AAI. Change-Id: Iaf6ce5ff52bd13db960954c982c66d5c54a130d2 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 797f52bd97a384e245ba166138ba5b8f6def226c
2019-04-12peer wise testing issue fixprakash.e2-130/+134
generated vnf-index is not updated in service data Change-Id: Ib06ac5829072f50bdbf53a5624165327bb6b4e85 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 09b79f552d5f9a99991d3f9377c2fc77952368b7
2019-04-10DMAAP Consumer support for SDNR OOF PCISandeep Shah2-1/+36
DMAAP Listener Properties files Change-Id: I3462c12d097433f7abbc028e3247e2ab7b2a3acf Issue-ID: SDNC-726 Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com> Former-commit-id: e25e8ec5edcf82099bea28e5f1e854570c64abec
2019-04-10Merge "zte 3rd party controller for sdwan"Dan Timoney24-0/+6034
Former-commit-id: eb0fe6f9efb11193847d5847ed8fca0c4ad9a0f8
2019-04-10Merge "Add https support for SDNC container"David Stilwell4-0/+27
Former-commit-id: 23230f76a423b77c0088a86872a328efcd49785c
2019-04-10zte 3rd party controller for sdwanZhuoyao Huang24-0/+6034
creating a placeholder for specific templates & DG nodes required to talk to ZTE as 3rd party domain controller. Issue-ID: SDNC-657 Change-Id: Icb774966cd9f4cd15e1beebb2dfb5194f241e4bc Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> Former-commit-id: 22f440deb271000c1accc7abe679335e3e1916b0
2019-04-10Add https support for SDNC containerTimoney, Dan (dt5972)4-0/+27
Enable https support in ODL container Change-Id: I05b482ed89736912bd69bed17d8d9ba8997c8e20 Issue-ID: SDNC-492 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 6c13e2f6b330dbd17614fff0efc049b1d882eda3
2019-04-10Update Ansible playbook for PNF software rollbackEnbo Wang1-16/+3
Use sub-operation swFallback from 3GPP to implement PNF software rollback. Change-Id: I6f49755430bad673d07a52a9cb0b8973a1842ee6 Issue-ID: SDNC-671 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Former-commit-id: 26ef4861c1ca2e8aa15342f2b34f7a51936e71ab
2019-04-09Add new HTTPS listener on port 8443Rotundo, Alfred (ar3165)6-15/+64
Changes made: expose port 8443 from container added new listener to listen on that port added cert when starting up Change-Id: I5106192d55d51fd340f28b9eace0c5ea83afcd99 Issue-ID: SDNC-528 Signed-off-by: Rotundo, Alfred (ar3165) <ar3165@att.com> Former-commit-id: 77710f34952c5ac8d6f8250d90b03b43de1a4a5b
2019-04-09Merge "Add a new Ansible playbook for PNF software upgrade"Dan Timoney1-0/+79
Former-commit-id: 018fccd75b035292c12b2ba6ebe98800dc5db8bb
2019-04-09Changing the DG param to use "_"janani b4-1584/+1580
All the parameters of DG will use "_" instead of ":" Issue-ID: CCSDK-1045 Change-Id: Iaf4d76f808798ca9a3209dfe0fd792f26a3c939a Signed-off-by: janani b <janani.b@huawei.com> Former-commit-id: 0fb3e0e11b347f001353df62b428f5e2d5ef1f9c
2019-04-09Add a new Ansible playbook for PNF software upgradeEnbo Wang1-0/+79
Use sub-operations from 3GPP (downloadNESw, installNESw and activateNESw) to implement PNF software upgrade. Change-Id: I5aa42ca480b022c644c806bb4dc49cb01d331e2c Issue-ID: SDNC-677 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Former-commit-id: ea56262eac852b10354fe4d4fdd6a56a8d74663c
2019-04-08Fix a bug of artifact version in pom.xml for data-migratorEnbo Wang2-3/+3
Update the artifact version in pom.xml about data-migrator to 1.5.1-SNAPSHOT, and it will fix the bug of building failure when commits codes to Gerrit. Change-Id: I382a5afd69b225910f6fb9f2bad37bcbdd40202c Issue-ID: SDNC-223 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Former-commit-id: 0d0dd320036825857d37c5d6d830abbfa75563d1
2019-04-04Merge "add aafshiro feature config files"Dan Timoney12-75/+533
Former-commit-id: 8495f9a3c6060699a915c9afc38f503620f911d9
2019-04-04Added SDNC MDSAL Data Migrator Functionality.ankitbhatt25-3/+1640
Change-Id: I63ec1a4674d3a3cc6b39708ddee18ae7f9040b1c Issue-ID: SDNC-223 Signed-off-by: ankitbhatt <ankit.bhatt@amdocs.com> Former-commit-id: c4c27b78ff6b4a8f22553ef3d19aec67edd17482
2019-04-03add aafshiro feature config filesUbuntu12-77/+533
and and update configuration files to support AAF Change-Id: I2362383091d78981c293fb536a1735e1352ebdc6 Issue-ID: SDNC-485 Signed-off-by: Ubuntu <ra1926@att.com> Former-commit-id: 3b73876ac29a3fd3391fdcff43236014e518501e
2019-04-04Merge "Fix bbs dgs bug for edge"Dan Timoney2-331/+326
Former-commit-id: 03070c510cf000804cee6075ebc15ef9e0202119
2019-04-04Merge "Fix bbs dgs bug for edge"Dan Timoney6-248/+646
Former-commit-id: 91e028c7e988d5b54d2da272ae4efb4e8f5b1a93
2019-04-04Merge "Fix bbs dgs bug,replace 'vendor' by 'manufacturer'"Dan Timoney6-495/+967
Former-commit-id: 065e4b79eabb5f9bf2352efe7f307815dd6fcbad
2019-04-04Fix bbs dgs bug for edgeBryanGuo2-331/+326
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: I5ba0b5bf99d24fd10175b5eb397b9ff18aa2ae71 Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: 8e5015c79e5d841cc04fa70823ce91ddd10f0492
2019-04-04Fix bbs dgs bug for edgeBryanGuo6-248/+646
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: I46b0cade01a06b494772fc95a8d32b4d6ba11d9c Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: 3e28f5fce8eb4a35d094e5b1667de24002c1a719
2019-04-04Fix bbs dgs bug,replace 'vendor' by 'manufacturer'BryanGuo6-495/+967
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: Ida80d2ca97f786be36e4610ed0e4e18fab15773a Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: 879baef9f68011412253def6a014fcbfe261c4da
2019-04-03Merge "SDNC oam installer netconf clustering"Dan Timoney2-1/+2
Former-commit-id: 1ea6affa79629dbd511502a4daee3a1435c0d127
2019-04-03Merge "SDNC oam installer mdsal clustering"Dan Timoney1-2/+12
Former-commit-id: b5f6c27706380e96ff36b7b38d08b1a8c4469e4c
2019-04-03SDNC oam installer netconf clusteringHerbert Eiselt2-1/+2
startODL enable odl cluster to install netconf clustering Change-Id: I436106e4a1b963f2ca985eb41f8ab760a577079b Issue-ID: SDNC-719 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Former-commit-id: b5e19cf4c857fc1d5aba5043fc792550cc8835de
2019-04-03SDNC oam installer mdsal clusteringHerbert Eiselt1-2/+12
startODL change to install mdsal clustering and jolokia Change-Id: If9b850630552d281b3f68e53b6f1fed9bddb1c3d Issue-ID: SDNC-713 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 864867b75ffad3544320d72d85a13a0936464558
2019-04-03Update sdnc to use Fluorine SR2 versionTimoney, Dan (dt5972)1-2/+2
Update sdnc oam docker to use Fluorine SR2 version Change-Id: Ic569cf2946084f8ae1ac6e7d475a593e2b9a51e9 Issue-ID: SDNC-708 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 223d59c8cf11f067691de50d851135d61364dd15
2019-04-01SDNC-555: Install ODL features for NETCONFDarraghEgan1-1/+1
Bug Fix: SDNC install script should enable all ODL features required for NETCONF support. Features: odl-netconf-clustered-topology Issue-ID: SDNC-555 Change-Id: I41db875e769523ad578da3bd92800fe18460b93d Signed-off-by: DarraghEgan <darragh.egan@est.tech> Former-commit-id: a57df931e3d7fda65f78ad503614eabd8a51c691
2019-04-01Merge "SDWAN bandwidth update DG."Dan Timoney2-0/+2308
Former-commit-id: 1b34b6dd37c6fc1963fe66b00a1ee91344f65ef6
2019-04-01CCVPN extension vf-module-topology DGsprakash.e4-1258/+1422
vf-module-topology-operation DGs modified for bandwidth policy change Change-Id: Ifc3a9fcc3942cd4761c1967598428ff605636c45 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: b477ae268d7035bb15a33085f3fbda7f1da453ed
2019-04-01SDWAN bandwidth update DG.shashikanth.vh2-0/+2308
Change-Id: I4a933ae8297e4a27fa72ed53705aa8536e12f219 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 62721594686caa7ebe0967c7b94fd3e26dafa211
2019-03-31Merge "Provide SDNR for SDNC"Dan Timoney1-0/+30
Former-commit-id: b89a391dd2741b77f8afa2fcc32865600de7923d