Skip to content

thomas-mattsson/cloud-pak-deployer-storage-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cloud-pak-deployer-storage-fusion

This repo is using Cloud pak deployer.

This repo has two purposes:

  1. Build the Cloud pak deployed in Openshift making it available to deploying Cloud paks.
  2. Containing the configuration that will be used by the Cloud pak deployer

Instructions

  1. Fork this repo if you want to change the configuration in /config. Make sure to update the URL to the git repo if doing so.
  2. If forked, update the configuration files in /config to match the wanted environment. See details in the cloud pak deployer instructions.
  3. Run the following commands to build cloud pak deployer
oc create -f https://raw.githubusercontent.com/thomas-mattsson/cloud-pak-deployer-gitops/main/resources/build.yaml
  1. Add your entitlement key in a secret using the following command. You will need to insert your IBM entitlement registry key where indicated.
oc create secret generic cloud-pak-deployer-input -n cloud-pak-deployer --from-literal entitlement-key="<your entitlement key>"
  1. Wait until the build from step 3 is finished. You can track it in the Builds/Builds section in the Openshift console.
  2. Run the following command to start the deployment job using the configuration from the config directory.
oc create -f https://raw.githubusercontent.com/thomas-mattsson/cloud-pak-deployer-gitops/main/resources/resources.yaml

Logs can be followed with

oc logs -f -n cloud-pak-deployer job/cloud-pak-deployer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published