Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1484672 Details for
Bug 1630847
(Kuryr) OpenShift on OpenStack Node Network Configuration requires additional parameters
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
provision log file
provision.log (text/plain), 6.02 KB, created by
Alex Krzos
on 2018-09-19 12:32:54 UTC
(
hide
)
Description:
provision log file
Filename:
MIME Type:
Creator:
Alex Krzos
Created:
2018-09-19 12:32:54 UTC
Size:
6.02 KB
patch
obsolete
>ansible-playbook 2.6.2 > config file = /etc/ansible/ansible.cfg > configured module search path = [u'/home/cloud-user/.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-playbook > python version = 2.7.5 (default, Sep 12 2018, 05:31:16) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] >Using /etc/ansible/ansible.cfg as config file >Parsed /home/cloud-user/openshift-ansible/playbooks/openstack/inventory.py inventory source with script plugin >statically imported: /home/cloud-user/openshift-ansible/roles/rhel_subscribe/tasks/satellite.yml > >PLAYBOOK: provision.yml ******************************************************** >12 plays in openshift-ansible/playbooks/openstack/openshift-cluster/provision.yml > >PLAY [Create the OpenStack resources for cluster installation or scaleup] ****** >META: ran handlers > >TASK [retrieve cluster name from the environment if present] ******************* >task path: /home/cloud-user/openshift-ansible/playbooks/openstack/openshift-cluster/provision_resources.yml:6 >Wednesday 19 September 2018 08:13:08 -0400 (0:00:00.074) 0:00:00.074 *** >ok: [localhost] => { > "ansible_facts": {}, > "changed": false >} > >TASK [openshift_openstack : Generate the templates] **************************** >task path: /home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/provision.yml:2 >Wednesday 19 September 2018 08:13:08 -0400 (0:00:00.037) 0:00:00.111 *** >included: /home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml for localhost > >TASK [openshift_openstack : create HOT stack template prefix] ****************** >task path: /home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:2 >Wednesday 19 September 2018 08:13:08 -0400 (0:00:00.053) 0:00:00.165 *** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/tempfile.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: cloud-user ><localhost> EXEC /bin/sh -c '/usr/bin/python && sleep 0' >changed: [localhost] => { > "changed": true, > "gid": 1000, > "group": "cloud-user", > "invocation": { > "module_args": { > "path": null, > "prefix": "openshift-ansible", > "state": "directory", > "suffix": "" > } > }, > "mode": "0700", > "owner": "cloud-user", > "path": "/tmp/openshift-ansibleDCRNuQ", > "secontext": "unconfined_u:object_r:user_tmp_t:s0", > "size": 6, > "state": "directory", > "uid": 1000 >} > >TASK [openshift_openstack : set template paths] ******************************** >task path: /home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:8 >Wednesday 19 September 2018 08:13:09 -0400 (0:00:00.224) 0:00:00.389 *** >ok: [localhost] => { > "ansible_facts": { > "stack_template_path": "/tmp/openshift-ansibleDCRNuQ/stack.yaml", > "user_data_template_path": "/tmp/openshift-ansibleDCRNuQ/user-data" > }, > "changed": false >} > >TASK [openshift_openstack : Print out the Heat template directory] ************* >task path: /home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:13 >Wednesday 19 September 2018 08:13:09 -0400 (0:00:00.037) 0:00:00.426 *** >ok: [localhost] => { > "stack_template_pre": { > "changed": true, > "failed": false, > "gid": 1000, > "group": "cloud-user", > "mode": "0700", > "owner": "cloud-user", > "path": "/tmp/openshift-ansibleDCRNuQ", > "secontext": "unconfined_u:object_r:user_tmp_t:s0", > "size": 6, > "state": "directory", > "uid": 1000 > } >} > >TASK [openshift_openstack : generate HOT stack template from jinja2 template] *** >task path: /home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:16 >Wednesday 19 September 2018 08:13:09 -0400 (0:00:00.039) 0:00:00.466 *** ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: cloud-user ><localhost> EXEC /bin/sh -c 'echo ~cloud-user && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/cloud-user/.ansible/tmp/ansible-tmp-1537359189.22-99005048354555 `" && echo ansible-tmp-1537359189.22-99005048354555="` echo /home/cloud-user/.ansible/tmp/ansible-tmp-1537359189.22-99005048354555 `" ) && sleep 0' ><localhost> EXEC /bin/sh -c 'rm -f -r /home/cloud-user/.ansible/tmp/ansible-tmp-1537359189.22-99005048354555/ > /dev/null 2>&1 && sleep 0' >fatal: [localhost]: FAILED! => { > "changed": false, > "msg": "AnsibleUndefinedVariable: 'openshift_openstack_node_subnet_id' is undefined" >} > >NO MORE HOSTS LEFT ************************************************************* > >PLAY RECAP ********************************************************************* >localhost : ok=5 changed=1 unreachable=0 failed=1 > >Wednesday 19 September 2018 08:13:09 -0400 (0:00:00.158) 0:00:00.625 *** >=============================================================================== >openshift_openstack : create HOT stack template prefix ------------------ 0.22s >/home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:2 >openshift_openstack : generate HOT stack template from jinja2 template --- 0.16s >/home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:16 >openshift_openstack : Generate the templates ---------------------------- 0.05s >/home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/provision.yml:2 >openshift_openstack : Print out the Heat template directory ------------- 0.04s >/home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:13 >openshift_openstack : set template paths -------------------------------- 0.04s >/home/cloud-user/openshift-ansible/roles/openshift_openstack/tasks/generate-templates.yml:8 >retrieve cluster name from the environment if present ------------------- 0.04s >/home/cloud-user/openshift-ansible/playbooks/openstack/openshift-cluster/provision_resources.yml:6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1630847
: 1484672