Rename network-cloud type to multi-tenant type changes.

Change-Id: I668b9826f02c9593ad591add188f49b45c7679f8
This commit is contained in:
Manoj Alva(ma257n) 2021-02-25 09:47:58 +00:00 committed by Manoj
parent 43f8dab09a
commit b9be1c64c8
20 changed files with 17 additions and 16 deletions

View File

@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../type/network-cloud/ephemeral/bootstrap
- ../../../../type/multi-tenant/ephemeral/bootstrap
- ../catalogues
generators:
@ -11,4 +11,4 @@ patchesStrategicMerge:
- baremetalhost.yaml
transformers:
- ../../../../type/network-cloud/ephemeral/bootstrap/replacements
- ../../../../type/multi-tenant/ephemeral/bootstrap/replacements

View File

@ -1,10 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../type/network-cloud/ephemeral/controlplane
- ../../../../type/multi-tenant/ephemeral/controlplane
- ../../target/catalogues # NOTE: use target networking for this phase
# TODO (dukov) It's recocommended to upload BareMetalHost objects separately
# otherwise nodes will hang in 'registering' state for quite a long time
- nodes
transformers:
- ../../../../type/network-cloud/ephemeral/controlplane/replacements
- ../../../../type/multi-tenant/ephemeral/controlplane/replacements

View File

@ -1,5 +1,5 @@
resources:
- ../../../../type/network-cloud/ephemeral/initinfra
- ../../../../type/multi-tenant/ephemeral/initinfra
- ../catalogues
transformers:
- ../../../../type/airship-core/ephemeral/initinfra/replacements

View File

@ -1,2 +1,2 @@
resources:
- ../../../type/network-cloud/phases
- ../../../type/multi-tenant/phases

View File

@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../type/network-cloud/shared/catalogues
- ../../../../type/multi-tenant/shared/catalogues
- hosts.yaml
- ../generator/results

View File

@ -0,0 +1,7 @@
# multi-tenant Type
The multi-tenant type provides Airship configuration suitable for
performance-intensive telecommunication and networking workloads.
A placeholder for now, the multi-tenant 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,3 @@
phase:
docEntryPointPrefix: manifests/type/multi-tenant
path: manifests/type/multi-tenant/phases

View File

@ -1,6 +0,0 @@
# 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

@ -1,3 +0,0 @@
phase:
docEntryPointPrefix: manifests/type/network-cloud
path: manifests/type/network-cloud/phases