auto.git
6 years agocosmetic change to R6.2 Release Notes 69/59269/1 stable/fraser opnfv-6.2.0
Gerard Damm [Thu, 28 Jun 2018 21:54:41 +0000 (16:54 -0500)]
cosmetic change to R6.2 Release Notes

JIRA: AUTO-41

forgot blank line before list of notable activities
(line 277); opnfvdocs rendition did not look good;

Change-Id: Ic5073e5021164c27fdcccab4b11fd8f375bfeeaf
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit f2b7433b3f20299d935c42e978d56703b11eb17b)

6 years agoMerge "R6.2 updates for Auto Release Notes and Configuration Guide" into stable/fraser
Gerard Damm [Thu, 28 Jun 2018 20:57:56 +0000 (20:57 +0000)]
Merge "R6.2 updates for Auto Release Notes and Configuration Guide" into stable/fraser

6 years agoMerge "ci: Support for pylint and yamllint" into stable/fraser
Gerard Damm [Thu, 28 Jun 2018 20:53:52 +0000 (20:53 +0000)]
Merge "ci: Support for pylint and yamllint" into stable/fraser

6 years agoR6.2 updates for Auto Release Notes and Configuration Guide 55/59255/1
Gerard Damm [Wed, 27 Jun 2018 01:23:05 +0000 (20:23 -0500)]
R6.2 updates for Auto Release Notes and Configuration Guide

JIRA: AUTO-41

Several updates in Release Notes and Configuration Guide, to capture
changes and progress since R6.1.
Included tickets 35,37,40, since they can still be done for 6.2.

Patch 2:
made updates based on comments (note: need to close by 6/28)

Patch 3:
minor edits, will merge today

Patch 4:
removed Jira tickets 35, 37, 40 from Auto release 6.2

Change-Id: I7547a9ea9b807c28513ce4e995d53a9f32223eb1
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit d2a98b6fba905cd3de79c0b1c35021423b9dda9f)

6 years agoci: Support for pylint and yamllint 53/59253/1
Martin Klozik [Wed, 27 Jun 2018 09:23:48 +0000 (11:23 +0200)]
ci: Support for pylint and yamllint

A support for pylint and yamllint checks was introduced.
Checks can be executed manually by invocation of ./check
script (see script usage for more details). Automatic lint
checks were integrated info VERIFY and MERGE job bodies.

TODO:
Improve pylint ratings of python code. Some issues can
be fixed in python files or by relaxing pylint settings.
However dependencies on ONAP includes can't be easily fixed.
Thus pylint checks should be set as non-blocking at the beginning.

Change-Id: I82a6a266b8003ae5d70f4f2a88ecc96817b97ac0
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
(cherry picked from commit 6c1bcb7f02e4159bef21154341a9268f38bce438)

6 years agoFix formatting in INFO.yaml file 51/59251/1
Aric Gardner [Thu, 28 Jun 2018 16:51:44 +0000 (12:51 -0400)]
Fix formatting in INFO.yaml file

Soon we will have a valiadator that will not
allow errors like this to be merged.

Change-Id: I6d65f30376afe0e2b6da768f488888aed15bdb22
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
(cherry picked from commit b2b0c6cf161af535a185cdc8779ab9ddbeaeb335)

6 years agoMerge "docs: Fix long lines" into stable/fraser
Gerard Damm [Thu, 28 Jun 2018 20:50:15 +0000 (20:50 +0000)]
Merge "docs: Fix long lines" into stable/fraser

6 years agoMerge "update of config script using new release of OpenStack SDK" into stable/fraser
Gerard Damm [Thu, 28 Jun 2018 20:49:45 +0000 (20:49 +0000)]
Merge "update of config script using new release of OpenStack SDK" into stable/fraser

6 years agoMerge "checked code logic for UC2-vim001 recovery time measurement" into stable/fraser
Gerard Damm [Thu, 28 Jun 2018 20:49:18 +0000 (20:49 +0000)]
Merge "checked code logic for UC2-vim001 recovery time measurement" into stable/fraser

6 years agoMerge "ci: CI helper script" into stable/fraser
Gerard Damm [Thu, 28 Jun 2018 20:49:01 +0000 (20:49 +0000)]
Merge "ci: CI helper script" into stable/fraser

6 years agoMerge "adding Mohan, removing Madhukesh" into stable/fraser
Gerard Damm [Thu, 28 Jun 2018 20:48:40 +0000 (20:48 +0000)]
Merge "adding Mohan, removing Madhukesh" into stable/fraser

6 years agoupdate of config script using new release of OpenStack SDK 47/59247/1
Gerard Damm [Thu, 21 Jun 2018 19:26:54 +0000 (14:26 -0500)]
update of config script using new release of OpenStack SDK

JIRA: AUTO-38

- Issues in OpenStack SDK 0.13 were fixed in new release 0.14
- revisited the script, made some changes (delete interfaces before
  deleting router)
- Script now fully works: creates all objects, and can be used also
  for deleting (in a clean-up job for example)
- resilient to re-runs: can attempt to re-create, won't crash if
  objects already exist (existence tests work, thanks to SDK 0.14
  fix). Likewise, can attempt to re-delete (no crash).

- next steps will be:
  * update created objects based on ONAP-B requirements
    (current: still from Amsterdam; should be quite similar)
  * script to ensure Python3 and SDK are installed, and to
    ensure files are there (clouds.yaml, .img)
  * chain in CI pipeline: Fuel/MCP install, and this script

Patch 2:
made changes to address the comments
- fixed the summary (works in any execution case), tested on hpe12
- researched the URL support (use image proxy), but did not try yet
(need to merge this for 6.2)

Change-Id: Ibf647e33428c98a6fec17eda0a41e9ee11cc8085
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit c8f22d584e6bb23634d12e40d66400a718d5cbc7)

6 years agochecked code logic for UC2-vim001 recovery time measurement 45/59245/1
Gerard Damm [Fri, 22 Jun 2018 02:10:11 +0000 (21:10 -0500)]
checked code logic for UC2-vim001 recovery time measurement

JIRA: AUTO-38

Leveraging new OpenStack SDK release 0.14, tested existing code for
UC2/vif-001 (simulated VM failure), to verify that generic code for
recovery time measurement works.

Entered test code in placeholders for this test case: challenge start
(suspend a VM), challenge stop (resume, although this was done
outside (from Horizon), to simulate an ONAP-controlled recovery),
test code (periodic status check, stop when VM is active again).
Time was measured correctly, output files (.csv) were created
successfully.

This will allow to close Jira ticket 38.

Next steps will be to interface with ONAP, to obtain VNF info
(especially the ID of the corresponding OpenStack VMs), and perform
the same measurement, which this time will be an actual recovery
time, provided DCAE data collection, Policy and CLAMP have the
proper configuration.

Change-Id: I7320f7570c119d2b59d1ed6ca787ba975ad04a44
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
(cherry picked from commit dffc2bee5650b10831f3792b162b6ea73a4624ae)

6 years agoci: CI helper script 43/59243/1
Martin Klozik [Thu, 7 Jun 2018 07:27:54 +0000 (09:27 +0200)]
ci: CI helper script

Skeleton of CI helper script. This script implements the body
of AUTO CI jobs. It is executed from AUTO job definitions
used by the OPNFV Jenkins.

Change-Id: I17984293b795a0fe90bff8f9e06a8a82176c1612
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
(cherry picked from commit bea663873a193b0b0d8deedd8ea579339598a5be)

6 years agoadding Mohan, removing Madhukesh 41/59241/1
Gerard Damm [Fri, 8 Jun 2018 20:30:03 +0000 (15:30 -0500)]
adding Mohan, removing Madhukesh

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)

6 years agodocs: Fix long lines 37/59237/1
Martin Klozik [Wed, 30 May 2018 07:48:03 +0000 (09:48 +0200)]
docs: Fix long lines

OPNFVDOCS scripts set max line length to 240 chars. This patch
shortens long lines to avoid rst validation warnings during Auto
docs generation.

Change-Id: I124e3ea3aa04bc7fc8c2f5cf25ce9c75fdcef330
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
(cherry picked from commit bf21f3086791419abd713757ec85d0b9a77312d5)

6 years agogitignore: Ignore docs generation dirs 35/59235/1
Martin Klozik [Wed, 30 May 2018 08:29:04 +0000 (10:29 +0200)]
gitignore: Ignore docs generation dirs

Update .gitignore file to ignore OPNFVDOCS scripts and directories
used for docs generation.

Change-Id: I8a8476677b4f3d488d8b09b4eb17d98cad8e77bd
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
(cherry picked from commit cc722289a74012c2f76a683f7fb6ca1904c85e93)

6 years agoMay 15th update (identity, router gateway, options, summary) 55/58055/1 opnfv-6.1.1
Gerard Damm [Tue, 15 May 2018 19:53:18 +0000 (14:53 -0500)]
May 15th update (identity, router gateway, options, summary)

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)

6 years agoautomated configuration of an OpenStack instance for ONAP 53/58053/1
Gerard Damm [Fri, 4 May 2018 02:07:00 +0000 (21:07 -0500)]
automated configuration of an OpenStack instance for ONAP

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)

6 years agoAuto document updates for Fraser release 6.1 51/58051/1
Gerard Damm [Tue, 22 May 2018 23:48:52 +0000 (18:48 -0500)]
Auto document updates for Fraser release 6.1

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)

7 years agoMerge "Fix key issue" into stable/fraser opnfv-6.0.0
Gerard Damm [Thu, 26 Apr 2018 02:44:23 +0000 (02:44 +0000)]
Merge "Fix key issue" into stable/fraser

7 years agoMerge "Release Notes April 12th update, for Fraser MS9" into stable/fraser
Gerard Damm [Thu, 26 Apr 2018 02:44:11 +0000 (02:44 +0000)]
Merge "Release Notes April 12th update, for Fraser MS9" into stable/fraser

7 years agoMerge "first draft of Auto configuration guide; patched;" into stable/fraser
Gerard Damm [Thu, 26 Apr 2018 02:43:55 +0000 (02:43 +0000)]
Merge "first draft of Auto configuration guide; patched;" into stable/fraser

7 years agoMerge "Add Gerard fix meeting time." into stable/fraser
Gerard Damm [Thu, 26 Apr 2018 02:43:45 +0000 (02:43 +0000)]
Merge "Add Gerard fix meeting time." into stable/fraser

7 years agoMerge "User Guide April 13th update, for Fraser MS9" into stable/fraser
Gerard Damm [Thu, 26 Apr 2018 02:43:33 +0000 (02:43 +0000)]
Merge "User Guide April 13th update, for Fraser MS9" into stable/fraser

7 years agoAdd Gerard fix meeting time. 73/56573/1
agardner [Thu, 29 Mar 2018 17:05:06 +0000 (13:05 -0400)]
Add Gerard fix meeting time.

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)

7 years agoUC2 update with Openstack SDK interface and common test logic 71/56571/1
Gerard Damm [Tue, 27 Mar 2018 21:03:16 +0000 (16:03 -0500)]
UC2 update with Openstack SDK interface and common test logic

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)

7 years agoUser Guide April 13th update, for Fraser MS9 69/56569/1
Gerard Damm [Fri, 13 Apr 2018 19:39:15 +0000 (14:39 -0500)]
User Guide April 13th update, for Fraser MS9

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)

7 years agofirst draft of Auto configuration guide; patched; 67/56567/1
Gerard Damm [Thu, 12 Apr 2018 03:39:10 +0000 (22:39 -0500)]
first draft of Auto configuration guide; patched;

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)

7 years agoRelease Notes April 12th update, for Fraser MS9 65/56565/1
Gerard Damm [Thu, 12 Apr 2018 20:53:34 +0000 (15:53 -0500)]
Release Notes April 12th update, for Fraser MS9

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)

7 years agoFix key issue 63/56563/1
Harry Huang [Wed, 18 Apr 2018 09:25:57 +0000 (17:25 +0800)]
Fix key issue

JIRA: -

Misplace public key and private key

Change-Id: Iae694cfdab00500af863c934f5924693d5bab5d1
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
(cherry picked from commit a85a3366e4ca2094facf69b696e0c03e97ab45dc)

7 years agoMerge "INFO: Add Gerard Damm as Auto committer"
Tina Tsou [Wed, 21 Mar 2018 21:07:42 +0000 (21:07 +0000)]
Merge "INFO: Add Gerard Damm as Auto committer"

7 years agoMerge "Testcases for Edge cloud Environment check"
Tina Tsou [Wed, 21 Mar 2018 21:07:31 +0000 (21:07 +0000)]
Merge "Testcases for Edge cloud Environment check"

7 years agoMerge "Auto Generated INFO.yaml file"
Tina Tsou [Wed, 21 Mar 2018 21:06:37 +0000 (21:06 +0000)]
Merge "Auto Generated INFO.yaml file"

7 years agoMerge "structures for definition code (Tests and Challenges)"
Tina Tsou [Wed, 21 Mar 2018 21:05:40 +0000 (21:05 +0000)]
Merge "structures for definition code (Tests and Challenges)"

7 years agoTestcases for Edge cloud Environment check 91/54191/3
Mohan Kumar [Tue, 20 Mar 2018 10:42:22 +0000 (16:12 +0530)]
Testcases for Edge cloud Environment check

This testcases only specific to OpenStack.

JIRA: AUTO-31

Change-Id: I283ffcfef97320765e7a5d76898aecd1077bf12e
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
7 years agostructures for definition code (Tests and Challenges) 21/54221/1
Gerard Damm [Tue, 20 Mar 2018 21:06:10 +0000 (16:06 -0500)]
structures for definition code (Tests and Challenges)

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>
7 years agoINFO: Add Gerard Damm as Auto committer 89/54189/1
Mohan Kumar [Tue, 20 Mar 2018 10:19:46 +0000 (15:49 +0530)]
INFO: Add Gerard Damm as Auto committer

Change-Id: I2cb3e69d1e85a3435631fd7d9e0a245130cde693
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
7 years agocosmetic fixes (numbering, bulleting, TOC, section levels, ...) 19/54019/1
Gerard Damm [Fri, 16 Mar 2018 20:31:41 +0000 (15:31 -0500)]
cosmetic fixes (numbering, bulleting, TOC, section levels, ...)

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>
7 years agoMerge "UC02: added execution controls and global variables"
Tina Tsou [Thu, 15 Mar 2018 19:09:38 +0000 (19:09 +0000)]
Merge "UC02: added execution controls and global variables"

7 years agoMerge "first draft of release notes, patch 2"
Tina Tsou [Thu, 15 Mar 2018 18:59:51 +0000 (18:59 +0000)]
Merge "first draft of release notes, patch 2"

7 years agofirst draft of release notes, patch 2 31/53731/2
Gerard Damm [Wed, 14 Mar 2018 01:06:38 +0000 (20:06 -0500)]
first draft of release notes, patch 2

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>
7 years agoupdates on user guides, for all use cases 17/53717/2
Gerard Damm [Tue, 13 Mar 2018 19:42:15 +0000 (14:42 -0500)]
updates on user guides, for all use cases

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>
7 years agoUC02: added execution controls and global variables 19/53719/2
Gerard Damm [Tue, 13 Mar 2018 20:06:56 +0000 (15:06 -0500)]
UC02: added execution controls and global variables

JIRA: Auto-13

removed trailing spaces in all files

Change-Id: I3eea80f7bc5dd0a018b5a3845d5071a6389a9477
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
7 years agoModify repo structure 29/53629/1
Harry Huang [Tue, 13 Mar 2018 06:41:42 +0000 (14:41 +0800)]
Modify repo structure

JIRA: -

Work in progress

Change-Id: I196753efd2da33cee5cc4afe932bbb2e07ca24d8
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agoModify repo structure 21/53621/1
Harry Huang [Tue, 13 Mar 2018 02:52:01 +0000 (10:52 +0800)]
Modify repo structure

JIRA: -

1. keep modules in lib directory instead of auto

Change-Id: Ie4c51b28554575bafbaa89c5f57309a786b903e0
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agoUpdate the docs 45/53545/1
Harry Huang [Mon, 12 Mar 2018 12:55:53 +0000 (20:55 +0800)]
Update the docs

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>
7 years agoMerge "Add docs"
Tina Tsou [Sun, 11 Mar 2018 18:04:55 +0000 (18:04 +0000)]
Merge "Add docs"

7 years agoAdd docs 59/53459/1
Harry Huang [Sun, 11 Mar 2018 11:36:29 +0000 (19:36 +0800)]
Add docs

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>
7 years agoMerge "Update for resiliency improvements [WIP]"
Tina Tsou [Fri, 9 Mar 2018 04:58:02 +0000 (04:58 +0000)]
Merge "Update for resiliency improvements [WIP]"

7 years agoUpdate for resiliency improvements [WIP] 65/53365/2
Harry Huang [Fri, 9 Mar 2018 03:28:18 +0000 (11:28 +0800)]
Update for resiliency improvements [WIP]

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>
7 years agoTest case for vnf onboarding [WIP] 63/53363/1
Harry Huang [Fri, 9 Mar 2018 03:22:26 +0000 (11:22 +0800)]
Test case for vnf onboarding [WIP]

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>
7 years agoTest case for resiliency improvements [WIP] 77/53277/2
Harry Huang [Thu, 8 Mar 2018 06:27:48 +0000 (14:27 +0800)]
Test case for resiliency improvements [WIP]

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>
7 years agoMerge "vcpe_testscripts"
Tina Tsou [Wed, 7 Mar 2018 22:59:01 +0000 (22:59 +0000)]
Merge "vcpe_testscripts"

7 years agoMerge "Update Committers"
Harry Huang [Wed, 7 Mar 2018 07:45:06 +0000 (07:45 +0000)]
Merge "Update Committers"

7 years agoAdd scripts to setup ONAP on OpenStack 73/50773/5
Harry Huang [Thu, 18 Jan 2018 12:43:47 +0000 (20:43 +0800)]
Add scripts to setup ONAP on OpenStack

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>
7 years agoAuto Generated INFO.yaml file 25/51525/1
agardner [Fri, 2 Feb 2018 22:14:28 +0000 (17:14 -0500)]
Auto Generated INFO.yaml file

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>
7 years agoUpdate Committers 87/51387/2
Harry Huang [Wed, 31 Jan 2018 09:31:18 +0000 (17:31 +0800)]
Update Committers

JIRA: -

Add Eric Maye, Chen Zhang and Mohankumar Navaneethan

Change-Id: Ibed48daea228a0f7c58e5232b7f7dcb480c81a9d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agovcpe_testscripts 57/51357/1
zc9211 [Tue, 30 Jan 2018 16:06:26 +0000 (00:06 +0800)]
vcpe_testscripts

Change-Id: I8f438c65f1d623f2125e1bf073646e5c2172049d
Signed-off-by: zc9211 <zhangchen.bri@chinatelecom.cn>
7 years agoGit Review File 27/40627/1
Trevor Bramwell [Tue, 29 Aug 2017 23:05:16 +0000 (16:05 -0700)]
Git Review File

This file is required for users of 'git-review'

Change-Id: Ibfea73f4b22cc9e7aa31cdd10e009624caa620bd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoAdd initial INFO and LICENSE 25/40425/2
Bryan Sullivan [Mon, 28 Aug 2017 15:19:02 +0000 (08:19 -0700)]
Add initial INFO and LICENSE
Remove extra space

Change-Id: Ia903deefeb75345c19c1d4900eede80dc6d00ba3
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
7 years agoInitial empty repository
Aric Gardner [Thu, 17 Aug 2017 19:57:08 +0000 (19:57 +0000)]
Initial empty repository