Hide Forgot
Created attachment 1128561 [details] full output of skyring-setup.sh script Description of problem ====================== During skyring installation, script /usr/bin/skyring-setup.sh gets stuck in "Setup graphite user" phase. Version-Release number of selected component ============================================ rhscon-core-0.0.8-4.el7.x86_64 rhscon-ceph-0.0.6-4.el7.x86_64 rhscon-ui-0.0.14-1.el7.noarch graphite-web-0.9.15-1.el7.noarch (from epel) How reproducible ================ 100 % Steps to Reproduce ================== 1. Install skyring as documented using skyring-setup.sh script 2. Wait for "Setup graphite user" phase Actual results ============== Script skyring-setup.sh get stuck in "Setup graphite user" phase, see output from the script (full output attached): ~~~ Setup graphite user /usr/lib/python2.7/site-packages/graphite/settings.py:246: UserWarning: SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security' ~~~ During this phase the following command is running: ~~~ /usr/lib/python2.7/site-packages/graphite/manage.py syncdb ~~~ and it would never finish. Expected results ================ Script skyring-setup.sh finishes with success. Additional info =============== This issue appeared after switching to graphite-web from epel. QE Workaround: add `--noinput` flag to manage.py syncdb command in skyring-setup.sh