Hi All
I am installing openshift-origin in rhel 7.6 machine using ansible.
ansible version is 2.6.5
while installing the openshift ansible playbook fails to set up web-console
task
I am getting below error:

TASK [openshift_web_console : Verify that the console is running]
***************************************************************************************************************************************************************************
FAILED - RETRYING: Verify that the console is running (60 retries left).
FAILED - RETRYING: Verify that the console is running (59 retries left).
FAILED - RETRYING: Verify that the console is running (58 retries left).
FAILED - RETRYING: Verify that the console is running (57 retries left).
FAILED - RETRYING: Verify that the console is running (56 retries left).
.....................
FAILED - RETRYING: Verify that the console is running (1 retries left).
fatal: [openshiftallinone]: FAILED! => {"attempts": 60, "changed": false,
"results": {"cmd": "/usr/bin/oc get deployment webconsole -o json -n
openshift-web-console", "results": [{"apiVersion": "extensions/v1beta1",
"kind": "Deployment", "metadata": {"annotations": {"
deployment.kubernetes.io/revision": "1", "
kubectl.kubernetes.io/last-applied-configuration":
"{\"apiVersion\":\"apps/v1beta1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"openshift-web-console\",\"webconsole\":\"true\"},\"name\":\"webconsole\",\"namespace\":\"openshift-web-console\"},\"spec\":{\"replicas\":1,\"strategy\":{\"rollingUpdate\":{\"maxUnavailable\":\"100%\"},\"type\":\"RollingUpdate\"},\"template\":{\"metadata\":{\"labels\":{\"app\":\"openshift-web-console\",\"webconsole\":\"true\"},\"name\":\"webconsole\"},\"spec\":{\"containers\":[{\"command\":[\"/usr/bin/origin-web-console\",\"--audit-log-path=-\",\"-v=0\",\"--config=/var/webconsole-config/webconsole-config.yaml\"],\"image\":\"
docker.io/openshift/origin-web-console:v3.11.0\",\"imagePullPolicy\":\"IfNotPresent\",\"livenessProbe\":{\"exec\":{\"command\":[\"/bin/sh\",\"-c\",\"if
[[ ! -f /tmp/webconsole-config.hash ]]; then \\\\\\n  md5sum
/var/webconsole-config/webconsole-config.yaml \\u003e
/tmp/webconsole-config.hash; \\\\\\nelif [[ $(md5sum
/var/webconsole-config/webconsole-config.yaml) != $(cat
/tmp/webconsole-config.hash) ]]; then \\\\\\n  echo 'webconsole-config.yaml
has changed.'; \\\\\\n  exit 1; \\\\\\nfi \\u0026\\u0026 curl -k -f
https://0.0.0.0:8443/console/\
"]}},\"name\":\"webconsole\",\"ports\":[{\"containerPort\":8443}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8443,\"scheme\":\"HTTPS\"}},\"resources\":{\"requests\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"}},\"volumeMounts\":[{\"mountPath\":\"/var/serving-cert\",\"name\":\"serving-cert\"},{\"mountPath\":\"/var/webconsole-config\",\"name\":\"webconsole-config\"}]}],\"nodeSelector\":{\"
node-role.kubernetes.io/master\":\"true\"},\"serviceAccountName\":\"webconsole\",\"volumes\":[{\"name\":\"serving-cert\",\"secret\":{\"defaultMode\":288,\"secretName\":\"webconsole-serving-cert\"}},{\"configMap\":{\"defaultMode\":288,\"name\":\"webconsole-config\"},\"name\":\"webconsole-config\"}]}}}}\n"},
"creationTimestamp": "2018-11-13T11:41:43Z", "generation": 1, "labels":
{"app": "openshift-web-console", "webconsole": "true"}, "name":
"webconsole", "namespace": "openshift-web-console", "resourceVersion":
"105751", "selfLink":
"/apis/extensions/v1beta1/namespaces/openshift-web-console/deployments/webconsole",
"uid": "1832b344-e739-11e8-8e65-fa163e26c595"}, "spec":
{"progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 2,
"selector": {"matchLabels": {"app": "openshift-web-console", "webconsole":
"true"}}, "strategy": {"rollingUpdate": {"maxSurge": "25%",
"maxUnavailable": "100%"}, "type": "RollingUpdate"}, "template":
{"metadata": {"creationTimestamp": null, "labels": {"app":
"openshift-web-console", "webconsole": "true"}, "name": "webconsole"},
"spec": {"containers": [{"command": ["/usr/bin/origin-web-console",
"--audit-log-path=-", "-v=0",
"--config=/var/webconsole-config/webconsole-config.yaml"], "image": "
docker.io/openshift/origin-web-console:v3.11.0", "imagePullPolicy":
"IfNotPresent", "livenessProbe": {"exec": {"command": ["/bin/sh", "-c", "if
[[ ! -f /tmp/webconsole-config.hash ]]; then \\\n  md5sum
/var/webconsole-config/webconsole-config.yaml >
/tmp/webconsole-config.hash; \\\nelif [[ $(md5sum
/var/webconsole-config/webconsole-config.yaml) != $(cat
/tmp/webconsole-config.hash) ]]; then \\\n  echo 'webconsole-config.yaml
has changed.'; \\\n  exit 1; \\\nfi && curl -k -f
https://0.0.0.0:8443/console/"]}, "failureThreshold": 3, "periodSeconds":
10, "successThreshold": 1, "timeoutSeconds": 1}, "name": "webconsole",
"ports": [{"containerPort": 8443, "protocol": "TCP"}], "readinessProbe":
{"failureThreshold": 3, "httpGet": {"path": "/healthz", "port": 8443,
"scheme": "HTTPS"}, "periodSeconds": 10, "successThreshold": 1,
"timeoutSeconds": 1}, "resources": {"requests": {"cpu": "100m", "memory":
"100Mi"}}, "terminationMessagePath": "/dev/termination-log",
"terminationMessagePolicy": "File", "volumeMounts": [{"mountPath":
"/var/serving-cert", "name": "serving-cert"}, {"mountPath":
"/var/webconsole-config", "name": "webconsole-config"}]}], "dnsPolicy":
"ClusterFirst", "nodeSelector": {"node-role.kubernetes.io/master": "true"},
"restartPolicy": "Always", "schedulerName": "default-scheduler",
"securityContext": {}, "serviceAccount": "webconsole",
"serviceAccountName": "webconsole", "terminationGracePeriodSeconds": 30,
"volumes": [{"name": "serving-cert", "secret": {"defaultMode": 288,
"secretName": "webconsole-serving-cert"}}, {"configMap": {"defaultMode":
288, "name": "webconsole-config"}, "name": "webconsole-config"}]}}},
"status": {"conditions": [{"lastTransitionTime": "2018-11-13T11:41:44Z",
"lastUpdateTime": "2018-11-13T11:41:44Z", "message": "Deployment has
minimum availability.", "reason": "MinimumReplicasAvailable", "status":
"True", "type": "Available"}, {"lastTransitionTime":
"2018-11-13T11:51:45Z", "lastUpdateTime": "2018-11-13T11:51:45Z",
"message": "ReplicaSet \"webconsole-777564d747\" has timed out
progressing.", "reason": "ProgressDeadlineExceeded", "status": "False",
"type": "Progressing"}], "observedGeneration": 1, "replicas": 1,
"unavailableReplicas": 1, "updatedReplicas": 1}}], "returncode": 0},
"state": "list"}
...ignoring


And finally i am getting this error:

Failure summary:


  1. Hosts:    openshiftallinone
     Play:     Web Console
     Task:     Report console errors
     Message:  Console install failed.

Can anybody help me out this...
Is rhel 7.6 is OK to use for openshift origin?


Regards
Abdul
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to