From 28babfa0a7ab8a6c1df9d16c7235d968c1337df3 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Fri, 10 Apr 2020 18:22:59 +0200 Subject: Fix integration markdown errors for linter Issue-ID: INT-1523 Signed-off-by: mrichomme Change-Id: I2be0865395b12e1f277834b0c096f5d183cb5056 Signed-off-by: mrichomme --- bootstrap/README.md | 9 ++++----- bootstrap/jenkins/README.md | 2 -- bootstrap/vagrant-onap/README.md | 1 - 3 files changed, 4 insertions(+), 8 deletions(-) (limited to 'bootstrap') 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. diff --git a/bootstrap/jenkins/README.md b/bootstrap/jenkins/README.md index b9cb8645f..170134d4f 100644 --- a/bootstrap/jenkins/README.md +++ b/bootstrap/jenkins/README.md @@ -1,4 +1,3 @@ - # ONAP Integration > Bootstrap > Jenkins This directory contains a set of vagrant scripts that will automatically set up a Jenkins instance @@ -9,4 +8,3 @@ can successfully build ONAP code from scratch. It is not intended to be used as Jenkins CI/CD environment. NOTE: the Jenkins instance is by default NOT SECURED, with the default admin user and password as "jenkins". - diff --git a/bootstrap/vagrant-onap/README.md b/bootstrap/vagrant-onap/README.md index 8a8d1bd9b..edfbe85dc 100644 --- a/bootstrap/vagrant-onap/README.md +++ b/bootstrap/vagrant-onap/README.md @@ -1,4 +1,3 @@ # Deprecated ONAP on Vagrant tool's code has been migrated to [Devtool repo](https://git.onap.org/integration/devtool/) - -- cgit 1.2.3-korg