Bug 1509476
Summary: | MariaDB provision failure on blank passwords | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | cchase |
Component: | Service Broker | Assignee: | cchase |
Status: | CLOSED ERRATA | QA Contact: | Weihua Meng <wmeng> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.0 | CC: | aos-bugs, chezhang, wmeng, xtian |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:21:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
cchase
2017-11-03 21:20:08 UTC
blocked by bug https://bugzilla.redhat.com/show_bug.cgi?id=1510299 and PR merged 3 days ago, latest openshift3/mariadb-apb was created 4 days ago. Waiting for later image to test. Waiting for new image to test. Fixed in openshift3/mariadb-apb:v3.7.0-0.198.0.3 Provision is successful. Logs: + [[ provision --extra-vars {"_apb_plan_id":"dev","_apb_service_class_id":"2c259ddd8059b9bc65081e07bf20058f","_apb_service_instance_id":"082c2060-5999-44f7-a471-0db02c8a0a3a","mariadb_version":"10.0","mysql_database":"admin","mysql_user":"admin","namespace":"mariadb1"} == *\s\2\i\/\a\s\s\e\m\b\l\e* ]] + ACTION=provision + shift + playbooks=/opt/apb/actions + CREDS=/var/tmp/bind-creds + TEST_RESULT=/var/tmp/test-result + whoami + '[' -w /etc/passwd ']' ++ id -u + echo 'apb:x:1000180000:0:apb user:/opt/apb:/sbin/nologin' + oc-login.sh Attempting to login with a service account... Logged into "https://kubernetes.default:443" as "system:serviceaccount:rh-mariadb-apb-prov-gq5gm:apb-038ce0e1-ca26-45dd-ae37-c21fbce17599" using the token provided. You have access to the following projects and can switch between them with 'oc project <projectname>': * mariadb1 rh-mariadb-apb-prov-gq5gm Using project "mariadb1". Welcome! See 'oc help' to get started. + set +x + [[ -e /opt/apb/actions/provision.yaml ]] + [[ -e /opt/apb/actions/provision.yml ]] + ANSIBLE_ROLES_PATH=/etc/ansible/roles:/opt/ansible/roles + ansible-playbook /opt/apb/actions/provision.yml --extra-vars '{"_apb_plan_id":"dev","_apb_service_class_id":"2c259ddd8059b9bc65081e07bf20058f","_apb_service_instance_id":"082c2060-5999-44f7-a471-0db02c8a0a3a","mariadb_version":"10.0","mysql_database":"admin","mysql_user":"admin","namespace":"mariadb1"}' PLAY [Deploy rhscl-mariadb-apb to openshift] *********************************** TASK [ansible.kubernetes-modules : Install latest openshift client] ************ skipping: [localhost] TASK [ansibleplaybookbundle.asb-modules : debug] ******************************* skipping: [localhost] TASK [rhscl-mariadb-apb-openshift : include_tasks] ***************************** included: /opt/ansible/roles/rhscl-mariadb-apb-openshift/tasks/dev.yml for localhost TASK [rhscl-mariadb-apb-openshift : set mariadb deployment using persistent storage to present] *** changed: [localhost] TASK [rhscl-mariadb-apb-openshift : include_tasks] ***************************** skipping: [localhost] TASK [rhscl-mariadb-apb-openshift : set rhscl-mariadb service state to present] *** changed: [localhost] TASK [rhscl-mariadb-apb-openshift : encode bind credentials] ******************* changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=4 changed=3 unreachable=0 failed=0 + EXIT_CODE=0 + set +ex + '[' -f /var/tmp/test-result ']' + '[' -f /var/tmp/bind-creds ']' + bind-init Waiting for broker to gather the bind credentials... Broker has received bind credentials. Waiting for broker exec to complete... + exit 0 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |