Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: optf/has master 3b85d3b015393dc72b2b1a879c91441f67ec8834
Merge "Added unit test cases for data component"
Added unit test cases for data component
Added Python unit test cases for aai.py file in data component. Modified the code in aai.py to make it test-driven.
Issue-ID: OPTFRA-79
Change-Id: I5c912c8a13226c6dada921f255a030e798665938
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master a29dff2ea59fa573ff4c1257e58f7813e17fdc40
Merge "Corrected Docker Files"
Corrected Docker Files
Note: we've been running conductor/has using the
source distribution (sdist) Running the git glone
instead of going for the artifacts - will do the
sdist based execution soon once the blocker for
functional testing is removed.
Also, added push script for docker images.
Issue-ID: OPTFRA-123
Change-Id: I733113d217157828322ebc2464351abdc0752be6
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
|
|
Project: optf/has master 338ae6819b2e09a362fecf6c867541a1b171c3c8
Fix Sonar coverage report
Added maven-exec plugin to trigger tox and coverage
Modified sonar properties to set the path to reports
Modified .gitignore to add coverage related files
Added test dependency junitxml
Change-Id: I7e4bb5e4b6bc217b9778350c703d864e9f8ef0e2
Issue-ID: OPTFRA-101
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 19d220e1f87475ef762ba7f6fb39d4eb18ee4c20
Fix Data module unit tests
New code checkin was breaking the tests.
Modified the data module unit tests to fix the breakage.
Change-Id: I30b566f771badc4799fdd9a5a946c8c058d2ea6a
Issue-ID: OPTFRA-162
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 37301dd6ce1fd71cfde394bef74e9645e808d804
Merge "Version.py must match setup.cfg"
Version.py must match setup.cfg
pip install -e . command was failing due to project
name mismatch in version.py (pbr settings) and setup.cfg.
Also, README.rst is a required file - must be present in
the directory pip install is run from (needed by setup.py).
Copied README.rst (and its markdown counterpart - README.md)
to one level in (./conductor).
Issue-ID: OPTFRA-161
Change-Id: I76e8e9c7d303a1e82524635118af3de36bc1a361
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
|
|
Project: optf/has master db05d1fb5487976a1e74545c76aa2f0db5e4c245
Merge "Add Active-Active code to has"
Add Active-Active code to has
Added Active-Active setup related files (new and modifications)
Issue-ID: OPTFRA-150
Change-Id: I50964ae990a465d0f977a4dea512dd61b35e308d
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: optf/has master da2f81ccb94a5830341da4a17b251a40fac6a6b9
Fixing setup.cfg too like setup.py
Changed email-ids to those of contributors in already existing files
(files setup.cf was only copied from one direcotry to another)
Issue-ID: OPTFRA-160
Change-Id: Ic87251654d5ffc9db496da40f6dd8d507ac5dcab
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
|
|
Project: optf/has master 62fd23a0b3c56de69a3dfd7b15ff5382d0d9f8be
Merge "Fixed location for setup.py"
Fixed location for setup.py
Looks like our daily job will fail if setup.py
is not where it currently resides (higher folder).
But if kept there, pip install wont work since it wont
be part of the package created and uploaded.
Moving it to both places for now for both items to work.
Note: A restructuring is already in the plans to bring
this 'multi-module' (so-called) structure to one straight
strucutre. In that restucturing setup.py would eventually
be in one place anyways.
Issue-ID: OPTFRA-160
Change-Id: Ib9ff7a273d6cf1e0c00bb74e562f268e8a569d48
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
|
|
Project: optf/has master 8fdd83e998fbc4d68e6a3a9c01eb4029f43065e7
Merge "Add API documentation for optf-has"
Add API documentation for optf-has
Add the API documentation exposed by HAS, used by OSDF in R2.
Issue-ID: OPTFRA-155
Change-Id: I78fa78f26720ee4670fc62c250c2c4720aca2a77
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
|
|
Project: optf/has master 5238bc5d23b926e49c2805890d108cc2f1dcc618
Added unit tests for Data module
Unit test for conductor/data
Change-Id: I62e95824a8191adacd630746dc0101660d480886
Issue-ID: OPTFRA-70
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 413abf436d94d48019f3995a860e0d43ea291b96
Integrate optf/has with Sonar
Added sonar properties for python related config
Added custom inclusion/exclusion patterns which could be leveraged
Change-Id: I3992a9120a30555fc933c1b052984367af69e4da
Issue-ID: OPTFRA-101
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 69dda22c24d32535c96030a1b74c04cb64963b93
Cleaning up names in Sonar
Name is sonar should match repo name. In this case name is optf-has
Change-Id: I25ec7578c0e26125d9dc7237d02012546883474c
Issue-ID: CIMAN-65
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: optf/has master 8d22623d4cf2aacebe4498cb46733550349406ae
Fixed another Dockerfile
data component docker file was pointing to wrong repo.
Fixed that to point to onap
Issue-ID: OPTFRA-123
Change-Id: Ia02c97ebb8f43da21aed897cfb00e14adf7bb54d
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: optf/has master c9e7894c315b52d71ca7eddb520b4a19442e5433
Correct Placement for version.properties
Looks like jenkins parent jobs expect the verison.proeprties
file to be one step higher than where it resides rihgt now.
Fixed, this - hopefully next jenkins daily job will succeeed.
Issue-ID: OPTFRA-124
Change-Id: I3444860123f347bbd532466f7ba7d509831b9af6
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: optf/has master 83aaed5e6ea528e928755d56afc6ed1b8fa09cf3
Merge "Added unit tests for conductor.common.music module"
Added unit tests for conductor.common.music module
Unit tests for music api
Change-Id: I9e239c23c0d3d81a860b121c7f8e462815068b31
Issue-ID: OPTFRA-68
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master ddf209a59f743d0c761eda9e9810cb414cb2c39d
Merge "Added more Unit tests for conductor/api module"
Added more Unit tests for conductor/api module
Fixed the MUSIC rpc mock for plans api
Issue-ID: OPTFRA-68
Change-Id: Ic0075c1816ed84133b2248e1b91e5e39ff4866d8
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 2a2e6a36e0bd9f73f66398717c8aec3a5b012e2f
Added version.properties
Issue-ID: OPTFRA-124
Change-Id: I18d4ab0dd301ecf85e398c8a521e60ebbe686cf5
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: optf/has master 601bec029087f09f3a8579de16aaa5ec6aa14b14
Dockerization Effort
Added files to run components of conductor
in docker. There is a build script and a run
script. Run script has instructions on how to
run the containers.
Issue-ID: OPTFRA-123
Change-Id: Id55a25b3c54e19728ca218e7d98e20af0630a383
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: optf/has master e761b422db53e8d81c875a3f0e7806fe942463cc
Modified tox.ini for coverage
Changed tox.ini to omit tests/*.py from coverage report
Change-Id: Ia4f43a229cd749d8f7eab933bf40ba9319512282
Issue-ID: OPTFRA-79
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master a689ff1ccc5f162e109e4616935dbd037f33d447
Unit Tests for Conductor/api module
Created Unit Tests for PlansController
Change-Id: I075ef2289548fa5afc2024173866307d174ea3d5
Issue-ID: OPTFRA-68
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 1c260cbd69b7e0e34c01dae57c19ce713bbf3277
Unit test for RootController and V1Controller
Addedd unit tests for RootController and V1Controller
Updated tox.ini to support coverage
Change-Id: I3adf9d2268776382ff1f067857947af9718c9ac8
Issue-ID: OPTFRA-68
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master f55f488b69b97ab4bfba039b01aad97563e7c065
BaseApiTest class for conductor api module
BaseTest class for all tests in conductor api module
Uses pecan.testing, Mock MUSIC API
Change-Id: I720a4aa7edd4a975ef7ec50bb6647b5825129a67
Issue-ID: OPTFRA-81
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 4f58c4461a09adbaff082b0ef3f48688cc59bfd1
Copyright Messages Cleanup
Tox and pep8 failed due to multiple reason causing
our verify-python jobs to fail. One reason being the
failure of test cases. Added sample test case for
developers to follow. Another reason was the Copyright
message appearing in supposedly empty package files.
Removed copyright messages so pep8 can succeed.
Issue-ID: OPTFRA-78
Change-Id: If7e4b28e2dabdba194e31a67da4647a342a7630f
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: optf/has master a2978cc38c116a89329d7ee262b4b0409c2a7bca
Added missing .testr.conf in conductor
Missing .testr.conf is added.
Bumped os-testr version in test-requirements.txt to 1.0.0
Issue-ID: OPTFRA-76
Change-Id: Icaacf67402be4ba6edbdc3edc587dc0e95166f30
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master d067098d0fbc8718cc56446464e3363755ac04b3
Fixed pep8 issues inside HAS
Fixed pep8 issues including indentation,
blank lines etc. In translator.py,
errors.py etc.
Change-Id: I73ea2815afded379926acccdc6796391e7540e32
Issue-ID: OPTFRA-61
Signed-off-by: Ying Ruoyu <ruoyu.ying@intel.com>
|
|
Project: optf/has master 5eae41a6cbd4a60c72491bdbbce324691a5a929c
Merge "Fixed some pep8 issues"
Fixed some pep8 issues
Fixed pep8 issues like optimizing import ordering,
indentation etc. in aa.py, opts.py, service.py
Change-Id: I235909f353cbb47e1c3e2c13d341a098d375d564
Issue-ID: OPTFRA-61
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master be19df7c692cc09dcd2532daff382e149778a830
Merge "Copyright Message in 'empty' files"
Copyright Message in 'empty' files
While packaging/verification of the jjb job,
saw error (on many files, not just this) that
the file cannot have 'only comments in it'
- since all the ONAP files need to have this
copyright message, these __init__.py
(a module specifier marker file only) can be excluded
from this requirement? - This will
be a good test for our jjb tempaltes as well.
Change-Id: I7d297338f31327aac94947d31a831b53e0913814
Issue-ID: OPTFRA-60:
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: optf/has master f726f95a48c8fc8f64cd9d69bb9f537d7fdd7d25
Added Intellij files to .gitignore
Change-Id: I3d14bdd6c1404044beb3d493e3cfdbecd9432f7b
Issue-ID: OPTFRA-10
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 82148448f80644aefb08c99f65c912dfc090b72a
Merge "Adding .gitignore to the repository"
Adding .gitignore to the repository
Adding the .gitignore so that the seed-code commits can follow this.
Issue-ID: OPTFRA-10
Change-Id: I708b60f6099554ab13a80367dcfcb094cfdd68a3
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
|
|
Project: optf/has master bfecfd9e7f8000ee0ebc26866853af9f7635012c
Add intial pom.xml inheriting from oparent-python
Created pom.xml for integrating with ci
Change-Id: Ie6bec4b7d4d3bf4b86074b7405f882fee0bccab9
Issue-ID: OPTFRA-59
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master 23892e5ce744ebf5160e2037a319897702b4816b
Added LICENSE.txt file to has repository
Change-Id: Ib0a87188869ec28fe4f07f256f9c3e2eb645d2ba
Issue-ID: OPTFRA-58
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master 15dbe9091db229418b4babef2d2061e0f3b3f9bc
Fixed the pip installation command in README file
Removed the 'ecomp' related command in README.md
Change-Id: I0129d1bd29ffc0c19db788a5ccab4a46cbc2d70f
Issue-ID: OPTFRA-11
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master eef6fd68695c7b89548a622412067b8641e0dc77
Merge "Added all common modules in conductor directory"
Added all common modules in conductor directory
Added the common modules used by all the other components of Homing Optimizer.
Change-Id: I6e8a991b54ef422da66b3174f27f6998731ec188
Issue-ID: OPTFRA-11
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master b40db10c6adc205d6dc2a4512d37445089cf4e47
Merge "Added api directory to the repository"
Added api directory to the repository
Added the HAS-API module in ONAP
Change-Id: Ie4a3b3d2f478abbf4878a4c618a568d7f07c4fa3
Issue-ID: OPTFRA-15
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master 09dc0f0a13b898a5c59be0ddd83ea20654505a01
Merge "Added reservation directory to the repository"
Added reservation directory to the repository
Added the HAS-Reservation module in ONAP
Change-Id: I34930fc94b70b2813917f390ba02a23291059b8a
Issue-ID: OPTFRA-16
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master b739f6148847c1dcf17b72215936b2394dee0ba1
Merge "Added data directory to the repository"
Added data directory to the repository
Added the HAS-Data module in ONAP
Change-Id: Iac9774f8d88bff672c35e5cbab29bd4397012c73
Issue-ID: OPTFRA-12
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master 3c0b5b6d33e98a3d43171b1c58b5bbe5a98e6cef
Merge "Added solver directory to the repository"
Added solver directory to the repository
Added the HAS-Solver module in ONAP
Change-Id: I5567e3976ad0dc693eb2adc2f479987001b14770
Issue-ID: OPTFRA-14
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master 3212850cfc6d88d4d186b6805e7774cb70fbd137
Added controller directory to the repository
Added the HAS-Controller module in ONAP
Change-Id: I8ef7fcee936f3a607069b8d5da65beb0210a784c
Issue-ID: OPTFRA-13
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master 22cff5d3b51d9aa2d4fd11f657264e41063add1c
Added conductor directory and README file
Added conductor directory and README file. The README file contains the description of ONAP Condcutor and license.
Change-Id: I8dd6b65152f45ff6102dcdc0ba99c31c42d958ea
Issue-ID: OPTFRA-10
Signed-off-by: rl001m <ruilu@research.att.com>
|
|
Project: optf/has master 15abbf4bf4bfd204cac504b68b5d3bfe89079c6b
Adding initial .gitreview
Adding missing .gitreview so OPTF team can submit code.
Issue-ID: OPTFRA-9
Change-Id: Ia55bb39384f6839727ec7ace9fce6365e86e0a56
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Project: optf/has master 6962b915986486f4dad166e7b3de7089311ac2c4
Updated headers to display correct pages
Updated headers so that when the release notes
docs were referenced in main documentation, they
would be displayed properly.
Change-Id: I27bfebe3cc4ba28272a367a4696037cdc94707e5
Issue-Id: DOC-47
Signed-off-by: jsseidel <spence@research.att.com>
|
|
Project: optf/has master 8a953e2c7005143275c9706775ff0f5eda81df7d
Added docs directory and release notes template
Added docs directory and a template for release
notes. The template is simply a suggestion.
Feel free to remove or add files as needed for
whatever makes sense for your project.
Change-Id: I2d52479ad210ca57b5a70c0756f90eea3f8e3432
Issue-Id: DOC-47
Signed-off-by: jsseidel <jsseidel@fastmail.com>
|
|
Optf project owners wanted to start first with
this one repo. Will add others as they come
online or become relevant.
Change-Id: Iea2e112473214f1c91a76a7fb63503a6889efa1e
Issue-Id: DOC-47
Signed-off-by: Spencer Seidel <jsseidel@fastmail.com>
|