devonfw shop floor 4 openshift initial setup - Jorge-Dacal/devonfw-shop-floor GitHub Wiki

DevonFW Openshift Origin Initial Setup

This is a scripts to customize an Openshift cluster to be a DevonFW Openshift.

How to use

Prerequisite: Customize Openshift

DevonFw Openshift Origin use custom icons, and we need to add it to openshift. More information:

Script initial-setup

Download this script and execute it.

More information about what this script does here.

Known issues

Failed to push image

If you recive an error like this:

error: build error: Failed to push image: After retrying 6 times, Push image still failed due to error: Get http://172.30.1.1:5000/v2/:  dial tcp 172.30.1.1:5000: getsockopt: connection refused

It’s because the registry isn’t working, go to openshift console and enter into the default project https://x.x.x.x:8443/console/project/default/overview and you must see two resources, docker-registry and router they must be running. If they don’t work, try to deploy them and look at the logs what is happen.

⚠️ **GitHub.com Fallback** ⚠️