Bug 1419838
| Summary: | Logging deployment failed with AnsibleUndefinedVariable error | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> |
| Component: | Installer | Assignee: | ewolinet |
| Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.5.0 | CC: | aos-bugs, gpei, jokerman, mmccomas, penli, wabouham |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-ansible-3.5.8-1.git.0.0e02ef8.el7 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-04-12 18:49:39 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1414706, 1417261 | ||
As BZ#1421011 was not blocking in rpm installation way, so we could continue logging deployment testing now. Test with openshift-ansible-3.5.7-1.git.0.5010dec.el7.noarch.rpm, it's still failing for a new error: TASK [openshift_logging : include] ********************************************* Saturday 11 February 2017 16:14:44 +0000 (0:00:02.484) 0:22:21.494 ***** fatal: [ec2-54-242-11-1.compute-1.amazonaws.com]: FAILED! => { "failed": true } MSG: {{ openshift_hosted_logging_hostname | default(kibana.{{openshift.common.dns_domain}}) }}: template error while templating string: expected name or number. String: {{ openshift_hosted_logging_hostname | default(kibana.{{openshift.common.dns_domain}}) }} Same error seen in openshift-ansible BYO install playbook run: BZ#1417261 Additional changes merged back to ON_QA. Test with openshift-ansible-3.5.8-1.git.0.0e02ef8.el7.noarch.rpm
When enable openshift_hosted_logging_deploy=true in ansible inventory, installer still failed as:
TASK [openshift_logging : Generating secrets for logging components] ***********
Wednesday 15 February 2017 01:22:56 +0000 (0:00:06.608) 0:22:29.321 ****
failed: [ec2-52-201-117-144.compute-1.amazonaws.com] (item=kibana) => {
"changed": false,
"component": "kibana",
"failed": true
}
MSG:
AnsibleUndefinedVariable: Unable to look up a name or access an attribute in template string (apiVersion: v1
kind: Secret
metadata:
name: {{secret_name}}
type: Opaque
data:
{% for s in secrets %}
{{s.key}}: {{s.value | b64encode}}
{% endfor %}
).
Make sure your variable name does not contain invalid characters like '-': must be convertible to a buffer, not StrictUndefined
Additional changes pushed. Test with openshift-ansible-3.5.10-1.git.0.ba66b63.el7.noarch.rpm Set openshift_hosted_logging_deploy=true in ansible inventory, logging could deployed and ocp installation is finished. 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-2017:0903 |
Description of problem: Enable logging deployment during installation with setting openshift_hosted_logging_deploy=true, but installation playbook failed as TASK [openshift_logging : Generating secrets for logging components] *********** Tuesday 07 February 2017 07:51:32 +0000 (0:00:04.571) 0:15:59.683 ****** failed: [ec2-54-165-124-200.compute-1.amazonaws.com] (item=kibana) => {"changed": false, "component": "kibana", "failed": true, "msg": "AnsibleUndefinedVariable: Unable to look up a name or access an attribute in template string (apiVersion: v1\nkind: Secret\nmetadata:\n name: {{secret_name}}\ntype: Opaque\ndata:\n{% for s in secrets %}\n {{s.key}}: {{s.value | b64encode}}\n{% endfor %}\n).\nMake sure your variable name does not contain invalid characters like '-': must be convertible to a buffer, not StrictUndefined"} failed: [ec2-54-165-124-200.compute-1.amazonaws.com] (item=curator) => {"changed": false, "component": "curator", "failed": true, "msg": "AnsibleUndefinedVariable: Unable to look up a name or access an attribute in template string (apiVersion: v1\nkind: Secret\nmetadata:\n name: {{secret_name}}\ntype: Opaque\ndata:\n{% for s in secrets %}\n {{s.key}}: {{s.value | b64encode}}\n{% endfor %}\n).\nMake sure your variable name does not contain invalid characters like '-': must be convertible to a buffer, not StrictUndefined"} failed: [ec2-54-165-124-200.compute-1.amazonaws.com] (item=fluentd) => {"changed": false, "component": "fluentd", "failed": true, "msg": "AnsibleUndefinedVariable: Unable to look up a name or access an attribute in template string (apiVersion: v1\nkind: Secret\nmetadata:\n name: {{secret_name}}\ntype: Opaque\ndata:\n{% for s in secrets %}\n {{s.key}}: {{s.value | b64encode}}\n{% endfor %}\n).\nMake sure your variable name does not contain invalid characters like '-': must be convertible to a buffer, not StrictUndefined"} to retry, use: --limit @/home/slave2/workspace/Launch-Environment-Flexy/private-openshift-ansible/playbooks/byo/config.retry Version-Release number of selected component (if applicable): openshift-ansible-3.5.4-1.git.0.034b615.el7.noarch.rpm ansible-2.2.1.0-2.el7.noarch How reproducible: Always Steps to Reproduce: 1.Set openshift_hosted_logging_deploy=true in ansible inventory, run the installation playbook Actual results: Expected results: Additional info: