Add network-cloud type

This change introduces an outline of the network-cloud type, which will
aim to provide Airship configuration suitable for performance-intensive
telecommunication and networking workloads according to the CNTT
specification.

Most documents include in this type inherit from the airship-core type;
however, this type will evolve to include type-specific documents in the
future.

Change-Id: I98344649ca55dc00151734963265b26d28deec68
This commit is contained in:
Drew Walters 2020-08-04 20:42:30 +00:00
parent d2e1b5c659
commit d5a98b7ad7
6 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Network-cloud Type
The network type provides Airship configuration suitable for
performance-intensive telecommunication and networking workloads. A placeholder
for now, the network-cloud type will evolve to meet the specifications of the
[Cloud iNfrastructure Telco Task Force (CNTT)](https://github.com/cntt-n/CNTT).

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../airship-core/ephemeral/bootstrap

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../airship-core/ephemeral/controlplane

View File

@ -0,0 +1,4 @@
resources:
- ../../../airship-core/ephemeral/initinfra
commonLabels:
airshipit.org/stage: initinfra

View File

@ -0,0 +1,2 @@
# NOTE(drewwalters96): This patch file is applied to override the
# airship-core networking catalogue.

View File

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../airship-core/shared/catalogues
patchesStrategicMerge:
- common-networking.yaml