Description of problem: Fail to start master service if the names of certificate begin with "*" Version-Release number of selected component (if applicable): https://github.com/openshift/openshift-ansible master How reproducible: Always Steps to Reproduce: 1. Install env with custom ca file openshift_master_named_certificates=[{"certfile": "custom2.crt", "keyfile": "custom2.key", "names": ["test.custom.com","test1.custom.com"]}, {"certfile": "/root/custom1.crt", "keyfile": "/root/custom1.key"}] #openssl x509 -in custom2.crt -noout -text|egrep -i "issue" Issuer: C=86, ST=BJ, L=BeiJing, O=redhat, OU=apc, CN=*.openshift.redhat.com/emailAddress=test Actual results: Can not start master service F1112 15:25:56.587368 18265 start_master.go:101] yaml: line 32: did not find expected alphabetic or numeric character Expected results: Start the master service successfully Additional info: #vim /etc/origin/master/master-config.yaml 17 corsAllowedOrigins: <--snip--> 32 - openshift 33 - *.openshift.redhat.com 34 - *.test.redhat.com 35 dnsConfig:
Proposed fix is here: https://github.com/openshift/openshift-ansible/pull/881
Get expected result, move it to VERIFIED
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/RHBA-2015:2667