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:
parent
d2e1b5c659
commit
d5a98b7ad7
6
manifests/type/network-cloud/README.md
Normal file
6
manifests/type/network-cloud/README.md
Normal 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).
|
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../../airship-core/ephemeral/bootstrap
|
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../../airship-core/ephemeral/controlplane
|
@ -0,0 +1,4 @@
|
||||
resources:
|
||||
- ../../../airship-core/ephemeral/initinfra
|
||||
commonLabels:
|
||||
airshipit.org/stage: initinfra
|
@ -0,0 +1,2 @@
|
||||
# NOTE(drewwalters96): This patch file is applied to override the
|
||||
# airship-core networking catalogue.
|
@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../../../airship-core/shared/catalogues
|
||||
|
||||
patchesStrategicMerge:
|
||||
- common-networking.yaml
|
Loading…
x
Reference in New Issue
Block a user