Assumes oc cluster up
or similar workflow.
Run via docker
sudo docker run --name miq --privileged -d -p 9443:443 manageiq/manageiq:fine-3
-
Add priv to miq orchestrator serviceaccount. You may need to create this account.
oc adm policy add-cluster-role-to-user cluster-admin system:serviceaccount:openshift-infra:miq-orchestrator
-
Get token and configure OpenShift Provider in MIQ UI
oc sa get-token miq-orchestrator
-
Use the returned token to create a new OpenShift provider in MIQ.
- Security Protocol: SSL without verification
- hostname: 172.17.0.1
- API port: 8443
- token: FROM_STEP_2