Bug 1565305
| Summary: | 3.10 Installer fails - l_osm_session_secrets_slurp defined failed | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vikas Laad <vlaad> |
| Component: | Installer | Assignee: | Michael Gugino <mgugino> |
| Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.10.0 | CC: | aos-bugs, jokerman, mmccomas, wmeng |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-30 19:12:35 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: | |||
works with latest code. 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-2018:1816 |
Description of problem: 3.10 install fails with following error 1. Hosts: ec2-52-89-108-44.us-west-2.compute.amazonaws.com Play: Inspect state of first master config settings Task: Gather existing session secrets from first master Message: The conditional check 'l_osm_session_secrets_slurp defined' failed. The error was: template error while templating string: expected token 'end of statement block', got 'defined'. String: {% if l_osm_session_secrets_slurp defined %} True {% else %} False {% endif %} The error appears to have been in '/root/openshift-ansible/roles/openshift_control_plane/tasks/generate_session_secrets.yml': line 18, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: # roles/lib_utils/filter_plugins/oo_filters.py - name: Gather existing session secrets from first master ^ here head on openshift-ansible master branch is fe7e4702fe8654a3d97d218dd7250f1b938c3a7c Version-Release number of the following components: rpm -q ansible ansible-2.4.3.0-1.el7ae.noarch ansible --version ansible 2.4.3.0 config file = /root/openshift-ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.5 (default, Feb 20 2018, 09:19:12) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] How reproducible: Always Steps to Reproduce: 1. checkout openshift-ansible and deploy_cluster playbook see attached inventory file Actual results: Please include the entire output from the last TASK line through the end of output if an error is generated Expected results: Install should complete Additional info: Please attach logs from ansible-playbook with the -vvv flag