treasuremap/manifests/type/multi-tenant/phases
Drew Walters 114ee09301 Update LMA sub-cluster CAPI namespace
All KubeadmControlPlane, Metal3Cluster, and Metal3MachineTemplates must reside in
the same namespace to which ViNO applies BMH objects. This change
updates the LMA sub-cluster CAPI namespace reference within the
airhsipctl cluster map to vino-system, where all of those objects
reside. This change also modifies the Kustomiza entrypoints that deploy
CAPI objects to deploy them into the same namesapce.

Signed-off-by: Drew Walters <andrew.walters@att.com>
Change-Id: Ie8f8516326d505c290d6d4ac04ef50fa900e62da
2021-06-28 20:13:50 +00:00
..
README.md Add Phases for deploying network policy 2021-04-30 18:25:12 +00:00
cluster_map_patch.yaml Update LMA sub-cluster CAPI namespace 2021-06-28 20:13:50 +00:00
executors.yaml Externalize KRM function versions 2021-06-03 14:07:21 -05:00
kustomization.yaml [uplift] - Uplift airshipctl to stable version 2021-06-24 18:31:24 +00:00
phases.yaml Add workload-config-target phase 2021-06-09 08:27:51 -05:00
validation-config.yaml Adding a place for external secrets to be stored on site level 2021-05-20 05:34:19 +00:00
workload-config.yaml Deliver ViNo CR in multi-tenant type Airship Phase 2021-04-23 13:36:31 -05:00

README.md

Phases for multi-tenant type

Phases defined in multi-tenant are available for use by sites that inherit type mulit-tenant.

Airshipctl phase command

For deploying calico network v3 policies, a phase named deliver-network-policy is defined with its executor and configMap settings.

To deploy network policy using airshipctl, do

airshipctl phase run deliver-network-policy where deliver-network-policy is the phase name.

For deleting network policy, a phase named delete-network-policy is defined with its executor and configMap settings.

To delete network policy using airshipctl, do

airshipctl phase run delete-network-policy where delete-network-policy is the phase name.