diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-04-10 18:22:59 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-04-14 17:25:12 +0000 |
commit | 28babfa0a7ab8a6c1df9d16c7235d968c1337df3 (patch) | |
tree | 2a3bf4bd9aeb83ac2ee44a2e41ee665b3b394931 /bootstrap/README.md | |
parent | c06ea62716be250a59bd1d3857baa1a3a927a317 (diff) |
Fix integration markdown errors for linter
Issue-ID: INT-1523
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I2be0865395b12e1f277834b0c096f5d183cb5056
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'bootstrap/README.md')
-rw-r--r-- | bootstrap/README.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bootstrap/README.md b/bootstrap/README.md index 7809abf02..6c6553de8 100644 --- a/bootstrap/README.md +++ b/bootstrap/README.md @@ -1,12 +1,11 @@ - # ONAP Integration - Bootstrap ## Description -* A framework to automatically install and test a set of base infrastructure components and environments for new developers. +A framework to automatically install and test a set of base infrastructure components and environments for new developers. ## Sub-components -* codesearch - A set of vagrant scripts that will set up Hound daemon configured to search through all ONAP repositories. -* jenkins - A set of vagrant scripts that will set up a simple Jenkins environment with jobs configured to build all ONAP java code and docker images. -* vagrant-minimal-onap - A set of vagrant scripts that will set up minimal ONAP environment for research purposes. +- codesearch: A set of vagrant scripts that will set up Hound daemon configured to search through all ONAP repositories. +- jenkins: A set of vagrant scripts that will set up a simple Jenkins environment with jobs configured to build all ONAP java code and docker images. +- vagrant-minimal-onap: A set of vagrant scripts that will set up minimal ONAP environment for research purposes. |