- Is Docker installed and working?
- Is OpenShift origin installed and working?
- Does DNS work inside pod's container?
- Docker
# docker run hello-world
Output excerpt
Hello from Docker!
This message shows that your installation appears to be working correctly.
- OpenShift Origin smoke test [ ] Are Router and registry running?
# oc project default
# oc get pods
Output excerpt
NAME READY STATUS RESTARTS AGE
docker-registry-1-ineb2 1/1 Running 3 4d
router-1-ba62r 1/1 Running 2 4d
[ ] Can I deploy and access a pod?
Install Metrics Agent needs metrics to work
- Download and untar pre-compiled binary
- Generate config files --write-config=<config_dir> 3 Start server-path to config dir
Open firewall to port 53
Optional: generate Letsencrypt SSL certificate
Follow metrics install guide
IMAGESTREAMDIR="~/openshift-ansible/roles/openshift_examples/files/examples/v1.4/image-streams"; \
DBTEMPLATES="~/openshift-ansible/roles/openshift_examples/files/examples/v1.4/db-templates"; \
QSTEMPLATES="~/openshift-ansible/roles/openshift_examples/files/examples/v1.4/quickstart-templates"