fixing INFO yaml ci error
[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 5. [Upgrading](doc/upgrading.md)
20
21 # Reporting a bug
22
23 Please report any issues found in the [ICN
24 JIRA](https://jira.akraino.org/projects/ICN/issues).  A Linux
25 Foundation ID must be created first.
26
27 # License
28 Apache license v2.0
29
30 ```
31 /*
32 * Copyright 2019-2022 Intel Corporation, Inc
33 *
34 * Licensed under the Apache License, Version 2.0 (the "License");
35 * you may not use this file except in compliance with the License.
36 * You may obtain a copy of the License at
37 *
38 * http://www.apache.org/licenses/LICENSE-2.0
39 *
40 * Unless required by applicable law or agreed to in writing, software
41 * distributed under the License is distributed on an "AS IS" BASIS,
42 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43 * See the License for the specific language governing permissions and
44 * limitations under the License.
45 */
46 ```