summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Upgrade OSDF version to 1.2.11.2.1Dileep Ranganathan2-3/+3
Bump verion of docker images, pom.xml, and oparent-python to 1.2.1, 1.2.1-SNAPSHOT and 1.2.0 respectively. Change-Id: Ic4a631ac5b6a5480fabb0e2bc02d308b72152ab9 Issue-ID: OPTFRA-257 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-01fix IP with AAI DNSseshukm1-1/+3
Change-Id: I85a78cc14dd3b5528c2aac03efc81f1c60647d2f Issue-ID: OPTFRA-316 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-31Merge "fix the route issue in same domain"Shankaranarayanan Puzhavakath Narayanan1-4/+73
2018-08-31fix the route issue in same domainseshukm1-4/+73
Issue-ID: OPTFRA-333 Change-Id: Ic77f71d3abdab8244bdae85a11856aea24543a54 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-30Add committer to OOF teamJessica Wagantall1-0/+8
Add Vikas as part of the committers group Change-Id: I65b84c5d09b9812ced505272ce83236226fc1529 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-29Adding defaultbranch to .gitreviewDileep Ranganathan1-0/+1
Added defaultbranch=master to .gitreview Change-Id: I29041cdeaf7fc8f5a656b4b5f8be89f990c1a166 Issue-ID: OPTFRA-258 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-08-28Merge "call of the route app optmizer from osdfapp.py"Shankaranarayanan Puzhavakath Narayanan1-1/+4
2018-08-27Merge "Use managed guava version"Dileep Ranganathan1-3/+1
2018-08-27Fixing functional test casesVarma, Vikas (vv8305)5-6/+7
Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com> Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-08-27Use managed guava versionGary Wu1-3/+1
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I7fa03f06ae6662d6d658f97d96344d512c24a5ad Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-23Enable logs when functest simulator is runVarma, Vikas (vv8305)1-1/+2
Issue-ID: OPTFRA-321 Change-Id: I74c80c6b406cf25ba1802314a2872fe47b11b60e Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-08-22call of the route app optmizer from osdfapp.pyseshukm1-1/+4
Issue-ID: OPTFRA-310 Change-Id: I2b8512d89a1ea78f829d934f83931adf287e7fa9 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-21Increase sleep time for has simulatorVarma, Vikas (vv8305)1-1/+1
The functional tests are failing, because the simulators are not up and running when the test cases are running. Change-Id: I2a487cc05ae8e1b366640afbdcb40bce8fa5d89a Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-08-21Fixing the typo of application/jsonseshukm1-12/+12
Issue-ID: OPTFRA-310 Change-Id: I74a50f1e19d2f6f3e10b31c4c2b89d6dc32f5421 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-20Merge "New route optimiser file added for the timebeing"ramki krishnan1-0/+74
2018-08-20Merge "Remove Ankit from committer list"Shankaranarayanan Puzhavakath Narayanan1-5/+3
2018-08-20New route optimiser file added for the timebeingseshukm1-0/+74
Issue-ID: OPTFRA-310 Change-Id: I0dcec69974e6d8c6f865dad31e91746451a4f528 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-13Merge "Add the /route rest api in the osdf"Shankaranarayanan Puzhavakath Narayanan1-0/+10
2018-08-09Add the /route rest api in the osdfseshukm1-0/+10
placeholder for the /route as a start piont Issue-ID: OPTFRA-310 Change-Id: I3e9befda318a2c69426c50084cc8fb111480d653 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-08Fix the docker build image workflowv1.2.0Dileep Ranganathan1-10/+26
Fixed the Docker build image workflow. Added seperate tagging for SNAPSHOT-latest and STAGING-latest There are two docker jobs currently. One produces SNAPSHOT images and other produces STAGING images. SNAPSHOT images are build from nexus2 maven snapshots artifacts where as STAGING images are built from nexus2 maven releases artifacts. Removed libxml2-utils dependency from docker build image script. Since the dedicated docker node might be shared by multiple jobs, apt-get install inside the script might cause conflict and cause failure of the docker jenkins jobs. Moved the dependency to be part of the jenkins infrastructure node itself. Change-Id: Ib33681ade6408a1116a5be84f19d0bf84e188aac Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-31Remove Ankit from committer listShankar Narayanan1-5/+3
Issue-ID: OPTFRA-308 Change-Id: Ib2e2ff7a6349b63f69d9bd30980e8118214245e8 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2018-07-30Added missing sudo privilegesDileep Ranganathan1-1/+1
Added the missing sudo privilieges required to install packages Change-Id: Ic59a83eac17a18f24e78a7a52823dbb58ad58b08 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-30Missing xmllint package for version scrapingDileep Ranganathan1-0/+1
Installed missing xmllint package for version scraping Change-Id: I019c8d43ef145b3713f7267d52bd14fec5df2a76 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-25Fix Docker image to use the nexus artifactsDileep Ranganathan3-17/+65
Fixed Docker image to use the nexus artifacts instead of building from source. Added proxy support. Updated the Docker image version for Casablanca. Change-Id: If7f6eb206356c5b255804f27949d23ab85068f52 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-19Reverting the oparent version to release versionDileep Ranganathan1-1/+1
Reverting the oparent version back to 1.1.1. Dependencies outside the project should use release version instead of snapshot verion Change-Id: I9d3282f545172608cc951ae8ad892428c4f8d702 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-19Merge "Bumping the oparent and osdf artifact versions"Shankaranarayanan Puzhavakath Narayanan1-2/+2
2018-07-18Bumping the oparent and osdf artifact versionsDileep Ranganathan1-2/+2
Bumped the oparent-python version to 1.2.0 Bumped the osdf artifacts version to 1.2.0 Issue-ID: OPTFRA-301 Change-Id: I10a45b89333606b008e172d60fad3ab6e3af5121 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-17[OPTFRA-304] code cleaningPatel, Ankitkumar1-7/+7
OSDF code cleaning Issue-ID: OPTFRA-304 Change-Id: Idc538318d28710f68efc5f169e3644840e7ea86f Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-06-25Add committersJessica Wagantall1-0/+15
Add new OPTF committers - name: 'ramki krishnan' - name: 'Dileep Ranganathan' Change-Id: I0b4a8c27ccd13b8d3d00bce5d0abcaab7fafb3a2 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-06-12Update INFO.yamlJessica Wagantall1-15/+5
Removal of: 1. Maopeng Zhang - ZTE 2. Yoram Zini - Cisco 3. Sastry Isukaplli - AT&T Change-Id: I8748d7912bb798523dc0478b09d1d759962b2f89 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-06-04Fix indentationShankar Narayanan1-2/+2
Issue-ID: DOC-271 Change-Id: Idb13ec049b74c503d024ad762daafd14a9b5d0f8 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2018-06-04Merge "Document Security section of the Release Notes"Shankaranarayanan Puzhavakath Narayanan0-0/+0
2018-06-04Document Security section of the Release NotesPatel, Ankitkumar1-15/+20
Document Security section of the Release Notes Issue-ID: DOC-271 Change-Id: Ieb8afe9c3ddf5788552bcbb2be5fc5da8629d5f4 Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-06-04updated the version of an imagePatel, Ankitkumar2-2/+2
Updated the version of an image. Issue-ID: OPTFRA-251 Change-Id: I2fdf0789ebad30f4e520b55890317e2404546c07 Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-05-30Document Security section of the Release NotesGildas Lanilis1-15/+20
Change-Id: Id6f5bb20ba13ab74fea036fbf56c61156433df5b Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-30Fixed the config dir and default policy scope2.0.0-ONAP2.0.0-ONAPPatel, Ankitkumar2-2/+3
Fixed the config dir and default policy scope Issue-ID: OPTFRA-247 Change-Id: Ie15aaaa7ac6357ddc9fc0dc262591e844001d927 Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-05-29Fixed the HAS response attribute namesPatel, Ankitkumar1-1/+1
Fixed the HAS response attribute names Issue-ID: OPTFRA-247 Change-Id: Id6afeafcb9fb094710ef7b624f2111e3608973dc Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-05-29Fixed the distance policy typePatel, Ankitkumar1-1/+1
Fixed the distance_to_location policy type Issue-ID: OPTFRA-247 Change-Id: I5b63407fcf7c46dffc841b080b721e5c8203a3da Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-05-29Fix to remove resources with no policiesPatel, Ankitkumar1-2/+3
Fix to remove resources with no policies from the HAS template Issue-ID: OPTFRA-247 Change-Id: I8762a5ac13038406d74ee2806a52f78b6df697a2 Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-05-29Fixed case sensitive resource matchingPatel, Ankitkumar7-20/+25
Fixed the case sensitive matching for resources between policy and request. Issue-ID: OPTFRA-247 Change-Id: Ic031f6c950b6c6b44bd2e4231a9ef672beea994b Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-05-27Merge "fix comments OPTFRA-242, edit release notes"Shankaranarayanan Puzhavakath Narayanan4-15/+47
2018-05-26fix comments OPTFRA-242, edit release notesfsandoval4-15/+47
Issue-ID: OPTFRA-242 Change-Id: I06fbf6286c6c3631a3353e49a2085501be99c6f1 Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
2018-05-22Eliminating emply elements from HAS templatev1.1.1Ankitkumar Patel5-20/+15
Eliminating empty elements from HAS template Issue-ID: OPTFRA-243 Change-Id: Iec6acf95f6f0a98757e3d208f102998d197b2daa Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-22Updating the VNF policy translationAnkitkumar Patel5-9/+9
Updating the VNF policy translation Issue-ID: OPTFRA-239 Change-Id: Iadce865b35ec94613502063d718a317aba798bc4 Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-19Fix the bug in translating a policyAnkitkumar Patel26-189/+182
Fix the bug in translating the VNF policy Issue-ID: OPTFRA-239 Change-Id: I0c9f678f22fec4eb3f5e190ea0080c899fb95445 Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-16updating config fileAnkitkumar Patel2-12/+12
updating the config file Issue-ID: OPTFRA-237 Change-Id: Ic63eb5e3921bba35afb44c5d34ddb38cfde8ee75 Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-16Updating the config fileAnkitkumar Patel2-2/+2
Updating the config file as workaround Issue-ID: OPTFRA-237 Change-Id: Iacdb4e8ab0f38d0809c4881b3faca0b4f3164d0c Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-16Updated DockerFile to set environment variableAnkitkumar Patel1-1/+1
Updated docker file to set the environment variable Issue-ID: OPTFRA-237 Change-Id: I97275c9c7b3963b6282a8d59f4177dc8b94e53fe Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-09Bump oparent-python versionGary Wu1-1/+1
Bump oparent-python version to 1.1.1 to resolve a license issue in an old version of lombok. Change-Id: I09a3c0b3745ebbeeedb400638e16047971329e43 Issue-ID: INT-493 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-07disabling SSL certificate checkAnkitkumar Patel1-1/+1
Disabling SSL certificate check Issue-ID: OPTFRA-223 Change-Id: Ibec0165290a8d22cf480871d6c556cd39007b6b6 Signed-off-by: Ankitkumar Patel <ankit@research.att.com>