openshift-labs / starter-guides

Getting Started with OpenShift for Developers workshop
https://openshift-labs.github.io/starter-guides-html/
Apache License 2.0
136 stars 147 forks source link

Get Nexus admin password FAILED #157

Closed makuhama closed 3 years ago

makuhama commented 4 years ago

Trying to deploy stuff from branch ocp-4.2 on a OCP 4.3 cluster as decribed delivers

TASK [ocp4-workload-nexus-operator : Get Nexus admin password] ******************************************************************************
Thursday 26 March 2020  11:12:15 +0000 (0:02:25.950)       0:02:57.092 ******** 
FAILED - RETRYING: Get Nexus admin password (20 retries left).
FAILED - RETRYING: Get Nexus admin password (19 retries left).
FAILED - RETRYING: Get Nexus admin password (18 retries left).
FAILED - RETRYING: Get Nexus admin password (17 retries left).
FAILED - RETRYING: Get Nexus admin password (16 retries left).
FAILED - RETRYING: Get Nexus admin password (15 retries left).
FAILED - RETRYING: Get Nexus admin password (14 retries left).
FAILED - RETRYING: Get Nexus admin password (13 retries left).
FAILED - RETRYING: Get Nexus admin password (12 retries left).
FAILED - RETRYING: Get Nexus admin password (11 retries left).
FAILED - RETRYING: Get Nexus admin password (10 retries left).
FAILED - RETRYING: Get Nexus admin password (9 retries left).
FAILED - RETRYING: Get Nexus admin password (8 retries left).
FAILED - RETRYING: Get Nexus admin password (7 retries left).
FAILED - RETRYING: Get Nexus admin password (6 retries left).
FAILED - RETRYING: Get Nexus admin password (5 retries left).
FAILED - RETRYING: Get Nexus admin password (4 retries left).
FAILED - RETRYING: Get Nexus admin password (3 retries left).
FAILED - RETRYING: Get Nexus admin password (2 retries left).
FAILED - RETRYING: Get Nexus admin password (1 retries left).
fatal: [localhost]: FAILED! => {
  "attempts": 20,
  "changed": false,
  "method": "patch",
  "result": {
    "apiVersion": "gpte.opentlc.com/v1alpha1",
    "kind": "Nexus",
    "metadata": {
      "creationTimestamp": "2020-03-26T11:09:49Z",
      "generation": 1,
      "name": "nexus",
      "namespace": "lab",
      "resourceVersion": "72598940",
      "selfLink": "/apis/gpte.opentlc.com/v1alpha1/namespaces/lab/nexus/nexus",
      "uid": "635b491a-3df5-47bd-98a0-616c39d0dfeb"
    },
    "spec": {
      "nexusCpuLimit": "2",
      "nexusCpuRequest": "1",
      "nexusImageTag": "latest",
      "nexusMemoryLimit": "2Gi",
      "nexusMemoryRequest": "2Gi",
      "nexusSsl": "False",
      "nexusVolumeSize": "20Gi"
    },
    "status": {
      "conditions": [
        {
          "ansibleResult": {
            "changed": 0,
            "completion": "2020-03-26T11:12:35.096769",
            "failures": 0,
            "ok": 5,
            "skipped": 1
          },
          "lastTransitionTime": "2020-03-26T11:12:20Z",
          "message": "Awaiting next reconciliation",
          "reason": "Successful",
          "status": "True",
          "type": "Running"
        }
      ]
    }
  }
}
blues-man commented 4 years ago

Nexus deployment strategy changed in AgnosticD, please follow progress for 4.4 update we are developing, Nexus workload module Ansible role for it seems to be ocp4_workload_nexus_operator

blues-man commented 3 years ago

Updated to ocp-4.5