Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: optf/osdf master 0c5c12ce1b84a1a26362eac5c98d9eb47d8b0ec3
fix IP with AAI DNS
Change-Id: I85a78cc14dd3b5528c2aac03efc81f1c60647d2f
Issue-ID: OPTFRA-316
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: optf/osdf master 2380d2c2a94be01b0609038d08bf8fcd1fc0c4e4
Merge "fix the route issue in same domain"
fix the route issue in same domain
Issue-ID: OPTFRA-333
Change-Id: Ic77f71d3abdab8244bdae85a11856aea24543a54
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: optf/osdf master 2bbdae56050b30011561c0078ddf5c4b4b090a9f
Add committer to OOF team
Add Vikas as part of the committers group
Change-Id: I65b84c5d09b9812ced505272ce83236226fc1529
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: optf/osdf master 707f9eed21abdb5cd214abf8fa480236e9c63571
Adding defaultbranch to .gitreview
Added defaultbranch=master to .gitreview
Change-Id: I29041cdeaf7fc8f5a656b4b5f8be89f990c1a166
Issue-ID: OPTFRA-258
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/osdf master e245dcdb2419299dc2388f66acb5c93f4df69b5c
Merge "call of the route app optmizer from osdfapp.py"
call of the route app optmizer from osdfapp.py
Issue-ID: OPTFRA-310
Change-Id: I2b8512d89a1ea78f829d934f83931adf287e7fa9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: optf/osdf master b10fb0f89dd06023ebc8d318813a49b57bda81a7
Merge "Use managed guava version"
Use managed guava version
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>
|
|
Project: optf/osdf master 032826f947147dc9d0c5a763bcea173e995acdfb
Fixing functional test cases
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>
|
|
Project: optf/osdf master 44795f01bc3c53875a759dd6043d25b237362fad
Enable logs when functest simulator is run
Issue-ID: OPTFRA-321
Change-Id: I74c80c6b406cf25ba1802314a2872fe47b11b60e
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
|
|
Project: optf/osdf master 902698ef5f07d9cbb2c46b3fb28c4d50da39edda
Increase sleep time for has simulator
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>
|
|
Project: optf/osdf master 591f278130ac54d136fad0c0256d2f50bdfb5f47
Fixing the typo of application/json
Issue-ID: OPTFRA-310
Change-Id: I74a50f1e19d2f6f3e10b31c4c2b89d6dc32f5421
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: optf/osdf master ceae24f79c17537cf71727dd81b782bfd84df067
Merge "New route optimiser file added for the timebeing"
New route optimiser file added for the timebeing
Issue-ID: OPTFRA-310
Change-Id: I0dcec69974e6d8c6f865dad31e91746451a4f528
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: optf/osdf master 83b497ea3505c2d90ec21f2dbc42c5d13954b26c
Merge "Remove Ankit from committer list"
Remove Ankit from committer list
Issue-ID: OPTFRA-308
Change-Id: Ib2e2ff7a6349b63f69d9bd30980e8118214245e8
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
|
|
Project: optf/osdf master 25ce2953eccc6acae7c232112f61d950c16e24f7
Merge "Add the /route rest api in the osdf"
Add the /route rest api in the osdf
placeholder for the /route as a start piont
Issue-ID: OPTFRA-310
Change-Id: I3e9befda318a2c69426c50084cc8fb111480d653
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: optf/osdf master be84b41f0eb2c390bf220b0f6f007190642449bd
Fix the docker build image workflow
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>
|
|
Project: optf/osdf master 604d385c7678bc7abd1ebbd85218484910e70e8a
Added missing sudo privileges
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>
|
|
Project: optf/osdf master f15a7865c2174c4b8a1d505b21e245411ad7738b
Missing xmllint package for version scraping
Installed missing xmllint package for version scraping
Change-Id: I019c8d43ef145b3713f7267d52bd14fec5df2a76
Issue-ID: OPTFRA-301
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/osdf master 70d110ddddf96879a0a68d4a794ba70f770f6a84
Fix Docker image to use the nexus artifacts
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>
|
|
Project: optf/osdf master 443e3ae95abb92c7cd79fa975e0136a1539a5254
Reverting the oparent version to release version
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>
|
|
Project: optf/osdf master 2fc33e4237e0dc0a383efc4ff04a2ba334799744
Merge "Bumping the oparent and osdf artifact versions"
Bumping the oparent and osdf artifact versions
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>
|
|
Project: optf/osdf master 9a58ba68705920997d0c8b45cce1def2c09db3d9
[OPTFRA-304] code cleaning
OSDF code cleaning
Issue-ID: OPTFRA-304
Change-Id: Idc538318d28710f68efc5f169e3644840e7ea86f
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
|
|
Project: optf/osdf master 636eec90c49fe2e4223dbeb79bd17c30b714dce8
Add committers
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>
|
|
Project: optf/osdf master 9fe615529a9fb71d347a5ef6fd88768a45bfa680
Update INFO.yaml
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>
|
|
Project: optf/osdf master 9a7f7627126af0db557517d0c02b01e37d757416
Fix indentation
Issue-ID: DOC-271
Change-Id: Idb13ec049b74c503d024ad762daafd14a9b5d0f8
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
|
|
Project: optf/osdf master 4d08408933f789ad83cf0412b3997c4c4c9cc777
Merge "Document Security section of the Release Notes"
Document Security section of the Release Notes
Document Security section of the Release Notes
Issue-ID: DOC-271
Change-Id: Ieb8afe9c3ddf5788552bcbb2be5fc5da8629d5f4
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
|
|
Project: optf/osdf master 59af1ba116cc0e834f2c1a0d9ac2b523682016b9
updated the version of an image
Updated the version of an image.
Issue-ID: OPTFRA-251
Change-Id: I2fdf0789ebad30f4e520b55890317e2404546c07
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
|
|
Project: optf/osdf master 5b154ab03794fae01717b92f72e25f420717cbfa
Document Security section of the Release Notes
Change-Id: Id6f5bb20ba13ab74fea036fbf56c61156433df5b
Issue-ID: DOC-271
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: optf/osdf master c31743af590754408eda42837198b23c56474ccd
Fixed the config dir and default policy scope
Fixed the config dir and default policy scope
Issue-ID: OPTFRA-247
Change-Id: Ie15aaaa7ac6357ddc9fc0dc262591e844001d927
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
|
|
Project: optf/osdf master e0833e0345df370b1d82c462caabbc36a0c341f4
Fixed the HAS response attribute names
Fixed the HAS response attribute names
Issue-ID: OPTFRA-247
Change-Id: Id6afeafcb9fb094710ef7b624f2111e3608973dc
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
|
|
Project: optf/osdf master 839b658537f201b6f18c23ace1dc78d091eed7f1
Fixed the distance policy type
Fixed the distance_to_location policy type
Issue-ID: OPTFRA-247
Change-Id: I5b63407fcf7c46dffc841b080b721e5c8203a3da
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
|
|
Project: optf/osdf master 35266fadb09d9e986af1af2c03cd979baa2ba8fa
Fix to remove resources with no policies
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>
|
|
Project: optf/osdf master 49a0eac16462c04c285125686fb235c22c9ad607
Fixed case sensitive resource matching
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>
|
|
Project: optf/osdf master b259e6ae5bb534e8885f88a02a9165b8b8442f3e
Merge "fix comments OPTFRA-242, edit release notes"
fix comments OPTFRA-242, edit release notes
Issue-ID: OPTFRA-242
Change-Id: I06fbf6286c6c3631a3353e49a2085501be99c6f1
Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
|
|
Project: optf/osdf master 61960d0ca9556843596975506fc949ae90ebb776
Eliminating emply elements from HAS template
Eliminating empty elements from HAS template
Issue-ID: OPTFRA-243
Change-Id: Iec6acf95f6f0a98757e3d208f102998d197b2daa
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master 8a0fb1ecc1bd4f421f18ad10edd8e6f2c78dc003
Updating the VNF policy translation
Updating the VNF policy translation
Issue-ID: OPTFRA-239
Change-Id: Iadce865b35ec94613502063d718a317aba798bc4
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master 8ea30a38468373dfd9715d720c085c8a6ac4ee29
Fix the bug in translating a policy
Fix the bug in translating the VNF policy
Issue-ID: OPTFRA-239
Change-Id: I0c9f678f22fec4eb3f5e190ea0080c899fb95445
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master 12f9060558172ee282c6fb1b18e9955f00a41807
updating config file
updating the config file
Issue-ID: OPTFRA-237
Change-Id: Ic63eb5e3921bba35afb44c5d34ddb38cfde8ee75
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master 122d59ee59f799ec46882bdc862b001cd434657c
Updating the config file
Updating the config file as workaround
Issue-ID: OPTFRA-237
Change-Id: Iacdb4e8ab0f38d0809c4881b3faca0b4f3164d0c
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master ba17b41bafc815e3e52d29a46cd6073385c5ac9f
Updated DockerFile to set environment variable
Updated docker file to set the environment variable
Issue-ID: OPTFRA-237
Change-Id: I97275c9c7b3963b6282a8d59f4177dc8b94e53fe
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master 861f2b0a25e9377faf3075e5585de3ae961e7291
Bump oparent-python version
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>
|
|
Project: optf/osdf master 0ac9672e0192d383509db0ace9023a6d8d3f8306
disabling SSL certificate check
Disabling SSL certificate check
Issue-ID: OPTFRA-223
Change-Id: Ibec0165290a8d22cf480871d6c556cd39007b6b6
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master dc85276b8868037169f0ca5bb959f7effd8cfe96
Updated docker file
Updated docker file
Issue-ID: OPTFRA-200
Change-Id: Iac689582a86a73e36048b93daf656d162aa5a3af
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master af976863719222f13e7b23fa87c3ba4d212e10f6
EELF logging is added
EELF logging is added.
Issue-ID: OPTFRA-227
Change-Id: I2ec7ab4c13f93736acee82a36b9420480d78b50c
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master 23c3354245f8a9bc1d87ea3becc0f217bf10bbd7
add sections
Issue-ID: OPTFRA-41
Change-Id: Iba3f0c98b5c691ef89796991f7133c122a9bb792
Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
|
|
Project: optf/osdf master d5d94ac688bb5ac0b9d464988afbb07b6c7fcd75
Beijing RC2 documentation
Issue-ID: OPTFRA-41
Change-Id: If505dfc6c79666436d3c1aab8d163707bc1d1d9f
Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
|
|
Project: optf/osdf master 93ed3d1fe571af3bf134b8c4c1d7356840fcec10
Merge "Add INFO.yaml file"
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I05502215968f1ea5ace3e9f5cb74272d93535db9
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: optf/osdf master 72cd5fb92fb7afbfe7e0bfe7590d7bb9ecf995d9
Updated the configuration
Updated the configurations of policy, so, and conductor.
Issue-ID: OPTFRA-222
Change-Id: I8500cd333d3bd24ebc8fc59db1c74a5b58b76854
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
|
|
Project: optf/osdf master 955c99d8c51ef7c10cf6e1d0e429d15d8ea59305
Merge "[OPTFRA-217] Fix identifier value in placementSol"
[OPTFRA-217] Fix identifier value in placementSol
Identifier should be "serviceInstanceId" or "cloudRegionId"
Issue-ID: OPTFRA-217
Change-Id: I1ddab070922f43ac65f54a3fcc6f36986d04de3a
Signed-off-by: Chayal, Avteet (ac229e) ac229e@att.com <ac229e@att.com>
|
|
Project: optf/osdf master 2c9200329228e1b7b6991f3cae5f775e0b06426c
Fixing the docker file to set default python exec
Change-Id: I3bd6f16b85ada4111585818a3009de75f7294665
Issue-ID: OPTFRA-221
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
|
|
Project: optf/osdf master 3a7fa64c8995642dbd2a5696eb8511adc65f2f5d
Fix for placement call check and sync response
Fixed the condition to make placement call & sync response to client
Issue-ID: OPTFRA-215 and OPTFRA-216
Change-Id: I0f996160e8cd339c663611ba53bd590271ea3b3a
Signed-off-by: Chayal, Avteet (ac229e) ac229e@att.com <ac229e@att.com>
|
|
Project: optf/osdf master 43eb254bf347be1a2fd5bed08b87ec87c8bd0376
OPTFRA-214-requestState should be requestStatus
Fixed async response for placementDemand only scenario.
Issue-ID: OPTFRA-214
Change-Id: Ia9bdced85a874fd19e74b53e52702d45b3c67052
Signed-off-by: Chayal, Avteet (ac229e) ac229e@att.com <ac229e@att.com>
|