GithubHelp home page GithubHelp logo

cpd-installer's Introduction

Cloud Pak for Data Deployer

A containerized, automated installation of Cloud Pak for Data

Prerequisites

Openshift version >= 4.12 and <= 4.15

Cloud Pak for Data version >= 4.8.0 and <= 4.8.5

Access to both File and Block storage classes

Kubectl or oc installed on the machine you plan to deploy from

Documentation

Using the deployer is simple, in the kube-manifests.yaml file there is a configmap containing the following:

OCP_URL: ""
OPENSHIFT_TYPE: "self-managed"
OCP_USERNAME: ""
OCP_PASSWORD: ""
#OCP_TOKEN: ""
IMAGE_ARCH: "amd64"
IBM_ENTITLEMENT_KEY: ""
PROJECT_CPD_INST_OPERANDS: "cp4d"
PROJECT_CPD_INST_OPERATORS: "cp4d-operators"
PROJECT_SCHEDULING_SERVICE: "ibm-cpd-scheduler"
PROJECT_LICENSE_SERVICE: "ibm-licensing"
PROJECT_CERT_MANAGE: "ibm-cert-manager"
STG_CLASS_FILE: "ocs-storagecluster-cephfs"
STG_CLASS_BLOCK: "ocs-storagecluster-ceph-rbd"
VERSION: "4.8.5"
COMPONENTS: "ibm-cert-manager,ibm-licensing,scheduler,cpfs,cpd_platform"
PODMAN_IGNORE_CGROUPSV1_WARNING: "true"
COMMAND: "install"

Fill out the information to match your environment, an example configuration might be:

OCP_URL: "api.XXXXXXXXXX.cloud.com:6443"
OPENSHIFT_TYPE: "self-managed"
OCP_USERNAME: "kubeadmin"
OCP_PASSWORD: "XXXXX-XXXXX-XXXXX-XXXXX"
#OCP_TOKEN: ""
IMAGE_ARCH: "amd64"
IBM_ENTITLEMENT_KEY: "AIXasdklfasdfjaksdhfaskdfj.asdjfkasldfjsaeioe.iaseoAIoasdlfkaj"
PROJECT_CPD_INST_OPERANDS: "cp4d"
PROJECT_CPD_INST_OPERATORS: "cp4d-operators"
PROJECT_SCHEDULING_SERVICE: "ibm-cpd-scheduler"
PROJECT_LICENSE_SERVICE: "ibm-licensing"
PROJECT_CERT_MANAGE: "ibm-cert-manager"
STG_CLASS_FILE: "ocs-storagecluster-cephfs"
STG_CLASS_BLOCK: "ocs-storagecluster-ceph-rbd"
VERSION: "4.8.5"
COMPONENTS: "ibm-cert-manager,ibm-licensing,scheduler,cpfs,cpd_platform"
PODMAN_IGNORE_CGROUPSV1_WARNING: "true"
COMMAND: "install"

Component Customization

Note

For component customization there is a second configmap named install-options where you can place any component customizations found here

Double check that your indentation matches the example provided in the configmap

Storage

Make sure to populate STG_CLASS_FILE and STG_CLASS_BLOCK with the relevant file and block storage classes from your cluster

Installation

Once everything is populated, run either:

oc apply -f kube-manifests.yaml

or

kubectl apply -f kube-manifests.yaml

The installation takes between an hour and four hours depending on the components you attempt the install with

Commands

Possible values for the COMMAND include the following:

install
  • This will install Cloud Pak for Data with your configuration
uninstall
  • This will uninstall Cloud Pak for Data instances installed with this deployer

cpd-installer's People

Contributors

knickkennedy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.