Rename virtual sites

This commit renames virtual-network-cloud to virtual-multi-tenant.

Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
Change-Id: I93008034f4f8bba8b2ab464d45854190b195b818
This commit is contained in:
Sreejith Punnapuzha 2021-05-26 10:16:54 -05:00
parent c9f7286818
commit fd54957eab
72 changed files with 26 additions and 31 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@
.tox/
build/
manifests/site/virtual-network-cloud/ephemeral/controlplane/before.yaml
manifests/site/virtual-multi-tenant/ephemeral/controlplane/before.yaml

View File

@ -18,4 +18,3 @@ spec:
ironic:
provisioningIp: "10.23.24.101"
dhcpRange: "10.23.24.200,10.23.24.250"

View File

@ -0,0 +1,11 @@
apiVersion: airshipit.org/v1alpha1
kind: ManifestMetadata
metadata:
name: manifest-metadata
spec:
phase:
docEntryPointPrefix: manifests/site/virtual-multi-tenant
path: manifests/site/virtual-multi-tenant/phases
inventory:
path: manifests/site/virtual-multi-tenant/host-inventory

View File

@ -13,4 +13,3 @@ transformers:
# This replaces lma-specific network data from the lma stanza
# of the subcluster-networking catalogue into the standard networking catalogue
- ../../../../../type/multi-tenant/sub-clusters/lma/catalogue-replacements

View File

@ -13,4 +13,3 @@ transformers:
# This replaces wordpress-specific network data from the wordpress stanza
# of the subcluster-networking catalogue into the standard networking catalogue
- ../../../../../type/multi-tenant/sub-clusters/wordpress/catalogue-replacements

View File

@ -76,4 +76,3 @@ hosts:
labels:
airshipit.org/rack: r01
airshipit.org/server: node04

View File

@ -17,4 +17,3 @@ spec:
ironic:
provisioningIp: "10.23.24.102"
dhcpRange: "10.23.24.200,10.23.24.250"

View File

@ -1,11 +0,0 @@
apiVersion: airshipit.org/v1alpha1
kind: ManifestMetadata
metadata:
name: manifest-metadata
spec:
phase:
docEntryPointPrefix: manifests/site/virtual-network-cloud
path: manifests/site/virtual-network-cloud/phases
inventory:
path: manifests/site/virtual-network-cloud/host-inventory

View File

@ -81,10 +81,10 @@
voting: true
- job:
name: airship-treasuremap-deploy-virtual-network-cloud
name: airship-treasuremap-deploy-virtual-multi-tenant
parent: airship-treasuremap-deploy-virtual-airship-core
vars:
site_name: virtual-network-cloud
site_name: virtual-multi-tenant
gate_scripts:
- ./tools/deployment/multi-tenant/01_install_essentials.sh
- ./tools/deployment/multi-tenant/22_test_configs.sh
@ -101,7 +101,7 @@
- ./tools/deployment/multi-tenant/360_deploy_workload.sh
- ./tools/deployment/multi-tenant/361_deploy_workload_config.sh
files:
- ^manifests/site/virtual-network-cloud/.*$
- ^manifests/site/virtual-multi-tenant/.*$
- ^manifests/type/multi-tenant/.*$
- ^manifests/function/.*$
- ^manifests/composite/.*$

View File

@ -29,7 +29,7 @@
# - airship-treasuremap-functional-existing-k8s TODO: Enable this when functional tests exist, and a cluster is up
experimental:
jobs:
- airship-treasuremap-deploy-virtual-network-cloud:
- airship-treasuremap-deploy-virtual-multi-tenant:
voting: false
post: