Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: OPTFRA-764
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: Id5d05967e349381bc5769c79b91e4439ea38fc82
|
|
Issue-ID: OPTFRA-869
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: Id9739504923e5468273fc0197a6ff4e34e2604af
|
|
Issue-ID: OPTFRA-869
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: I4f7a677fc59a9df1ecae7b17c1d2271c81f01193
|
|
Mountebank is an over the wire test double.
(http://www.mbtest.org/)
The AAI api for NSI and NSSI are the same. This
makes it difficult to create stub using exisiting
web server(web.py). So, lets move aaisim to more
flexible mock server
Issue-ID: OPTFRA-865
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I77c48fa3e491b3f73d1d5454625ffa27200f4751
|
|
match_hpa is implemented only for AAI inventory
provider, but it was called using map_method
In order to avoid calling the inventories which
have not implemented it, lets create a method
"invoke_method" in the inventory provider which
will return None, if the method required is not
implemented.
Issue-ID: OPTFRA-864
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Idc49be08f10b23404024f9655900b15bc19776e4
|
|
Issue-ID: OPTFRA-857
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I322c6b0d5d1b6345c54b849107054dd83759400d
|
|
Issue-ID: OPTFRA-857
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I23f12df7a27f31c15a27045199d28417186c8493
|
|
Issue-ID: OPTFRA-855
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib1acba8f9bfbf8cd8ba3f264ec66dc5af3253141
|
|
Issue-ID: OPTFRA-855
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I3ca5bf8c0f22a6ce2ae84c3286c9977fe2d22744
|
|
Add generator plugin to extensions
Aggregate candidate from multiple inv providers
Limit no of candidates generated by generator
Issue-ID: OPTFRA-854
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I536a62e8616b1b4d9261d9d08540a8db5104af23
|
|
Issue-ID: OPTFRA-851
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib969e0cac53de606371e8ab0ae401bacab9b2f95
|
|
Issue-ID: OPTFRA-851
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Id29d11588e029620f232bf549e72869f8a54516c
|
|
Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib05dc29fb825ce8a81660b995135731b3d3a1268
|
|
Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I2171c7ebcdbe59e3563960451507e5244e8e014d
|
|
Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib9b9c027712230a6ee58878afbe669d72855b1a2
|
|
- Remove python 2.7 which is not used
- Remove nginx which is moved to a seperate
container(OPTFRA-794)
Issue-ID: OPTFRA-839
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I94afcc213e8943f27f0fa5e3124d3df04e59fc1e
|
|
Issue-ID: OPTFRA-802
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I4dac19a11c560fbf193da46601b938a11a8f5aeb
|
|
Add a new template version to support the new
optmization model
Issue-ID: OPTFRA-730
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I286f7ae1bad0af1fac0da7e96f7274eb9518e031
|
|
Issue-ID: OPTFRA-802
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ibcc6760e6cc80a507a2ea2efab7088e1f09f5672
|
|
-Add generic flow for NxI candidate
-Add default attributes
Issue-ID: OPTFRA-801
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I869ebcd35d4c2436676868b26006ca991b34e538
|
|
The linter will check for issues in new and updated
files for a new commit
Issue-ID: OPTFRA-837
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Id0759380475f5360c340abb71cd0afe0761beac8
|
|
|
|
Issue-ID: OPTFRA-822
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ia04b4c5f4594dd40843e9d32f6fbdcd2f93cef06
|
|
optimize the git clone using --depth flag in term of size of clone
and also in term's of time taken to fetch the files and commit history
of whole repository .
Respective issue with Issue-ID: OPTFRA-772 is created at
https://jira.onap.org/browse/OPTFRA-772
More detail can be found at blog
https://www.atlassian.com/git/tutorials/big-repositories
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: I6a2f842886fea1e5626e528c93e90eb7e924f7a2
|
|
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages
by pip don't cached on system . This is a best practise which make sure
to fetch ftom repo instead of using local cached one . Further , in case
of Docker Containers , by restricing caching , we can reduce image size.
In term of stats , it depends upon the number of python packages
multiplied by their respective size . e.g for heavy packages with a lot
of dependencies it reduce a lot by don't caching pip packages.
Further , more detail information can be found at
https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6
Issue-ID: OPTFRA-774
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: I40d9eb94ecea623a9ed54b50b1786b154788a17b
|
|
Issue-ID: OPTFRA-818
Change-Id: If63980fd3575fa92e5566461131f0f9f61157af4
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
|
|
Issue-ID: OPTFRA-799
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Iae19546b795c6a49f9bd8a335f33e266bd6af352
|
|
Issue-ID: OPTFRA-788
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I35a94dbc36e236ecc2d462e50883924192321207
|
|
Issue-ID: OPTFRA-777
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ib5a7c312ce2d23d22c36a25857c73fcec28199cd
|
|
|
|
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ie31e5dc99dce2634692520fc4dd369b77fb1d88a
|
|
Change-Id: Iec9005667a3ee98ee451a0ed49d1a3a4728b3314
Issue-ID: OPTFRA-773
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
|
|
Issue-ID: OPTFRA-669
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Icca1689f440ae09890bbe65a3a9ee0601a787e45
|
|
Issue-ID: OPTFRA-669
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I1de2e5e94c0f9e0d58476c2a984e1baae5085fd1
|
|
Change-Id: Ibd4ace1220f9dc7d8a7f9119f1474ae54ce63f45
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760
|
|
Change-Id: I4f1367c4aae9c78353047ce083edac7e1a5bcfea
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760
|
|
|
|
Change-Id: I17e4905fc91f3442ed22f8d8825733e00f861f5c
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760
|
|
Issue-ID: OPTFRA-761
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: If1b4cad448bb9d2457d3fa814ebfbee5c0687fd5
|
|
Issue-ID: OPTFRA-762
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib47097f15ed558d4ff0b6f4b8da0edbc6c21a2ed
|
|
Issue-ID: OPTFRA-759
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I56d32a585c702b1a88e8f91e691ece44c7162d6b
|
|
|
|
Issue-ID: OPTFRA-566
Issue-ID: OPTFRA-495
Issue-ID: OPTFRA-543
Issue-ID: OPTFRA-409
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: If48ec9e054c1bb7e323e23de04930759beb5fcef
|
|
Issue-ID: OPTFRA-563
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I705a257add14cf899397580ccb7e799a206eded5
|
|
Change-Id: Ic622e2cf9d26e3b6e3af94050f14885d561ce87f
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-743
|
|
|
|
|
|
Issue-ID: OPTFRA-746
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ia0b67b7517100180ce2b47d95d1d2b56d9d5931f
|
|
Issue-ID: OPTFRA-747
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I8ca13756bea53d63aae1bea50705fc531a82088e
|
|
|