aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/README.md
blob: bad6861571b7abfbb3aa2e91f047daae6a65d074 (plain)
1
2
3
4
5
6
7
8
9
10
11
# ONAP Integration - Bootstrap

## Description

* A framework to automatically install and test a set of base infrastructure components and environments for new developers.

## Sub-components

* 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.
=================================================================== Unless otherwise specified, all software contained herein is licensed under the Apache License, Version 2.0 (the License); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ */ import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'], }) export class AppComponent { title = 'designer-client'; }