fixing INFO yaml
[icn.git] / README.md
1 > NOTE: The ICN project is presently in the incubation/pre-production
2 > phase and is suitable for testing purposes only.
3
4 # Introduction
5
6 ICN addresses the infrastructure orchestration needed to bring up a
7 site using baremetal servers. It strives to automate the process of
8 installing a jump server (Local Controller) to the greatest degree
9 possible – "zero touch installation". Once the jump server is booted
10 and the compute cluster-specific values are provided, the controller
11 begins to inspect and provision the baremetal servers until the
12 cluster is entirely configured.
13
14 # Table of Contents
15 1. [Quick start](doc/quick-start.md)
16 2. [Installation guide](doc/installation-guide.md)
17 3. [Troubleshooting](doc/troubleshooting.md)
18 4. [Software BOM](doc/software-bom.md)
19
20 # Reporting a bug
21
22 Please report any issues found in the [ICN
23 JIRA](https://jira.akraino.org/projects/ICN/issues).  A Linux
24 Foundation ID must be created first.
25
26 # License
27 Apache license v2.0
28
29 ```
30 /*
31 * Copyright 2019-2022 Intel Corporation, Inc
32 *
33 * Licensed under the Apache License, Version 2.0 (the "License");
34 * you may not use this file except in compliance with the License.
35 * You may obtain a copy of the License at
36 *
37 * http://www.apache.org/licenses/LICENSE-2.0
38 *
39 * Unless required by applicable law or agreed to in writing, software
40 * distributed under the License is distributed on an "AS IS" BASIS,
41 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42 * See the License for the specific language governing permissions and
43 * limitations under the License.
44 */
45 ```