Age | Commit message (Collapse) | Author | Files | Lines |
|
In a phase of refreshing list of Auto committers.
First batch: add Mohan, remove Madhukesh.
Mohan: which email to use (mvista or gmail); and need your LF ID.
Next batch: add Martin, Richard, Cristina, Paul, Joe
(voting in progress), and review all list
Does the "INFO" file need to be deleted (since "INFO.yaml" is the reference) ?
patch 2:
- updated Mohan's LFID
- added entries for Joe, Cristina, Paul, Martin, Richard
- still need LFIDs from Paul, Richard
- seems INFO can be deleted indeed; will do during final patch
(delta: about 6 names in INFO not in INFO.yaml)
patch 3 (June 14th):
- updated LFIDs for Paul, Richard
- updated INFO, but not deleted yet; grouped names not in INFO.yaml;
- INFO.yaml ready to be merged, pending TSC approval process
Change-Id: Ie34283faebbab99afbed731d7ac92309518e3b03
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit 07a61a49978c842ba6b3e6a31a6a0f127084c639)
|
|
JIRA: AUTO-38
Automated configuration of an OpenStack instance for ONAP
Updates:
- using identity proxy now works
- attaching a gateway to a router now works (at router creation)
- added --debug and --delete options
- added summary display at the end, with network IDs (for YAML files)
Not yet working:
- existence tests and deletions, waiting on OS-SDK bug fix
(equality test in Resource.py)
- assigning user to project using SDK identity proxy
(no such method yet in SDK identity proxy)
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
Change-Id: I69c922c1e3a3ab94988d470637251598124b98ac
(cherry picked from commit b718a43380376d2b19222c4203c97a95ca849ae8)
|
|
Initial code (based on OpenStack SDK Python client) for configuring
an OpenStack instance (e.g. installed by Fuel/MCP) and prepare it for
ONAP (especially, to host VM-based VNFs).
Currently works: creation of networks, routers, router interfaces,
security groups (accessing VMs also works with compute proxy, but is
not used for this program).
Current issues: identity proxy (so can't create projects and users),
adding gateway to router, deletions
This script could be launched automatically right after installing
OpenStack, and before installing ONAP (so as to grab OpenStack info
to be fed into ONAP configuration files). Also, VNF YAML/ENV files
can be populated once the OpenStack instance is ready for ONAP.
Note: plenty of test and debug lines, which would be removed.
This changeset is just to capture a snapshot of this effort in the
Auto repository, and to enable reviews and feedback.
Change-Id: If3b69b5a9a45905455db3a4eae0c6b336ce7447b
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit 5ba5768eee759f9d09d20a2fe6af6b4fe9463d54)
|
|
Updated: Release Notes and Configuration Guide.
Reviewed User Guides, but no changes for 6.1.
Change-Id: I9c800650d0fdae5e05ddcec60c518fffa193ee78
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit f19ad7f768a1fd6f7523a8e418b30bce2088ebce)
|
|
|
|
|
|
|
|
|
|
|
|
Any comitters that are listed in the INFO file
and not in the INFO.yaml never accepted their invitations
They should perhaps be removed from the committer list.
and email asking them to stepdown forwarded to helpdesk is the correct
procedure to remove inactive comitters.
Or if they are interested I can resent the invite.
Change-Id: Id5550db13a8f64a02934bf1e106d228a76fdc15e
Signed-off-by: agardner <agardner@linuxfoundation.org>
(cherry picked from commit a645d4029db2e1d994585ce68bb9d0522fefc535)
|
|
JIRA: AUTO-13
1) Openstack SDK usage for VM suspend/resume actions, using clouds.yaml,
tested on hpe16 pod
2) common test logic (creation of test execution instances, measurement of
recovery time, calling of per-use case indexed functions, saving results
to CSV files)
Change-Id: If84d2a0e44618d476a028d4ac4a2897da9cd5532
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit a5ff1317e4b3be39aaaec22716b438c6c12c5652)
|
|
JIRA: AUTO-26
Updated user guide for each Use Case:
- UC1: minor typos
- UC2: new figures (test logic, cardinalities), additional text
- UC3: new figures (test cases mapped on architecture), updated
text, aligned with updated UC3 definition
Change-Id: I45faef95fde8eb362faffaa7469a0f2e1bcbf318
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit 56002f18fbac67bcdd197e04689414b25c830ddc)
|
|
JIRA: AUTO-27
First draft of Auto configuration guide, referencing long-term goals
and current progress (from wiki page).
Patch to fix typos and address comments.
Change-Id: I9a15bbed9b71a7f351be274401c0ae033befb245
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit ed52cec1928d0ff93538c9bb7a57f8c52e83b99e)
|
|
JIRA: AUTO-26
added references to newly closed JIRA tickets, with clarified text
added figure with Auto project activities
added references
other minor updates
Change-Id: Ibf794a2fe7272a44a139a6192fa6c77bd95d3d1f
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit 04e02a25d3b4398401d948bacadf9bafcba760f9)
|
|
JIRA: -
Misplace public key and private key
Change-Id: Iae694cfdab00500af863c934f5924693d5bab5d1
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
(cherry picked from commit a85a3366e4ca2094facf69b696e0c03e97ab45dc)
|
|
|
|
|
|
|
|
|
|
This testcases only specific to OpenStack.
JIRA: AUTO-31
Change-Id: I283ffcfef97320765e7a5d76898aecd1077bf12e
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
|
|
JIRA: AUTO-13
Created structures for configuring various test definition scripts
and challenge definition scripts in corresponding classes (something like
libraries of functions, with an index ID to pick the applicable function).
This will be useful to leverage Python clients to OpenStack and
Kubernetes, or even for HTTP-level APIs for ONAP. It may be more flexible
than the list of CLI/API commands initially planned (however, the list structures
are still there, and might be used by the scripts).
Additionally, there are some test snippets for Openstack Python SDK (work in progress).
Also, there is a clouds.yaml file, for this interface.
Change-Id: Ida1ff118fcbfe8715679492feb8fe0df2da62b45
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
|
|
Change-Id: I2cb3e69d1e85a3435631fd7d9e0a245130cde693
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
|
|
JIRA: AUTO-26
edited files for better HTML rendering (especially, added missing blank lines to ensure proper bulleting)
Change-Id: I8165363f15f26bab2e3f72cc1435c4acf32f618b
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
|
|
|
|
|
|
JIRA: AUTO-29
Re-used and synthetized existing content from wiki (project proposal), and email discussion about Auto status. Added some content about work in progress. Listed JIRA tickets with Done status for the Feature additions section. Removed per-UC files, replaced by single file for whole Auto project.
Removed all trailing spaces.
Change-Id: Idbea3e4001aeeb2d0089d69993d98ebdd728bd6f
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
|
|
JIRA: Auto-26
Removed all trailing spaces, but left the higher-level headlines for the titles. Will remove if it is recommended for style.
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
On branch update_userguide
Changes to be committed:
modified: docs/release/userguide/UC01-feature.userguide.rst
modified: docs/release/userguide/UC02-feature.userguide.rst
modified: docs/release/userguide/UC03-feature.userguide.rst
Change-Id: Ic50eb184aa8deb8754f68053989f592967562e96
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
|
|
JIRA: Auto-13
removed trailing spaces in all files
Change-Id: I3eea80f7bc5dd0a018b5a3845d5071a6389a9477
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
|
|
JIRA: -
Work in progress
Change-Id: I196753efd2da33cee5cc4afe932bbb2e07ca24d8
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
JIRA: -
1. keep modules in lib directory instead of auto
Change-Id: Ie4c51b28554575bafbaa89c5f57309a786b903e0
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
JIRA: -
On behalf of Gerard Damm to commit his codes.
Keep docs in auto/docs.
Change-Id: I37163bd8af7ce34af0342082fa2b9fdd9357acda
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
|
|
JIRA: AUTO-29
On behalf of Gerard Damm to commit his codes.
Keep docs in auto/docs.
Change-Id: Ibf7008d51332af3bdd1176cfe5fccb95714e446e
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
|
|
JIRA: AUTO-13
On behalf of Gerard Damm to commit his codes.
Temporarily keep resiliency test case under
auto/testcase/resiliency.
Change-Id: Iafcb74177673afc3f84f0797ebd93b02852d120d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
JIRA: AUTO-19
On behalf of Eric Maye to commit his codes.
Temporarily keep vnf onboarding test case under
auto/testcase/vnf.
Change-Id: Ib5f13587e50d32bb0188dceb9aa1497b06ceb0f9
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
JIRA: AUTO-13
On behalf of Gerard Damm to commit his codes.
Temporarily keep resiliency test case under
auto/testcase/resiliency.
Change-Id: Idb9217e5d18113f9da69df8cce5096567655dd66
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
|
|
|
|
JIRA: Auto-5
Setup ONAP environment on OpenStack. Develop Using
Python considering its proved performence within
OPNFV testing project, and with its rich library we
can operate REST calls and json parsing in a more
elegant way, also others can reuse the existing
module to develop use cases and test cases.
Main workflow:
1. prepare OpenStack to launch ONAP (images, security
rules, keypair, etc)
2. launch ONAP stack
Change-Id: Id99affccbcaa86be134a535f89b26c54ad137e21
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
INFO.yaml meant to be machine readable.
This file was auto generated from an ldap lookup
and your projects INFO file
Meeting times are not currently filled out.
please ammend this patchset to complete
Going forward comitter promotions should be done
against this file.
PTLs:
Must be merged for you to gain delete access on
testresults.opnfv.org
Change-Id: I71f2138879184849d8f6d7cb324ce5d2d5fce587
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
JIRA: -
Add Eric Maye, Chen Zhang and Mohankumar Navaneethan
Change-Id: Ibed48daea228a0f7c58e5232b7f7dcb480c81a9d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
Change-Id: I8f438c65f1d623f2125e1bf073646e5c2172049d
Signed-off-by: zc9211 <zhangchen.bri@chinatelecom.cn>
|
|
This file is required for users of 'git-review'
Change-Id: Ibfea73f4b22cc9e7aa31cdd10e009624caa620bd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Remove extra space
Change-Id: Ia903deefeb75345c19c1d4900eede80dc6d00ba3
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
|
|
|