quay-enterprise-app fails on running init script

Latest response

Installing quay 3.2 on ocp 4.3 with deployed PostgreSQL DB as [described] (https://access.redhat.com/documentation/en-us/red_hat_quay/3.2/html-single/deploy_red_hat_quay_on_openshift/index)

When I deploy the quay-enterprise-app I get an error eventually getting to the status CrashLoopBackOff.

The log files shows the following:

Running init script '/quay-registry/conf/init/certs_install.sh'
Running init script '/quay-registry/conf/init/copy_config_files.sh'
Running init script '/quay-registry/conf/init/nginx_conf_create.sh'
Running init script '/quay-registry/conf/init/runmigration.sh'
Skipping Sqlite migration!
Running init script '/quay-registry/conf/init/supervisord_conf_create.sh'
Running init script '/quay-registry/conf/init/zz_boot.sh'
Traceback (most recent call last):
  File "./boot.py", line 136, in <module>
    main()
  File "./boot.py", line 124, in main
    "Your configuration bundle is either not mounted or setup has not been completed"
Exception: Your configuration bundle is either not mounted or setup has not been completed

Obviously can't log into the quay portal :-(

In the attached quay-enterprise-app.zip file:
- log from quay-enterprise-app
- output from 'oc get all' in project quay-enterprise

Any ideas about where is the issue or how to locate the problem?

Attachments

Responses