Install Out of the Box Delivery Basic for Supply Chain Choreographer

This topic shows you how to install the Out of the Box Delivery Basic package for Supply Chain Choreographer from the Tanzu Application Platform package repository.

Note

Follow the steps in this topic if you do not want to use a profile to install Out of the Box Delivery Basic. For more information about profiles, see Components and installation profiles.

The Out of the Box Delivery Basic package is used by all the Out of the Box Supply Chains to deliver the objects that have been produced by them to a Kubernetes environment.

Prerequisites

Before installing Out of the Box Delivery Basic:

Install

To install Out of the Box Delivery Basic:

  1. Familiarize yourself with the set of values of the package that can be configured by running:

    tanzu package available get ootb-delivery-basic.tanzu.vmware.com/0.7.0 \
      --values-schema \
      -n tap-install
    

    For example:

    KEY                  DEFAULT  TYPE    DESCRIPTION
    service_account      default  string  Name of the service account in the
                                          namespace where the Deliverable is
                                          submitted to.
    
  2. Create a file named ootb-delivery-basic-values.yaml that specifies the corresponding values to the properties you want to change.

    For example, the contents of the file might look like this:

    service_account: default
    
  3. With the configuration ready, install the package by running:

    tanzu package install ootb-delivery-basic \
      --package ootb-delivery-basic.tanzu.vmware.com \
      --version 0.7.0 \
      --namespace tap-install \
      --values-file ootb-delivery-basic-values.yaml
    

    Example output:

    \ Installing package 'ootb-delivery-basic.tanzu.vmware.com'
    | Getting package metadata for 'ootb-delivery-basic.tanzu.vmware.com'
    | Creating service account 'ootb-delivery-basic-tap-install-sa'
    | Creating cluster admin role 'ootb-delivery-basic-tap-install-cluster-role'
    | Creating cluster role binding 'ootb-delivery-basic-tap-install-cluster-rolebinding'
    | Creating secret 'ootb-delivery-basic-tap-install-values'
    | Creating package resource
    - Waiting for 'PackageInstall' reconciliation for 'ootb-delivery-basic'
    / 'PackageInstall' resource install status: Reconciling
    
     Added installed package 'ootb-delivery-basic' in namespace 'tap-install'
    
check-circle-line exclamation-circle-line close-line
Scroll to top icon