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