Rename network-cloud type to multi-tenant type changes.
Change-Id: I668b9826f02c9593ad591add188f49b45c7679f8
This commit is contained in:
parent
43f8dab09a
commit
b9be1c64c8
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
resources:
|
||||
- ../../../../type/network-cloud/ephemeral/initinfra
|
||||
- ../../../../type/multi-tenant/ephemeral/initinfra
|
||||
- ../catalogues
|
||||
transformers:
|
||||
- ../../../../type/airship-core/ephemeral/initinfra/replacements
|
||||
|
@ -1,2 +1,2 @@
|
||||
resources:
|
||||
- ../../../type/network-cloud/phases
|
||||
- ../../../type/multi-tenant/phases
|
||||
|
@ -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
|
||||
|
||||
|
7
manifests/type/multi-tenant/README.md
Normal file
7
manifests/type/multi-tenant/README.md
Normal 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).
|
3
manifests/type/multi-tenant/metadata.yaml
Normal file
3
manifests/type/multi-tenant/metadata.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
phase:
|
||||
docEntryPointPrefix: manifests/type/multi-tenant
|
||||
path: manifests/type/multi-tenant/phases
|
@ -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).
|
@ -1,3 +0,0 @@
|
||||
phase:
|
||||
docEntryPointPrefix: manifests/type/network-cloud
|
||||
path: manifests/type/network-cloud/phases
|
Loading…
x
Reference in New Issue
Block a user