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