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 1455251 Details for
Bug 1592303
After running redeploy-certificates.yml playbook in OCP 3.9 webconsole stop working.
[?]
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.
`ansible-playbook -vvv` log
ansilbe-vvv.log (text/plain), 4.32 MB, created by
Yanping Zhang
on 2018-06-28 11:46:32 UTC
(
hide
)
Description:
`ansible-playbook -vvv` log
Filename:
MIME Type:
Creator:
Yanping Zhang
Created:
2018-06-28 11:46:32 UTC
Size:
4.32 MB
patch
obsolete
>ansible-playbook 2.4.3.0 > config file = /home/yapei/39yanpzhan/ansible.cfg > configured module search path = [u'/home/yapei/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] > ansible python module location = /usr/lib/python2.7/site-packages/ansible > executable location = /bin/ansible-playbook > python version = 2.7.5 (default, May 3 2017, 07:55:04) [GCC 4.8.5 20150623 (Red Hat 4.8.5-14)] >Using /home/yapei/39yanpzhan/ansible.cfg as config file >Parsed /home/yapei/39yanpzhan/hosts inventory source with ini plugin >statically imported: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml >statically imported: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml >statically imported: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/firewall.yml > >PLAYBOOK: redeploy-certificates.yml ***************************************************************************************************************************************************** >43 plays in ../openshift-ansible/playbooks/redeploy-certificates.yml > >PLAY [Initialization Checkpoint Start] ************************************************************************************************************************************************** >META: ran handlers > >TASK [Set install initialization 'In Progress'] ***************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/main.yml:11 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_stats": { > "aggregate": true, > "data": { > "installer_phase_initialize": { > "start": "20180628073321Z", > "status": "In Progress" > } > }, > "per_host": false > }, > "changed": false >} >META: ran handlers >META: ran handlers > >PLAY [Populate config host groups] ****************************************************************************************************************************************************** >META: ran handlers > >TASK [Load group name mapping variables] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:7 >ok: [localhost] => { > "ansible_facts": { > "g_all_hosts": "{{ g_master_hosts | union(g_node_hosts) | union(g_etcd_hosts) | union(g_new_etcd_hosts) | union(g_lb_hosts) | union(g_nfs_hosts) | union(g_new_node_hosts)| union(g_new_master_hosts) | union(g_glusterfs_hosts) | union(g_glusterfs_registry_hosts) | default([]) }}", > "g_etcd_hosts": "{{ groups.etcd | default([]) }}", > "g_glusterfs_hosts": "{{ groups.glusterfs | default([]) }}", > "g_glusterfs_registry_hosts": "{{ groups.glusterfs_registry | default(g_glusterfs_hosts) }}", > "g_lb_hosts": "{{ groups.lb | default([]) }}", > "g_master_hosts": "{{ groups.masters | default([]) }}", > "g_new_etcd_hosts": "{{ groups.new_etcd | default([]) }}", > "g_new_master_hosts": "{{ groups.new_masters | default([]) }}", > "g_new_node_hosts": "{{ groups.new_nodes | default([]) }}", > "g_nfs_hosts": "{{ groups.nfs | default([]) }}", > "g_node_hosts": "{{ groups.nodes | default([]) }}" > }, > "ansible_included_var_files": [ > "/home/yapei/openshift-ansible/playbooks/init/vars/cluster_hosts.yml" > ], > "changed": false >} > >TASK [Evaluate groups - g_etcd_hosts or g_new_etcd_hosts required] ********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:10 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate groups - g_master_hosts or g_new_master_hosts required] ****************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:15 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate groups - g_node_hosts or g_new_node_hosts required] ********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:20 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate groups - g_lb_hosts required] ******************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:25 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate groups - g_nfs_hosts required] ******************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:30 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate groups - g_nfs_hosts is single host] ************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:35 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate groups - g_glusterfs_hosts required] ************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:40 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate groups - Fail if no etcd hosts group is defined] ************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:45 >skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate oo_all_hosts] ************************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:57 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_all_hosts" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} >creating host via 'add_host': hostname=host-8-252-148.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-148.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_all_hosts" > ], > "host_name": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-148.host.centralci.eng.rdu2.redhat.com" >} > >TASK [Evaluate oo_masters] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:66 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_masters" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} > >TASK [Evaluate oo_first_master] ********************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:75 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => { > "add_host": { > "groups": [ > "oo_first_master" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false >} > >TASK [Evaluate oo_new_etcd_to_config] *************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:84 > >TASK [Evaluate oo_masters_to_config] **************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:93 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_masters_to_config" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} > >TASK [Evaluate oo_etcd_to_config] ******************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:102 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_etcd_to_config" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} > >TASK [Evaluate oo_first_etcd] *********************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:111 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => { > "add_host": { > "groups": [ > "oo_first_etcd" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false >} > >TASK [Evaluate oo_etcd_hosts_to_upgrade] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:123 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_etcd_hosts_to_upgrade" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} > >TASK [Evaluate oo_etcd_hosts_to_backup] ************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:130 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_etcd_hosts_to_backup" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} > >TASK [Evaluate oo_nodes_to_config] ****************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:137 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_nodes_to_config" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} >creating host via 'add_host': hostname=host-8-252-148.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-148.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_nodes_to_config" > ], > "host_name": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-148.host.centralci.eng.rdu2.redhat.com" >} > >TASK [Add master to oo_nodes_to_config] ************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:147 >skipping: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "skip_reason": "Conditional result was False" >} > >TASK [Evaluate oo_lb_to_config] ********************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:157 > >TASK [Evaluate oo_nfs_to_config] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:166 > >TASK [Evaluate oo_glusterfs_to_config] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:175 > >TASK [Evaluate oo_etcd_to_migrate] ****************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/evaluate_groups.yml:184 >creating host via 'add_host': hostname=host-8-252-199.host.centralci.eng.rdu2.redhat.com >ok: [localhost] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "add_host": { > "groups": [ > "oo_etcd_to_migrate" > ], > "host_name": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "host_vars": {} > }, > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" >} >META: ran handlers >META: ran handlers > >PLAY [Ensure that all non-node hosts are accessible] ************************************************************************************************************************************ > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100 `" && echo ansible-tmp-1530185602.47-254792077014100="` echo /root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185602.47-254792077014100=/root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpuk9bpe TO /root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpuk9bpe /root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100/ /root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185602.47-254792077014100/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37897, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452717, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452717, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7209, "free": 612}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1943, "free": 5878}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 612, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073313", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185593", "iso8601_micro": "2018-06-28T11:33:13.659762Z", "weekday": "Thursday", "time": "07:33:13", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:13Z", "day": "28", "iso8601_basic": "20180628T073313659676", "second": "13"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers >META: ran handlers >META: ran handlers > >PLAY [Initialize basic host facts] ****************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825 `" && echo ansible-tmp-1530185603.45-97845007074825="` echo /root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256 `" && echo ansible-tmp-1530185603.46-262684073635256="` echo /root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185603.45-97845007074825=/root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpPL35NM TO /root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185603.46-262684073635256=/root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpNDz9A1 TO /root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpPL35NM /root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825/ /root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825/setup.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpNDz9A1 /root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256/setup.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256/ /root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185603.45-97845007074825/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185603.46-262684073635256/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37898, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452770, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263262, "size_available": 9270321152, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452770, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263262, "size_available": 9270321152, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452770, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263262, "size_available": 9270321152, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452770, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263262, "size_available": 9270321152, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452770, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263262, "size_available": 9270321152, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452770, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263262, "size_available": 9270321152, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452770, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263262, "size_available": 9270321152, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7216, "free": 605}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1950, "free": 5871}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 605, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073314", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185594", "iso8601_micro": "2018-06-28T11:33:14.621818Z", "weekday": "Thursday", "time": "07:33:14", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:14Z", "day": "28", "iso8601_basic": "20180628T073314621747", "second": "14"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_veth36dee299": {"macaddress": "4e:00:39:3f:4d:95", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth36dee299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c00:39ff:fe3f:4d95"}], "active": true, "speed": 10000}, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/0", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "23", "SSH_CLIENT": "10.8.241.33 38166 22", "SSH_CONNECTION": "10.8.241.33 38166 172.16.120.86 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:98:c8:b2", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.86", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "c6:84:56:4b:58:64", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::541e:9eff:fe83:8843", "fe80::b484:cdff:fea3:ddc2", "fe80::20ff:fdff:fee3:9c06", "fe80::fc3c:d7ff:fed8:81bb", "fe80::acf7:daff:fea4:f33", "fe80::f816:3eff:fe98:c8b2", "fe80::d8e2:20ff:fe5e:6a17", "fe80::60f7:35ff:fe8a:2354", "fe80::42:95ff:fe16:483e", "fe80::50d1:40ff:fe53:b315", "fe80::c477:78ff:fe65:4c8a", "fe80::4c00:39ff:fe3f:4d95", "fe80::94c5:26ff:fef4:a277", "fe80::800a:9dff:fea8:826b"], "ansible_uptime_seconds": 37818, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "d3aa9953-d538-4846-9c87-3eda1d785713", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "common": {"public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "generate_no_proxy_hosts": true, "deployment_subtype": "basic", "deployment_type": "openshift-enterprise"}, "cloudprovider": {"kind": "openstack"}}}, "ansible_vxlan_sys_4789": {"macaddress": "22:ff:fd:e3:9c:06", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::20ff:fdff:fee3:9c06"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:95:16:48:3e", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.02429516483e", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::42:95ff:fe16:483e"}], "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5SaJSRi3RBDskROwJYHB7rnyH8COn+1lE4blmcnySUCzx8egQ4tGEpatO1PTp0hk1RPmi7cqTSvrlCXWmDjk8=", "ansible_mounts": [{"block_used": 1251202, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 3464830, "size_available": 14191943680, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41522, "block_size": 4096, "inode_available": 9395662}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 1251202, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 3464830, "size_available": 14191943680, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41522, "block_size": 4096, "inode_available": 9395662}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/pods/f3c84bdf-7a71-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-f03a0ac3-7a71-11e8-91c7-fa163e9a3ef5", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/642c5c39-b11f-45f8-a024-1baad354ef25", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/pods/1b6ff36f-7a72-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-16874d0b-7a72-11e8-91c7-fa163e9a3ef5", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 1251202, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "block_available": 3464830, "size_available": 14191943680, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c491,c801\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "inode_used": 41522, "block_size": 4096, "inode_available": 9395662}, {"block_used": 1251202, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "block_available": 3464830, "size_available": 14191943680, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "inode_used": 41522, "block_size": 4096, "inode_available": 9395662}, {"block_used": 1251202, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "block_available": 3464830, "size_available": 14191943680, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "inode_used": 41522, "block_size": 4096, "inode_available": 9395662}, {"block_used": 1251202, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 3464830, "size_available": 14191943680, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41522, "block_size": 4096, "inode_available": 9395662}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 118896, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "block_available": 2499984, "size_available": 10239934464, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 138307, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "block_available": 2480573, "size_available": 10160427008, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "inode_used": 26186, "block_size": 4096, "inode_available": 5216694}, {"block_used": 69925, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "block_available": 2548955, "size_available": 10440519680, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "inode_used": 12535, "block_size": 4096, "inode_available": 5230345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 86680, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c63,c993\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 76071, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "block_available": 2542809, "size_available": 10415345664, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "inode_used": 11413, "block_size": 4096, "inode_available": 5231467}, {"block_used": 88105, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 71853, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "block_available": 2547027, "size_available": 10432622592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 120353, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "block_available": 2498527, "size_available": 10233966592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "inode_used": 12893, "block_size": 4096, "inode_available": 5229987}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 314295, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "block_available": 2304585, "size_available": 9439580160, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "inode_used": 15535, "block_size": 4096, "inode_available": 5227345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 122716, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "block_available": 2496164, "size_available": 10224287744, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "inode_used": 13749, "block_size": 4096, "inode_available": 5229131}, {"block_used": 70624, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "block_available": 2548256, "size_available": 10437656576, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "da:e2:20:5e:6a:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.129.1.255", "netmask": "255.255.254.0", "network": "10.129.0.0", "address": "10.129.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::d8e2:20ff:fe5e:6a17"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsQA0ziPiqLyVj9smL/FFDUcIrkCWmRaJ2Pj2F/A4C53H/K1D5MvbyPAZCosCf35zBw3l+qeFB5mOgSg8UaRAyZ2oOR+S/QBjcyKDjPRhqjoQnAd9Xf+Bq37mBm3Vc2si265m0gySzJ5YTL72FBdIc23SNY2zGvAVuPi2uHbuIc9TIN0jCxbmb5WWU9Pxqzh+6MqaaeHt9Wi9LGd79LoR5RxAvH659sEAxfkki294oVK6uvFS7Y5CaK/GinBivxgOnmEKd/nBrekH6UKe/XPktloWemQGIVuYbMMGJMZ8Dx73+zu8FRuFEdoS8SCaWN/E/w6K1Nq/Wj2zBrb6IZH+n", "ansible_user_gecos": "root", "ansible_veth43823e62": {"macaddress": "b6:84:cd:a3:dd:c2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth43823e62", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::b484:cdff:fea3:ddc2"}], "active": true, "speed": 10000}, "ansible_veth709f6516": {"macaddress": "c6:77:78:65:4c:8a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth709f6516", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c477:78ff:fe65:4c8a"}], "active": true, "speed": 10000}, "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:98:c8:b2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.86"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe98:c8b2"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.86", "10.129.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 6418, "free": 1403}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2293, "free": 5528}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.86"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-29": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "dm-28": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "dm-25": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "dm-24": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "dm-27": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "dm-26": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "dm-21": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "dm-20": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "dm-23": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "dm-22": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "dm-9": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "dm-6": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "dm-7": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "dm-4": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "dm-5": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-14": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "dm-15": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "dm-16": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "dm-17": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "dm-10": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "dm-11": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "dm-12": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "dm-13": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "dm-18": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "dm-19": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "vdc": ["virtio-642c5c39-b11f-45f8-a"], "vdb": ["virtio-2c8598e1-2648-4baa-8"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "vdc": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"], "vdb": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"], "dm-29": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_veth9d70a9ca": {"macaddress": "ae:f7:da:a4:0f:33", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth9d70a9ca", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::acf7:daff:fea4:f33"}], "active": true, "speed": 10000}, "ansible_memfree_mb": 1403, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-nrr-1", "ansible_interfaces": ["veth8f0fa299", "docker0", "veth33dc9c20", "veth79fe15cf", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "br0", "veth43823e62", "veth36dee299", "veth5c1b2102", "veth0ecd1b8c", "eth0", "veth709f6516", "vethb6812cb1", "veth9d70a9ca"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-86.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-nrr-1", "ansible_veth79fe15cf": {"macaddress": "52:d1:40:53:b3:15", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth79fe15cf", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::50d1:40ff:fe53:b315"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_veth5c1b2102": {"macaddress": "82:0a:9d:a8:82:6b", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth5c1b2102", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::800a:9dff:fea8:826b"}], "active": true, "speed": 10000}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073314", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185594", "iso8601_micro": "2018-06-28T11:33:14.511200Z", "weekday": "Thursday", "time": "07:33:14", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:14Z", "day": "28", "iso8601_basic": "20180628T073314511118", "second": "14"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDlwLSZj0HFUA9jPWXzvkPXI1sv9OH0Atvebc7i4tAGO", "ansible_veth8f0fa299": {"macaddress": "56:1e:9e:83:88:43", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth8f0fa299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::541e:9eff:fe83:8843"}], "active": true, "speed": 10000}, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_processor_cores": 1, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-29": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "uuids": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-28": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-27": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-26": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init", "docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}, "vdc": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "23068672", "links": {"masters": [], "labels": [], "ids": ["virtio-642c5c39-b11f-45f8-a"], "uuids": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "11.00 GB"}, "vdb": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "2097152", "links": {"masters": [], "labels": [], "ids": ["virtio-2c8598e1-2648-4baa-8"], "uuids": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "1.00 GB"}}, "ansible_user_uid": 0, "ansible_veth0ecd1b8c": {"macaddress": "96:c5:26:f4:a2:77", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0ecd1b8c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::94c5:26ff:fef4:a277"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_vethb6812cb1": {"macaddress": "62:f7:35:8a:23:54", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb6812cb1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::60f7:35ff:fe8a:2354"}], "active": true, "speed": 10000}, "ansible_veth33dc9c20": {"macaddress": "fe:3c:d7:d8:81:bb", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth33dc9c20", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::fc3c:d7ff:fed8:81bb"}], "active": true, "speed": 10000}, "ansible_br0": {"macaddress": "16:28:ca:8e:fe:4d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [openshift_sanitize_inventory : include_tasks] ************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:4 >included: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com, host-8-252-148.host.centralci.eng.rdu2.redhat.com > >TASK [openshift_sanitize_inventory : Check for usage of deprecated variables] *********************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml:4 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", > "changed": false >} > >TASK [openshift_sanitize_inventory : debug] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml:13 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : set_stats] ***************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml:14 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Assign deprecated variables to correct counterparts] *********************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml:22 >included: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_logging.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com, host-8-252-148.host.centralci.eng.rdu2.redhat.com >included: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_metrics.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com, host-8-252-148.host.centralci.eng.rdu2.redhat.com > >TASK [openshift_sanitize_inventory : conditional_set_fact] ****************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_logging.yml:5 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": {}, > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": {}, > "changed": false >} > >TASK [openshift_sanitize_inventory : set_fact] ****************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_logging.yml:42 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_logging_elasticsearch_ops_pvc_dynamic": "", > "openshift_logging_elasticsearch_ops_pvc_prefix": "", > "openshift_logging_elasticsearch_ops_pvc_size": "", > "openshift_logging_elasticsearch_pvc_dynamic": "", > "openshift_logging_elasticsearch_pvc_prefix": "", > "openshift_logging_elasticsearch_pvc_size": "" > }, > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_logging_elasticsearch_ops_pvc_dynamic": "", > "openshift_logging_elasticsearch_ops_pvc_prefix": "", > "openshift_logging_elasticsearch_ops_pvc_size": "", > "openshift_logging_elasticsearch_pvc_dynamic": "", > "openshift_logging_elasticsearch_pvc_prefix": "", > "openshift_logging_elasticsearch_pvc_size": "" > }, > "changed": false >} > >TASK [openshift_sanitize_inventory : conditional_set_fact] ****************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_metrics.yml:5 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": {}, > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": {}, > "changed": false >} > >TASK [openshift_sanitize_inventory : Standardize on latest variable names] ************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:7 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "deployment_subtype": "basic", > "openshift_deployment_subtype": "basic" > }, > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "deployment_subtype": "basic", > "openshift_deployment_subtype": "basic" > }, > "changed": false >} > >TASK [openshift_sanitize_inventory : Normalize openshift_release] *********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:12 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_release": "3.9" > }, > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_release": "3.9" > }, > "changed": false >} > >TASK [openshift_sanitize_inventory : Abort when openshift_release is invalid] *********************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:22 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : include_tasks] ************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:31 >included: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com, host-8-252-148.host.centralci.eng.rdu2.redhat.com > >TASK [openshift_sanitize_inventory : Ensure that openshift_use_dnsmasq is true] ********************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:5 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure that openshift_node_dnsmasq_install_network_manager_hook is true] *************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:14 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : set_fact] ****************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:22 > >TASK [openshift_sanitize_inventory : Ensure that dynamic provisioning is set if using dynamic storage] ********************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:29 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] **************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:45 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] **************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:58 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure clusterid is set along with the cloudprovider] ********************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:35 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure ansible_service_broker_remove and ansible_service_broker_install are mutually exclusive] **************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:48 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure template_service_broker_remove and template_service_broker_install are mutually exclusive] ************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:57 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure that all requires vsphere configuration variables are set] ********************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:66 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure removed web console extension variables are not set] **************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:80 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : Ensure that web console port matches API server port] ********************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:91 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_sanitize_inventory : At least one master is schedulable] **************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:101 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Detecting Operating System from ostree_booted] ************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:19 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992 `" && echo ansible-tmp-1530185607.24-174835231891992="` echo /root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656 `" && echo ansible-tmp-1530185607.24-216554724444656="` echo /root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185607.24-174835231891992=/root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpj3VK91 TO /root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185607.24-216554724444656=/root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpB58zKW TO /root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656/stat.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpj3VK91 /root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992/ /root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992/stat.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpB58zKW /root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656/stat.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656/ /root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185607.24-174835231891992/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185607.24-216554724444656/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/run/ostree-booted", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"exists": false}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/run/ostree-booted" > } > }, > "stat": { > "exists": false > } >} ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/run/ostree-booted", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"exists": false}, "changed": false}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/run/ostree-booted" > } > }, > "stat": { > "exists": false > } >} > >TASK [set openshift_deployment_type if unset] ******************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:25 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [initialize_facts set fact openshift_is_atomic and openshift_is_containerized] ***************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:32 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_is_atomic": false, > "openshift_is_containerized": false > }, > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_is_atomic": false, > "openshift_is_containerized": false > }, > "changed": false >} > >TASK [Set use_crio to True if cri-o rpm is requested] *********************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:37 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Determine Atomic Host Docker Version] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:55 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [assert atomic host docker version is 1.12 or later] ******************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:59 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Initialize special first-master variables] **************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642 `" && echo ansible-tmp-1530185607.83-103623573244642="` echo /root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185607.83-103623573244642=/root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpRjJ0Rr TO /root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpRjJ0Rr /root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642/ /root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185607.83-103623573244642/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37903, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452717, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452717, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 2452717, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263315, "size_available": 9270538240, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41673, "block_size": 4096, "inode_available": 9395511}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7207, "free": 614}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1941, "free": 5880}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 614, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073319", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185599", "iso8601_micro": "2018-06-28T11:33:19.006465Z", "weekday": "Thursday", "time": "07:33:19", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:19Z", "day": "28", "iso8601_basic": "20180628T073319006388", "second": "19"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [stat] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:72 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595 `" && echo ansible-tmp-1530185609.9-158724395565595="` echo /root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185609.9-158724395565595=/root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpkGvu4y TO /root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpkGvu4y /root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595/ /root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185609.9-158724395565595/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/master-config.yaml", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148326.0368817, "block_size": 4096, "inode": 67110358, "isgid": false, "size": 5974, "executable": false, "isuid": false, "readable": true, "version": "18446744073298313549", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 16, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/master/master-config.yaml", "xusr": false, "atime": 1530148326.7468815, "md5": "bd957203569f0718f4685026fc361c4f", "isdir": false, "ctime": 1530148326.0368817, "isblk": false, "wgrp": false, "checksum": "4140de7af17177e6288fe83cc4a5ddd90a8a2778", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/master-config.yaml" > } > }, > "stat": { > "atime": 1530148326.7468815, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 16, > "charset": "us-ascii", > "checksum": "4140de7af17177e6288fe83cc4a5ddd90a8a2778", > "ctime": 1530148326.0368817, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67110358, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "bd957203569f0718f4685026fc361c4f", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530148326.0368817, > "nlink": 1, > "path": "/etc/origin/master/master-config.yaml", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 5974, > "uid": 0, > "version": "18446744073298313549", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [slurp] **************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:76 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/net_tools/basics/slurp.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891 `" && echo ansible-tmp-1530185610.33-176799625907891="` echo /root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185610.33-176799625907891=/root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpYBOZDJ TO /root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891/slurp.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpYBOZDJ /root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891/slurp.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891/ /root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891/slurp.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891/slurp.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185610.33-176799625907891/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"content": "YWRtaXNzaW9uQ29uZmlnOgogIHBsdWdpbkNvbmZpZzoKICAgIEJ1aWxkRGVmYXVsdHM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBlbnY6IFtdCiAgICAgICAga2luZDogQnVpbGREZWZhdWx0c0NvbmZpZwogICAgICAgIHJlc291cmNlczoKICAgICAgICAgIGxpbWl0czoge30KICAgICAgICAgIHJlcXVlc3RzOiB7fQogICAgQnVpbGRPdmVycmlkZXM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBraW5kOiBCdWlsZE92ZXJyaWRlc0NvbmZpZwogICAgUG9kUHJlc2V0OgogICAgICBjb25maWd1cmF0aW9uOgogICAgICAgIGFwaVZlcnNpb246IHYxCiAgICAgICAgZGlzYWJsZTogZmFsc2UKICAgICAgICBraW5kOiBEZWZhdWx0QWRtaXNzaW9uQ29uZmlnCiAgICBvcGVuc2hpZnQuaW8vSW1hZ2VQb2xpY3k6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBleGVjdXRpb25SdWxlczoKICAgICAgICAtIG1hdGNoSW1hZ2VBbm5vdGF0aW9uczoKICAgICAgICAgIC0ga2V5OiBpbWFnZXMub3BlbnNoaWZ0LmlvL2RlbnktZXhlY3V0aW9uCiAgICAgICAgICAgIHZhbHVlOiAndHJ1ZScKICAgICAgICAgIG5hbWU6IGV4ZWN1dGlvbi1kZW5pZWQKICAgICAgICAgIG9uUmVzb3VyY2VzOgogICAgICAgICAgLSByZXNvdXJjZTogcG9kcwogICAgICAgICAgLSByZXNvdXJjZTogYnVpbGRzCiAgICAgICAgICByZWplY3Q6IHRydWUKICAgICAgICAgIHNraXBPblJlc29sdXRpb25GYWlsdXJlOiB0cnVlCiAgICAgICAga2luZDogSW1hZ2VQb2xpY3lDb25maWcKYWdncmVnYXRvckNvbmZpZzoKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogYWdncmVnYXRvci1mcm9udC1wcm94eS5jcnQKICAgIGtleUZpbGU6IGFnZ3JlZ2F0b3ItZnJvbnQtcHJveHkua2V5CmFwaUxldmVsczoKLSB2MQphcGlWZXJzaW9uOiB2MQphdXRoQ29uZmlnOgogIHJlcXVlc3RIZWFkZXI6CiAgICBjbGllbnRDQTogZnJvbnQtcHJveHktY2EuY3J0CiAgICBjbGllbnRDb21tb25OYW1lczoKICAgIC0gYWdncmVnYXRvci1mcm9udC1wcm94eQogICAgZXh0cmFIZWFkZXJQcmVmaXhlczoKICAgIC0gWC1SZW1vdGUtRXh0cmEtCiAgICBncm91cEhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLUdyb3VwCiAgICB1c2VybmFtZUhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLVVzZXIKY29udHJvbGxlckNvbmZpZzoKICBlbGVjdGlvbjoKICAgIGxvY2tOYW1lOiBvcGVuc2hpZnQtbWFzdGVyLWNvbnRyb2xsZXJzCiAgc2VydmljZVNlcnZpbmdDZXJ0OgogICAgc2lnbmVyOgogICAgICBjZXJ0RmlsZTogc2VydmljZS1zaWduZXIuY3J0CiAgICAgIGtleUZpbGU6IHNlcnZpY2Utc2lnbmVyLmtleQpjb250cm9sbGVyczogJyonCmNvcnNBbGxvd2VkT3JpZ2luczoKLSAoP2kpLy8xMjdcLjBcLjBcLjEoOnxceikKLSAoP2kpLy9sb2NhbGhvc3QoOnxceikKLSAoP2kpLy8xNzJcLjE2XC4xMjBcLjgyKDp8XHopCi0gKD9pKS8vMTBcLjhcLjI1MlwuMTk5KDp8XHopCi0gKD9pKS8va3ViZXJuZXRlc1wuZGVmYXVsdCg6fFx6KQotICg/aSkvL2hvc3RcLThcLTI1MlwtMTk5XC5ob3N0XC5jZW50cmFsY2lcLmVuZ1wucmR1MlwucmVkaGF0XC5jb20oOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0KDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzXC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy8xNzJcLjMwXC4wXC4xKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmNcLmNsdXN0ZXJcLmxvY2FsKDp8XHopCi0gKD9pKS8vcWVcLWp1emhhb1wtMzlcLXFlb3NcLTFcLW1hc3RlclwtZXRjZFwtMSg6fFx6KQotICg/aSkvL2t1YmVybmV0ZXNcLmRlZmF1bHRcLnN2Y1wuY2x1c3RlclwubG9jYWwoOnxceikKLSAoP2kpLy9vcGVuc2hpZnQoOnxceikKZG5zQ29uZmlnOgogIGJpbmRBZGRyZXNzOiAwLjAuMC4wOjgwNTMKICBiaW5kTmV0d29yazogdGNwNApldGNkQ2xpZW50SW5mbzoKICBjYTogbWFzdGVyLmV0Y2QtY2EuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5ldGNkLWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIuZXRjZC1jbGllbnQua2V5CiAgdXJsczoKICAtIGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjIzNzkKZXRjZFN0b3JhZ2VDb25maWc6CiAga3ViZXJuZXRlc1N0b3JhZ2VQcmVmaXg6IGt1YmVybmV0ZXMuaW8KICBrdWJlcm5ldGVzU3RvcmFnZVZlcnNpb246IHYxCiAgb3BlblNoaWZ0U3RvcmFnZVByZWZpeDogb3BlbnNoaWZ0LmlvCiAgb3BlblNoaWZ0U3RvcmFnZVZlcnNpb246IHYxCmltYWdlQ29uZmlnOgogIGZvcm1hdDogcmVnaXN0cnkucmVnLWF3cy5vcGVuc2hpZnQuY29tOjQ0My9vcGVuc2hpZnQzL29zZS0ke2NvbXBvbmVudH06JHt2ZXJzaW9ufQogIGxhdGVzdDogZmFsc2UKa2luZDogTWFzdGVyQ29uZmlnCmt1YmVsZXRDbGllbnRJbmZvOgogIGNhOiBjYS1idW5kbGUuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5rdWJlbGV0LWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIua3ViZWxldC1jbGllbnQua2V5CiAgcG9ydDogMTAyNTAKa3ViZXJuZXRlc01hc3RlckNvbmZpZzoKICBhcGlTZXJ2ZXJBcmd1bWVudHM6CiAgICBjbG91ZC1jb25maWc6CiAgICAtIC9ldGMvb3JpZ2luL2Nsb3VkcHJvdmlkZXIvb3BlbnN0YWNrLmNvbmYKICAgIGNsb3VkLXByb3ZpZGVyOgogICAgLSBvcGVuc3RhY2sKICAgIHJ1bnRpbWUtY29uZmlnOgogICAgLSBhcGlzL3NldHRpbmdzLms4cy5pby92MWFscGhhMT10cnVlCiAgICBzdG9yYWdlLWJhY2tlbmQ6CiAgICAtIGV0Y2QzCiAgICBzdG9yYWdlLW1lZGlhLXR5cGU6CiAgICAtIGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgY29udHJvbGxlckFyZ3VtZW50czoKICAgIGNsb3VkLWNvbmZpZzoKICAgIC0gL2V0Yy9vcmlnaW4vY2xvdWRwcm92aWRlci9vcGVuc3RhY2suY29uZgogICAgY2xvdWQtcHJvdmlkZXI6CiAgICAtIG9wZW5zdGFjawogIG1hc3RlckNvdW50OiAxCiAgbWFzdGVySVA6IDE3Mi4xNi4xMjAuODIKICBwb2RFdmljdGlvblRpbWVvdXQ6IG51bGwKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogbWFzdGVyLnByb3h5LWNsaWVudC5jcnQKICAgIGtleUZpbGU6IG1hc3Rlci5wcm94eS1jbGllbnQua2V5CiAgc2NoZWR1bGVyQXJndW1lbnRzOiBudWxsCiAgc2NoZWR1bGVyQ29uZmlnRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3NjaGVkdWxlci5qc29uCiAgc2VydmljZXNOb2RlUG9ydFJhbmdlOiAnJwogIHNlcnZpY2VzU3VibmV0OiAxNzIuMzAuMC4wLzE2CiAgc3RhdGljTm9kZU5hbWVzOiBbXQptYXN0ZXJDbGllbnRzOgogIGV4dGVybmFsS3ViZXJuZXRlc0NsaWVudENvbm5lY3Rpb25PdmVycmlkZXM6CiAgICBhY2NlcHRDb250ZW50VHlwZXM6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmLGFwcGxpY2F0aW9uL2pzb24KICAgIGJ1cnN0OiA0MDAKICAgIGNvbnRlbnRUeXBlOiBhcHBsaWNhdGlvbi92bmQua3ViZXJuZXRlcy5wcm90b2J1ZgogICAgcXBzOiAyMDAKICBleHRlcm5hbEt1YmVybmV0ZXNLdWJlQ29uZmlnOiAnJwogIG9wZW5zaGlmdExvb3BiYWNrQ2xpZW50Q29ubmVjdGlvbk92ZXJyaWRlczoKICAgIGFjY2VwdENvbnRlbnRUeXBlczogYXBwbGljYXRpb24vdm5kLmt1YmVybmV0ZXMucHJvdG9idWYsYXBwbGljYXRpb24vanNvbgogICAgYnVyc3Q6IDYwMAogICAgY29udGVudFR5cGU6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgICBxcHM6IDMwMAogIG9wZW5zaGlmdExvb3BiYWNrS3ViZUNvbmZpZzogb3BlbnNoaWZ0LW1hc3Rlci5rdWJlY29uZmlnCm1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKbmV0d29ya0NvbmZpZzoKICBjbHVzdGVyTmV0d29ya0NJRFI6IDEwLjEyOC4wLjAvMTQKICBjbHVzdGVyTmV0d29ya3M6CiAgLSBjaWRyOiAxMC4xMjguMC4wLzE0CiAgICBob3N0U3VibmV0TGVuZ3RoOiA5CiAgZXh0ZXJuYWxJUE5ldHdvcmtDSURSczoKICAtIDAuMC4wLjAvMAogIGhvc3RTdWJuZXRMZW5ndGg6IDkKICBuZXR3b3JrUGx1Z2luTmFtZTogcmVkaGF0L29wZW5zaGlmdC1vdnMtc3VibmV0CiAgc2VydmljZU5ldHdvcmtDSURSOiAxNzIuMzAuMC4wLzE2Cm9hdXRoQ29uZmlnOgogIGFzc2V0UHVibGljVVJMOiBodHRwczovL2hvc3QtOC0yNTItMTk5Lmhvc3QuY2VudHJhbGNpLmVuZy5yZHUyLnJlZGhhdC5jb206ODQ0My9jb25zb2xlLwogIGdyYW50Q29uZmlnOgogICAgbWV0aG9kOiBhdXRvCiAgaWRlbnRpdHlQcm92aWRlcnM6CiAgLSBjaGFsbGVuZ2U6IHRydWUKICAgIGxvZ2luOiB0cnVlCiAgICBtYXBwaW5nTWV0aG9kOiBjbGFpbQogICAgbmFtZTogYWxsb3dfYWxsCiAgICBwcm92aWRlcjoKICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAga2luZDogQWxsb3dBbGxQYXNzd29yZElkZW50aXR5UHJvdmlkZXIKICBtYXN0ZXJDQTogY2EtYnVuZGxlLmNydAogIG1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKICBtYXN0ZXJVUkw6IGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjg0NDMKICBzZXNzaW9uQ29uZmlnOgogICAgc2Vzc2lvbk1heEFnZVNlY29uZHM6IDM2MDAKICAgIHNlc3Npb25OYW1lOiBzc24KICAgIHNlc3Npb25TZWNyZXRzRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3Nlc3Npb24tc2VjcmV0cy55YW1sCiAgdG9rZW5Db25maWc6CiAgICBhY2Nlc3NUb2tlbk1heEFnZVNlY29uZHM6IDg2NDAwCiAgICBhdXRob3JpemVUb2tlbk1heEFnZVNlY29uZHM6IDUwMApwYXVzZUNvbnRyb2xsZXJzOiBmYWxzZQpwb2xpY3lDb25maWc6CiAgYm9vdHN0cmFwUG9saWN5RmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3BvbGljeS5qc29uCiAgb3BlbnNoaWZ0SW5mcmFzdHJ1Y3R1cmVOYW1lc3BhY2U6IG9wZW5zaGlmdC1pbmZyYQogIG9wZW5zaGlmdFNoYXJlZFJlc291cmNlc05hbWVzcGFjZTogb3BlbnNoaWZ0CnByb2plY3RDb25maWc6CiAgZGVmYXVsdE5vZGVTZWxlY3Rvcjogbm9kZS1yb2xlLmt1YmVybmV0ZXMuaW8vY29tcHV0ZT10cnVlCiAgcHJvamVjdFJlcXVlc3RNZXNzYWdlOiAnJwogIHByb2plY3RSZXF1ZXN0VGVtcGxhdGU6ICcnCiAgc2VjdXJpdHlBbGxvY2F0b3I6CiAgICBtY3NBbGxvY2F0b3JSYW5nZTogczA6LzIKICAgIG1jc0xhYmVsc1BlclByb2plY3Q6IDUKICAgIHVpZEFsbG9jYXRvclJhbmdlOiAxMDAwMDAwMDAwLTE5OTk5OTk5OTkvMTAwMDAKcm91dGluZ0NvbmZpZzoKICBzdWJkb21haW46IGFwcHMuMDYyNy04eDYucWUucmhjbG91ZC5jb20Kc2VydmljZUFjY291bnRDb25maWc6CiAgbGltaXRTZWNyZXRSZWZlcmVuY2VzOiBmYWxzZQogIG1hbmFnZWROYW1lczoKICAtIGRlZmF1bHQKICAtIGJ1aWxkZXIKICAtIGRlcGxveWVyCiAgbWFzdGVyQ0E6IGNhLWJ1bmRsZS5jcnQKICBwcml2YXRlS2V5RmlsZTogc2VydmljZWFjY291bnRzLnByaXZhdGUua2V5CiAgcHVibGljS2V5RmlsZXM6CiAgLSBzZXJ2aWNlYWNjb3VudHMucHVibGljLmtleQpzZXJ2aW5nSW5mbzoKICBiaW5kQWRkcmVzczogMC4wLjAuMDo4NDQzCiAgYmluZE5ldHdvcms6IHRjcDQKICBjZXJ0RmlsZTogbWFzdGVyLnNlcnZlci5jcnQKICBjbGllbnRDQTogY2EuY3J0CiAga2V5RmlsZTogbWFzdGVyLnNlcnZlci5rZXkKICBtYXhSZXF1ZXN0c0luRmxpZ2h0OiA1MDAKICByZXF1ZXN0VGltZW91dFNlY29uZHM6IDM2MDAKdm9sdW1lQ29uZmlnOgogIGR5bmFtaWNQcm92aXNpb25pbmdFbmFibGVkOiB0cnVlCg==", "source": "/etc/origin/master/master-config.yaml", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/origin/master/master-config.yaml"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "content": "YWRtaXNzaW9uQ29uZmlnOgogIHBsdWdpbkNvbmZpZzoKICAgIEJ1aWxkRGVmYXVsdHM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBlbnY6IFtdCiAgICAgICAga2luZDogQnVpbGREZWZhdWx0c0NvbmZpZwogICAgICAgIHJlc291cmNlczoKICAgICAgICAgIGxpbWl0czoge30KICAgICAgICAgIHJlcXVlc3RzOiB7fQogICAgQnVpbGRPdmVycmlkZXM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBraW5kOiBCdWlsZE92ZXJyaWRlc0NvbmZpZwogICAgUG9kUHJlc2V0OgogICAgICBjb25maWd1cmF0aW9uOgogICAgICAgIGFwaVZlcnNpb246IHYxCiAgICAgICAgZGlzYWJsZTogZmFsc2UKICAgICAgICBraW5kOiBEZWZhdWx0QWRtaXNzaW9uQ29uZmlnCiAgICBvcGVuc2hpZnQuaW8vSW1hZ2VQb2xpY3k6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBleGVjdXRpb25SdWxlczoKICAgICAgICAtIG1hdGNoSW1hZ2VBbm5vdGF0aW9uczoKICAgICAgICAgIC0ga2V5OiBpbWFnZXMub3BlbnNoaWZ0LmlvL2RlbnktZXhlY3V0aW9uCiAgICAgICAgICAgIHZhbHVlOiAndHJ1ZScKICAgICAgICAgIG5hbWU6IGV4ZWN1dGlvbi1kZW5pZWQKICAgICAgICAgIG9uUmVzb3VyY2VzOgogICAgICAgICAgLSByZXNvdXJjZTogcG9kcwogICAgICAgICAgLSByZXNvdXJjZTogYnVpbGRzCiAgICAgICAgICByZWplY3Q6IHRydWUKICAgICAgICAgIHNraXBPblJlc29sdXRpb25GYWlsdXJlOiB0cnVlCiAgICAgICAga2luZDogSW1hZ2VQb2xpY3lDb25maWcKYWdncmVnYXRvckNvbmZpZzoKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogYWdncmVnYXRvci1mcm9udC1wcm94eS5jcnQKICAgIGtleUZpbGU6IGFnZ3JlZ2F0b3ItZnJvbnQtcHJveHkua2V5CmFwaUxldmVsczoKLSB2MQphcGlWZXJzaW9uOiB2MQphdXRoQ29uZmlnOgogIHJlcXVlc3RIZWFkZXI6CiAgICBjbGllbnRDQTogZnJvbnQtcHJveHktY2EuY3J0CiAgICBjbGllbnRDb21tb25OYW1lczoKICAgIC0gYWdncmVnYXRvci1mcm9udC1wcm94eQogICAgZXh0cmFIZWFkZXJQcmVmaXhlczoKICAgIC0gWC1SZW1vdGUtRXh0cmEtCiAgICBncm91cEhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLUdyb3VwCiAgICB1c2VybmFtZUhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLVVzZXIKY29udHJvbGxlckNvbmZpZzoKICBlbGVjdGlvbjoKICAgIGxvY2tOYW1lOiBvcGVuc2hpZnQtbWFzdGVyLWNvbnRyb2xsZXJzCiAgc2VydmljZVNlcnZpbmdDZXJ0OgogICAgc2lnbmVyOgogICAgICBjZXJ0RmlsZTogc2VydmljZS1zaWduZXIuY3J0CiAgICAgIGtleUZpbGU6IHNlcnZpY2Utc2lnbmVyLmtleQpjb250cm9sbGVyczogJyonCmNvcnNBbGxvd2VkT3JpZ2luczoKLSAoP2kpLy8xMjdcLjBcLjBcLjEoOnxceikKLSAoP2kpLy9sb2NhbGhvc3QoOnxceikKLSAoP2kpLy8xNzJcLjE2XC4xMjBcLjgyKDp8XHopCi0gKD9pKS8vMTBcLjhcLjI1MlwuMTk5KDp8XHopCi0gKD9pKS8va3ViZXJuZXRlc1wuZGVmYXVsdCg6fFx6KQotICg/aSkvL2hvc3RcLThcLTI1MlwtMTk5XC5ob3N0XC5jZW50cmFsY2lcLmVuZ1wucmR1MlwucmVkaGF0XC5jb20oOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0KDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzXC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy8xNzJcLjMwXC4wXC4xKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmNcLmNsdXN0ZXJcLmxvY2FsKDp8XHopCi0gKD9pKS8vcWVcLWp1emhhb1wtMzlcLXFlb3NcLTFcLW1hc3RlclwtZXRjZFwtMSg6fFx6KQotICg/aSkvL2t1YmVybmV0ZXNcLmRlZmF1bHRcLnN2Y1wuY2x1c3RlclwubG9jYWwoOnxceikKLSAoP2kpLy9vcGVuc2hpZnQoOnxceikKZG5zQ29uZmlnOgogIGJpbmRBZGRyZXNzOiAwLjAuMC4wOjgwNTMKICBiaW5kTmV0d29yazogdGNwNApldGNkQ2xpZW50SW5mbzoKICBjYTogbWFzdGVyLmV0Y2QtY2EuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5ldGNkLWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIuZXRjZC1jbGllbnQua2V5CiAgdXJsczoKICAtIGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjIzNzkKZXRjZFN0b3JhZ2VDb25maWc6CiAga3ViZXJuZXRlc1N0b3JhZ2VQcmVmaXg6IGt1YmVybmV0ZXMuaW8KICBrdWJlcm5ldGVzU3RvcmFnZVZlcnNpb246IHYxCiAgb3BlblNoaWZ0U3RvcmFnZVByZWZpeDogb3BlbnNoaWZ0LmlvCiAgb3BlblNoaWZ0U3RvcmFnZVZlcnNpb246IHYxCmltYWdlQ29uZmlnOgogIGZvcm1hdDogcmVnaXN0cnkucmVnLWF3cy5vcGVuc2hpZnQuY29tOjQ0My9vcGVuc2hpZnQzL29zZS0ke2NvbXBvbmVudH06JHt2ZXJzaW9ufQogIGxhdGVzdDogZmFsc2UKa2luZDogTWFzdGVyQ29uZmlnCmt1YmVsZXRDbGllbnRJbmZvOgogIGNhOiBjYS1idW5kbGUuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5rdWJlbGV0LWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIua3ViZWxldC1jbGllbnQua2V5CiAgcG9ydDogMTAyNTAKa3ViZXJuZXRlc01hc3RlckNvbmZpZzoKICBhcGlTZXJ2ZXJBcmd1bWVudHM6CiAgICBjbG91ZC1jb25maWc6CiAgICAtIC9ldGMvb3JpZ2luL2Nsb3VkcHJvdmlkZXIvb3BlbnN0YWNrLmNvbmYKICAgIGNsb3VkLXByb3ZpZGVyOgogICAgLSBvcGVuc3RhY2sKICAgIHJ1bnRpbWUtY29uZmlnOgogICAgLSBhcGlzL3NldHRpbmdzLms4cy5pby92MWFscGhhMT10cnVlCiAgICBzdG9yYWdlLWJhY2tlbmQ6CiAgICAtIGV0Y2QzCiAgICBzdG9yYWdlLW1lZGlhLXR5cGU6CiAgICAtIGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgY29udHJvbGxlckFyZ3VtZW50czoKICAgIGNsb3VkLWNvbmZpZzoKICAgIC0gL2V0Yy9vcmlnaW4vY2xvdWRwcm92aWRlci9vcGVuc3RhY2suY29uZgogICAgY2xvdWQtcHJvdmlkZXI6CiAgICAtIG9wZW5zdGFjawogIG1hc3RlckNvdW50OiAxCiAgbWFzdGVySVA6IDE3Mi4xNi4xMjAuODIKICBwb2RFdmljdGlvblRpbWVvdXQ6IG51bGwKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogbWFzdGVyLnByb3h5LWNsaWVudC5jcnQKICAgIGtleUZpbGU6IG1hc3Rlci5wcm94eS1jbGllbnQua2V5CiAgc2NoZWR1bGVyQXJndW1lbnRzOiBudWxsCiAgc2NoZWR1bGVyQ29uZmlnRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3NjaGVkdWxlci5qc29uCiAgc2VydmljZXNOb2RlUG9ydFJhbmdlOiAnJwogIHNlcnZpY2VzU3VibmV0OiAxNzIuMzAuMC4wLzE2CiAgc3RhdGljTm9kZU5hbWVzOiBbXQptYXN0ZXJDbGllbnRzOgogIGV4dGVybmFsS3ViZXJuZXRlc0NsaWVudENvbm5lY3Rpb25PdmVycmlkZXM6CiAgICBhY2NlcHRDb250ZW50VHlwZXM6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmLGFwcGxpY2F0aW9uL2pzb24KICAgIGJ1cnN0OiA0MDAKICAgIGNvbnRlbnRUeXBlOiBhcHBsaWNhdGlvbi92bmQua3ViZXJuZXRlcy5wcm90b2J1ZgogICAgcXBzOiAyMDAKICBleHRlcm5hbEt1YmVybmV0ZXNLdWJlQ29uZmlnOiAnJwogIG9wZW5zaGlmdExvb3BiYWNrQ2xpZW50Q29ubmVjdGlvbk92ZXJyaWRlczoKICAgIGFjY2VwdENvbnRlbnRUeXBlczogYXBwbGljYXRpb24vdm5kLmt1YmVybmV0ZXMucHJvdG9idWYsYXBwbGljYXRpb24vanNvbgogICAgYnVyc3Q6IDYwMAogICAgY29udGVudFR5cGU6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgICBxcHM6IDMwMAogIG9wZW5zaGlmdExvb3BiYWNrS3ViZUNvbmZpZzogb3BlbnNoaWZ0LW1hc3Rlci5rdWJlY29uZmlnCm1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKbmV0d29ya0NvbmZpZzoKICBjbHVzdGVyTmV0d29ya0NJRFI6IDEwLjEyOC4wLjAvMTQKICBjbHVzdGVyTmV0d29ya3M6CiAgLSBjaWRyOiAxMC4xMjguMC4wLzE0CiAgICBob3N0U3VibmV0TGVuZ3RoOiA5CiAgZXh0ZXJuYWxJUE5ldHdvcmtDSURSczoKICAtIDAuMC4wLjAvMAogIGhvc3RTdWJuZXRMZW5ndGg6IDkKICBuZXR3b3JrUGx1Z2luTmFtZTogcmVkaGF0L29wZW5zaGlmdC1vdnMtc3VibmV0CiAgc2VydmljZU5ldHdvcmtDSURSOiAxNzIuMzAuMC4wLzE2Cm9hdXRoQ29uZmlnOgogIGFzc2V0UHVibGljVVJMOiBodHRwczovL2hvc3QtOC0yNTItMTk5Lmhvc3QuY2VudHJhbGNpLmVuZy5yZHUyLnJlZGhhdC5jb206ODQ0My9jb25zb2xlLwogIGdyYW50Q29uZmlnOgogICAgbWV0aG9kOiBhdXRvCiAgaWRlbnRpdHlQcm92aWRlcnM6CiAgLSBjaGFsbGVuZ2U6IHRydWUKICAgIGxvZ2luOiB0cnVlCiAgICBtYXBwaW5nTWV0aG9kOiBjbGFpbQogICAgbmFtZTogYWxsb3dfYWxsCiAgICBwcm92aWRlcjoKICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAga2luZDogQWxsb3dBbGxQYXNzd29yZElkZW50aXR5UHJvdmlkZXIKICBtYXN0ZXJDQTogY2EtYnVuZGxlLmNydAogIG1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKICBtYXN0ZXJVUkw6IGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjg0NDMKICBzZXNzaW9uQ29uZmlnOgogICAgc2Vzc2lvbk1heEFnZVNlY29uZHM6IDM2MDAKICAgIHNlc3Npb25OYW1lOiBzc24KICAgIHNlc3Npb25TZWNyZXRzRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3Nlc3Npb24tc2VjcmV0cy55YW1sCiAgdG9rZW5Db25maWc6CiAgICBhY2Nlc3NUb2tlbk1heEFnZVNlY29uZHM6IDg2NDAwCiAgICBhdXRob3JpemVUb2tlbk1heEFnZVNlY29uZHM6IDUwMApwYXVzZUNvbnRyb2xsZXJzOiBmYWxzZQpwb2xpY3lDb25maWc6CiAgYm9vdHN0cmFwUG9saWN5RmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3BvbGljeS5qc29uCiAgb3BlbnNoaWZ0SW5mcmFzdHJ1Y3R1cmVOYW1lc3BhY2U6IG9wZW5zaGlmdC1pbmZyYQogIG9wZW5zaGlmdFNoYXJlZFJlc291cmNlc05hbWVzcGFjZTogb3BlbnNoaWZ0CnByb2plY3RDb25maWc6CiAgZGVmYXVsdE5vZGVTZWxlY3Rvcjogbm9kZS1yb2xlLmt1YmVybmV0ZXMuaW8vY29tcHV0ZT10cnVlCiAgcHJvamVjdFJlcXVlc3RNZXNzYWdlOiAnJwogIHByb2plY3RSZXF1ZXN0VGVtcGxhdGU6ICcnCiAgc2VjdXJpdHlBbGxvY2F0b3I6CiAgICBtY3NBbGxvY2F0b3JSYW5nZTogczA6LzIKICAgIG1jc0xhYmVsc1BlclByb2plY3Q6IDUKICAgIHVpZEFsbG9jYXRvclJhbmdlOiAxMDAwMDAwMDAwLTE5OTk5OTk5OTkvMTAwMDAKcm91dGluZ0NvbmZpZzoKICBzdWJkb21haW46IGFwcHMuMDYyNy04eDYucWUucmhjbG91ZC5jb20Kc2VydmljZUFjY291bnRDb25maWc6CiAgbGltaXRTZWNyZXRSZWZlcmVuY2VzOiBmYWxzZQogIG1hbmFnZWROYW1lczoKICAtIGRlZmF1bHQKICAtIGJ1aWxkZXIKICAtIGRlcGxveWVyCiAgbWFzdGVyQ0E6IGNhLWJ1bmRsZS5jcnQKICBwcml2YXRlS2V5RmlsZTogc2VydmljZWFjY291bnRzLnByaXZhdGUua2V5CiAgcHVibGljS2V5RmlsZXM6CiAgLSBzZXJ2aWNlYWNjb3VudHMucHVibGljLmtleQpzZXJ2aW5nSW5mbzoKICBiaW5kQWRkcmVzczogMC4wLjAuMDo4NDQzCiAgYmluZE5ldHdvcms6IHRjcDQKICBjZXJ0RmlsZTogbWFzdGVyLnNlcnZlci5jcnQKICBjbGllbnRDQTogY2EuY3J0CiAga2V5RmlsZTogbWFzdGVyLnNlcnZlci5rZXkKICBtYXhSZXF1ZXN0c0luRmxpZ2h0OiA1MDAKICByZXF1ZXN0VGltZW91dFNlY29uZHM6IDM2MDAKdm9sdW1lQ29uZmlnOgogIGR5bmFtaWNQcm92aXNpb25pbmdFbmFibGVkOiB0cnVlCg==", > "encoding": "base64", > "invocation": { > "module_args": { > "src": "/etc/origin/master/master-config.yaml" > } > }, > "source": "/etc/origin/master/master-config.yaml" >} > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:81 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_master_config_node_selector": "node-role.kubernetes.io/compute=true" > }, > "changed": false >} > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:91 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "first_master_client_binary": "oc", > "l_osm_default_node_selector": "node-role.kubernetes.io/compute=true", > "openshift_client_binary": "oc" > }, > "changed": false >} >META: ran handlers >META: ran handlers > >PLAY [Disable web console if required] ************************************************************************************************************************************************** >META: ran handlers > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/basic_facts.yml:104 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Install packages necessary for installer] ***************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers > >TASK [Ensure openshift-ansible installer package deps are installed] ******************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/base_packages.yml:12 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=iproute) => { > "changed": false, > "item": "iproute", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=dbus-python) => { > "changed": false, > "item": "dbus-python", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=PyYAML) => { > "changed": false, > "item": "PyYAML", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=python-ipaddress) => { > "changed": false, > "item": "python-ipaddress", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=yum-utils) => { > "changed": false, > "item": "yum-utils", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=iproute) => { > "changed": false, > "item": "iproute", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=dbus-python) => { > "changed": false, > "item": "dbus-python", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=PyYAML) => { > "changed": false, > "item": "PyYAML", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=python-ipaddress) => { > "changed": false, > "item": "python-ipaddress", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=yum-utils) => { > "changed": false, > "item": "yum-utils", > "skip_reason": "Conditional result was False" >} > >TASK [Ensure various deps for running system containers are installed] ****************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/base_packages.yml:26 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=atomic) => { > "changed": false, > "item": "atomic", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ostree) => { > "changed": false, > "item": "ostree", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=runc) => { > "changed": false, > "item": "runc", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=atomic) => { > "changed": false, > "item": "atomic", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=ostree) => { > "changed": false, > "item": "ostree", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=runc) => { > "changed": false, > "item": "runc", > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Initialize cluster facts] ********************************************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044 `" && echo ansible-tmp-1530185611.11-104201151304044="` echo /root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128 `" && echo ansible-tmp-1530185611.13-186483034827128="` echo /root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185611.11-104201151304044=/root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpT9XXKd TO /root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185611.13-186483034827128=/root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpcUeLuJ TO /root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpT9XXKd /root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044/ /root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044/setup.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpcUeLuJ /root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128/setup.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128/ /root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185611.11-104201151304044/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185611.13-186483034827128/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37906, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2453016, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263016, "size_available": 9269313536, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2453016, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263016, "size_available": 9269313536, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2453016, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263016, "size_available": 9269313536, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2453016, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263016, "size_available": 9269313536, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2453016, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263016, "size_available": 9269313536, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2453016, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263016, "size_available": 9269313536, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2453016, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263016, "size_available": 9269313536, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7212, "free": 609}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1945, "free": 5876}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 609, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073322", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185602", "iso8601_micro": "2018-06-28T11:33:22.281458Z", "weekday": "Thursday", "time": "07:33:22", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:22Z", "day": "28", "iso8601_basic": "20180628T073322281383", "second": "22"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_veth36dee299": {"macaddress": "4e:00:39:3f:4d:95", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth36dee299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c00:39ff:fe3f:4d95"}], "active": true, "speed": 10000}, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/0", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "23", "SSH_CLIENT": "10.8.241.33 38166 22", "SSH_CONNECTION": "10.8.241.33 38166 172.16.120.86 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:98:c8:b2", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.86", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "c6:84:56:4b:58:64", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::541e:9eff:fe83:8843", "fe80::b484:cdff:fea3:ddc2", "fe80::20ff:fdff:fee3:9c06", "fe80::fc3c:d7ff:fed8:81bb", "fe80::acf7:daff:fea4:f33", "fe80::f816:3eff:fe98:c8b2", "fe80::d8e2:20ff:fe5e:6a17", "fe80::60f7:35ff:fe8a:2354", "fe80::42:95ff:fe16:483e", "fe80::50d1:40ff:fe53:b315", "fe80::c477:78ff:fe65:4c8a", "fe80::4c00:39ff:fe3f:4d95", "fe80::94c5:26ff:fef4:a277", "fe80::800a:9dff:fea8:826b"], "ansible_uptime_seconds": 37826, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "d3aa9953-d538-4846-9c87-3eda1d785713", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "common": {"public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "generate_no_proxy_hosts": true, "deployment_subtype": "basic", "deployment_type": "openshift-enterprise"}, "cloudprovider": {"kind": "openstack"}}}, "ansible_vxlan_sys_4789": {"macaddress": "22:ff:fd:e3:9c:06", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::20ff:fdff:fee3:9c06"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:95:16:48:3e", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.02429516483e", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::42:95ff:fe16:483e"}], "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5SaJSRi3RBDskROwJYHB7rnyH8COn+1lE4blmcnySUCzx8egQ4tGEpatO1PTp0hk1RPmi7cqTSvrlCXWmDjk8=", "ansible_mounts": [{"block_used": 1251578, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 3464454, "size_available": 14190403584, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41547, "block_size": 4096, "inode_available": 9395637}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 1251578, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 3464454, "size_available": 14190403584, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41547, "block_size": 4096, "inode_available": 9395637}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/pods/f3c84bdf-7a71-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-f03a0ac3-7a71-11e8-91c7-fa163e9a3ef5", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/642c5c39-b11f-45f8-a024-1baad354ef25", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/pods/1b6ff36f-7a72-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-16874d0b-7a72-11e8-91c7-fa163e9a3ef5", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 1251578, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "block_available": 3464454, "size_available": 14190403584, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c491,c801\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "inode_used": 41547, "block_size": 4096, "inode_available": 9395637}, {"block_used": 1251578, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "block_available": 3464454, "size_available": 14190403584, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "inode_used": 41547, "block_size": 4096, "inode_available": 9395637}, {"block_used": 1251578, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "block_available": 3464454, "size_available": 14190403584, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "inode_used": 41547, "block_size": 4096, "inode_available": 9395637}, {"block_used": 1251578, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 3464454, "size_available": 14190403584, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41547, "block_size": 4096, "inode_available": 9395637}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 118896, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "block_available": 2499984, "size_available": 10239934464, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 138307, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "block_available": 2480573, "size_available": 10160427008, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "inode_used": 26186, "block_size": 4096, "inode_available": 5216694}, {"block_used": 69925, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "block_available": 2548955, "size_available": 10440519680, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "inode_used": 12535, "block_size": 4096, "inode_available": 5230345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 86680, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c63,c993\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 76071, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "block_available": 2542809, "size_available": 10415345664, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "inode_used": 11413, "block_size": 4096, "inode_available": 5231467}, {"block_used": 88105, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 71853, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "block_available": 2547027, "size_available": 10432622592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 120353, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "block_available": 2498527, "size_available": 10233966592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "inode_used": 12893, "block_size": 4096, "inode_available": 5229987}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 314295, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "block_available": 2304585, "size_available": 9439580160, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "inode_used": 15535, "block_size": 4096, "inode_available": 5227345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 122716, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "block_available": 2496164, "size_available": 10224287744, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "inode_used": 13749, "block_size": 4096, "inode_available": 5229131}, {"block_used": 70624, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "block_available": 2548256, "size_available": 10437656576, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "da:e2:20:5e:6a:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.129.1.255", "netmask": "255.255.254.0", "network": "10.129.0.0", "address": "10.129.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::d8e2:20ff:fe5e:6a17"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsQA0ziPiqLyVj9smL/FFDUcIrkCWmRaJ2Pj2F/A4C53H/K1D5MvbyPAZCosCf35zBw3l+qeFB5mOgSg8UaRAyZ2oOR+S/QBjcyKDjPRhqjoQnAd9Xf+Bq37mBm3Vc2si265m0gySzJ5YTL72FBdIc23SNY2zGvAVuPi2uHbuIc9TIN0jCxbmb5WWU9Pxqzh+6MqaaeHt9Wi9LGd79LoR5RxAvH659sEAxfkki294oVK6uvFS7Y5CaK/GinBivxgOnmEKd/nBrekH6UKe/XPktloWemQGIVuYbMMGJMZ8Dx73+zu8FRuFEdoS8SCaWN/E/w6K1Nq/Wj2zBrb6IZH+n", "ansible_user_gecos": "root", "ansible_veth43823e62": {"macaddress": "b6:84:cd:a3:dd:c2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth43823e62", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::b484:cdff:fea3:ddc2"}], "active": true, "speed": 10000}, "ansible_veth709f6516": {"macaddress": "c6:77:78:65:4c:8a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth709f6516", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c477:78ff:fe65:4c8a"}], "active": true, "speed": 10000}, "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:98:c8:b2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.86"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe98:c8b2"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.86", "10.129.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 6428, "free": 1393}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2298, "free": 5523}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.86"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-29": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "dm-28": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "dm-25": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "dm-24": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "dm-27": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "dm-26": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "dm-21": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "dm-20": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "dm-23": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "dm-22": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "dm-9": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "dm-6": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "dm-7": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "dm-4": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "dm-5": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-14": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "dm-15": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "dm-16": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "dm-17": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "dm-10": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "dm-11": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "dm-12": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "dm-13": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "dm-18": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "dm-19": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "vdc": ["virtio-642c5c39-b11f-45f8-a"], "vdb": ["virtio-2c8598e1-2648-4baa-8"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "vdc": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"], "vdb": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"], "dm-29": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_veth9d70a9ca": {"macaddress": "ae:f7:da:a4:0f:33", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth9d70a9ca", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::acf7:daff:fea4:f33"}], "active": true, "speed": 10000}, "ansible_memfree_mb": 1393, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-nrr-1", "ansible_interfaces": ["veth8f0fa299", "docker0", "veth33dc9c20", "veth79fe15cf", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "br0", "veth43823e62", "veth36dee299", "veth5c1b2102", "veth0ecd1b8c", "eth0", "veth709f6516", "vethb6812cb1", "veth9d70a9ca"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-86.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-nrr-1", "ansible_veth79fe15cf": {"macaddress": "52:d1:40:53:b3:15", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth79fe15cf", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::50d1:40ff:fe53:b315"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_veth5c1b2102": {"macaddress": "82:0a:9d:a8:82:6b", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth5c1b2102", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::800a:9dff:fea8:826b"}], "active": true, "speed": 10000}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073322", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185602", "iso8601_micro": "2018-06-28T11:33:22.166343Z", "weekday": "Thursday", "time": "07:33:22", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:22Z", "day": "28", "iso8601_basic": "20180628T073322166256", "second": "22"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDlwLSZj0HFUA9jPWXzvkPXI1sv9OH0Atvebc7i4tAGO", "ansible_veth8f0fa299": {"macaddress": "56:1e:9e:83:88:43", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth8f0fa299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::541e:9eff:fe83:8843"}], "active": true, "speed": 10000}, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_processor_cores": 1, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-29": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "uuids": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-28": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-27": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-26": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init", "docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}, "vdc": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "23068672", "links": {"masters": [], "labels": [], "ids": ["virtio-642c5c39-b11f-45f8-a"], "uuids": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "11.00 GB"}, "vdb": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "2097152", "links": {"masters": [], "labels": [], "ids": ["virtio-2c8598e1-2648-4baa-8"], "uuids": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "1.00 GB"}}, "ansible_user_uid": 0, "ansible_veth0ecd1b8c": {"macaddress": "96:c5:26:f4:a2:77", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0ecd1b8c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::94c5:26ff:fef4:a277"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_vethb6812cb1": {"macaddress": "62:f7:35:8a:23:54", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb6812cb1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::60f7:35ff:fe8a:2354"}], "active": true, "speed": 10000}, "ansible_veth33dc9c20": {"macaddress": "fe:3c:d7:d8:81:bb", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth33dc9c20", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::fc3c:d7ff:fed8:81bb"}], "active": true, "speed": 10000}, "ansible_br0": {"macaddress": "16:28:ca:8e:fe:4d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Gather Cluster facts] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/cluster_facts.yml:9 >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310 `" && echo ansible-tmp-1530185612.59-173413628968310="` echo /root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288 `" && echo ansible-tmp-1530185612.59-250625391699288="` echo /root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185612.59-173413628968310=/root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp1gbuk_ TO /root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185612.59-250625391699288=/root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpnw_Slk TO /root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288/openshift_facts.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp1gbuk_ /root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310/openshift_facts.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310/ /root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310/openshift_facts.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpnw_Slk /root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288/openshift_facts.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288/ /root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288/openshift_facts.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185612.59-173413628968310/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185612.59-250625391699288/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "common", "selevel": null, "regexp": null, "src": null, "local_facts": {"portal_net": "", "http_proxy": "", "no_proxy": "", "ip": "", "hostname": "", "deployment_subtype": "basic", "public_ip": "", "https_proxy": "", "generate_no_proxy_hosts": true, "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}}}, "cloudprovider": {"kind": "openstack"}, "current_config": {"roles": ["node", "builddefaults", "cloudprovider", "master", "buildoverrides"]}, "master": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": 500, "controller_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "embedded_dns": true, "session_secrets_file": "", "api_port": "8443", "console_port": "8443", "dynamic_provisioning_enabled": true, "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", "auth_token_max_seconds": 500, "oauth_grant_method": "auto", "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "api_use_ssl": true, "sdn_host_subnet_length": 9, "console_path": "/console", "sdn_cluster_network_cidr": "10.128.0.0/14", "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", "console_use_ssl": true, "api_server_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", "embedded_kube": true, "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", "bind_addr": "0.0.0.0", "session_max_seconds": 3600, "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "admission_plugin_config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}, "BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}, "openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "onResources": [{"resource": "pods"}, {"resource": "builds"}], "reject": true, "name": "execution-denied", "matchImageAnnotations": [{"value": "true", "key": "images.openshift.io/deny-execution"}]}], "apiVersion": "v1"}}}, "named_certificates": [], "access_token_max_seconds": 86400, "manage_htpasswd": true, "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", "portal_net": "172.30.0.0/16", "controllers_port": "8444", "session_name": "ssn", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"version": "3.9.31", "ip": "172.16.120.82", "dns_domain": "cluster.local", "public_ip": "10.8.252.199", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "internal_hostnames": ["kubernetes.default", "kubernetes.default.svc.cluster.local", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "openshift"], "rolling_restart_mode": "services", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "version_gte_3_9": true, "version_gte_3_8": true, "version_gte_3_7": true, "version_gte_3_6": true, "kube_svc_ip": "172.30.0.1", "config_base": "/etc/origin", "all_hostnames": ["kubernetes.default", "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "kubernetes.default.svc.cluster.local", "openshift", "10.8.252.199"], "short_version": "3.9", "no_proxy_etcd_host_ips": "172.16.120.82", "examples_content_version": "v3.9", "portal_net": "172.30.0.0/16", "version_gte_3_10": false, "deployment_type": "openshift-enterprise"}, "provider": {"metadata": {"uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.82", "reservation-id": "r-f8huj0hy", "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.199", "block-device-mapping": {"ami": "vda", "root": "/dev/vda"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a3417"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-master-etcd-1"}, "network": {"ip": "172.16.120.82", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "public_ip": "10.8.252.199", "ipv6_enabled": false, "public_hostname": "10.8.252.199"}, "zone": "nova", "name": "openstack"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift": { > "builddefaults": { > "config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > } > } > }, > "buildoverrides": { > "config": { > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > } > } > }, > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "kubernetes.default.svc.cluster.local", > "openshift", > "10.8.252.199" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "openshift" > ], > "ip": "172.16.120.82", > "kube_svc_ip": "172.30.0.1", > "no_proxy_etcd_host_ips": "172.16.120.82", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.199", > "rolling_restart_mode": "services", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "access_token_max_seconds": 86400, > "admission_plugin_config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > }, > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > }, > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "api_use_ssl": true, > "auth_token_max_seconds": 500, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "controllers_port": "8444", > "dynamic_provisioning_enabled": true, > "embedded_dns": true, > "embedded_kube": true, > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > "manage_htpasswd": true, > "max_requests_inflight": 500, > "named_certificates": [], > "oauth_grant_method": "auto", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "sdn_cluster_network_cidr": "10.128.0.0/14", > "sdn_host_subnet_length": 9, > "session_max_seconds": 3600, > "session_name": "ssn", > "session_secrets_file": "" > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "instance-action": "none", > "instance-id": "i-007a3417", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "local-ipv4": "172.16.120.82", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "public-ipv4": "10.8.252.199", > "public-keys/": "0=libra", > "reservation-id": "r-f8huj0hy", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "interfaces": [], > "ip": "172.16.120.82", > "ipv6_enabled": false, > "public_hostname": "10.8.252.199", > "public_ip": "10.8.252.199" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "generate_no_proxy_hosts": true, > "hostname": "", > "http_proxy": "", > "https_proxy": "", > "ip": "", > "no_proxy": "", > "portal_net": "", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "" > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "common", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > } >} ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "common", "selevel": null, "regexp": null, "src": null, "local_facts": {"portal_net": "", "http_proxy": "", "no_proxy": "", "ip": "", "hostname": "", "deployment_subtype": "basic", "public_ip": "", "https_proxy": "", "generate_no_proxy_hosts": true, "public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-nrr-1", "bootstrapped": false}, "provider": {"metadata": {"uuid": "b674afd2-2429-49f9-972b-37a44bae9f60", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-nrr-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.86", "reservation-id": "r-aspcpp92", "local-hostname": "qe-juzhao-39-qeos-1-nrr-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-nrr-1", "hostname": "qe-juzhao-39-qeos-1-nrr-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.148", "block-device-mapping": {"ami": "vda", "ebs0": "/dev/vdb", "root": "/dev/vda", "ebs1": "/dev/vdc"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a341a"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-nrr-1"}, "name": "openstack", "zone": "nova", "network": {"ip": "172.16.120.86", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-nrr-1", "public_ip": "10.8.252.148", "ipv6_enabled": false, "public_hostname": "10.8.252.148"}}, "common": {"config_base": "/etc/origin", "version_gte_3_6": true, "version": "3.9.31", "examples_content_version": "v3.9", "ip": "172.16.120.86", "hostname": "qe-juzhao-39-qeos-1-nrr-1", "deployment_subtype": "basic", "dns_domain": "cluster.local", "portal_net": "172.30.0.0/16", "all_hostnames": ["10.8.252.148", "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "qe-juzhao-39-qeos-1-nrr-1", "172.16.120.86"], "version_gte_3_10": false, "short_version": "3.9", "version_gte_3_9": true, "public_ip": "10.8.252.148", "version_gte_3_7": true, "generate_no_proxy_hosts": true, "public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise", "version_gte_3_8": true, "internal_hostnames": ["qe-juzhao-39-qeos-1-nrr-1", "172.16.120.86"], "kube_svc_ip": "172.30.0.1"}, "current_config": {"roles": ["node", "cloudprovider"]}, "cloudprovider": {"kind": "openstack"}}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift": { > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "10.8.252.148", > "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "qe-juzhao-39-qeos-1-nrr-1", > "172.16.120.86" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "internal_hostnames": [ > "qe-juzhao-39-qeos-1-nrr-1", > "172.16.120.86" > ], > "ip": "172.16.120.86", > "kube_svc_ip": "172.30.0.1", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.148", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "cloudprovider" > ] > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-nrr-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "ebs0": "/dev/vdb", > "ebs1": "/dev/vdc", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "instance-action": "none", > "instance-id": "i-007a341a", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-nrr-1", > "local-ipv4": "172.16.120.86", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-nrr-1", > "public-ipv4": "10.8.252.148", > "public-keys/": "0=libra", > "reservation-id": "r-aspcpp92", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-nrr-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "b674afd2-2429-49f9-972b-37a44bae9f60" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "interfaces": [], > "ip": "172.16.120.86", > "ipv6_enabled": false, > "public_hostname": "10.8.252.148", > "public_ip": "10.8.252.148" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "generate_no_proxy_hosts": true, > "hostname": "", > "http_proxy": "", > "https_proxy": "", > "ip": "", > "no_proxy": "", > "portal_net": "", > "public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "public_ip": "" > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "common", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > } >} > >TASK [Set fact of no_proxy_internal_hostnames] ****************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/cluster_facts.yml:25 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Initialize openshift.node.sdn_mtu] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/init/cluster_facts.yml:38 >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095 `" && echo ansible-tmp-1530185616.41-186044550785095="` echo /root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185616.41-186044550785095=/root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437 `" && echo ansible-tmp-1530185616.43-268273353635437="` echo /root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpsj4k6k TO /root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185616.43-268273353635437=/root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp46Z0Lk TO /root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437/openshift_facts.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpsj4k6k /root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095/openshift_facts.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095/ /root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095/openshift_facts.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185616.41-186044550785095/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp46Z0Lk /root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437/openshift_facts.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437/ /root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437/openshift_facts.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185616.43-268273353635437/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "node", "selevel": null, "regexp": null, "src": null, "local_facts": {"sdn_mtu": ""}, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}}}, "cloudprovider": {"kind": "openstack"}, "current_config": {"roles": ["node", "builddefaults", "cloudprovider", "master", "buildoverrides"]}, "master": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": 500, "controller_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "embedded_dns": true, "session_secrets_file": "", "api_port": "8443", "console_port": "8443", "dynamic_provisioning_enabled": true, "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", "auth_token_max_seconds": 500, "oauth_grant_method": "auto", "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "api_use_ssl": true, "sdn_host_subnet_length": 9, "console_path": "/console", "sdn_cluster_network_cidr": "10.128.0.0/14", "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", "console_use_ssl": true, "api_server_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", "embedded_kube": true, "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", "bind_addr": "0.0.0.0", "session_max_seconds": 3600, "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "admission_plugin_config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}, "BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}, "openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "onResources": [{"resource": "pods"}, {"resource": "builds"}], "reject": true, "name": "execution-denied", "matchImageAnnotations": [{"value": "true", "key": "images.openshift.io/deny-execution"}]}], "apiVersion": "v1"}}}, "named_certificates": [], "access_token_max_seconds": 86400, "manage_htpasswd": true, "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", "portal_net": "172.30.0.0/16", "controllers_port": "8444", "session_name": "ssn", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"version": "3.9.31", "ip": "172.16.120.82", "dns_domain": "cluster.local", "public_ip": "10.8.252.199", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "internal_hostnames": ["kubernetes.default", "kubernetes.default.svc.cluster.local", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "openshift"], "rolling_restart_mode": "services", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "version_gte_3_9": true, "version_gte_3_8": true, "version_gte_3_7": true, "version_gte_3_6": true, "kube_svc_ip": "172.30.0.1", "config_base": "/etc/origin", "all_hostnames": ["kubernetes.default", "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "kubernetes.default.svc.cluster.local", "openshift", "10.8.252.199"], "short_version": "3.9", "no_proxy_etcd_host_ips": "172.16.120.82", "examples_content_version": "v3.9", "portal_net": "172.30.0.0/16", "version_gte_3_10": false, "deployment_type": "openshift-enterprise"}, "provider": {"metadata": {"uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.82", "reservation-id": "r-f8huj0hy", "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.199", "block-device-mapping": {"ami": "vda", "root": "/dev/vda"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a3417"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-master-etcd-1"}, "network": {"ip": "172.16.120.82", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "public_ip": "10.8.252.199", "ipv6_enabled": false, "public_hostname": "10.8.252.199"}, "zone": "nova", "name": "openstack"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift": { > "builddefaults": { > "config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > } > } > }, > "buildoverrides": { > "config": { > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > } > } > }, > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "kubernetes.default.svc.cluster.local", > "openshift", > "10.8.252.199" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "openshift" > ], > "ip": "172.16.120.82", > "kube_svc_ip": "172.30.0.1", > "no_proxy_etcd_host_ips": "172.16.120.82", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.199", > "rolling_restart_mode": "services", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "access_token_max_seconds": 86400, > "admission_plugin_config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > }, > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > }, > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "api_use_ssl": true, > "auth_token_max_seconds": 500, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "controllers_port": "8444", > "dynamic_provisioning_enabled": true, > "embedded_dns": true, > "embedded_kube": true, > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > "manage_htpasswd": true, > "max_requests_inflight": 500, > "named_certificates": [], > "oauth_grant_method": "auto", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "sdn_cluster_network_cidr": "10.128.0.0/14", > "sdn_host_subnet_length": 9, > "session_max_seconds": 3600, > "session_name": "ssn", > "session_secrets_file": "" > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "instance-action": "none", > "instance-id": "i-007a3417", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "local-ipv4": "172.16.120.82", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "public-ipv4": "10.8.252.199", > "public-keys/": "0=libra", > "reservation-id": "r-f8huj0hy", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "interfaces": [], > "ip": "172.16.120.82", > "ipv6_enabled": false, > "public_hostname": "10.8.252.199", > "public_ip": "10.8.252.199" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "sdn_mtu": "" > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "node", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > } >} ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "node", "selevel": null, "regexp": null, "src": null, "local_facts": {"sdn_mtu": ""}, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-nrr-1", "bootstrapped": false}, "provider": {"metadata": {"uuid": "b674afd2-2429-49f9-972b-37a44bae9f60", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-nrr-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.86", "reservation-id": "r-aspcpp92", "local-hostname": "qe-juzhao-39-qeos-1-nrr-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-nrr-1", "hostname": "qe-juzhao-39-qeos-1-nrr-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.148", "block-device-mapping": {"ami": "vda", "ebs0": "/dev/vdb", "root": "/dev/vda", "ebs1": "/dev/vdc"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a341a"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-nrr-1"}, "name": "openstack", "zone": "nova", "network": {"ip": "172.16.120.86", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-nrr-1", "public_ip": "10.8.252.148", "ipv6_enabled": false, "public_hostname": "10.8.252.148"}}, "common": {"config_base": "/etc/origin", "version_gte_3_6": true, "version": "3.9.31", "examples_content_version": "v3.9", "ip": "172.16.120.86", "hostname": "qe-juzhao-39-qeos-1-nrr-1", "deployment_subtype": "basic", "dns_domain": "cluster.local", "portal_net": "172.30.0.0/16", "all_hostnames": ["10.8.252.148", "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "qe-juzhao-39-qeos-1-nrr-1", "172.16.120.86"], "version_gte_3_10": false, "short_version": "3.9", "version_gte_3_9": true, "public_ip": "10.8.252.148", "version_gte_3_7": true, "generate_no_proxy_hosts": true, "public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise", "version_gte_3_8": true, "internal_hostnames": ["qe-juzhao-39-qeos-1-nrr-1", "172.16.120.86"], "kube_svc_ip": "172.30.0.1"}, "current_config": {"roles": ["node", "cloudprovider"]}, "cloudprovider": {"kind": "openstack"}}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift": { > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "10.8.252.148", > "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "qe-juzhao-39-qeos-1-nrr-1", > "172.16.120.86" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "internal_hostnames": [ > "qe-juzhao-39-qeos-1-nrr-1", > "172.16.120.86" > ], > "ip": "172.16.120.86", > "kube_svc_ip": "172.30.0.1", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.148", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "cloudprovider" > ] > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-nrr-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "ebs0": "/dev/vdb", > "ebs1": "/dev/vdc", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "instance-action": "none", > "instance-id": "i-007a341a", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-nrr-1", > "local-ipv4": "172.16.120.86", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-nrr-1", > "public-ipv4": "10.8.252.148", > "public-keys/": "0=libra", > "reservation-id": "r-aspcpp92", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-nrr-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "b674afd2-2429-49f9-972b-37a44bae9f60" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-nrr-1", > "interfaces": [], > "ip": "172.16.120.86", > "ipv6_enabled": false, > "public_hostname": "10.8.252.148", > "public_ip": "10.8.252.148" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "sdn_mtu": "" > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "node", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > } >} >META: ran handlers >META: ran handlers > >PLAY [Initialize etcd host variables] *************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958 `" && echo ansible-tmp-1530185618.73-136633126984958="` echo /root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185618.73-136633126984958=/root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpnCOL9u TO /root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpnCOL9u /root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958/ /root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185618.73-136633126984958/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37914, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452819, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263213, "size_available": 9270120448, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452819, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263213, "size_available": 9270120448, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452819, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263213, "size_available": 9270120448, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452819, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263213, "size_available": 9270120448, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452819, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263213, "size_available": 9270120448, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452819, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263213, "size_available": 9270120448, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452819, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263213, "size_available": 9270120448, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7222, "free": 599}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1942, "free": 5879}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 599, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073329", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185609", "iso8601_micro": "2018-06-28T11:33:29.917888Z", "weekday": "Thursday", "time": "07:33:29", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:29Z", "day": "28", "iso8601_basic": "20180628T073329917818", "second": "29"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/cluster_facts.yml:53 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_master_etcd_hosts": [ > "qe-juzhao-39-qeos-1-master-etcd-1" > ], > "openshift_master_etcd_port": "2379", > "openshift_no_proxy_etcd_host_ips": "172.16.120.82" > }, > "changed": false >} > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/cluster_facts.yml:64 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_master_etcd_urls": [ > "https://qe-juzhao-39-qeos-1-master-etcd-1:2379" > ] > }, > "changed": false >} >META: ran handlers >META: ran handlers > >PLAY [Determine openshift_version to configure on first master] ************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157 `" && echo ansible-tmp-1530185619.77-275706043262157="` echo /root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185619.77-275706043262157=/root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpYYEfEB TO /root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpYYEfEB /root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157/ /root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185619.77-275706043262157/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37915, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452936, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263096, "size_available": 9269641216, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452936, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263096, "size_available": 9269641216, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2452936, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263096, "size_available": 9269641216, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2452936, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263096, "size_available": 9269641216, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2452936, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263096, "size_available": 9269641216, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2452936, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263096, "size_available": 9269641216, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 2452936, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263096, "size_available": 9269641216, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41675, "block_size": 4096, "inode_available": 9395509}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7222, "free": 599}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1942, "free": 5879}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 599, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073330", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185610", "iso8601_micro": "2018-06-28T11:33:30.996711Z", "weekday": "Thursday", "time": "07:33:30", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:30Z", "day": "28", "iso8601_basic": "20180628T073330996623", "second": "30"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [include_role] ********************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/version.yml:6 > >TASK [openshift_version : Use openshift.common.version fact as version to configure if already installed] ******************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:6 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_version": "3.9.31" > }, > "changed": false >} > >TASK [openshift_version : include_tasks] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:14 >included: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master_rpm_version.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [openshift_version : Set rpm version to configure if openshift_pkg_version specified] ********************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master_rpm_version.yml:2 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_version : Set openshift_version for rpm installation] ******************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master_rpm_version.yml:11 >included: /home/yapei/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [openshift_version : Get available RPM version] ************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml:2 >Using module file /home/yapei/openshift-ansible/roles/lib_utils/library/repoquery.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293 `" && echo ansible-tmp-1530185621.18-207258547861293="` echo /root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185621.18-207258547861293=/root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpzsvkym TO /root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293/repoquery.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpzsvkym /root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293/repoquery.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293/ /root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293/repoquery.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293/repoquery.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185621.18-207258547861293/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"retries": 4, "verbose": false, "name": "atomic-openshift-3.9.31*", "ignore_excluders": true, "query_type": "repos", "retry_interval": 5, "match_version": null, "state": "list", "show_duplicates": false}}, "state": "list", "changed": false, "check_mode": false, "results": {"package_found": true, "cmd": "/usr/bin/repoquery --plugins --quiet --pkgnarrow=repos --queryformat=%{version}|%{release}|%{arch}|%{repo}|%{version}-%{release} --config=/tmp/tmp4ilnxK atomic-openshift-3.9.31*", "returncode": 0, "package_name": "atomic-openshift-3.9.31*", "versions": {"latest_full": "3.9.31-1.git.0.ef9737b.el7", "available_versions": ["3.9.31"], "available_versions_full": ["3.9.31-1.git.0.ef9737b.el7"], "latest": "3.9.31"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "check_mode": false, > "invocation": { > "module_args": { > "ignore_excluders": true, > "match_version": null, > "name": "atomic-openshift-3.9.31*", > "query_type": "repos", > "retries": 4, > "retry_interval": 5, > "show_duplicates": false, > "state": "list", > "verbose": false > } > }, > "results": { > "cmd": "/usr/bin/repoquery --plugins --quiet --pkgnarrow=repos --queryformat=%{version}|%{release}|%{arch}|%{repo}|%{version}-%{release} --config=/tmp/tmp4ilnxK atomic-openshift-3.9.31*", > "package_found": true, > "package_name": "atomic-openshift-3.9.31*", > "returncode": 0, > "versions": { > "available_versions": [ > "3.9.31" > ], > "available_versions_full": [ > "3.9.31-1.git.0.ef9737b.el7" > ], > "latest": "3.9.31", > "latest_full": "3.9.31-1.git.0.ef9737b.el7" > } > }, > "state": "list" >} > >TASK [openshift_version : fail] ********************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml:8 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_version : set_fact] ***************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master_rpm_version.yml:16 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:19 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "msg": "openshift_pkg_version was not defined. Falling back to -3.9.31" >} > >TASK [openshift_version : set_fact] ***************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:21 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_pkg_version": "-3.9.31" > }, > "changed": false >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:29 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "msg": "openshift_image_tag was not defined. Falling back to v3.9.31" >} > >TASK [openshift_version : set_fact] ***************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:31 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_image_tag": "v3.9.31" > }, > "changed": false >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:36 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "openshift_release": "3.9" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:38 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "openshift_image_tag": "v3.9.31" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:40 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "openshift_pkg_version": "-3.9.31" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/first_master.yml:42 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "openshift_version": "3.9.31" >} >META: ran handlers >META: ran handlers > >PLAY [Set openshift_version for etcd, node, and master hosts] *************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292 `" && echo ansible-tmp-1530185624.45-168141650162292="` echo /root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185624.45-168141650162292=/root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpGngohY TO /root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpGngohY /root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292/setup.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292/ /root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292/setup.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185624.45-168141650162292/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_veth36dee299": {"macaddress": "4e:00:39:3f:4d:95", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth36dee299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c00:39ff:fe3f:4d95"}], "active": true, "speed": 10000}, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/0", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "23", "SSH_CLIENT": "10.8.241.33 38166 22", "SSH_CONNECTION": "10.8.241.33 38166 172.16.120.86 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:98:c8:b2", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.86", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "c6:84:56:4b:58:64", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::541e:9eff:fe83:8843", "fe80::b484:cdff:fea3:ddc2", "fe80::20ff:fdff:fee3:9c06", "fe80::fc3c:d7ff:fed8:81bb", "fe80::acf7:daff:fea4:f33", "fe80::f816:3eff:fe98:c8b2", "fe80::d8e2:20ff:fe5e:6a17", "fe80::60f7:35ff:fe8a:2354", "fe80::42:95ff:fe16:483e", "fe80::50d1:40ff:fe53:b315", "fe80::c477:78ff:fe65:4c8a", "fe80::4c00:39ff:fe3f:4d95", "fe80::94c5:26ff:fef4:a277", "fe80::800a:9dff:fea8:826b"], "ansible_uptime_seconds": 37839, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "d3aa9953-d538-4846-9c87-3eda1d785713", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "common": {"public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "generate_no_proxy_hosts": true, "deployment_subtype": "basic", "deployment_type": "openshift-enterprise"}, "cloudprovider": {"kind": "openstack"}}}, "ansible_vxlan_sys_4789": {"macaddress": "22:ff:fd:e3:9c:06", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::20ff:fdff:fee3:9c06"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:95:16:48:3e", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.02429516483e", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::42:95ff:fe16:483e"}], "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5SaJSRi3RBDskROwJYHB7rnyH8COn+1lE4blmcnySUCzx8egQ4tGEpatO1PTp0hk1RPmi7cqTSvrlCXWmDjk8=", "ansible_mounts": [{"block_used": 1268338, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 3447694, "size_available": 14121754624, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41482, "block_size": 4096, "inode_available": 9395702}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 1268338, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 3447694, "size_available": 14121754624, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41482, "block_size": 4096, "inode_available": 9395702}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/pods/f3c84bdf-7a71-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-f03a0ac3-7a71-11e8-91c7-fa163e9a3ef5", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/642c5c39-b11f-45f8-a024-1baad354ef25", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/pods/1b6ff36f-7a72-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-16874d0b-7a72-11e8-91c7-fa163e9a3ef5", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 1268338, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "block_available": 3447694, "size_available": 14121754624, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c491,c801\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "inode_used": 41482, "block_size": 4096, "inode_available": 9395702}, {"block_used": 1268338, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "block_available": 3447694, "size_available": 14121754624, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "inode_used": 41482, "block_size": 4096, "inode_available": 9395702}, {"block_used": 1268338, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "block_available": 3447694, "size_available": 14121754624, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "inode_used": 41482, "block_size": 4096, "inode_available": 9395702}, {"block_used": 1268338, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 3447694, "size_available": 14121754624, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41482, "block_size": 4096, "inode_available": 9395702}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 118896, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "block_available": 2499984, "size_available": 10239934464, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 138307, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "block_available": 2480573, "size_available": 10160427008, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "inode_used": 26186, "block_size": 4096, "inode_available": 5216694}, {"block_used": 69925, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "block_available": 2548955, "size_available": 10440519680, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "inode_used": 12535, "block_size": 4096, "inode_available": 5230345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 86680, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c63,c993\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 76071, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "block_available": 2542809, "size_available": 10415345664, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "inode_used": 11413, "block_size": 4096, "inode_available": 5231467}, {"block_used": 88105, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 71853, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "block_available": 2547027, "size_available": 10432622592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 120353, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "block_available": 2498527, "size_available": 10233966592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "inode_used": 12893, "block_size": 4096, "inode_available": 5229987}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 314295, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "block_available": 2304585, "size_available": 9439580160, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "inode_used": 15535, "block_size": 4096, "inode_available": 5227345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 122716, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "block_available": 2496164, "size_available": 10224287744, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "inode_used": 13749, "block_size": 4096, "inode_available": 5229131}, {"block_used": 70624, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "block_available": 2548256, "size_available": 10437656576, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "da:e2:20:5e:6a:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.129.1.255", "netmask": "255.255.254.0", "network": "10.129.0.0", "address": "10.129.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::d8e2:20ff:fe5e:6a17"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsQA0ziPiqLyVj9smL/FFDUcIrkCWmRaJ2Pj2F/A4C53H/K1D5MvbyPAZCosCf35zBw3l+qeFB5mOgSg8UaRAyZ2oOR+S/QBjcyKDjPRhqjoQnAd9Xf+Bq37mBm3Vc2si265m0gySzJ5YTL72FBdIc23SNY2zGvAVuPi2uHbuIc9TIN0jCxbmb5WWU9Pxqzh+6MqaaeHt9Wi9LGd79LoR5RxAvH659sEAxfkki294oVK6uvFS7Y5CaK/GinBivxgOnmEKd/nBrekH6UKe/XPktloWemQGIVuYbMMGJMZ8Dx73+zu8FRuFEdoS8SCaWN/E/w6K1Nq/Wj2zBrb6IZH+n", "ansible_user_gecos": "root", "ansible_veth43823e62": {"macaddress": "b6:84:cd:a3:dd:c2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth43823e62", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::b484:cdff:fea3:ddc2"}], "active": true, "speed": 10000}, "ansible_veth709f6516": {"macaddress": "c6:77:78:65:4c:8a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth709f6516", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c477:78ff:fe65:4c8a"}], "active": true, "speed": 10000}, "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:98:c8:b2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.86"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe98:c8b2"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.86", "10.129.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 6434, "free": 1387}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2309, "free": 5512}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.86"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-29": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "dm-28": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "dm-25": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "dm-24": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "dm-27": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "dm-26": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "dm-21": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "dm-20": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "dm-23": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "dm-22": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "dm-9": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "dm-6": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "dm-7": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "dm-4": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "dm-5": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-14": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "dm-15": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "dm-16": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "dm-17": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "dm-10": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "dm-11": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "dm-12": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "dm-13": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "dm-18": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "dm-19": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "vdc": ["virtio-642c5c39-b11f-45f8-a"], "vdb": ["virtio-2c8598e1-2648-4baa-8"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "vdc": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"], "vdb": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"], "dm-29": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_veth9d70a9ca": {"macaddress": "ae:f7:da:a4:0f:33", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth9d70a9ca", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::acf7:daff:fea4:f33"}], "active": true, "speed": 10000}, "ansible_memfree_mb": 1387, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-nrr-1", "ansible_interfaces": ["veth8f0fa299", "docker0", "veth33dc9c20", "veth79fe15cf", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "br0", "veth43823e62", "veth36dee299", "veth5c1b2102", "veth0ecd1b8c", "eth0", "veth709f6516", "vethb6812cb1", "veth9d70a9ca"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-86.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-nrr-1", "ansible_veth79fe15cf": {"macaddress": "52:d1:40:53:b3:15", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth79fe15cf", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::50d1:40ff:fe53:b315"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_veth5c1b2102": {"macaddress": "82:0a:9d:a8:82:6b", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth5c1b2102", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::800a:9dff:fea8:826b"}], "active": true, "speed": 10000}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073335", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185615", "iso8601_micro": "2018-06-28T11:33:35.503282Z", "weekday": "Thursday", "time": "07:33:35", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:35Z", "day": "28", "iso8601_basic": "20180628T073335503199", "second": "35"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDlwLSZj0HFUA9jPWXzvkPXI1sv9OH0Atvebc7i4tAGO", "ansible_veth8f0fa299": {"macaddress": "56:1e:9e:83:88:43", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth8f0fa299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::541e:9eff:fe83:8843"}], "active": true, "speed": 10000}, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_processor_cores": 1, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-29": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "uuids": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-28": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-27": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-26": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init", "docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}, "vdc": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "23068672", "links": {"masters": [], "labels": [], "ids": ["virtio-642c5c39-b11f-45f8-a"], "uuids": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "11.00 GB"}, "vdb": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "2097152", "links": {"masters": [], "labels": [], "ids": ["virtio-2c8598e1-2648-4baa-8"], "uuids": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "1.00 GB"}}, "ansible_user_uid": 0, "ansible_veth0ecd1b8c": {"macaddress": "96:c5:26:f4:a2:77", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0ecd1b8c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::94c5:26ff:fef4:a277"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_vethb6812cb1": {"macaddress": "62:f7:35:8a:23:54", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb6812cb1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::60f7:35ff:fe8a:2354"}], "active": true, "speed": 10000}, "ansible_veth33dc9c20": {"macaddress": "fe:3c:d7:d8:81:bb", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth33dc9c20", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::fc3c:d7ff:fed8:81bb"}], "active": true, "speed": 10000}, "ansible_br0": {"macaddress": "16:28:ca:8e:fe:4d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/version.yml:21 >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_image_tag": "v3.9.31", > "openshift_pkg_version": "-3.9.31", > "openshift_version": "3.9.31" > }, > "changed": false >} >META: ran handlers >META: ran handlers > >PLAY [Ensure the requested version packages are available.] ***************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019 `" && echo ansible-tmp-1530185625.65-151174409195019="` echo /root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185625.65-151174409195019=/root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpHGK98N TO /root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpHGK98N /root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019/setup.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019/ /root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019/setup.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185625.65-151174409195019/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_veth36dee299": {"macaddress": "4e:00:39:3f:4d:95", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth36dee299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c00:39ff:fe3f:4d95"}], "active": true, "speed": 10000}, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/0", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "23", "SSH_CLIENT": "10.8.241.33 38166 22", "SSH_CONNECTION": "10.8.241.33 38166 172.16.120.86 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:98:c8:b2", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.86", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "c6:84:56:4b:58:64", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::541e:9eff:fe83:8843", "fe80::b484:cdff:fea3:ddc2", "fe80::20ff:fdff:fee3:9c06", "fe80::fc3c:d7ff:fed8:81bb", "fe80::acf7:daff:fea4:f33", "fe80::f816:3eff:fe98:c8b2", "fe80::d8e2:20ff:fe5e:6a17", "fe80::60f7:35ff:fe8a:2354", "fe80::42:95ff:fe16:483e", "fe80::50d1:40ff:fe53:b315", "fe80::c477:78ff:fe65:4c8a", "fe80::4c00:39ff:fe3f:4d95", "fe80::94c5:26ff:fef4:a277", "fe80::800a:9dff:fea8:826b"], "ansible_uptime_seconds": 37840, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "d3aa9953-d538-4846-9c87-3eda1d785713", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "common": {"public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "generate_no_proxy_hosts": true, "deployment_subtype": "basic", "deployment_type": "openshift-enterprise"}, "cloudprovider": {"kind": "openstack"}}}, "ansible_vxlan_sys_4789": {"macaddress": "22:ff:fd:e3:9c:06", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::20ff:fdff:fee3:9c06"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:95:16:48:3e", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.02429516483e", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::42:95ff:fe16:483e"}], "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5SaJSRi3RBDskROwJYHB7rnyH8COn+1lE4blmcnySUCzx8egQ4tGEpatO1PTp0hk1RPmi7cqTSvrlCXWmDjk8=", "ansible_mounts": [{"block_used": 1268156, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 3447876, "size_available": 14122500096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41484, "block_size": 4096, "inode_available": 9395700}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 1268156, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 3447876, "size_available": 14122500096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41484, "block_size": 4096, "inode_available": 9395700}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/pods/f3c84bdf-7a71-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-f03a0ac3-7a71-11e8-91c7-fa163e9a3ef5", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/642c5c39-b11f-45f8-a024-1baad354ef25", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/pods/1b6ff36f-7a72-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-16874d0b-7a72-11e8-91c7-fa163e9a3ef5", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 1268156, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "block_available": 3447876, "size_available": 14122500096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c491,c801\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "inode_used": 41484, "block_size": 4096, "inode_available": 9395700}, {"block_used": 1268156, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "block_available": 3447876, "size_available": 14122500096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "inode_used": 41484, "block_size": 4096, "inode_available": 9395700}, {"block_used": 1268156, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "block_available": 3447876, "size_available": 14122500096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "inode_used": 41484, "block_size": 4096, "inode_available": 9395700}, {"block_used": 1268156, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 3447876, "size_available": 14122500096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41484, "block_size": 4096, "inode_available": 9395700}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 118896, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "block_available": 2499984, "size_available": 10239934464, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 138307, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "block_available": 2480573, "size_available": 10160427008, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "inode_used": 26186, "block_size": 4096, "inode_available": 5216694}, {"block_used": 69925, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "block_available": 2548955, "size_available": 10440519680, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "inode_used": 12535, "block_size": 4096, "inode_available": 5230345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 86680, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c63,c993\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 76071, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "block_available": 2542809, "size_available": 10415345664, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "inode_used": 11413, "block_size": 4096, "inode_available": 5231467}, {"block_used": 88105, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 71853, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "block_available": 2547027, "size_available": 10432622592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 120353, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "block_available": 2498527, "size_available": 10233966592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "inode_used": 12893, "block_size": 4096, "inode_available": 5229987}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 314295, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "block_available": 2304585, "size_available": 9439580160, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "inode_used": 15535, "block_size": 4096, "inode_available": 5227345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 122716, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "block_available": 2496164, "size_available": 10224287744, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "inode_used": 13749, "block_size": 4096, "inode_available": 5229131}, {"block_used": 70624, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "block_available": 2548256, "size_available": 10437656576, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "da:e2:20:5e:6a:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.129.1.255", "netmask": "255.255.254.0", "network": "10.129.0.0", "address": "10.129.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::d8e2:20ff:fe5e:6a17"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsQA0ziPiqLyVj9smL/FFDUcIrkCWmRaJ2Pj2F/A4C53H/K1D5MvbyPAZCosCf35zBw3l+qeFB5mOgSg8UaRAyZ2oOR+S/QBjcyKDjPRhqjoQnAd9Xf+Bq37mBm3Vc2si265m0gySzJ5YTL72FBdIc23SNY2zGvAVuPi2uHbuIc9TIN0jCxbmb5WWU9Pxqzh+6MqaaeHt9Wi9LGd79LoR5RxAvH659sEAxfkki294oVK6uvFS7Y5CaK/GinBivxgOnmEKd/nBrekH6UKe/XPktloWemQGIVuYbMMGJMZ8Dx73+zu8FRuFEdoS8SCaWN/E/w6K1Nq/Wj2zBrb6IZH+n", "ansible_user_gecos": "root", "ansible_veth43823e62": {"macaddress": "b6:84:cd:a3:dd:c2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth43823e62", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::b484:cdff:fea3:ddc2"}], "active": true, "speed": 10000}, "ansible_veth709f6516": {"macaddress": "c6:77:78:65:4c:8a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth709f6516", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c477:78ff:fe65:4c8a"}], "active": true, "speed": 10000}, "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:98:c8:b2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.86"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe98:c8b2"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.86", "10.129.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 6426, "free": 1395}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2308, "free": 5513}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.86"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-29": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "dm-28": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "dm-25": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "dm-24": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "dm-27": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "dm-26": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "dm-21": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "dm-20": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "dm-23": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "dm-22": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "dm-9": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "dm-6": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "dm-7": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "dm-4": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "dm-5": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-14": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "dm-15": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "dm-16": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "dm-17": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "dm-10": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "dm-11": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "dm-12": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "dm-13": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "dm-18": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "dm-19": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "vdc": ["virtio-642c5c39-b11f-45f8-a"], "vdb": ["virtio-2c8598e1-2648-4baa-8"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "vdc": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"], "vdb": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"], "dm-29": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_veth9d70a9ca": {"macaddress": "ae:f7:da:a4:0f:33", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth9d70a9ca", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::acf7:daff:fea4:f33"}], "active": true, "speed": 10000}, "ansible_memfree_mb": 1395, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-nrr-1", "ansible_interfaces": ["veth8f0fa299", "docker0", "veth33dc9c20", "veth79fe15cf", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "br0", "veth43823e62", "veth36dee299", "veth5c1b2102", "veth0ecd1b8c", "eth0", "veth709f6516", "vethb6812cb1", "veth9d70a9ca"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-86.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-nrr-1", "ansible_veth79fe15cf": {"macaddress": "52:d1:40:53:b3:15", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth79fe15cf", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::50d1:40ff:fe53:b315"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_veth5c1b2102": {"macaddress": "82:0a:9d:a8:82:6b", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth5c1b2102", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::800a:9dff:fea8:826b"}], "active": true, "speed": 10000}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073336", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185616", "iso8601_micro": "2018-06-28T11:33:36.690958Z", "weekday": "Thursday", "time": "07:33:36", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:36Z", "day": "28", "iso8601_basic": "20180628T073336690876", "second": "36"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDlwLSZj0HFUA9jPWXzvkPXI1sv9OH0Atvebc7i4tAGO", "ansible_veth8f0fa299": {"macaddress": "56:1e:9e:83:88:43", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth8f0fa299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::541e:9eff:fe83:8843"}], "active": true, "speed": 10000}, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_processor_cores": 1, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-29": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "uuids": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-28": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-27": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-26": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init", "docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}, "vdc": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "23068672", "links": {"masters": [], "labels": [], "ids": ["virtio-642c5c39-b11f-45f8-a"], "uuids": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "11.00 GB"}, "vdb": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "2097152", "links": {"masters": [], "labels": [], "ids": ["virtio-2c8598e1-2648-4baa-8"], "uuids": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "1.00 GB"}}, "ansible_user_uid": 0, "ansible_veth0ecd1b8c": {"macaddress": "96:c5:26:f4:a2:77", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0ecd1b8c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::94c5:26ff:fef4:a277"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_vethb6812cb1": {"macaddress": "62:f7:35:8a:23:54", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb6812cb1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::60f7:35ff:fe8a:2354"}], "active": true, "speed": 10000}, "ansible_veth33dc9c20": {"macaddress": "fe:3c:d7:d8:81:bb", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth33dc9c20", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::fc3c:d7ff:fed8:81bb"}], "active": true, "speed": 10000}, "ansible_br0": {"macaddress": "16:28:ca:8e:fe:4d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [include_role] ********************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/version.yml:30 > >TASK [openshift_version : Check openshift_version for rpm installation] ***************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/masters_and_nodes.yml:5 >included: /home/yapei/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml for host-8-252-148.host.centralci.eng.rdu2.redhat.com > >TASK [openshift_version : Get available RPM version] ************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml:2 >Using module file /home/yapei/openshift-ansible/roles/lib_utils/library/repoquery.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724 `" && echo ansible-tmp-1530185626.77-85546066276724="` echo /root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185626.77-85546066276724=/root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp4turQd TO /root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724/repoquery.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp4turQd /root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724/repoquery.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724/ /root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724/repoquery.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724/repoquery.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185626.77-85546066276724/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"retries": 4, "verbose": false, "name": "atomic-openshift-3.9.31*", "ignore_excluders": true, "query_type": "repos", "retry_interval": 5, "match_version": null, "state": "list", "show_duplicates": false}}, "state": "list", "changed": false, "check_mode": false, "results": {"package_found": true, "cmd": "/usr/bin/repoquery --plugins --quiet --pkgnarrow=repos --queryformat=%{version}|%{release}|%{arch}|%{repo}|%{version}-%{release} --config=/tmp/tmpT40xCV atomic-openshift-3.9.31*", "returncode": 0, "package_name": "atomic-openshift-3.9.31*", "versions": {"latest_full": "3.9.31-1.git.0.ef9737b.el7", "available_versions": ["3.9.31"], "available_versions_full": ["3.9.31-1.git.0.ef9737b.el7"], "latest": "3.9.31"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "check_mode": false, > "invocation": { > "module_args": { > "ignore_excluders": true, > "match_version": null, > "name": "atomic-openshift-3.9.31*", > "query_type": "repos", > "retries": 4, > "retry_interval": 5, > "show_duplicates": false, > "state": "list", > "verbose": false > } > }, > "results": { > "cmd": "/usr/bin/repoquery --plugins --quiet --pkgnarrow=repos --queryformat=%{version}|%{release}|%{arch}|%{repo}|%{version}-%{release} --config=/tmp/tmpT40xCV atomic-openshift-3.9.31*", > "package_found": true, > "package_name": "atomic-openshift-3.9.31*", > "returncode": 0, > "versions": { > "available_versions": [ > "3.9.31" > ], > "available_versions_full": [ > "3.9.31-1.git.0.ef9737b.el7" > ], > "latest": "3.9.31", > "latest_full": "3.9.31-1.git.0.ef9737b.el7" > } > }, > "state": "list" >} > >TASK [openshift_version : fail] ********************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml:8 >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_version : Fail if rpm version and docker image version are different] *************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/masters_and_nodes.yml:7 >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_version : For an RPM install, abort when the release requested does not match the available version.] ******************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/masters_and_nodes.yml:17 >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "msg": "All assertions passed" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/masters_and_nodes.yml:35 >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "openshift_release": "3.9" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/masters_and_nodes.yml:37 >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "openshift_image_tag": "v3.9.31" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/masters_and_nodes.yml:39 >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "openshift_pkg_version": "-3.9.31" >} > >TASK [openshift_version : debug] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_version/tasks/masters_and_nodes.yml:41 >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "openshift_version": "3.9.31" >} >META: ran handlers >META: ran handlers > >PLAY [Verify Requirements] ************************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096 `" && echo ansible-tmp-1530185628.31-274513364718096="` echo /root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185628.31-274513364718096=/root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpw0kbcv TO /root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpw0kbcv /root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096/ /root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185628.31-274513364718096/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37923, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2453225, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2262807, "size_available": 9268457472, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2453225, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2262807, "size_available": 9268457472, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2453225, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2262807, "size_available": 9268457472, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2453225, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2262807, "size_available": 9268457472, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2453225, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2262807, "size_available": 9268457472, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2453225, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2262807, "size_available": 9268457472, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2453225, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2262807, "size_available": 9268457472, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7387, "free": 434}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1943, "free": 5878}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 434, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073339", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185619", "iso8601_micro": "2018-06-28T11:33:39.499196Z", "weekday": "Thursday", "time": "07:33:39", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:39Z", "day": "28", "iso8601_basic": "20180628T073339499116", "second": "39"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Run variable sanity checks] ******************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/init/sanity_checks.yml:13 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "msg": "Sanity Checks passed" >} >META: ran handlers >META: ran handlers > >PLAY [Initialization Checkpoint End] **************************************************************************************************************************************************** >META: ran handlers > >TASK [Set install initialization 'Complete'] ******************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/init/main.yml:39 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_stats": { > "aggregate": true, > "data": { > "installer_phase_initialize": { > "end": "20180628073349Z", > "status": "Complete" > } > }, > "per_host": false > }, > "changed": false >} >META: ran handlers >META: ran handlers > >PLAY [Check cert expirys] *************************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229 `" && echo ansible-tmp-1530185629.92-138080267047229="` echo /root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185629.92-138080267047229=/root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp12GptM TO /root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp12GptM /root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229/ /root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185629.92-138080267047229/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37925, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452840, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452840, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7393, "free": 428}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1948, "free": 5873}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 428, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073341", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185621", "iso8601_micro": "2018-06-28T11:33:41.104456Z", "weekday": "Thursday", "time": "07:33:41", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:41Z", "day": "28", "iso8601_basic": "20180628T073341104158", "second": "41"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [openshift_certificate_expiry : Check cert expirys on host] ************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_certificate_expiry/tasks/main.yml:2 >Using module file /home/yapei/openshift-ansible/roles/lib_utils/library/openshift_cert_expiry.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584 `" && echo ansible-tmp-1530185630.92-143261687700584="` echo /root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185630.92-143261687700584=/root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp_GpnZV TO /root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584/openshift_cert_expiry.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp_GpnZV /root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584/openshift_cert_expiry.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584/ /root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584/openshift_cert_expiry.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584/openshift_cert_expiry.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185630.92-143261687700584/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": false, "summary": {"ok": 17, "system_certificates": 9, "registry_certs": 1, "etcd_certificates": 3, "warning": 0, "router_certs": 1, "kubeconfig_certificates": 3, "total": 17, "expired": 0}, "msg": "Checked 17 total certificates. Expired/Warning/OK: 0/0/17. Warning window: 30 days", "rc": 0, "invocation": {"module_args": {"config_base": "/etc/origin", "show_all": true, "warning_days": 30}}, "check_results": {"ocp_certs": [{"serial_hex": "0xc", "expiry": "2020-06-27 10:45:42", "health": "ok", "cert_cn": "CN:10.8.252.199, DNS:host-8-252-199.host.centralci.eng.rdu2.redhat.com, DNS:kubernetes, DNS:kubernetes.default, DNS:kubernetes.default.svc, DNS:kubernetes.default.svc.cluster.local, DNS:openshift, DNS:openshift.default, DNS:openshift.default.svc, DNS:openshift.default.svc.cluster.local, DNS:qe-juzhao-39-qeos-1-master-etcd-1, DNS:10.8.252.199, DNS:172.16.120.82, DNS:172.30.0.1, IP Address:10.8.252.199, IP Address:172.16.120.82, IP Address:172.30.0.1", "days_remaining": 730, "path": "/etc/origin/master/master.server.crt", "serial": 12}, {"serial_hex": "0x9", "expiry": "2020-06-27 10:45:42", "health": "ok", "cert_cn": "CN:system:master-proxy", "days_remaining": 730, "path": "/etc/origin/master/master.proxy-client.crt", "serial": 9}, {"serial_hex": "0xa", "expiry": "2020-06-27 10:45:42", "health": "ok", "cert_cn": "O:system:node-admins, CN:system:openshift-node-admin", "days_remaining": 730, "path": "/etc/origin/master/master.kubelet-client.crt", "serial": 10}, {"serial_hex": "0x11", "expiry": "2020-06-27 10:46:01", "health": "ok", "cert_cn": "CN:10.8.252.199, DNS:host-8-252-199.host.centralci.eng.rdu2.redhat.com, DNS:qe-juzhao-39-qeos-1-master-etcd-1, DNS:10.8.252.199, DNS:172.16.120.82, IP Address:10.8.252.199, IP Address:172.16.120.82", "days_remaining": 730, "path": "/etc/origin/node/server.crt", "serial": 17}, {"serial_hex": "0xcffc2af2aef978aaL", "expiry": "2023-06-27 01:09:17", "health": "ok", "cert_cn": "CN:etcd-signer@1530148150", "days_remaining": 1824, "path": "/etc/origin/master/master.etcd-ca.crt", "serial": 14986900881788205226}, {"serial_hex": "0x1", "expiry": "2023-06-27 01:10:39", "health": "ok", "cert_cn": "CN:openshift-signer@1530148239", "days_remaining": 1824, "path": "/etc/origin/master/ca.crt", "serial": 1}, {"serial_hex": "0x1", "expiry": "2023-06-27 01:10:39", "health": "ok", "cert_cn": "CN:openshift-signer@1530148239", "days_remaining": 1824, "path": "/etc/origin/node/ca.crt", "serial": 1}, {"serial_hex": "0x1", "expiry": "2023-06-27 10:45:42", "health": "ok", "cert_cn": "CN:openshift-service-serving-signer@1530182742", "days_remaining": 1825, "path": "/etc/origin/master/service-signer.crt", "serial": 1}, {"serial_hex": "0xc", "expiry": "2023-06-27 10:45:10", "health": "ok", "cert_cn": "CN:qe-juzhao-39-qeos-1-master-etcd-1, IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", "days_remaining": 1825, "path": "/etc/origin/master/master.etcd-client.crt", "serial": 12}], "meta": {"warn_before_date": "2018-07-28 07:33:42.031856", "show_all": "True", "checked_at_time": "2018-06-28 07:33:42.031856", "warning_days": 30}, "registry": [{"serial_hex": "0x14", "expiry": "2020-06-27 10:48:56", "health": "ok", "cert_cn": "CN:172.30.127.142, DNS:docker-registry-default.apps.0627-8x6.qe.rhcloud.com, DNS:docker-registry.default.svc, DNS:docker-registry.default.svc.cluster.local, DNS:172.30.127.142, IP Address:172.30.127.142", "days_remaining": 730, "path": "/api/v1/namespaces/default/secrets/registry-certificates", "serial": 20}], "etcd": [{"serial_hex": "0xcffc2af2aef978aaL", "expiry": "2023-06-27 01:09:17", "health": "ok", "cert_cn": "CN:etcd-signer@1530148150", "days_remaining": 1824, "path": "/etc/etcd/ca.crt", "serial": 14986900881788205226}, {"serial_hex": "0xa", "expiry": "2023-06-27 10:44:59", "health": "ok", "cert_cn": "CN:qe-juzhao-39-qeos-1-master-etcd-1, IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", "days_remaining": 1825, "path": "/etc/etcd/server.crt", "serial": 10}, {"serial_hex": "0xb", "expiry": "2023-06-27 10:44:59", "health": "ok", "cert_cn": "CN:qe-juzhao-39-qeos-1-master-etcd-1, IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", "days_remaining": 1825, "path": "/etc/etcd/peer.crt", "serial": 11}], "kubeconfigs": [{"serial_hex": "0xf", "expiry": "2020-06-27 10:45:59", "health": "ok", "cert_cn": "O:system:nodes, CN:system:node:qe-juzhao-39-qeos-1-master-etcd-1", "days_remaining": 730, "path": "/etc/origin/node/system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig", "serial": 15}, {"serial_hex": "0xe", "expiry": "2020-06-27 10:45:43", "health": "ok", "cert_cn": "O:system:cluster-admins, O:system:masters, CN:system:admin", "days_remaining": 730, "path": "/etc/origin/master/admin.kubeconfig", "serial": 14}, {"serial_hex": "0xb", "expiry": "2020-06-27 10:45:42", "health": "ok", "cert_cn": "O:system:masters, CN:system:openshift-master", "days_remaining": 730, "path": "/etc/origin/master/openshift-master.kubeconfig", "serial": 11}], "router": [{"serial_hex": "0x13", "expiry": "2020-06-27 10:48:45", "health": "ok", "cert_cn": "CN:*.apps.0627-8x6.qe.rhcloud.com, DNS:*.apps.0627-8x6.qe.rhcloud.com, DNS:apps.0627-8x6.qe.rhcloud.com", "days_remaining": 730, "path": "/api/v1/namespaces/default/secrets/router-certs", "serial": 19}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "check_results": { > "etcd": [ > { > "cert_cn": "CN:etcd-signer@1530148150", > "days_remaining": 1824, > "expiry": "2023-06-27 01:09:17", > "health": "ok", > "path": "/etc/etcd/ca.crt", > "serial": 14986900881788205226, > "serial_hex": "0xcffc2af2aef978aaL" > }, > { > "cert_cn": "CN:qe-juzhao-39-qeos-1-master-etcd-1, IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", > "days_remaining": 1825, > "expiry": "2023-06-27 10:44:59", > "health": "ok", > "path": "/etc/etcd/server.crt", > "serial": 10, > "serial_hex": "0xa" > }, > { > "cert_cn": "CN:qe-juzhao-39-qeos-1-master-etcd-1, IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", > "days_remaining": 1825, > "expiry": "2023-06-27 10:44:59", > "health": "ok", > "path": "/etc/etcd/peer.crt", > "serial": 11, > "serial_hex": "0xb" > } > ], > "kubeconfigs": [ > { > "cert_cn": "O:system:nodes, CN:system:node:qe-juzhao-39-qeos-1-master-etcd-1", > "days_remaining": 730, > "expiry": "2020-06-27 10:45:59", > "health": "ok", > "path": "/etc/origin/node/system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig", > "serial": 15, > "serial_hex": "0xf" > }, > { > "cert_cn": "O:system:cluster-admins, O:system:masters, CN:system:admin", > "days_remaining": 730, > "expiry": "2020-06-27 10:45:43", > "health": "ok", > "path": "/etc/origin/master/admin.kubeconfig", > "serial": 14, > "serial_hex": "0xe" > }, > { > "cert_cn": "O:system:masters, CN:system:openshift-master", > "days_remaining": 730, > "expiry": "2020-06-27 10:45:42", > "health": "ok", > "path": "/etc/origin/master/openshift-master.kubeconfig", > "serial": 11, > "serial_hex": "0xb" > } > ], > "meta": { > "checked_at_time": "2018-06-28 07:33:42.031856", > "show_all": "True", > "warn_before_date": "2018-07-28 07:33:42.031856", > "warning_days": 30 > }, > "ocp_certs": [ > { > "cert_cn": "CN:10.8.252.199, DNS:host-8-252-199.host.centralci.eng.rdu2.redhat.com, DNS:kubernetes, DNS:kubernetes.default, DNS:kubernetes.default.svc, DNS:kubernetes.default.svc.cluster.local, DNS:openshift, DNS:openshift.default, DNS:openshift.default.svc, DNS:openshift.default.svc.cluster.local, DNS:qe-juzhao-39-qeos-1-master-etcd-1, DNS:10.8.252.199, DNS:172.16.120.82, DNS:172.30.0.1, IP Address:10.8.252.199, IP Address:172.16.120.82, IP Address:172.30.0.1", > "days_remaining": 730, > "expiry": "2020-06-27 10:45:42", > "health": "ok", > "path": "/etc/origin/master/master.server.crt", > "serial": 12, > "serial_hex": "0xc" > }, > { > "cert_cn": "CN:system:master-proxy", > "days_remaining": 730, > "expiry": "2020-06-27 10:45:42", > "health": "ok", > "path": "/etc/origin/master/master.proxy-client.crt", > "serial": 9, > "serial_hex": "0x9" > }, > { > "cert_cn": "O:system:node-admins, CN:system:openshift-node-admin", > "days_remaining": 730, > "expiry": "2020-06-27 10:45:42", > "health": "ok", > "path": "/etc/origin/master/master.kubelet-client.crt", > "serial": 10, > "serial_hex": "0xa" > }, > { > "cert_cn": "CN:10.8.252.199, DNS:host-8-252-199.host.centralci.eng.rdu2.redhat.com, DNS:qe-juzhao-39-qeos-1-master-etcd-1, DNS:10.8.252.199, DNS:172.16.120.82, IP Address:10.8.252.199, IP Address:172.16.120.82", > "days_remaining": 730, > "expiry": "2020-06-27 10:46:01", > "health": "ok", > "path": "/etc/origin/node/server.crt", > "serial": 17, > "serial_hex": "0x11" > }, > { > "cert_cn": "CN:etcd-signer@1530148150", > "days_remaining": 1824, > "expiry": "2023-06-27 01:09:17", > "health": "ok", > "path": "/etc/origin/master/master.etcd-ca.crt", > "serial": 14986900881788205226, > "serial_hex": "0xcffc2af2aef978aaL" > }, > { > "cert_cn": "CN:openshift-signer@1530148239", > "days_remaining": 1824, > "expiry": "2023-06-27 01:10:39", > "health": "ok", > "path": "/etc/origin/master/ca.crt", > "serial": 1, > "serial_hex": "0x1" > }, > { > "cert_cn": "CN:openshift-signer@1530148239", > "days_remaining": 1824, > "expiry": "2023-06-27 01:10:39", > "health": "ok", > "path": "/etc/origin/node/ca.crt", > "serial": 1, > "serial_hex": "0x1" > }, > { > "cert_cn": "CN:openshift-service-serving-signer@1530182742", > "days_remaining": 1825, > "expiry": "2023-06-27 10:45:42", > "health": "ok", > "path": "/etc/origin/master/service-signer.crt", > "serial": 1, > "serial_hex": "0x1" > }, > { > "cert_cn": "CN:qe-juzhao-39-qeos-1-master-etcd-1, IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", > "days_remaining": 1825, > "expiry": "2023-06-27 10:45:10", > "health": "ok", > "path": "/etc/origin/master/master.etcd-client.crt", > "serial": 12, > "serial_hex": "0xc" > } > ], > "registry": [ > { > "cert_cn": "CN:172.30.127.142, DNS:docker-registry-default.apps.0627-8x6.qe.rhcloud.com, DNS:docker-registry.default.svc, DNS:docker-registry.default.svc.cluster.local, DNS:172.30.127.142, IP Address:172.30.127.142", > "days_remaining": 730, > "expiry": "2020-06-27 10:48:56", > "health": "ok", > "path": "/api/v1/namespaces/default/secrets/registry-certificates", > "serial": 20, > "serial_hex": "0x14" > } > ], > "router": [ > { > "cert_cn": "CN:*.apps.0627-8x6.qe.rhcloud.com, DNS:*.apps.0627-8x6.qe.rhcloud.com, DNS:apps.0627-8x6.qe.rhcloud.com", > "days_remaining": 730, > "expiry": "2020-06-27 10:48:45", > "health": "ok", > "path": "/api/v1/namespaces/default/secrets/router-certs", > "serial": 19, > "serial_hex": "0x13" > } > ] > }, > "invocation": { > "module_args": { > "config_base": "/etc/origin", > "show_all": true, > "warning_days": 30 > } > }, > "msg": "Checked 17 total certificates. Expired/Warning/OK: 0/0/17. Warning window: 30 days", > "rc": 0, > "summary": { > "etcd_certificates": 3, > "expired": 0, > "kubeconfig_certificates": 3, > "ok": 17, > "registry_certs": 1, > "router_certs": 1, > "system_certificates": 9, > "total": 17, > "warning": 0 > } >} > >TASK [openshift_certificate_expiry : Generate expiration report HTML] ******************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_certificate_expiry/tasks/main.yml:9 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_certificate_expiry : Generate the result JSON string] ******************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_certificate_expiry/tasks/main.yml:17 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_certificate_expiry : Generate results JSON file] ************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_certificate_expiry/tasks/main.yml:24 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Backup and remove generated etcd certificates] ************************************************************************************************************************************ > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046 `" && echo ansible-tmp-1530185631.99-213156741976046="` echo /root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185631.99-213156741976046=/root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpcPFDlO TO /root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpcPFDlO /root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046/ /root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185631.99-213156741976046/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37927, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452840, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452840, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 2452840, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263192, "size_available": 9270034432, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41674, "block_size": 4096, "inode_available": 9395510}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7401, "free": 420}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1955, "free": 5866}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 420, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073343", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185623", "iso8601_micro": "2018-06-28T11:33:43.168977Z", "weekday": "Thursday", "time": "07:33:43", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:43Z", "day": "28", "iso8601_basic": "20180628T073343168812", "second": "43"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [etcd : include_tasks] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/backup_generated_certificates.yml:2 >included: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/backup_generated_certificates.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [etcd : Determine if generated etcd certificates exist] **************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/backup_generated_certificates.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483 `" && echo ansible-tmp-1530185632.95-39134847042483="` echo /root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185632.95-39134847042483=/root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpFiDYxo TO /root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpFiDYxo /root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483/ /root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185632.95-39134847042483/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/etcd/generated_certs", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530182711.3228817, "block_size": 4096, "inode": 50358532, "isgid": false, "size": 241, "executable": true, "isuid": false, "readable": true, "version": "18446744073405109103", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 0, "xoth": false, "islnk": false, "nlink": 4, "issock": false, "rgrp": false, "gr_name": "root", "path": "/etc/etcd/generated_certs", "xusr": true, "atime": 1530182697.9998815, "isdir": true, "ctime": 1530182711.3228817, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/etcd/generated_certs" > } > }, > "stat": { > "atime": 1530182697.9998815, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 0, > "charset": "binary", > "ctime": 1530182711.3228817, > "dev": 64768, > "device_type": 0, > "executable": true, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 50358532, > "isblk": false, > "ischr": false, > "isdir": true, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": false, > "issock": false, > "isuid": false, > "mimetype": "inode/directory", > "mode": "0700", > "mtime": 1530182711.3228817, > "nlink": 4, > "path": "/etc/etcd/generated_certs", > "pw_name": "root", > "readable": true, > "rgrp": false, > "roth": false, > "rusr": true, > "size": 241, > "uid": 0, > "version": "18446744073405109103", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": true > } >} > >TASK [etcd : Backup generated etcd certificates] **************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/backup_generated_certificates.yml:7 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371 `" && echo ansible-tmp-1530185633.35-69560088050371="` echo /root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185633.35-69560088050371=/root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpzzbhc5 TO /root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpzzbhc5 /root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371/ /root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185633.35-69560088050371/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:44.494142", "stdout": "", "cmd": ["tar", "-czf", "/etc/etcd/etcd-generated-certificate-backup-1530185623.tgz", "/etc/etcd/generated_certs"], "rc": 0, "start": "2018-06-28 07:33:44.429308", "stderr": "tar: Removing leading `/\' from member names\\ntar: Removing leading `/\' from hard link targets", "delta": "0:00:00.064834", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": false, "_raw_params": "tar -czf /etc/etcd/etcd-generated-certificate-backup-1530185623.tgz /etc/etcd/generated_certs", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czf", > "/etc/etcd/etcd-generated-certificate-backup-1530185623.tgz", > "/etc/etcd/generated_certs" > ], > "delta": "0:00:00.064834", > "end": "2018-06-28 07:33:44.494142", > "invocation": { > "module_args": { > "_raw_params": "tar -czf /etc/etcd/etcd-generated-certificate-backup-1530185623.tgz /etc/etcd/generated_certs", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:33:44.429308", > "stderr": "tar: Removing leading `/' from member names\ntar: Removing leading `/' from hard link targets", > "stderr_lines": [ > "tar: Removing leading `/' from member names", > "tar: Removing leading `/' from hard link targets" > ], > "stdout": "", > "stdout_lines": [] >} > >TASK [etcd : include_tasks] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/remove_generated_certificates.yml:2 >included: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/remove_generated_certificates.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [etcd : Remove generated etcd certificates] **************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/remove_generated_certificates.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019 `" && echo ansible-tmp-1530185633.86-218934456134019="` echo /root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185633.86-218934456134019=/root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpE6TBr5 TO /root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpE6TBr5 /root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019/ /root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185633.86-218934456134019/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/generated_certs", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/etcd/generated_certs", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/etcd/generated_certs", "state": "absent"}, "before": {"path": "/etc/etcd/generated_certs", "state": "directory"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "diff": { > "after": { > "path": "/etc/etcd/generated_certs", > "state": "absent" > }, > "before": { > "path": "/etc/etcd/generated_certs", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/etcd/generated_certs", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/etc/etcd/generated_certs", > "state": "absent" >} >META: ran handlers >META: ran handlers > >PLAY [Backup deployed etcd certificates] ************************************************************************************************************************************************ > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387 `" && echo ansible-tmp-1530185634.17-235790764713387="` echo /root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185634.17-235790764713387=/root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpWqmtJ4 TO /root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpWqmtJ4 /root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387/ /root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185634.17-235790764713387/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37929, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452720, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263312, "size_available": 9270525952, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41659, "block_size": 4096, "inode_available": 9395525}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452720, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263312, "size_available": 9270525952, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41659, "block_size": 4096, "inode_available": 9395525}, {"block_used": 2452720, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263312, "size_available": 9270525952, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41659, "block_size": 4096, "inode_available": 9395525}, {"block_used": 2452720, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263312, "size_available": 9270525952, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41659, "block_size": 4096, "inode_available": 9395525}, {"block_used": 2452720, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263312, "size_available": 9270525952, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41659, "block_size": 4096, "inode_available": 9395525}, {"block_used": 2452720, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263312, "size_available": 9270525952, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41659, "block_size": 4096, "inode_available": 9395525}, {"block_used": 2452720, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263312, "size_available": 9270525952, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41659, "block_size": 4096, "inode_available": 9395525}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7408, "free": 413}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1960, "free": 5861}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 413, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073345", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185625", "iso8601_micro": "2018-06-28T11:33:45.342696Z", "weekday": "Thursday", "time": "07:33:45", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:45Z", "day": "28", "iso8601_basic": "20180628T073345342623", "second": "45"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [etcd : include_tasks] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/backup_server_certificates.yml:2 >included: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/backup_server_certificates.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [etcd : Backup etcd certificates] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/backup_server_certificates.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508 `" && echo ansible-tmp-1530185635.04-179444008585508="` echo /root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185635.04-179444008585508=/root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpYAj0b8 TO /root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpYAj0b8 /root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508/ /root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185635.04-179444008585508/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:46.126579", "stdout": "/etc/etcd/ca.crt\\n/etc/etcd/server.crt\\n/etc/etcd/server.key\\n/etc/etcd/peer.crt\\n/etc/etcd/peer.key", "cmd": ["tar", "-czvf", "/etc/etcd/etcd-server-certificate-backup-1530185625.tgz", "/etc/etcd/ca.crt", "/etc/etcd/server.crt", "/etc/etcd/server.key", "/etc/etcd/peer.crt", "/etc/etcd/peer.key"], "rc": 0, "start": "2018-06-28 07:33:46.118234", "stderr": "tar: Removing leading `/\' from member names", "delta": "0:00:00.008345", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": false, "_raw_params": "tar -czvf /etc/etcd/etcd-server-certificate-backup-1530185625.tgz /etc/etcd/ca.crt /etc/etcd/server.crt /etc/etcd/server.key /etc/etcd/peer.crt /etc/etcd/peer.key", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czvf", > "/etc/etcd/etcd-server-certificate-backup-1530185625.tgz", > "/etc/etcd/ca.crt", > "/etc/etcd/server.crt", > "/etc/etcd/server.key", > "/etc/etcd/peer.crt", > "/etc/etcd/peer.key" > ], > "delta": "0:00:00.008345", > "end": "2018-06-28 07:33:46.126579", > "invocation": { > "module_args": { > "_raw_params": "tar -czvf /etc/etcd/etcd-server-certificate-backup-1530185625.tgz /etc/etcd/ca.crt /etc/etcd/server.crt /etc/etcd/server.key /etc/etcd/peer.crt /etc/etcd/peer.key", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:33:46.118234", > "stderr": "tar: Removing leading `/' from member names", > "stderr_lines": [ > "tar: Removing leading `/' from member names" > ], > "stdout": "/etc/etcd/ca.crt\n/etc/etcd/server.crt\n/etc/etcd/server.key\n/etc/etcd/peer.crt\n/etc/etcd/peer.key", > "stdout_lines": [ > "/etc/etcd/ca.crt", > "/etc/etcd/server.crt", > "/etc/etcd/server.key", > "/etc/etcd/peer.crt", > "/etc/etcd/peer.key" > ] >} >META: ran handlers >META: ran handlers > >PLAY [Create etcd server certificates for etcd hosts] *********************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593 `" && echo ansible-tmp-1530185635.36-119203718663593="` echo /root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185635.36-119203718663593=/root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp5o5rNt TO /root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp5o5rNt /root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593/ /root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185635.36-119203718663593/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37930, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2452781, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2263251, "size_available": 9270276096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41661, "block_size": 4096, "inode_available": 9395523}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2452781, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2263251, "size_available": 9270276096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41661, "block_size": 4096, "inode_available": 9395523}, {"block_used": 2452781, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2263251, "size_available": 9270276096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41661, "block_size": 4096, "inode_available": 9395523}, {"block_used": 2452781, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2263251, "size_available": 9270276096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41661, "block_size": 4096, "inode_available": 9395523}, {"block_used": 2452781, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2263251, "size_available": 9270276096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41661, "block_size": 4096, "inode_available": 9395523}, {"block_used": 2452781, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2263251, "size_available": 9270276096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41661, "block_size": 4096, "inode_available": 9395523}, {"block_used": 2452781, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2263251, "size_available": 9270276096, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41661, "block_size": 4096, "inode_available": 9395523}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7409, "free": 412}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1961, "free": 5860}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 412, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073346", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "33", "tz_offset": "-0400", "month": "06", "epoch": "1530185626", "iso8601_micro": "2018-06-28T11:33:46.527336Z", "weekday": "Thursday", "time": "07:33:46", "date": "2018-06-28", "iso8601": "2018-06-28T11:33:46Z", "day": "28", "iso8601_basic": "20180628T073346527258", "second": "46"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [openshift_etcd_facts : Check for CA indicator files] ****************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238 `" && echo ansible-tmp-1530185636.19-52568632241238="` echo /root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185636.19-52568632241238=/root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp4dhTIj TO /root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp4dhTIj /root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238/ /root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185636.19-52568632241238/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/etcd/ca", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530182710.5598817, "block_size": 4096, "inode": 58720348, "isgid": false, "size": 212, "executable": true, "isuid": false, "readable": true, "version": "18446744071858440690", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 0, "xoth": false, "islnk": false, "nlink": 5, "issock": false, "rgrp": false, "gr_name": "root", "path": "/etc/etcd/ca", "xusr": true, "atime": 1530182703.0088816, "isdir": true, "ctime": 1530182710.5598817, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=[u'/etc/etcd/ca', u'host-8-252-199.host.centralci.eng.rdu2.redhat.com']) => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/etcd/ca" > } > }, > "item": [ > "/etc/etcd/ca", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com" > ], > "stat": { > "atime": 1530182703.0088816, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 0, > "charset": "binary", > "ctime": 1530182710.5598817, > "dev": 64768, > "device_type": 0, > "executable": true, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 58720348, > "isblk": false, > "ischr": false, > "isdir": true, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": false, > "issock": false, > "isuid": false, > "mimetype": "inode/directory", > "mode": "0700", > "mtime": 1530182710.5598817, > "nlink": 5, > "path": "/etc/etcd/ca", > "pw_name": "root", > "readable": true, > "rgrp": false, > "roth": false, > "rusr": true, > "size": 212, > "uid": 0, > "version": "18446744071858440690", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": true > } >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939 `" && echo ansible-tmp-1530185636.48-97053422299939="` echo /root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185636.48-97053422299939=/root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpQhYTsF TO /root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpQhYTsF /root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939/ /root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185636.48-97053422299939/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/etcd/generated_certs", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"exists": false}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=[u'/etc/etcd/generated_certs', u'host-8-252-199.host.centralci.eng.rdu2.redhat.com']) => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/etcd/generated_certs" > } > }, > "item": [ > "/etc/etcd/generated_certs", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com" > ], > "stat": { > "exists": false > } >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:15 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "__etcd_ca_dir_hosts": [], > "__etcd_generated_certs_dir_hosts": [] > }, > "changed": false >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:26 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "__etcd_ca_hosts": [] > }, > "changed": false >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:32 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:41 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "etcd_ca_host": "host-8-252-199.host.centralci.eng.rdu2.redhat.com" > }, > "changed": false >} >META: ran handlers > >TASK [etcd : include_tasks] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/server_certificates.yml:2 >included: /home/yapei/openshift-ansible/roles/etcd/tasks/ca.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [etcd : include_tasks] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/ca.yml:2 >included: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [etcd : Install openssl] *********************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497 `" && echo ansible-tmp-1530185637.37-148581101477497="` echo /root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185637.37-148581101477497=/root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpFDv2Ef TO /root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpFDv2Ef /root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497/yum.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497/ /root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497/yum.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497/yum.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185637.37-148581101477497/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"msg": "", "invocation": {"module_args": {"allow_downgrade": false, "name": ["openssl"], "list": null, "install_repoquery": true, "conf_file": null, "disable_gpg_check": false, "state": "present", "disablerepo": null, "update_cache": false, "enablerepo": null, "exclude": null, "security": false, "validate_certs": true, "installroot": "/", "skip_broken": false}}, "changed": false, "results": ["1:openssl-1.0.2k-12.el7.x86_64 providing openssl is already installed"], "rc": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "allow_downgrade": false, > "conf_file": null, > "disable_gpg_check": false, > "disablerepo": null, > "enablerepo": null, > "exclude": null, > "install_repoquery": true, > "installroot": "/", > "list": null, > "name": [ > "openssl" > ], > "security": false, > "skip_broken": false, > "state": "present", > "update_cache": false, > "validate_certs": true > } > }, > "msg": "", > "rc": 0, > "results": [ > "1:openssl-1.0.2k-12.el7.x86_64 providing openssl is already installed" > ] >} > >TASK [etcd : file] ********************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:12 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510 `" && echo ansible-tmp-1530185637.97-43854886894510="` echo /root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185637.97-43854886894510=/root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp5z9Oe8 TO /root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp5z9Oe8 /root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510/ /root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185637.97-43854886894510/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd/ca/certs", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/ca/certs", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/ca/certs"}, "before": {"path": "/etc/etcd/ca/certs"}}, "size": 174}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/ca/certs) => { > "changed": false, > "diff": { > "after": { > "path": "/etc/etcd/ca/certs" > }, > "before": { > "path": "/etc/etcd/ca/certs" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 448, > "original_basename": null, > "owner": "root", > "path": "/etc/etcd/ca/certs", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/ca/certs", > "mode": "0700", > "owner": "root", > "path": "/etc/etcd/ca/certs", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 174, > "state": "directory", > "uid": 0 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588 `" && echo ansible-tmp-1530185638.25-205648689515588="` echo /root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185638.25-205648689515588=/root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmprUtDPz TO /root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmprUtDPz /root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588/ /root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185638.25-205648689515588/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd/ca/crl", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/ca/crl", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/ca/crl"}, "before": {"path": "/etc/etcd/ca/crl"}}, "size": 6}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/ca/crl) => { > "changed": false, > "diff": { > "after": { > "path": "/etc/etcd/ca/crl" > }, > "before": { > "path": "/etc/etcd/ca/crl" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 448, > "original_basename": null, > "owner": "root", > "path": "/etc/etcd/ca/crl", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/ca/crl", > "mode": "0700", > "owner": "root", > "path": "/etc/etcd/ca/crl", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 6, > "state": "directory", > "uid": 0 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220 `" && echo ansible-tmp-1530185638.54-51479723468220="` echo /root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185638.54-51479723468220=/root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpT5lRU0 TO /root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpT5lRU0 /root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220/ /root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185638.54-51479723468220/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd/ca/fragments", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/ca/fragments", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/ca/fragments"}, "before": {"path": "/etc/etcd/ca/fragments"}}, "size": 51}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/ca/fragments) => { > "changed": false, > "diff": { > "after": { > "path": "/etc/etcd/ca/fragments" > }, > "before": { > "path": "/etc/etcd/ca/fragments" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 448, > "original_basename": null, > "owner": "root", > "path": "/etc/etcd/ca/fragments", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/ca/fragments", > "mode": "0700", > "owner": "root", > "path": "/etc/etcd/ca/fragments", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 51, > "state": "directory", > "uid": 0 >} > >TASK [etcd : command] ******************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:25 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389 `" && echo ansible-tmp-1530185638.86-90161748122389="` echo /root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185638.86-90161748122389=/root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmprjbCkW TO /root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmprjbCkW /root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389/ /root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185638.86-90161748122389/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"creates": "/etc/etcd/ca/fragments/openssl.cnf", "executable": null, "chdir": "/etc/etcd/ca/fragments", "_raw_params": "cp /etc/pki/tls/openssl.cnf ./", "removes": null, "warn": true, "_uses_shell": false, "stdin": null}}, "cmd": "cp /etc/pki/tls/openssl.cnf ./", "stdout": "skipped, since /etc/etcd/ca/fragments/openssl.cnf exists", "rc": 0, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": "cp /etc/pki/tls/openssl.cnf ./", > "invocation": { > "module_args": { > "_raw_params": "cp /etc/pki/tls/openssl.cnf ./", > "_uses_shell": false, > "chdir": "/etc/etcd/ca/fragments", > "creates": "/etc/etcd/ca/fragments/openssl.cnf", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "stdout": "skipped, since /etc/etcd/ca/fragments/openssl.cnf exists", > "stdout_lines": [ > "skipped, since /etc/etcd/ca/fragments/openssl.cnf exists" > ] >} > >TASK [etcd : template] ****************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:32 ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875 `" && echo ansible-tmp-1530185639.18-256994732070875="` echo /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185639.18-256994732070875=/root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875\n', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpNpWDFd TO /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpNpWDFd /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/ /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/etcd/ca/fragments/openssl_append.cnf", "checksum_algo": "sha1", "follow": false, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148154.4728816, "block_size": 4096, "inode": 41943162, "isgid": false, "size": 1624, "executable": false, "isuid": false, "readable": true, "version": "2115839223", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/etcd/ca/fragments/openssl_append.cnf", "xusr": false, "atime": 1530148155.1078815, "isdir": false, "ctime": 1530148154.7178817, "isblk": false, "wgrp": false, "checksum": "89d806189e2eeb08170b2b3ad59048fba712608d", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpncFGLA TO /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpncFGLA /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/ /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185639.18-256994732070875/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0644", "path": "/etc/etcd/ca/fragments/openssl_append.cnf", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/ca/fragments/openssl_append.cnf", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "serole": null, "content": null, "state": "file", "diff_peek": null, "setype": null, "dest": "/etc/etcd/ca/fragments/openssl_append.cnf", "selevel": null, "original_basename": "openssl_append.j2", "regexp": null, "validate": null, "src": "openssl_append.j2", "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": "True"}}, "diff": {"after": {"path": "/etc/etcd/ca/fragments/openssl_append.cnf"}, "before": {"path": "/etc/etcd/ca/fragments/openssl_append.cnf"}}, "size": 1624}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "checksum": "89d806189e2eeb08170b2b3ad59048fba712608d", > "diff": { > "after": { > "path": "/etc/etcd/ca/fragments/openssl_append.cnf" > }, > "before": { > "path": "/etc/etcd/ca/fragments/openssl_append.cnf" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": "True", > "content": null, > "delimiter": null, > "dest": "/etc/etcd/ca/fragments/openssl_append.cnf", > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": "openssl_append.j2", > "owner": null, > "path": "/etc/etcd/ca/fragments/openssl_append.cnf", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "openssl_append.j2", > "state": "file", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0644", > "owner": "root", > "path": "/etc/etcd/ca/fragments/openssl_append.cnf", > "secontext": "system_u:object_r:etc_t:s0", > "size": 1624, > "state": "file", > "uid": 0 >} > >TASK [etcd : assemble] ****************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:39 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/assemble.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501 `" && echo ansible-tmp-1530185639.82-195762402032501="` echo /root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185639.82-195762402032501=/root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpa_eAS0 TO /root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501/assemble.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpa_eAS0 /root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501/assemble.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501/ /root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501/assemble.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501/assemble.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185639.82-195762402032501/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/etcd/ca/fragments", "changed": false, "group": "root", "uid": 0, "dest": "/etc/etcd/ca/openssl.cnf", "checksum": "0cfa42aed961a813b9d5a7bd78d2b3a030c2a3b7", "md5sum": "2ff7c09c59d7481b970ad5010da1143f", "invocation": {"module_args": {"ignore_hidden": false, "src": "/etc/etcd/ca/fragments", "directory_mode": null, "force": null, "remote_src": false, "unsafe_writes": null, "selevel": null, "seuser": null, "setype": null, "group": null, "content": null, "dest": "/etc/etcd/ca/openssl.cnf", "serole": null, "delimiter": null, "mode": null, "regexp": null, "owner": null, "follow": false, "validate": null, "attributes": null, "backup": false}}, "state": "file", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0644", "owner": "root", "size": 12547, "msg": "OK"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "checksum": "0cfa42aed961a813b9d5a7bd78d2b3a030c2a3b7", > "dest": "/etc/etcd/ca/openssl.cnf", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/etcd/ca/openssl.cnf", > "directory_mode": null, > "follow": false, > "force": null, > "group": null, > "ignore_hidden": false, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": false, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/etcd/ca/fragments", > "unsafe_writes": null, > "validate": null > } > }, > "md5sum": "2ff7c09c59d7481b970ad5010da1143f", > "mode": "0644", > "msg": "OK", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 12547, > "src": "/etc/etcd/ca/fragments", > "state": "file", > "uid": 0 >} > >TASK [etcd : Check etcd_ca_db exist] **************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:45 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094 `" && echo ansible-tmp-1530185640.14-279458414303094="` echo /root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185640.14-279458414303094=/root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpQ7OVJJ TO /root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpQ7OVJJ /root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094/ /root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185640.14-279458414303094/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/etcd/ca/index.txt", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530182710.5588815, "block_size": 4096, "inode": 58720349, "isgid": false, "size": 792, "executable": false, "isuid": false, "readable": true, "version": "1800499289", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/etcd/ca/index.txt", "xusr": false, "atime": 1530182710.5588815, "md5": "2129b6341d215ad81d075c3b95a7c1a3", "isdir": false, "ctime": 1530182710.5598817, "isblk": false, "wgrp": false, "checksum": "f3797903d31bd195c32a3a4eeeb81d9ecf967616", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/etcd/ca/index.txt" > } > }, > "stat": { > "atime": 1530182710.5588815, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "f3797903d31bd195c32a3a4eeeb81d9ecf967616", > "ctime": 1530182710.5598817, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 58720349, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "2129b6341d215ad81d075c3b95a7c1a3", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530182710.5588815, > "nlink": 1, > "path": "/etc/etcd/ca/index.txt", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 792, > "uid": 0, > "version": "1800499289", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [etcd : Touch etcd_ca_db file] ***************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:52 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [etcd : copy] ********************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:60 ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237 `" && echo ansible-tmp-1530185640.51-253573110048237="` echo /root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185640.51-253573110048237=/root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237\n', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpSqY1h4 TO /root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpSqY1h4 /root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237/ /root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185640.51-253573110048237/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": false, "path": "/etc/etcd/ca/serial", "checksum_algo": "sha1", "follow": false, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530182710.5588815, "block_size": 4096, "inode": 58720347, "isgid": false, "size": 3, "executable": false, "isuid": false, "readable": true, "version": "905402965", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/etcd/ca/serial", "xusr": false, "atime": 1530182710.5588815, "isdir": false, "ctime": 1530182710.5598817, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "dest": "/etc/etcd/ca/serial", > "src": "/tmp/tmpDXTDyg" >} > >TASK [etcd : Create etcd CA certificate] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/deploy_ca.yml:67 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390 `" && echo ansible-tmp-1530185640.83-84973459049390="` echo /root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185640.83-84973459049390=/root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpxQVIVg TO /root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpxQVIVg /root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390/ /root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'SAN=etcd-signer /usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185640.83-84973459049390/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"creates": "/etc/etcd/ca/ca.crt", "executable": null, "chdir": "/etc/etcd/ca", "_raw_params": "openssl req -config /etc/etcd/ca/openssl.cnf -newkey rsa:4096 -keyout /etc/etcd/ca/ca.key -new -out /etc/etcd/ca/ca.crt -x509 -extensions etcd_v3_ca_self -batch -nodes -days 1825 -subj /CN=etcd-signer@1530185626", "removes": null, "warn": true, "_uses_shell": false, "stdin": null}}, "cmd": "openssl req -config /etc/etcd/ca/openssl.cnf -newkey rsa:4096 -keyout /etc/etcd/ca/ca.key -new -out /etc/etcd/ca/ca.crt -x509 -extensions etcd_v3_ca_self -batch -nodes -days 1825 -subj /CN=etcd-signer@1530185626", "stdout": "skipped, since /etc/etcd/ca/ca.crt exists", "rc": 0, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": "openssl req -config /etc/etcd/ca/openssl.cnf -newkey rsa:4096 -keyout /etc/etcd/ca/ca.key -new -out /etc/etcd/ca/ca.crt -x509 -extensions etcd_v3_ca_self -batch -nodes -days 1825 -subj /CN=etcd-signer@1530185626", > "invocation": { > "module_args": { > "_raw_params": "openssl req -config /etc/etcd/ca/openssl.cnf -newkey rsa:4096 -keyout /etc/etcd/ca/ca.key -new -out /etc/etcd/ca/ca.crt -x509 -extensions etcd_v3_ca_self -batch -nodes -days 1825 -subj /CN=etcd-signer@1530185626", > "_uses_shell": false, > "chdir": "/etc/etcd/ca", > "creates": "/etc/etcd/ca/ca.crt", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "stdout": "skipped, since /etc/etcd/ca/ca.crt exists", > "stdout_lines": [ > "skipped, since /etc/etcd/ca/ca.crt exists" > ] >} > >TASK [etcd : include_tasks] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/server_certificates.yml:6 >included: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [etcd : Install etcd] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456 `" && echo ansible-tmp-1530185641.2-162331665143456="` echo /root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185641.2-162331665143456=/root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpWvZMSQ TO /root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpWvZMSQ /root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456/yum.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456/ /root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456/yum.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456/yum.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185641.2-162331665143456/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"msg": "", "invocation": {"module_args": {"allow_downgrade": false, "name": ["etcd"], "list": null, "install_repoquery": true, "conf_file": null, "disable_gpg_check": false, "state": "present", "disablerepo": null, "update_cache": false, "enablerepo": null, "exclude": null, "security": false, "validate_certs": true, "installroot": "/", "skip_broken": false}}, "changed": false, "results": ["etcd-3.2.22-1.el7.x86_64 providing etcd is already installed"], "rc": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "allow_downgrade": false, > "conf_file": null, > "disable_gpg_check": false, > "disablerepo": null, > "enablerepo": null, > "exclude": null, > "install_repoquery": true, > "installroot": "/", > "list": null, > "name": [ > "etcd" > ], > "security": false, > "skip_broken": false, > "state": "present", > "update_cache": false, > "validate_certs": true > } > }, > "msg": "", > "rc": 0, > "results": [ > "etcd-3.2.22-1.el7.x86_64 providing etcd is already installed" > ] >} > >TASK [etcd : Check status of etcd certificates] ***************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:10 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/server.crt) => { > "changed": false, > "item": "/etc/etcd/server.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/peer.crt) => { > "changed": false, > "item": "/etc/etcd/peer.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/ca.crt) => { > "changed": false, > "item": "/etc/etcd/ca.crt", > "skip_reason": "Conditional result was False" >} > >TASK [etcd : set_fact] ****************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:20 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "etcd_server_certs_missing": true > }, > "changed": false >} > >TASK [etcd : Ensure generated_certs directory present] ********************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:27 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491 `" && echo ansible-tmp-1530185641.87-235408310981491="` echo /root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185641.87-235408310981491=/root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpqYwDAL TO /root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpqYwDAL /root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491/ /root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185641.87-235408310981491/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": true, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "state": "directory", "mode": "0700"}, "before": {"path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "state": "absent", "mode": "0755"}}, "size": 6}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "diff": { > "after": { > "mode": "0700", > "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "state": "directory" > }, > "before": { > "mode": "0755", > "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "state": "absent" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": 448, > "original_basename": null, > "owner": null, > "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "root", > "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 6, > "state": "directory", > "uid": 0 >} > >TASK [etcd : Create the server csr] ***************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:35 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077 `" && echo ansible-tmp-1530185642.19-207457993868077="` echo /root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185642.19-207457993868077=/root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpuri5S3 TO /root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpuri5S3 /root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077/ /root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'SAN=IP:172.16.120.82,DNS:qe-juzhao-39-qeos-1-master-etcd-1 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185642.19-207457993868077/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:53.365516", "stdout": "", "cmd": ["openssl", "req", "-new", "-keyout", "server.key", "-config", "/etc/etcd/ca/openssl.cnf", "-out", "server.csr", "-reqexts", "etcd_v3_req", "-batch", "-nodes", "-subj", "/CN=qe-juzhao-39-qeos-1-master-etcd-1"], "rc": 0, "start": "2018-06-28 07:33:53.279121", "stderr": "Generating a 2048 bit RSA private key\\n...........+++\\n.................................+++\\nwriting new private key to \'server.key\'\\n-----", "delta": "0:00:00.086395", "invocation": {"module_args": {"creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Noneserver.csr", "executable": null, "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "_raw_params": "openssl req -new -keyout server.key -config /etc/etcd/ca/openssl.cnf -out server.csr -reqexts etcd_v3_req -batch -nodes -subj /CN=qe-juzhao-39-qeos-1-master-etcd-1", "removes": null, "warn": true, "_uses_shell": false, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "openssl", > "req", > "-new", > "-keyout", > "server.key", > "-config", > "/etc/etcd/ca/openssl.cnf", > "-out", > "server.csr", > "-reqexts", > "etcd_v3_req", > "-batch", > "-nodes", > "-subj", > "/CN=qe-juzhao-39-qeos-1-master-etcd-1" > ], > "delta": "0:00:00.086395", > "end": "2018-06-28 07:33:53.365516", > "invocation": { > "module_args": { > "_raw_params": "openssl req -new -keyout server.key -config /etc/etcd/ca/openssl.cnf -out server.csr -reqexts etcd_v3_req -batch -nodes -subj /CN=qe-juzhao-39-qeos-1-master-etcd-1", > "_uses_shell": false, > "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Noneserver.csr", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:33:53.279121", > "stderr": "Generating a 2048 bit RSA private key\n...........+++\n.................................+++\nwriting new private key to 'server.key'\n-----", > "stderr_lines": [ > "Generating a 2048 bit RSA private key", > "...........+++", > ".................................+++", > "writing new private key to 'server.key'", > "-----" > ], > "stdout": "", > "stdout_lines": [] >} > >TASK [etcd : Sign and create the server crt] ******************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:54 >Using module file /home/yapei/openshift-ansible/roles/lib_utils/library/delegated_serial_command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807 `" && echo ansible-tmp-1530185642.75-180447367468807="` echo /root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185642.75-180447367468807=/root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpZaV9xi TO /root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807/delegated_serial_command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpZaV9xi /root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807/delegated_serial_command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807/ /root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807/delegated_serial_command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'SAN=IP:172.16.120.82 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807/delegated_serial_command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185642.75-180447367468807/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:53.860773", "stderr": "Using configuration from /etc/etcd/ca/openssl.cnf\\nCheck that the request matches the signature\\nSignature ok\\nCertificate Details:\\n Serial Number: 13 (0xd)\\n Validity\\n Not Before: Jun 28 11:33:53 2018 GMT\\n Not After : Jun 27 11:33:53 2023 GMT\\n Subject:\\n commonName = qe-juzhao-39-qeos-1-master-etcd-1\\n X509v3 extensions:\\n X509v3 Authority Key Identifier: \\n keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F\\n DirName:/CN=etcd-signer@1530148150\\n serial:CF:FC:2A:F2:AE:F9:78:AA\\n\\n X509v3 Basic Constraints: critical\\n CA:FALSE\\n X509v3 Extended Key Usage: \\n TLS Web Server Authentication\\n X509v3 Key Usage: \\n Digital Signature, Key Encipherment\\n X509v3 Subject Key Identifier: \\n CB:36:FA:ED:D8:45:AB:8A:82:3B:21:F7:97:FA:ED:18:8E:4E:AC:53\\n X509v3 Subject Alternative Name: \\n IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1\\nCertificate is to be certified until Jun 27 11:33:53 2023 GMT (1825 days)\\n\\nWrite out database with 1 new entries\\nData Base Updated", "stdout": "", "cmd": ["openssl", "ca", "-name", "etcd_ca", "-config", "/etc/etcd/ca/openssl.cnf", "-out", "server.crt", "-in", "server.csr", "-extensions", "etcd_v3_ca_server", "-batch"], "rc": 0, "start": "2018-06-28 07:33:53.833698", "iterated": 0, "delta": "0:00:00.027075", "invocation": {"module_args": {"creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Noneserver.crt", "executable": null, "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "removes": null, "warn": true, "_uses_shell": false, "command": "openssl ca -name etcd_ca -config /etc/etcd/ca/openssl.cnf -out server.crt -in server.csr -extensions etcd_v3_ca_server -batch\\n", "timeout": 30, "lockfile": "/tmp/delegated_serial_command.lock"}}, "warnings": []}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "openssl", > "ca", > "-name", > "etcd_ca", > "-config", > "/etc/etcd/ca/openssl.cnf", > "-out", > "server.crt", > "-in", > "server.csr", > "-extensions", > "etcd_v3_ca_server", > "-batch" > ], > "delta": "0:00:00.027075", > "end": "2018-06-28 07:33:53.860773", > "invocation": { > "module_args": { > "_uses_shell": false, > "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "command": "openssl ca -name etcd_ca -config /etc/etcd/ca/openssl.cnf -out server.crt -in server.csr -extensions etcd_v3_ca_server -batch\n", > "creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Noneserver.crt", > "executable": null, > "lockfile": "/tmp/delegated_serial_command.lock", > "removes": null, > "timeout": 30, > "warn": true > } > }, > "iterated": 0, > "rc": 0, > "start": "2018-06-28 07:33:53.833698", > "stderr": "Using configuration from /etc/etcd/ca/openssl.cnf\nCheck that the request matches the signature\nSignature ok\nCertificate Details:\n Serial Number: 13 (0xd)\n Validity\n Not Before: Jun 28 11:33:53 2018 GMT\n Not After : Jun 27 11:33:53 2023 GMT\n Subject:\n commonName = qe-juzhao-39-qeos-1-master-etcd-1\n X509v3 extensions:\n X509v3 Authority Key Identifier: \n keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F\n DirName:/CN=etcd-signer@1530148150\n serial:CF:FC:2A:F2:AE:F9:78:AA\n\n X509v3 Basic Constraints: critical\n CA:FALSE\n X509v3 Extended Key Usage: \n TLS Web Server Authentication\n X509v3 Key Usage: \n Digital Signature, Key Encipherment\n X509v3 Subject Key Identifier: \n CB:36:FA:ED:D8:45:AB:8A:82:3B:21:F7:97:FA:ED:18:8E:4E:AC:53\n X509v3 Subject Alternative Name: \n IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1\nCertificate is to be certified until Jun 27 11:33:53 2023 GMT (1825 days)\n\nWrite out database with 1 new entries\nData Base Updated", > "stderr_lines": [ > "Using configuration from /etc/etcd/ca/openssl.cnf", > "Check that the request matches the signature", > "Signature ok", > "Certificate Details:", > " Serial Number: 13 (0xd)", > " Validity", > " Not Before: Jun 28 11:33:53 2018 GMT", > " Not After : Jun 27 11:33:53 2023 GMT", > " Subject:", > " commonName = qe-juzhao-39-qeos-1-master-etcd-1", > " X509v3 extensions:", > " X509v3 Authority Key Identifier: ", > " keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F", > " DirName:/CN=etcd-signer@1530148150", > " serial:CF:FC:2A:F2:AE:F9:78:AA", > "", > " X509v3 Basic Constraints: critical", > " CA:FALSE", > " X509v3 Extended Key Usage: ", > " TLS Web Server Authentication", > " X509v3 Key Usage: ", > " Digital Signature, Key Encipherment", > " X509v3 Subject Key Identifier: ", > " CB:36:FA:ED:D8:45:AB:8A:82:3B:21:F7:97:FA:ED:18:8E:4E:AC:53", > " X509v3 Subject Alternative Name: ", > " IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", > "Certificate is to be certified until Jun 27 11:33:53 2023 GMT (1825 days)", > "", > "Write out database with 1 new entries", > "Data Base Updated" > ], > "stdout": "", > "stdout_lines": [] >} > >TASK [etcd : Create the peer csr] ******************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:69 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194 `" && echo ansible-tmp-1530185643.11-202514020767194="` echo /root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185643.11-202514020767194=/root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp4OAdza TO /root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp4OAdza /root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194/ /root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'SAN=IP:172.16.120.82,DNS:qe-juzhao-39-qeos-1-master-etcd-1 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185643.11-202514020767194/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:54.247260", "stdout": "", "cmd": ["openssl", "req", "-new", "-keyout", "peer.key", "-config", "/etc/etcd/ca/openssl.cnf", "-out", "peer.csr", "-reqexts", "etcd_v3_req", "-batch", "-nodes", "-subj", "/CN=qe-juzhao-39-qeos-1-master-etcd-1"], "rc": 0, "start": "2018-06-28 07:33:54.184360", "stderr": "Generating a 2048 bit RSA private key\\n........+++\\n...............................+++\\nwriting new private key to \'peer.key\'\\n-----", "delta": "0:00:00.062900", "invocation": {"module_args": {"creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Nonepeer.csr", "executable": null, "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "_raw_params": "openssl req -new -keyout peer.key -config /etc/etcd/ca/openssl.cnf -out peer.csr -reqexts etcd_v3_req -batch -nodes -subj /CN=qe-juzhao-39-qeos-1-master-etcd-1", "removes": null, "warn": true, "_uses_shell": false, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "openssl", > "req", > "-new", > "-keyout", > "peer.key", > "-config", > "/etc/etcd/ca/openssl.cnf", > "-out", > "peer.csr", > "-reqexts", > "etcd_v3_req", > "-batch", > "-nodes", > "-subj", > "/CN=qe-juzhao-39-qeos-1-master-etcd-1" > ], > "delta": "0:00:00.062900", > "end": "2018-06-28 07:33:54.247260", > "invocation": { > "module_args": { > "_raw_params": "openssl req -new -keyout peer.key -config /etc/etcd/ca/openssl.cnf -out peer.csr -reqexts etcd_v3_req -batch -nodes -subj /CN=qe-juzhao-39-qeos-1-master-etcd-1", > "_uses_shell": false, > "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Nonepeer.csr", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:33:54.184360", > "stderr": "Generating a 2048 bit RSA private key\n........+++\n...............................+++\nwriting new private key to 'peer.key'\n-----", > "stderr_lines": [ > "Generating a 2048 bit RSA private key", > "........+++", > "...............................+++", > "writing new private key to 'peer.key'", > "-----" > ], > "stdout": "", > "stdout_lines": [] >} > >TASK [etcd : Sign and create the peer crt] ********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:88 >Using module file /home/yapei/openshift-ansible/roles/lib_utils/library/delegated_serial_command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678 `" && echo ansible-tmp-1530185643.49-39579514321678="` echo /root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185643.49-39579514321678=/root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp8iEbui TO /root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678/delegated_serial_command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp8iEbui /root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678/delegated_serial_command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678/ /root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678/delegated_serial_command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'SAN=IP:172.16.120.82 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678/delegated_serial_command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185643.49-39579514321678/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:54.585360", "stderr": "Using configuration from /etc/etcd/ca/openssl.cnf\\nCheck that the request matches the signature\\nSignature ok\\nCertificate Details:\\n Serial Number: 14 (0xe)\\n Validity\\n Not Before: Jun 28 11:33:54 2018 GMT\\n Not After : Jun 27 11:33:54 2023 GMT\\n Subject:\\n commonName = qe-juzhao-39-qeos-1-master-etcd-1\\n X509v3 extensions:\\n X509v3 Authority Key Identifier: \\n keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F\\n DirName:/CN=etcd-signer@1530148150\\n serial:CF:FC:2A:F2:AE:F9:78:AA\\n\\n X509v3 Basic Constraints: critical\\n CA:FALSE\\n X509v3 Extended Key Usage: \\n TLS Web Client Authentication, TLS Web Server Authentication\\n X509v3 Key Usage: \\n Digital Signature, Key Encipherment\\n X509v3 Subject Key Identifier: \\n C7:F0:41:BE:A0:C4:4B:A9:71:DB:C1:B4:89:0C:C1:B0:4B:79:EF:41\\n X509v3 Subject Alternative Name: \\n IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1\\nCertificate is to be certified until Jun 27 11:33:54 2023 GMT (1825 days)\\n\\nWrite out database with 1 new entries\\nData Base Updated", "stdout": "", "cmd": ["openssl", "ca", "-name", "etcd_ca", "-config", "/etc/etcd/ca/openssl.cnf", "-out", "peer.crt", "-in", "peer.csr", "-extensions", "etcd_v3_ca_peer", "-batch"], "rc": 0, "start": "2018-06-28 07:33:54.566135", "iterated": 0, "delta": "0:00:00.019225", "invocation": {"module_args": {"creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Nonepeer.crt", "executable": null, "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "removes": null, "warn": true, "_uses_shell": false, "command": "openssl ca -name etcd_ca -config /etc/etcd/ca/openssl.cnf -out peer.crt -in peer.csr -extensions etcd_v3_ca_peer -batch\\n", "timeout": 30, "lockfile": "/tmp/delegated_serial_command.lock"}}, "warnings": []}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "openssl", > "ca", > "-name", > "etcd_ca", > "-config", > "/etc/etcd/ca/openssl.cnf", > "-out", > "peer.crt", > "-in", > "peer.csr", > "-extensions", > "etcd_v3_ca_peer", > "-batch" > ], > "delta": "0:00:00.019225", > "end": "2018-06-28 07:33:54.585360", > "invocation": { > "module_args": { > "_uses_shell": false, > "chdir": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "command": "openssl ca -name etcd_ca -config /etc/etcd/ca/openssl.cnf -out peer.crt -in peer.csr -extensions etcd_v3_ca_peer -batch\n", > "creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/Nonepeer.crt", > "executable": null, > "lockfile": "/tmp/delegated_serial_command.lock", > "removes": null, > "timeout": 30, > "warn": true > } > }, > "iterated": 0, > "rc": 0, > "start": "2018-06-28 07:33:54.566135", > "stderr": "Using configuration from /etc/etcd/ca/openssl.cnf\nCheck that the request matches the signature\nSignature ok\nCertificate Details:\n Serial Number: 14 (0xe)\n Validity\n Not Before: Jun 28 11:33:54 2018 GMT\n Not After : Jun 27 11:33:54 2023 GMT\n Subject:\n commonName = qe-juzhao-39-qeos-1-master-etcd-1\n X509v3 extensions:\n X509v3 Authority Key Identifier: \n keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F\n DirName:/CN=etcd-signer@1530148150\n serial:CF:FC:2A:F2:AE:F9:78:AA\n\n X509v3 Basic Constraints: critical\n CA:FALSE\n X509v3 Extended Key Usage: \n TLS Web Client Authentication, TLS Web Server Authentication\n X509v3 Key Usage: \n Digital Signature, Key Encipherment\n X509v3 Subject Key Identifier: \n C7:F0:41:BE:A0:C4:4B:A9:71:DB:C1:B4:89:0C:C1:B0:4B:79:EF:41\n X509v3 Subject Alternative Name: \n IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1\nCertificate is to be certified until Jun 27 11:33:54 2023 GMT (1825 days)\n\nWrite out database with 1 new entries\nData Base Updated", > "stderr_lines": [ > "Using configuration from /etc/etcd/ca/openssl.cnf", > "Check that the request matches the signature", > "Signature ok", > "Certificate Details:", > " Serial Number: 14 (0xe)", > " Validity", > " Not Before: Jun 28 11:33:54 2018 GMT", > " Not After : Jun 27 11:33:54 2023 GMT", > " Subject:", > " commonName = qe-juzhao-39-qeos-1-master-etcd-1", > " X509v3 extensions:", > " X509v3 Authority Key Identifier: ", > " keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F", > " DirName:/CN=etcd-signer@1530148150", > " serial:CF:FC:2A:F2:AE:F9:78:AA", > "", > " X509v3 Basic Constraints: critical", > " CA:FALSE", > " X509v3 Extended Key Usage: ", > " TLS Web Client Authentication, TLS Web Server Authentication", > " X509v3 Key Usage: ", > " Digital Signature, Key Encipherment", > " X509v3 Subject Key Identifier: ", > " C7:F0:41:BE:A0:C4:4B:A9:71:DB:C1:B4:89:0C:C1:B0:4B:79:EF:41", > " X509v3 Subject Alternative Name: ", > " IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", > "Certificate is to be certified until Jun 27 11:33:54 2023 GMT (1825 days)", > "", > "Write out database with 1 new entries", > "Data Base Updated" > ], > "stdout": "", > "stdout_lines": [] >} > >TASK [etcd : file] ********************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:103 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541 `" && echo ansible-tmp-1530185643.82-218489965599541="` echo /root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185643.82-218489965599541=/root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpem6a80 TO /root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpem6a80 /root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541/ /root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185643.82-218489965599541/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/etcd/ca/ca.crt", "group": "root", "uid": 0, "dest": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", "changed": true, "owner": "root", "state": "hard", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0644", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": null, "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "hard", "content": null, "serole": null, "diff_peek": null, "setype": null, "dest": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/etcd/ca/ca.crt", "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", "state": "hard"}, "before": {"path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", "state": "absent"}}, "size": 1895}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "dest": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", > "diff": { > "after": { > "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", > "state": "hard" > }, > "before": { > "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", > "state": "absent" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "dest": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/etcd/ca/ca.crt", > "state": "hard", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0644", > "owner": "root", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1895, > "src": "/etc/etcd/ca/ca.crt", > "state": "hard", > "uid": 0 >} > >TASK [etcd : Create a tarball of the etcd certs] **************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:111 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883 `" && echo ansible-tmp-1530185644.15-165026228491883="` echo /root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185644.15-165026228491883=/root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpfLEloK TO /root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpfLEloK /root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883/ /root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185644.15-165026228491883/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:55.236958", "stdout": "./\\n./server.key\\n./server.csr\\n./server.crt\\n./peer.key\\n./peer.csr\\n./peer.crt\\n./ca.crt", "cmd": ["tar", "-czvf", "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "-C", "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", "."], "rc": 0, "start": "2018-06-28 07:33:55.232038", "stderr": "", "delta": "0:00:00.004920", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": false, "_raw_params": "tar -czvf /etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz\\n -C /etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1 .", "removes": null, "creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czvf", > "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "-C", > "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1", > "." > ], > "delta": "0:00:00.004920", > "end": "2018-06-28 07:33:55.236958", > "invocation": { > "module_args": { > "_raw_params": "tar -czvf /etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz\n -C /etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1 .", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:33:55.232038", > "stderr": "", > "stderr_lines": [], > "stdout": "./\n./server.key\n./server.csr\n./server.crt\n./peer.key\n./peer.csr\n./peer.crt\n./ca.crt", > "stdout_lines": [ > "./", > "./server.key", > "./server.csr", > "./server.crt", > "./peer.key", > "./peer.csr", > "./peer.crt", > "./ca.crt" > ] >} > >TASK [etcd : Retrieve etcd cert tarball] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:123 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947 `" && echo ansible-tmp-1530185644.47-212879946635947="` echo /root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185644.47-212879946635947=/root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp1na7nh TO /root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp1na7nh /root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947/ /root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185644.47-212879946635947/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530185635.2358816, "block_size": 4096, "inode": 50358532, "isgid": false, "size": 10813, "executable": false, "isuid": false, "readable": true, "version": "18446744073405109105", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "application/x-gzip", "blocks": 24, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "xusr": false, "atime": 1530185635.2348816, "isdir": false, "ctime": 1530185635.2358816, "isblk": false, "wgrp": false, "checksum": "6e67826ff0aa763897b4650831b5b533d48ec11c", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> FETCH /etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz TO /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> get /etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz\n', '') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "checksum": "6e67826ff0aa763897b4650831b5b533d48ec11c", > "dest": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "md5sum": "cb3537d5c1b8eaa4154d8510e179564e", > "remote_checksum": "6e67826ff0aa763897b4650831b5b533d48ec11c", > "remote_md5sum": null >} > >TASK [etcd : Ensure certificate directory exists] *************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:132 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843 `" && echo ansible-tmp-1530185644.81-103317556845843="` echo /root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185644.81-103317556845843=/root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpJbmcAk TO /root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpJbmcAk /root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843/ /root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185644.81-103317556845843/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": false, "owner": "etcd", "state": "directory", "gid": 993, "secontext": "system_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd"}, "before": {"path": "/etc/etcd"}}, "size": 4096}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd) => { > "changed": false, > "diff": { > "after": { > "path": "/etc/etcd" > }, > "before": { > "path": "/etc/etcd" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/etcd", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd", > "mode": "0700", > "owner": "etcd", > "path": "/etc/etcd", > "secontext": "system_u:object_r:etc_t:s0", > "size": 4096, > "state": "directory", > "uid": 996 >} > >TASK [etcd : Unarchive cert tarball] **************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:140 ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772 `" && echo ansible-tmp-1530185645.12-34473780919772="` echo /root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185645.12-34473780919772=/root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772\n', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674 `" && echo ansible-tmp-1530185645.17-76064421183674="` echo /root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185645.17-76064421183674=/root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpwrMlx9 TO /root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpwrMlx9 /root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674/ /root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185645.17-76064421183674/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/etcd", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 996, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530185632.9438815, "block_size": 4096, "inode": 50331819, "isgid": false, "size": 4096, "executable": true, "isuid": false, "readable": true, "version": "18446744072317676768", "pw_name": "etcd", "gid": 993, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 8, "xoth": false, "islnk": false, "nlink": 4, "issock": false, "rgrp": false, "gr_name": "etcd", "path": "/etc/etcd", "xusr": true, "atime": 1528737196.0, "isdir": true, "ctime": 1530185632.9438815, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz TO /root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz /root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/ /root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/unarchive.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553 `" && echo ansible-tmp-1530185645.65-142703044545553="` echo /root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185645.65-142703044545553=/root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpxTL28M TO /root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553/unarchive.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpxTL28M /root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553/unarchive.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553/ /root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553/unarchive.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553/unarchive.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185645.65-142703044545553/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source", "group": "root", "uid": 0, "dest": "/etc/etcd", "changed": true, "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/etc/etcd", "-z", "-f", "/root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source"], "rc": 0, "err": "", "out": ""}, "owner": "root", "state": "directory", "handler": "TgzArchive", "secontext": "system_u:object_r:etc_t:s0", "mode": "0700", "invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": false, "exclude": [], "owner": null, "follow": false, "group": null, "unsafe_writes": null, "keep_newer": false, "serole": null, "content": null, "setype": null, "extra_opts": [], "dest": "/etc/etcd", "selevel": null, "original_basename": "etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "regexp": null, "src": "/root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source", "validate_certs": true, "list_files": false, "seuser": null, "creates": null, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "gid": 0, "size": 4096}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/ > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "dest": "/etc/etcd", > "extract_results": { > "cmd": [ > "/usr/bin/gtar", > "--extract", > "-C", > "/etc/etcd", > "-z", > "-f", > "/root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source" > ], > "err": "", > "out": "", > "rc": 0 > }, > "gid": 0, > "group": "root", > "handler": "TgzArchive", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "creates": null, > "delimiter": null, > "dest": "/etc/etcd", > "directory_mode": null, > "exclude": [], > "extra_opts": [], > "follow": false, > "force": null, > "group": null, > "keep_newer": false, > "list_files": false, > "mode": null, > "original_basename": "etcd-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "owner": null, > "regexp": null, > "remote_src": false, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source", > "unsafe_writes": null, > "validate_certs": true > } > }, > "mode": "0700", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 4096, > "src": "/root/.ansible/tmp/ansible-tmp-1530185645.12-34473780919772/source", > "state": "directory", > "uid": 0 >} > >TASK [etcd : Create a tarball of the etcd ca certs] ************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:146 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156 `" && echo ansible-tmp-1530185646.11-206742002051156="` echo /root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185646.11-206742002051156=/root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpEiaieT TO /root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpEiaieT /root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156/ /root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185646.11-206742002051156/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:33:57.299421", "stdout": "./\\n./certs/\\n./certs/01.pem\\n./certs/02.pem\\n./certs/03.pem\\n./certs/04.pem\\n./certs/05.pem\\n./certs/06.pem\\n./certs/07.pem\\n./certs/08.pem\\n./certs/09.pem\\n./certs/0A.pem\\n./certs/0B.pem\\n./certs/0C.pem\\n./certs/0D.pem\\n./certs/0E.pem\\n./crl/\\n./fragments/\\n./fragments/openssl.cnf\\n./fragments/openssl_append.cnf\\n./openssl.cnf\\n./ca.key\\n./ca.crt\\n./serial.old\\n./index.txt.old\\n./index.txt.attr.old\\n./serial\\n./index.txt\\n./index.txt.attr", "cmd": ["tar", "-czvf", "/etc/etcd/generated_certs/etcd_ca.tgz", "-C", "/etc/etcd/ca", "."], "rc": 0, "start": "2018-06-28 07:33:57.217905", "stderr": "", "delta": "0:00:00.081516", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": false, "_raw_params": "tar -czvf /etc/etcd/generated_certs/etcd_ca.tgz\\n -C /etc/etcd/ca .", "removes": null, "creates": "/etc/etcd/generated_certs/etcd_ca.tgz", "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czvf", > "/etc/etcd/generated_certs/etcd_ca.tgz", > "-C", > "/etc/etcd/ca", > "." > ], > "delta": "0:00:00.081516", > "end": "2018-06-28 07:33:57.299421", > "invocation": { > "module_args": { > "_raw_params": "tar -czvf /etc/etcd/generated_certs/etcd_ca.tgz\n -C /etc/etcd/ca .", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/etcd/generated_certs/etcd_ca.tgz", > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:33:57.217905", > "stderr": "", > "stderr_lines": [], > "stdout": "./\n./certs/\n./certs/01.pem\n./certs/02.pem\n./certs/03.pem\n./certs/04.pem\n./certs/05.pem\n./certs/06.pem\n./certs/07.pem\n./certs/08.pem\n./certs/09.pem\n./certs/0A.pem\n./certs/0B.pem\n./certs/0C.pem\n./certs/0D.pem\n./certs/0E.pem\n./crl/\n./fragments/\n./fragments/openssl.cnf\n./fragments/openssl_append.cnf\n./openssl.cnf\n./ca.key\n./ca.crt\n./serial.old\n./index.txt.old\n./index.txt.attr.old\n./serial\n./index.txt\n./index.txt.attr", > "stdout_lines": [ > "./", > "./certs/", > "./certs/01.pem", > "./certs/02.pem", > "./certs/03.pem", > "./certs/04.pem", > "./certs/05.pem", > "./certs/06.pem", > "./certs/07.pem", > "./certs/08.pem", > "./certs/09.pem", > "./certs/0A.pem", > "./certs/0B.pem", > "./certs/0C.pem", > "./certs/0D.pem", > "./certs/0E.pem", > "./crl/", > "./fragments/", > "./fragments/openssl.cnf", > "./fragments/openssl_append.cnf", > "./openssl.cnf", > "./ca.key", > "./ca.crt", > "./serial.old", > "./index.txt.old", > "./index.txt.attr.old", > "./serial", > "./index.txt", > "./index.txt.attr" > ] >} > >TASK [etcd : Retrieve etcd ca cert tarball] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:156 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099 `" && echo ansible-tmp-1530185646.54-78711724735099="` echo /root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185646.54-78711724735099=/root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpvQugey TO /root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpvQugey /root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099/ /root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185646.54-78711724735099/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/etcd/generated_certs/etcd_ca.tgz", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530185637.2978816, "block_size": 4096, "inode": 50367937, "isgid": false, "size": 42590, "executable": false, "isuid": false, "readable": true, "version": "18446744072678919098", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "application/x-gzip", "blocks": 88, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/etcd/generated_certs/etcd_ca.tgz", "xusr": false, "atime": 1530185637.2208817, "isdir": false, "ctime": 1530185637.2978816, "isblk": false, "wgrp": false, "checksum": "8ba395f7a40a4bb5274750f838f9111731793a0d", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> FETCH /etc/etcd/generated_certs/etcd_ca.tgz TO /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd_ca.tgz ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> get /etc/etcd/generated_certs/etcd_ca.tgz /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd_ca.tgz\n', '') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "checksum": "8ba395f7a40a4bb5274750f838f9111731793a0d", > "dest": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/etcd_ca.tgz", > "md5sum": "a772e4dccc154f7f38cc19d718ee2e3d", > "remote_checksum": "8ba395f7a40a4bb5274750f838f9111731793a0d", > "remote_md5sum": null >} > >TASK [etcd : Ensure ca directory exists] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:165 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880 `" && echo ansible-tmp-1530185646.9-119214392836880="` echo /root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185646.9-119214392836880=/root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpt9GMPc TO /root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpt9GMPc /root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880/ /root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185646.9-119214392836880/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd/ca", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/ca", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/ca"}, "before": {"path": "/etc/etcd/ca"}}, "size": 212}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/ca) => { > "changed": false, > "diff": { > "after": { > "path": "/etc/etcd/ca" > }, > "before": { > "path": "/etc/etcd/ca" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/etcd/ca", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/ca", > "mode": "0700", > "owner": "root", > "path": "/etc/etcd/ca", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 212, > "state": "directory", > "uid": 0 >} > >TASK [etcd : Delete temporary directory] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:173 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185647.19-247459685468895 `" && echo ansible-tmp-1530185647.19-247459685468895="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185647.19-247459685468895 `" ) && sleep 0' ><localhost> PUT /tmp/tmpUBjhAB TO /home/yapei/.ansible/tmp/ansible-tmp-1530185647.19-247459685468895/file.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185647.19-247459685468895/ /home/yapei/.ansible/tmp/ansible-tmp-1530185647.19-247459685468895/file.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185647.19-247459685468895/file.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185647.19-247459685468895/" > /dev/null 2>&1 && sleep 0' >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> localhost] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "absent" > }, > "before": { > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "absent" >} > >TASK [etcd : Validate permissions on certificate files] ********************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:178 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867 `" && echo ansible-tmp-1530185647.38-87354909683867="` echo /root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185647.38-87354909683867=/root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpz4tAe5 TO /root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpz4tAe5 /root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867/ /root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185647.38-87354909683867/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": true, "owner": "etcd", "state": "file", "gid": 993, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/etcd/ca.crt", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/ca.crt", "owner": "etcd", "follow": false, "group": "etcd", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"owner": 996, "path": "/etc/etcd/ca.crt", "group": 993, "mode": "0600"}, "before": {"owner": 0, "path": "/etc/etcd/ca.crt", "group": 0, "mode": "0644"}}, "size": 1895}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/ca.crt) => { > "changed": true, > "diff": { > "after": { > "group": 993, > "mode": "0600", > "owner": 996, > "path": "/etc/etcd/ca.crt" > }, > "before": { > "group": 0, > "mode": "0644", > "owner": 0, > "path": "/etc/etcd/ca.crt" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "etcd", > "mode": 384, > "original_basename": null, > "owner": "etcd", > "path": "/etc/etcd/ca.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/ca.crt", > "mode": "0600", > "owner": "etcd", > "path": "/etc/etcd/ca.crt", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1895, > "state": "file", > "uid": 996 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085 `" && echo ansible-tmp-1530185647.7-222688506246085="` echo /root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185647.7-222688506246085=/root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpKfVq36 TO /root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpKfVq36 /root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085/ /root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185647.7-222688506246085/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": true, "owner": "etcd", "state": "file", "gid": 993, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/etcd/server.crt", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/server.crt", "owner": "etcd", "follow": false, "group": "etcd", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"owner": 996, "path": "/etc/etcd/server.crt", "group": 993, "mode": "0600"}, "before": {"owner": 0, "path": "/etc/etcd/server.crt", "group": 0, "mode": "0644"}}, "size": 5957}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/server.crt) => { > "changed": true, > "diff": { > "after": { > "group": 993, > "mode": "0600", > "owner": 996, > "path": "/etc/etcd/server.crt" > }, > "before": { > "group": 0, > "mode": "0644", > "owner": 0, > "path": "/etc/etcd/server.crt" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "etcd", > "mode": 384, > "original_basename": null, > "owner": "etcd", > "path": "/etc/etcd/server.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/server.crt", > "mode": "0600", > "owner": "etcd", > "path": "/etc/etcd/server.crt", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 5957, > "state": "file", > "uid": 996 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954 `" && echo ansible-tmp-1530185647.96-244262244249954="` echo /root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185647.96-244262244249954=/root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpKiiQkK TO /root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpKiiQkK /root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954/ /root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185647.96-244262244249954/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": true, "owner": "etcd", "state": "file", "gid": 993, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/etcd/server.key", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/server.key", "owner": "etcd", "follow": false, "group": "etcd", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"owner": 996, "path": "/etc/etcd/server.key", "group": 993, "mode": "0600"}, "before": {"owner": 0, "path": "/etc/etcd/server.key", "group": 0, "mode": "0644"}}, "size": 1704}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/server.key) => { > "changed": true, > "diff": { > "after": { > "group": 993, > "mode": "0600", > "owner": 996, > "path": "/etc/etcd/server.key" > }, > "before": { > "group": 0, > "mode": "0644", > "owner": 0, > "path": "/etc/etcd/server.key" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "etcd", > "mode": 384, > "original_basename": null, > "owner": "etcd", > "path": "/etc/etcd/server.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/server.key", > "mode": "0600", > "owner": "etcd", > "path": "/etc/etcd/server.key", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1704, > "state": "file", > "uid": 996 >} > >TASK [etcd : Validate permissions on peer certificate files] **************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:190 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656 `" && echo ansible-tmp-1530185648.33-211574951215656="` echo /root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185648.33-211574951215656=/root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpwmZt_k TO /root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpwmZt_k /root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656/ /root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185648.33-211574951215656/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": false, "owner": "etcd", "state": "file", "gid": 993, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/etcd/ca.crt", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/ca.crt", "owner": "etcd", "follow": false, "group": "etcd", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/ca.crt"}, "before": {"path": "/etc/etcd/ca.crt"}}, "size": 1895}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/ca.crt) => { > "changed": false, > "diff": { > "after": { > "path": "/etc/etcd/ca.crt" > }, > "before": { > "path": "/etc/etcd/ca.crt" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "etcd", > "mode": 384, > "original_basename": null, > "owner": "etcd", > "path": "/etc/etcd/ca.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/ca.crt", > "mode": "0600", > "owner": "etcd", > "path": "/etc/etcd/ca.crt", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1895, > "state": "file", > "uid": 996 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221 `" && echo ansible-tmp-1530185648.59-44395502177221="` echo /root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185648.59-44395502177221=/root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpldj11N TO /root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpldj11N /root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221/ /root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185648.59-44395502177221/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": true, "owner": "etcd", "state": "file", "gid": 993, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/etcd/peer.crt", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/peer.crt", "owner": "etcd", "follow": false, "group": "etcd", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"owner": 996, "path": "/etc/etcd/peer.crt", "group": 993, "mode": "0600"}, "before": {"owner": 0, "path": "/etc/etcd/peer.crt", "group": 0, "mode": "0644"}}, "size": 6000}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/peer.crt) => { > "changed": true, > "diff": { > "after": { > "group": 993, > "mode": "0600", > "owner": 996, > "path": "/etc/etcd/peer.crt" > }, > "before": { > "group": 0, > "mode": "0644", > "owner": 0, > "path": "/etc/etcd/peer.crt" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "etcd", > "mode": 384, > "original_basename": null, > "owner": "etcd", > "path": "/etc/etcd/peer.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/peer.crt", > "mode": "0600", > "owner": "etcd", > "path": "/etc/etcd/peer.crt", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 6000, > "state": "file", > "uid": 996 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674 `" && echo ansible-tmp-1530185648.86-112237158513674="` echo /root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185648.86-112237158513674=/root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpGlU6aJ TO /root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpGlU6aJ /root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674/ /root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185648.86-112237158513674/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": true, "owner": "etcd", "state": "file", "gid": 993, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/etcd/peer.key", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/peer.key", "owner": "etcd", "follow": false, "group": "etcd", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"owner": 996, "path": "/etc/etcd/peer.key", "group": 993, "mode": "0600"}, "before": {"owner": 0, "path": "/etc/etcd/peer.key", "group": 0, "mode": "0644"}}, "size": 1704}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/etcd/peer.key) => { > "changed": true, > "diff": { > "after": { > "group": 993, > "mode": "0600", > "owner": 996, > "path": "/etc/etcd/peer.key" > }, > "before": { > "group": 0, > "mode": "0644", > "owner": 0, > "path": "/etc/etcd/peer.key" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "etcd", > "mode": 384, > "original_basename": null, > "owner": "etcd", > "path": "/etc/etcd/peer.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/etcd/peer.key", > "mode": "0600", > "owner": "etcd", > "path": "/etc/etcd/peer.key", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1704, > "state": "file", > "uid": 996 >} > >TASK [etcd : Validate permissions on the config dir] ************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_server_certificates_from_ca.yml:202 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456 `" && echo ansible-tmp-1530185649.23-121948848043456="` echo /root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185649.23-121948848043456=/root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpz3juW8 TO /root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpz3juW8 /root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456/ /root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185649.23-121948848043456/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "etcd", "uid": 996, "changed": true, "owner": "etcd", "state": "directory", "gid": 993, "secontext": "system_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd", "owner": "etcd", "follow": false, "group": "etcd", "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"owner": 996, "path": "/etc/etcd", "group": 993}, "before": {"owner": 0, "path": "/etc/etcd", "group": 0}}, "size": 4096}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "diff": { > "after": { > "group": 993, > "owner": 996, > "path": "/etc/etcd" > }, > "before": { > "group": 0, > "owner": 0, > "path": "/etc/etcd" > } > }, > "gid": 993, > "group": "etcd", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "etcd", > "mode": 448, > "original_basename": null, > "owner": "etcd", > "path": "/etc/etcd", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "etcd", > "path": "/etc/etcd", > "secontext": "system_u:object_r:etc_t:s0", > "size": 4096, > "state": "directory", > "uid": 996 >} >META: ran handlers > >PLAY [Create etcd client certificates for master hosts] ********************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613 `" && echo ansible-tmp-1530185649.54-48138208499613="` echo /root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185649.54-48138208499613=/root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpqzG1eB TO /root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpqzG1eB /root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613/ /root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185649.54-48138208499613/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37944, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2455584, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2260448, "size_available": 9258795008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41676, "block_size": 4096, "inode_available": 9395508}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2455584, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2260448, "size_available": 9258795008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41676, "block_size": 4096, "inode_available": 9395508}, {"block_used": 2455584, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2260448, "size_available": 9258795008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41676, "block_size": 4096, "inode_available": 9395508}, {"block_used": 2455584, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2260448, "size_available": 9258795008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41676, "block_size": 4096, "inode_available": 9395508}, {"block_used": 2455584, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2260448, "size_available": 9258795008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41676, "block_size": 4096, "inode_available": 9395508}, {"block_used": 2455584, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2260448, "size_available": 9258795008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41676, "block_size": 4096, "inode_available": 9395508}, {"block_used": 2455584, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2260448, "size_available": 9258795008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41676, "block_size": 4096, "inode_available": 9395508}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7415, "free": 406}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1959, "free": 5862}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 406, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073400", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "34", "tz_offset": "-0400", "month": "06", "epoch": "1530185640", "iso8601_micro": "2018-06-28T11:34:00.716853Z", "weekday": "Thursday", "time": "07:34:00", "date": "2018-06-28", "iso8601": "2018-06-28T11:34:00Z", "day": "28", "iso8601_basic": "20180628T073400716783", "second": "00"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [openshift_etcd_facts : Check for CA indicator files] ****************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807 `" && echo ansible-tmp-1530185650.64-27920382898807="` echo /root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185650.64-27920382898807=/root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp1HD5K3 TO /root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp1HD5K3 /root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807/ /root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185650.64-27920382898807/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/etcd/ca", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530185634.5838816, "block_size": 4096, "inode": 58720348, "isgid": false, "size": 212, "executable": true, "isuid": false, "readable": true, "version": "18446744071858440690", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 0, "xoth": false, "islnk": false, "nlink": 5, "issock": false, "rgrp": false, "gr_name": "root", "path": "/etc/etcd/ca", "xusr": true, "atime": 1530185637.2208817, "isdir": true, "ctime": 1530185634.5838816, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=[u'/etc/etcd/ca', u'host-8-252-199.host.centralci.eng.rdu2.redhat.com']) => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/etcd/ca" > } > }, > "item": [ > "/etc/etcd/ca", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com" > ], > "stat": { > "atime": 1530185637.2208817, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 0, > "charset": "binary", > "ctime": 1530185634.5838816, > "dev": 64768, > "device_type": 0, > "executable": true, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 58720348, > "isblk": false, > "ischr": false, > "isdir": true, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": false, > "issock": false, > "isuid": false, > "mimetype": "inode/directory", > "mode": "0700", > "mtime": 1530185634.5838816, > "nlink": 5, > "path": "/etc/etcd/ca", > "pw_name": "root", > "readable": true, > "rgrp": false, > "roth": false, > "rusr": true, > "size": 212, > "uid": 0, > "version": "18446744071858440690", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": true > } >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163 `" && echo ansible-tmp-1530185650.92-119902033086163="` echo /root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185650.92-119902033086163=/root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp3acbpP TO /root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp3acbpP /root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163/ /root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185650.92-119902033086163/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/etcd/generated_certs", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530185637.2208817, "block_size": 4096, "inode": 50358516, "isgid": false, "size": 121, "executable": true, "isuid": false, "readable": true, "version": "18446744072381231103", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 0, "xoth": false, "islnk": false, "nlink": 3, "issock": false, "rgrp": false, "gr_name": "root", "path": "/etc/etcd/generated_certs", "xusr": true, "atime": 1530185632.9438815, "isdir": true, "ctime": 1530185637.2208817, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=[u'/etc/etcd/generated_certs', u'host-8-252-199.host.centralci.eng.rdu2.redhat.com']) => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/etcd/generated_certs" > } > }, > "item": [ > "/etc/etcd/generated_certs", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com" > ], > "stat": { > "atime": 1530185632.9438815, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 0, > "charset": "binary", > "ctime": 1530185637.2208817, > "dev": 64768, > "device_type": 0, > "executable": true, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 50358516, > "isblk": false, > "ischr": false, > "isdir": true, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": false, > "issock": false, > "isuid": false, > "mimetype": "inode/directory", > "mode": "0700", > "mtime": 1530185637.2208817, > "nlink": 3, > "path": "/etc/etcd/generated_certs", > "pw_name": "root", > "readable": true, > "rgrp": false, > "roth": false, > "rusr": true, > "size": 121, > "uid": 0, > "version": "18446744072381231103", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": true > } >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:15 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "__etcd_ca_dir_hosts": [], > "__etcd_generated_certs_dir_hosts": [] > }, > "changed": false >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:26 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "__etcd_ca_hosts": [] > }, > "changed": false >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:32 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_etcd_facts : set_fact] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_etcd_facts/tasks/set_etcd_ca_host.yml:41 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [etcd : include_tasks] ************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/client_certificates.yml:2 >included: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml for host-8-252-199.host.centralci.eng.rdu2.redhat.com > >TASK [etcd : Ensure CA certificate exists on etcd_ca_host] ****************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153 `" && echo ansible-tmp-1530185651.67-40943433700153="` echo /root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185651.67-40943433700153=/root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpe_NPLf TO /root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpe_NPLf /root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153/ /root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185651.67-40943433700153/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/etcd/ca/ca.crt", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148157.9778817, "block_size": 4096, "inode": 58720351, "isgid": false, "size": 1895, "executable": false, "isuid": false, "readable": true, "version": "760497010", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 2, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/etcd/ca/ca.crt", "xusr": false, "atime": 1530185635.2348816, "md5": "a261bf8672a3076cf39431e6faeec30f", "isdir": false, "ctime": 1530185634.9118817, "isblk": false, "wgrp": false, "checksum": "48df5d1ce11f511e3c71038c1738fa706d6ad9f0", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/etcd/ca/ca.crt" > } > }, > "stat": { > "atime": 1530185635.2348816, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "48df5d1ce11f511e3c71038c1738fa706d6ad9f0", > "ctime": 1530185634.9118817, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 58720351, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "a261bf8672a3076cf39431e6faeec30f", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530148157.9778817, > "nlink": 2, > "path": "/etc/etcd/ca/ca.crt", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 1895, > "uid": 0, > "version": "760497010", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [etcd : fail] ********************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:9 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [etcd : Check status of external etcd certificatees] ******************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:17 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-client.crt) => { > "changed": false, > "item": "master.etcd-client.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-client.key) => { > "changed": false, > "item": "master.etcd-client.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-ca.crt) => { > "changed": false, > "item": "master.etcd-ca.crt", > "skip_reason": "Conditional result was False" >} > >TASK [etcd : set_fact] ****************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:27 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "etcd_client_certs_missing": true > }, > "changed": false >} > >TASK [etcd : Ensure generated_certs directory present] ********************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:34 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671 `" && echo ansible-tmp-1530185652.3-279839692809671="` echo /root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185652.3-279839692809671=/root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpApAUsn TO /root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpApAUsn /root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671/ /root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185652.3-279839692809671/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": true, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", "state": "directory", "mode": "0700"}, "before": {"path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", "state": "absent", "mode": "0755"}}, "size": 6}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "diff": { > "after": { > "mode": "0700", > "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", > "state": "directory" > }, > "before": { > "mode": "0755", > "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", > "state": "absent" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": 448, > "original_basename": null, > "owner": null, > "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "root", > "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 6, > "state": "directory", > "uid": 0 >} > >TASK [etcd : Create the client csr] ***************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:42 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523 `" && echo ansible-tmp-1530185652.63-216335116125523="` echo /root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185652.63-216335116125523=/root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpnPxcM9 TO /root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpnPxcM9 /root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523/ /root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'SAN=IP:172.16.120.82,DNS:qe-juzhao-39-qeos-1-master-etcd-1 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185652.63-216335116125523/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:03.796557", "stdout": "", "cmd": ["openssl", "req", "-new", "-keyout", "master.etcd-client.key", "-config", "/etc/etcd/ca/openssl.cnf", "-out", "master.etcd-client.csr", "-reqexts", "etcd_v3_req", "-batch", "-nodes", "-subj", "/CN=qe-juzhao-39-qeos-1-master-etcd-1"], "rc": 0, "start": "2018-06-28 07:34:03.715863", "stderr": "Generating a 2048 bit RSA private key\\n...............+++\\n..................................+++\\nwriting new private key to \'master.etcd-client.key\'\\n-----", "delta": "0:00:00.080694", "invocation": {"module_args": {"creates": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.csr", "executable": null, "chdir": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", "_raw_params": "openssl req -new -keyout master.etcd-client.key -config /etc/etcd/ca/openssl.cnf -out master.etcd-client.csr -reqexts etcd_v3_req -batch -nodes -subj /CN=qe-juzhao-39-qeos-1-master-etcd-1", "removes": null, "warn": true, "_uses_shell": false, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "openssl", > "req", > "-new", > "-keyout", > "master.etcd-client.key", > "-config", > "/etc/etcd/ca/openssl.cnf", > "-out", > "master.etcd-client.csr", > "-reqexts", > "etcd_v3_req", > "-batch", > "-nodes", > "-subj", > "/CN=qe-juzhao-39-qeos-1-master-etcd-1" > ], > "delta": "0:00:00.080694", > "end": "2018-06-28 07:34:03.796557", > "invocation": { > "module_args": { > "_raw_params": "openssl req -new -keyout master.etcd-client.key -config /etc/etcd/ca/openssl.cnf -out master.etcd-client.csr -reqexts etcd_v3_req -batch -nodes -subj /CN=qe-juzhao-39-qeos-1-master-etcd-1", > "_uses_shell": false, > "chdir": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", > "creates": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.csr", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:03.715863", > "stderr": "Generating a 2048 bit RSA private key\n...............+++\n..................................+++\nwriting new private key to 'master.etcd-client.key'\n-----", > "stderr_lines": [ > "Generating a 2048 bit RSA private key", > "...............+++", > "..................................+++", > "writing new private key to 'master.etcd-client.key'", > "-----" > ], > "stdout": "", > "stdout_lines": [] >} > >TASK [etcd : Sign and create the client crt] ******************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:61 >Using module file /home/yapei/openshift-ansible/roles/lib_utils/library/delegated_serial_command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140 `" && echo ansible-tmp-1530185653.05-49210902316140="` echo /root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185653.05-49210902316140=/root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp_aWTGw TO /root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140/delegated_serial_command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp_aWTGw /root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140/delegated_serial_command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140/ /root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140/delegated_serial_command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'SAN=IP:172.16.120.82 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140/delegated_serial_command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185653.05-49210902316140/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:04.158174", "stderr": "Using configuration from /etc/etcd/ca/openssl.cnf\\nCheck that the request matches the signature\\nSignature ok\\nCertificate Details:\\n Serial Number: 15 (0xf)\\n Validity\\n Not Before: Jun 28 11:34:04 2018 GMT\\n Not After : Jun 27 11:34:04 2023 GMT\\n Subject:\\n commonName = qe-juzhao-39-qeos-1-master-etcd-1\\n X509v3 extensions:\\n X509v3 Authority Key Identifier: \\n keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F\\n DirName:/CN=etcd-signer@1530148150\\n serial:CF:FC:2A:F2:AE:F9:78:AA\\n\\n X509v3 Basic Constraints: critical\\n CA:FALSE\\n X509v3 Extended Key Usage: \\n TLS Web Client Authentication\\n X509v3 Key Usage: \\n Digital Signature, Key Encipherment\\n X509v3 Subject Key Identifier: \\n 45:A6:31:F7:5C:D5:6B:E4:3F:E0:78:1A:D7:76:C5:06:41:E6:B2:51\\n X509v3 Subject Alternative Name: \\n IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1\\nCertificate is to be certified until Jun 27 11:34:04 2023 GMT (1825 days)\\n\\nWrite out database with 1 new entries\\nData Base Updated", "stdout": "", "cmd": ["openssl", "ca", "-name", "etcd_ca", "-config", "/etc/etcd/ca/openssl.cnf", "-out", "master.etcd-client.crt", "-in", "master.etcd-client.csr", "-batch"], "rc": 0, "start": "2018-06-28 07:34:04.140117", "iterated": 0, "delta": "0:00:00.018057", "invocation": {"module_args": {"creates": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.crt", "executable": null, "chdir": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", "removes": null, "warn": true, "_uses_shell": false, "command": "openssl ca -name etcd_ca -config /etc/etcd/ca/openssl.cnf -out master.etcd-client.crt -in master.etcd-client.csr -batch\\n", "timeout": 30, "lockfile": "/tmp/delegated_serial_command.lock"}}, "warnings": []}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "openssl", > "ca", > "-name", > "etcd_ca", > "-config", > "/etc/etcd/ca/openssl.cnf", > "-out", > "master.etcd-client.crt", > "-in", > "master.etcd-client.csr", > "-batch" > ], > "delta": "0:00:00.018057", > "end": "2018-06-28 07:34:04.158174", > "invocation": { > "module_args": { > "_uses_shell": false, > "chdir": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", > "command": "openssl ca -name etcd_ca -config /etc/etcd/ca/openssl.cnf -out master.etcd-client.crt -in master.etcd-client.csr -batch\n", > "creates": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.crt", > "executable": null, > "lockfile": "/tmp/delegated_serial_command.lock", > "removes": null, > "timeout": 30, > "warn": true > } > }, > "iterated": 0, > "rc": 0, > "start": "2018-06-28 07:34:04.140117", > "stderr": "Using configuration from /etc/etcd/ca/openssl.cnf\nCheck that the request matches the signature\nSignature ok\nCertificate Details:\n Serial Number: 15 (0xf)\n Validity\n Not Before: Jun 28 11:34:04 2018 GMT\n Not After : Jun 27 11:34:04 2023 GMT\n Subject:\n commonName = qe-juzhao-39-qeos-1-master-etcd-1\n X509v3 extensions:\n X509v3 Authority Key Identifier: \n keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F\n DirName:/CN=etcd-signer@1530148150\n serial:CF:FC:2A:F2:AE:F9:78:AA\n\n X509v3 Basic Constraints: critical\n CA:FALSE\n X509v3 Extended Key Usage: \n TLS Web Client Authentication\n X509v3 Key Usage: \n Digital Signature, Key Encipherment\n X509v3 Subject Key Identifier: \n 45:A6:31:F7:5C:D5:6B:E4:3F:E0:78:1A:D7:76:C5:06:41:E6:B2:51\n X509v3 Subject Alternative Name: \n IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1\nCertificate is to be certified until Jun 27 11:34:04 2023 GMT (1825 days)\n\nWrite out database with 1 new entries\nData Base Updated", > "stderr_lines": [ > "Using configuration from /etc/etcd/ca/openssl.cnf", > "Check that the request matches the signature", > "Signature ok", > "Certificate Details:", > " Serial Number: 15 (0xf)", > " Validity", > " Not Before: Jun 28 11:34:04 2018 GMT", > " Not After : Jun 27 11:34:04 2023 GMT", > " Subject:", > " commonName = qe-juzhao-39-qeos-1-master-etcd-1", > " X509v3 extensions:", > " X509v3 Authority Key Identifier: ", > " keyid:B6:66:EB:7A:C1:D4:AF:8B:1E:3E:6D:49:C4:B9:6F:FB:79:37:88:5F", > " DirName:/CN=etcd-signer@1530148150", > " serial:CF:FC:2A:F2:AE:F9:78:AA", > "", > " X509v3 Basic Constraints: critical", > " CA:FALSE", > " X509v3 Extended Key Usage: ", > " TLS Web Client Authentication", > " X509v3 Key Usage: ", > " Digital Signature, Key Encipherment", > " X509v3 Subject Key Identifier: ", > " 45:A6:31:F7:5C:D5:6B:E4:3F:E0:78:1A:D7:76:C5:06:41:E6:B2:51", > " X509v3 Subject Alternative Name: ", > " IP Address:172.16.120.82, DNS:qe-juzhao-39-qeos-1-master-etcd-1", > "Certificate is to be certified until Jun 27 11:34:04 2023 GMT (1825 days)", > "", > "Write out database with 1 new entries", > "Data Base Updated" > ], > "stdout": "", > "stdout_lines": [] >} > >TASK [etcd : file] ********************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:76 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507 `" && echo ansible-tmp-1530185653.4-47298779007507="` echo /root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185653.4-47298779007507=/root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpgsFaIi TO /root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpgsFaIi /root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507/ /root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185653.4-47298779007507/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/etcd/ca/ca.crt", "group": "root", "uid": 0, "dest": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", "changed": true, "owner": "root", "state": "hard", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0644", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": null, "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "hard", "content": null, "serole": null, "diff_peek": null, "setype": null, "dest": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/etcd/ca/ca.crt", "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", "state": "hard"}, "before": {"path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", "state": "absent"}}, "size": 1895}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "dest": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", > "diff": { > "after": { > "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", > "state": "hard" > }, > "before": { > "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", > "state": "absent" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "dest": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-ca.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/etcd/ca/ca.crt", > "state": "hard", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0644", > "owner": "root", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1895, > "src": "/etc/etcd/ca/ca.crt", > "state": "hard", > "uid": 0 >} > >TASK [etcd : Create a tarball of the etcd certs] **************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:84 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232 `" && echo ansible-tmp-1530185653.72-88258671165232="` echo /root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185653.72-88258671165232=/root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpIj7Aeh TO /root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpIj7Aeh /root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232/ /root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185653.72-88258671165232/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:04.800388", "stdout": "./\\n./master.etcd-client.key\\n./master.etcd-client.csr\\n./master.etcd-client.crt\\n./master.etcd-ca.crt", "cmd": ["tar", "-czvf", "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "-C", "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", "."], "rc": 0, "start": "2018-06-28 07:34:04.795653", "stderr": "", "delta": "0:00:00.004735", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": false, "_raw_params": "tar -czvf /etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz\\n -C /etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1 .", "removes": null, "creates": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czvf", > "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "-C", > "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1", > "." > ], > "delta": "0:00:00.004735", > "end": "2018-06-28 07:34:04.800388", > "invocation": { > "module_args": { > "_raw_params": "tar -czvf /etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz\n -C /etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1 .", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:34:04.795653", > "stderr": "", > "stderr_lines": [], > "stdout": "./\n./master.etcd-client.key\n./master.etcd-client.csr\n./master.etcd-client.crt\n./master.etcd-ca.crt", > "stdout_lines": [ > "./", > "./master.etcd-client.key", > "./master.etcd-client.csr", > "./master.etcd-client.crt", > "./master.etcd-ca.crt" > ] >} > >TASK [etcd : Retrieve the etcd cert tarballs] ******************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:96 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347 `" && echo ansible-tmp-1530185654.05-172339931959347="` echo /root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185654.05-172339931959347=/root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpl6o45m TO /root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpl6o45m /root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347/ /root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185654.05-172339931959347/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530185644.7988815, "block_size": 4096, "inode": 50367938, "isgid": false, "size": 6662, "executable": false, "isuid": false, "readable": true, "version": "1712558049", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "application/x-gzip", "blocks": 16, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "xusr": false, "atime": 1530185644.7978816, "isdir": false, "ctime": 1530185644.7988815, "isblk": false, "wgrp": false, "checksum": "2a5416bed55ab7b336dbd7c8662ecc3d6405425b", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> FETCH /etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz TO /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> get /etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz\n', '') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "checksum": "2a5416bed55ab7b336dbd7c8662ecc3d6405425b", > "dest": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "md5sum": "c2258761bf49f5dd56300a1b41f15821", > "remote_checksum": "2a5416bed55ab7b336dbd7c8662ecc3d6405425b", > "remote_md5sum": null >} > >TASK [etcd : Ensure certificate directory exists] *************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:105 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525 `" && echo ansible-tmp-1530185654.41-214370782244525="` echo /root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185654.41-214370782244525=/root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp8XmJu8 TO /root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp8XmJu8 /root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525/ /root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185654.41-214370782244525/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/origin/master", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/master"}, "before": {"path": "/etc/origin/master"}}, "size": 4096}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/etc/origin/master" > }, > "before": { > "path": "/etc/origin/master" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "root", > "path": "/etc/origin/master", > "secontext": "system_u:object_r:etc_t:s0", > "size": 4096, > "state": "directory", > "uid": 0 >} > >TASK [etcd : Unarchive etcd cert tarballs] ********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:111 ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094 `" && echo ansible-tmp-1530185654.72-261556956144094="` echo /root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185654.72-261556956144094=/root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094\n', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824 `" && echo ansible-tmp-1530185654.77-156851059326824="` echo /root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185654.77-156851059326824=/root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpGM88lv TO /root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpGM88lv /root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824/ /root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185654.77-156851059326824/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/origin/master", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530182925.8828816, "block_size": 4096, "inode": 67109732, "isgid": false, "size": 4096, "executable": true, "isuid": false, "readable": true, "version": "18446744073226799174", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 8, "xoth": false, "islnk": false, "nlink": 3, "issock": false, "rgrp": false, "gr_name": "root", "path": "/etc/origin/master", "xusr": true, "atime": 1530182433.9928815, "isdir": true, "ctime": 1530182925.8828816, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz TO /root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/etcd/generated_certs/openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz /root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/ /root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/unarchive.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444 `" && echo ansible-tmp-1530185655.08-153483674887444="` echo /root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185655.08-153483674887444=/root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpad7hug TO /root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444/unarchive.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpad7hug /root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444/unarchive.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444/ /root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444/unarchive.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444/unarchive.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185655.08-153483674887444/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source", "group": "root", "uid": 0, "dest": "/etc/origin/master", "changed": true, "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/etc/origin/master", "-z", "-f", "/root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source"], "rc": 0, "err": "", "out": ""}, "owner": "root", "state": "directory", "handler": "TgzArchive", "secontext": "system_u:object_r:etc_t:s0", "mode": "0700", "invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": false, "exclude": [], "owner": null, "follow": false, "group": null, "unsafe_writes": null, "keep_newer": false, "serole": null, "content": null, "setype": null, "extra_opts": [], "dest": "/etc/origin/master", "selevel": null, "original_basename": "openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "regexp": null, "src": "/root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source", "validate_certs": true, "list_files": false, "seuser": null, "creates": null, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "gid": 0, "size": 4096}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/ > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "dest": "/etc/origin/master", > "extract_results": { > "cmd": [ > "/usr/bin/gtar", > "--extract", > "-C", > "/etc/origin/master", > "-z", > "-f", > "/root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source" > ], > "err": "", > "out": "", > "rc": 0 > }, > "gid": 0, > "group": "root", > "handler": "TgzArchive", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "creates": null, > "delimiter": null, > "dest": "/etc/origin/master", > "directory_mode": null, > "exclude": [], > "extra_opts": [], > "follow": false, > "force": null, > "group": null, > "keep_newer": false, > "list_files": false, > "mode": null, > "original_basename": "openshift-master-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "owner": null, > "regexp": null, > "remote_src": false, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source", > "unsafe_writes": null, > "validate_certs": true > } > }, > "mode": "0700", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 4096, > "src": "/root/.ansible/tmp/ansible-tmp-1530185654.72-261556956144094/source", > "state": "directory", > "uid": 0 >} > >TASK [etcd : Delete temporary directory] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:117 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185655.52-84031830992599 `" && echo ansible-tmp-1530185655.52-84031830992599="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185655.52-84031830992599 `" ) && sleep 0' ><localhost> PUT /tmp/tmpQah_Xi TO /home/yapei/.ansible/tmp/ansible-tmp-1530185655.52-84031830992599/file.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185655.52-84031830992599/ /home/yapei/.ansible/tmp/ansible-tmp-1530185655.52-84031830992599/file.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185655.52-84031830992599/file.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185655.52-84031830992599/" > /dev/null 2>&1 && sleep 0' >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> localhost] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "absent" > }, > "before": { > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "absent" >} > >TASK [etcd : file] ********************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/certificates/fetch_client_certificates_from_ca.yml:122 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902 `" && echo ansible-tmp-1530185655.72-52418662135902="` echo /root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185655.72-52418662135902=/root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpUMMNLT TO /root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpUMMNLT /root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902/ /root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185655.72-52418662135902/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": true, "owner": "root", "state": "file", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/origin/master/master.etcd-client.crt", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.etcd-client.crt", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/master/master.etcd-client.crt", "mode": "0600"}, "before": {"path": "/etc/origin/master/master.etcd-client.crt", "mode": "0644"}}, "size": 5957}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-client.crt) => { > "changed": true, > "diff": { > "after": { > "mode": "0600", > "path": "/etc/origin/master/master.etcd-client.crt" > }, > "before": { > "mode": "0644", > "path": "/etc/origin/master/master.etcd-client.crt" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 384, > "original_basename": null, > "owner": "root", > "path": "/etc/origin/master/master.etcd-client.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.etcd-client.crt", > "mode": "0600", > "owner": "root", > "path": "/etc/origin/master/master.etcd-client.crt", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 5957, > "state": "file", > "uid": 0 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480 `" && echo ansible-tmp-1530185655.99-3989609000480="` echo /root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185655.99-3989609000480=/root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpjT4HA5 TO /root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpjT4HA5 /root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480/ /root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185655.99-3989609000480/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": true, "owner": "root", "state": "file", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/origin/master/master.etcd-client.key", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.etcd-client.key", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/master/master.etcd-client.key", "mode": "0600"}, "before": {"path": "/etc/origin/master/master.etcd-client.key", "mode": "0644"}}, "size": 1704}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-client.key) => { > "changed": true, > "diff": { > "after": { > "mode": "0600", > "path": "/etc/origin/master/master.etcd-client.key" > }, > "before": { > "mode": "0644", > "path": "/etc/origin/master/master.etcd-client.key" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 384, > "original_basename": null, > "owner": "root", > "path": "/etc/origin/master/master.etcd-client.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.etcd-client.key", > "mode": "0600", > "owner": "root", > "path": "/etc/origin/master/master.etcd-client.key", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1704, > "state": "file", > "uid": 0 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789 `" && echo ansible-tmp-1530185656.26-79656898496789="` echo /root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185656.26-79656898496789=/root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmps4fCPl TO /root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmps4fCPl /root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789/ /root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185656.26-79656898496789/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": true, "owner": "root", "state": "file", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "path": "/etc/origin/master/master.etcd-ca.crt", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.etcd-ca.crt", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": null, "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 384, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/master/master.etcd-ca.crt", "mode": "0600"}, "before": {"path": "/etc/origin/master/master.etcd-ca.crt", "mode": "0644"}}, "size": 1895}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-ca.crt) => { > "changed": true, > "diff": { > "after": { > "mode": "0600", > "path": "/etc/origin/master/master.etcd-ca.crt" > }, > "before": { > "mode": "0644", > "path": "/etc/origin/master/master.etcd-ca.crt" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 384, > "original_basename": null, > "owner": "root", > "path": "/etc/origin/master/master.etcd-ca.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": null, > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.etcd-ca.crt", > "mode": "0600", > "owner": "root", > "path": "/etc/origin/master/master.etcd-ca.crt", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1895, > "state": "file", > "uid": 0 >} >META: ran handlers >META: ran handlers > >PLAY [Backup and remove master cerftificates] ******************************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794 `" && echo ansible-tmp-1530185656.58-88808364072794="` echo /root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185656.58-88808364072794=/root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpoPkPEZ TO /root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpoPkPEZ /root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794/ /root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185656.58-88808364072794/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37951, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2456066, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2259966, "size_available": 9256820736, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41682, "block_size": 4096, "inode_available": 9395502}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2456066, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2259966, "size_available": 9256820736, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41682, "block_size": 4096, "inode_available": 9395502}, {"block_used": 2456066, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2259966, "size_available": 9256820736, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41682, "block_size": 4096, "inode_available": 9395502}, {"block_used": 2456066, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2259966, "size_available": 9256820736, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41682, "block_size": 4096, "inode_available": 9395502}, {"block_used": 2456066, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2259966, "size_available": 9256820736, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41682, "block_size": 4096, "inode_available": 9395502}, {"block_used": 2456066, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2259966, "size_available": 9256820736, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41682, "block_size": 4096, "inode_available": 9395502}, {"block_used": 2456066, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2259966, "size_available": 9256820736, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41682, "block_size": 4096, "inode_available": 9395502}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7415, "free": 406}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1959, "free": 5862}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 406, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073407", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "34", "tz_offset": "-0400", "month": "06", "epoch": "1530185647", "iso8601_micro": "2018-06-28T11:34:07.752694Z", "weekday": "Thursday", "time": "07:34:07", "date": "2018-06-28", "iso8601": "2018-06-28T11:34:07Z", "day": "28", "iso8601_basic": "20180628T073407752625", "second": "07"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] > >TASK [stat] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/certificates-backup.yml:9 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590 `" && echo ansible-tmp-1530185657.53-25819016480590="` echo /root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185657.53-25819016480590=/root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpeLqVRf TO /root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpeLqVRf /root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590/ /root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185657.53-25819016480590/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/generated-configs", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530182763.0458815, "block_size": 4096, "inode": 67136512, "isgid": false, "size": 182, "executable": true, "isuid": false, "readable": true, "version": "1597137333", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 0, "xoth": false, "islnk": false, "nlink": 4, "issock": false, "rgrp": false, "gr_name": "root", "path": "/etc/origin/generated-configs", "xusr": true, "atime": 1530182757.6498816, "isdir": true, "ctime": 1530182763.0458815, "isblk": false, "wgrp": false, "xgrp": false, "dev": 64768, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/generated-configs" > } > }, > "stat": { > "atime": 1530182757.6498816, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 0, > "charset": "binary", > "ctime": 1530182763.0458815, > "dev": 64768, > "device_type": 0, > "executable": true, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67136512, > "isblk": false, > "ischr": false, > "isdir": true, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": false, > "issock": false, > "isuid": false, > "mimetype": "inode/directory", > "mode": "0700", > "mtime": 1530182763.0458815, > "nlink": 4, > "path": "/etc/origin/generated-configs", > "pw_name": "root", > "readable": true, > "rgrp": false, > "roth": false, > "rusr": true, > "size": 182, > "uid": 0, > "version": "1597137333", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": true > } >} > >TASK [Backup generated certificate and config directories] ****************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/certificates-backup.yml:12 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576 `" && echo ansible-tmp-1530185657.86-225956534131576="` echo /root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185657.86-225956534131576=/root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpnT8obY TO /root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpnT8obY /root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576/ /root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185657.86-225956534131576/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:09.059269", "stdout": "/etc/origin/generated-configs/\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.key\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.key\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.crt\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.key\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/ca.crt\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.key\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz\\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz\\n/etc/origin/master/\\n/etc/origin/master/named_certificates/\\n/etc/origin/master/named_certificates/docker-registry.pem\\n/etc/origin/master/ca.crt\\n/etc/origin/master/ca.key\\n/etc/origin/master/ca.serial.txt\\n/etc/origin/master/frontproxy-ca.crt\\n/etc/origin/master/frontproxy-ca.key\\n/etc/origin/master/frontproxy-ca.serial.txt\\n/etc/origin/master/ca-bundle.crt\\n/etc/origin/master/openshift-aggregator.crt\\n/etc/origin/master/openshift-aggregator.key\\n/etc/origin/master/serviceaccounts.private.key\\n/etc/origin/master/serviceaccounts.public.key\\n/etc/origin/master/master.kubelet-client.key\\n/etc/origin/master/etcd.server.crt\\n/etc/origin/master/master.etcd-ca.crt\\n/etc/origin/master/client-ca-bundle.crt\\n/etc/origin/master/policy.json\\n/etc/origin/master/scheduler.json\\n/etc/origin/master/session-secrets.yaml\\n/etc/origin/master/master-config.yaml\\n/etc/origin/master/openshift-master.crt\\n/etc/origin/master/etcd.server.key\\n/etc/origin/master/master-config.yaml.20180627T211206\\n/etc/origin/master/registry.crt\\n/etc/origin/master/registry.key\\n/etc/origin/master/front-proxy-ca.key\\n/etc/origin/master/openshift-master.key\\n/etc/origin/master/admin.crt\\n/etc/origin/master/master.etcd-client.key\\n/etc/origin/master/aggregator-front-proxy.crt\\n/etc/origin/master/service-signer.crt\\n/etc/origin/master/service-signer.key\\n/etc/origin/master/master.proxy-client.key\\n/etc/origin/master/master.server.crt\\n/etc/origin/master/openshift-router.crt\\n/etc/origin/master/openshift-router.key\\n/etc/origin/master/master.etcd-client.csr\\n/etc/origin/master/admin.key\\n/etc/origin/master/front-proxy-ca.crt\\n/etc/origin/master/master.proxy-client.crt\\n/etc/origin/master/openshift-master.kubeconfig\\n/etc/origin/master/admin.kubeconfig\\n/etc/origin/master/aggregator-front-proxy.key\\n/etc/origin/master/aggregator-front-proxy.kubeconfig\\n/etc/origin/master/master.kubelet-client.crt\\n/etc/origin/master/master.server.key\\n/etc/origin/master/master.etcd-client.crt", "cmd": ["tar", "-czvf", "/etc/origin/master-node-cert-config-backup-1530185647.tgz", "/etc/origin/generated-configs", "/etc/origin/master"], "rc": 0, "start": "2018-06-28 07:34:08.939874", "stderr": "tar: Removing leading `/\' from member names", "delta": "0:00:00.119395", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "tar -czvf /etc/origin/master-node-cert-config-backup-1530185647.tgz /etc/origin/generated-configs /etc/origin/master", "removes": null, "creates": null, "chdir": null, "stdin": null}}, "warnings": ["Consider using unarchive module rather than running tar"]}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czvf", > "/etc/origin/master-node-cert-config-backup-1530185647.tgz", > "/etc/origin/generated-configs", > "/etc/origin/master" > ], > "delta": "0:00:00.119395", > "end": "2018-06-28 07:34:09.059269", > "invocation": { > "module_args": { > "_raw_params": "tar -czvf /etc/origin/master-node-cert-config-backup-1530185647.tgz /etc/origin/generated-configs /etc/origin/master", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:08.939874", > "stderr": "tar: Removing leading `/' from member names", > "stderr_lines": [ > "tar: Removing leading `/' from member names" > ], > "stdout": "/etc/origin/generated-configs/\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.key\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.key\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.crt\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.key\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/ca.crt\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.key\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz\n/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz\n/etc/origin/master/\n/etc/origin/master/named_certificates/\n/etc/origin/master/named_certificates/docker-registry.pem\n/etc/origin/master/ca.crt\n/etc/origin/master/ca.key\n/etc/origin/master/ca.serial.txt\n/etc/origin/master/frontproxy-ca.crt\n/etc/origin/master/frontproxy-ca.key\n/etc/origin/master/frontproxy-ca.serial.txt\n/etc/origin/master/ca-bundle.crt\n/etc/origin/master/openshift-aggregator.crt\n/etc/origin/master/openshift-aggregator.key\n/etc/origin/master/serviceaccounts.private.key\n/etc/origin/master/serviceaccounts.public.key\n/etc/origin/master/master.kubelet-client.key\n/etc/origin/master/etcd.server.crt\n/etc/origin/master/master.etcd-ca.crt\n/etc/origin/master/client-ca-bundle.crt\n/etc/origin/master/policy.json\n/etc/origin/master/scheduler.json\n/etc/origin/master/session-secrets.yaml\n/etc/origin/master/master-config.yaml\n/etc/origin/master/openshift-master.crt\n/etc/origin/master/etcd.server.key\n/etc/origin/master/master-config.yaml.20180627T211206\n/etc/origin/master/registry.crt\n/etc/origin/master/registry.key\n/etc/origin/master/front-proxy-ca.key\n/etc/origin/master/openshift-master.key\n/etc/origin/master/admin.crt\n/etc/origin/master/master.etcd-client.key\n/etc/origin/master/aggregator-front-proxy.crt\n/etc/origin/master/service-signer.crt\n/etc/origin/master/service-signer.key\n/etc/origin/master/master.proxy-client.key\n/etc/origin/master/master.server.crt\n/etc/origin/master/openshift-router.crt\n/etc/origin/master/openshift-router.key\n/etc/origin/master/master.etcd-client.csr\n/etc/origin/master/admin.key\n/etc/origin/master/front-proxy-ca.crt\n/etc/origin/master/master.proxy-client.crt\n/etc/origin/master/openshift-master.kubeconfig\n/etc/origin/master/admin.kubeconfig\n/etc/origin/master/aggregator-front-proxy.key\n/etc/origin/master/aggregator-front-proxy.kubeconfig\n/etc/origin/master/master.kubelet-client.crt\n/etc/origin/master/master.server.key\n/etc/origin/master/master.etcd-client.crt", > "stdout_lines": [ > "/etc/origin/generated-configs/", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.key", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/ca.crt", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.key", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.crt", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.key", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/ca.crt", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.key", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", > "/etc/origin/master/", > "/etc/origin/master/named_certificates/", > "/etc/origin/master/named_certificates/docker-registry.pem", > "/etc/origin/master/ca.crt", > "/etc/origin/master/ca.key", > "/etc/origin/master/ca.serial.txt", > "/etc/origin/master/frontproxy-ca.crt", > "/etc/origin/master/frontproxy-ca.key", > "/etc/origin/master/frontproxy-ca.serial.txt", > "/etc/origin/master/ca-bundle.crt", > "/etc/origin/master/openshift-aggregator.crt", > "/etc/origin/master/openshift-aggregator.key", > "/etc/origin/master/serviceaccounts.private.key", > "/etc/origin/master/serviceaccounts.public.key", > "/etc/origin/master/master.kubelet-client.key", > "/etc/origin/master/etcd.server.crt", > "/etc/origin/master/master.etcd-ca.crt", > "/etc/origin/master/client-ca-bundle.crt", > "/etc/origin/master/policy.json", > "/etc/origin/master/scheduler.json", > "/etc/origin/master/session-secrets.yaml", > "/etc/origin/master/master-config.yaml", > "/etc/origin/master/openshift-master.crt", > "/etc/origin/master/etcd.server.key", > "/etc/origin/master/master-config.yaml.20180627T211206", > "/etc/origin/master/registry.crt", > "/etc/origin/master/registry.key", > "/etc/origin/master/front-proxy-ca.key", > "/etc/origin/master/openshift-master.key", > "/etc/origin/master/admin.crt", > "/etc/origin/master/master.etcd-client.key", > "/etc/origin/master/aggregator-front-proxy.crt", > "/etc/origin/master/service-signer.crt", > "/etc/origin/master/service-signer.key", > "/etc/origin/master/master.proxy-client.key", > "/etc/origin/master/master.server.crt", > "/etc/origin/master/openshift-router.crt", > "/etc/origin/master/openshift-router.key", > "/etc/origin/master/master.etcd-client.csr", > "/etc/origin/master/admin.key", > "/etc/origin/master/front-proxy-ca.crt", > "/etc/origin/master/master.proxy-client.crt", > "/etc/origin/master/openshift-master.kubeconfig", > "/etc/origin/master/admin.kubeconfig", > "/etc/origin/master/aggregator-front-proxy.key", > "/etc/origin/master/aggregator-front-proxy.kubeconfig", > "/etc/origin/master/master.kubelet-client.crt", > "/etc/origin/master/master.server.key", > "/etc/origin/master/master.etcd-client.crt" > ] >} > >TASK [Remove generated certificate directories] ***************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/certificates-backup.yml:20 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613 `" && echo ansible-tmp-1530185658.29-247140438022613="` echo /root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185658.29-247140438022613=/root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpGYC33N TO /root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpGYC33N /root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613/ /root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185658.29-247140438022613/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/generated-configs", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/generated-configs", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/generated-configs", "state": "absent"}, "before": {"path": "/etc/origin/generated-configs", "state": "directory"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/generated-configs) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/generated-configs", > "state": "absent" > }, > "before": { > "path": "/etc/origin/generated-configs", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/generated-configs", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/generated-configs", > "path": "/etc/origin/generated-configs", > "state": "absent" >} > >TASK [Remove generated certificates] **************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/certificates-backup.yml:26 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170 `" && echo ansible-tmp-1530185658.69-102057450281170="` echo /root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185658.69-102057450281170=/root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp1pac4e TO /root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp1pac4e /root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170/ /root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185658.69-102057450281170/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/admin.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/admin.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/admin.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/admin.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=admin.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/admin.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/admin.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/admin.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "admin.crt", > "path": "/etc/origin/master/admin.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787 `" && echo ansible-tmp-1530185658.97-111494407767787="` echo /root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185658.97-111494407767787=/root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpp9G6V3 TO /root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpp9G6V3 /root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787/ /root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185658.97-111494407767787/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/admin.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/admin.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/admin.key", "state": "absent"}, "before": {"path": "/etc/origin/master/admin.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=admin.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/admin.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/admin.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/admin.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "admin.key", > "path": "/etc/origin/master/admin.key", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755 `" && echo ansible-tmp-1530185659.24-17873678900755="` echo /root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185659.24-17873678900755=/root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpPjP048 TO /root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpPjP048 /root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755/ /root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185659.24-17873678900755/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/admin.kubeconfig", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/admin.kubeconfig", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/admin.kubeconfig", "state": "absent"}, "before": {"path": "/etc/origin/master/admin.kubeconfig", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=admin.kubeconfig) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/admin.kubeconfig", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/admin.kubeconfig", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/admin.kubeconfig", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "admin.kubeconfig", > "path": "/etc/origin/master/admin.kubeconfig", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588 `" && echo ansible-tmp-1530185659.5-81865518842588="` echo /root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185659.5-81865518842588=/root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpMK5PDc TO /root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpMK5PDc /root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588/ /root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185659.5-81865518842588/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.kubelet-client.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/master.kubelet-client.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/master.kubelet-client.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/master.kubelet-client.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.kubelet-client.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/master.kubelet-client.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/master.kubelet-client.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/master.kubelet-client.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.kubelet-client.crt", > "path": "/etc/origin/master/master.kubelet-client.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577 `" && echo ansible-tmp-1530185659.77-255135987294577="` echo /root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185659.77-255135987294577=/root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpO3Jz7E TO /root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpO3Jz7E /root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577/ /root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185659.77-255135987294577/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.kubelet-client.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/master.kubelet-client.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/master.kubelet-client.key", "state": "absent"}, "before": {"path": "/etc/origin/master/master.kubelet-client.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.kubelet-client.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/master.kubelet-client.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/master.kubelet-client.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/master.kubelet-client.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.kubelet-client.key", > "path": "/etc/origin/master/master.kubelet-client.key", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019 `" && echo ansible-tmp-1530185660.03-219747583279019="` echo /root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185660.03-219747583279019=/root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpgUl0lq TO /root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpgUl0lq /root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019/ /root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185660.03-219747583279019/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.proxy-client.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/master.proxy-client.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/master.proxy-client.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/master.proxy-client.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.proxy-client.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/master.proxy-client.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/master.proxy-client.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/master.proxy-client.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.proxy-client.crt", > "path": "/etc/origin/master/master.proxy-client.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469 `" && echo ansible-tmp-1530185660.33-91106709805469="` echo /root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185660.33-91106709805469=/root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpaFhcwh TO /root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpaFhcwh /root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469/ /root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185660.33-91106709805469/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.proxy-client.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/master.proxy-client.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/master.proxy-client.key", "state": "absent"}, "before": {"path": "/etc/origin/master/master.proxy-client.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.proxy-client.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/master.proxy-client.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/master.proxy-client.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/master.proxy-client.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.proxy-client.key", > "path": "/etc/origin/master/master.proxy-client.key", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519 `" && echo ansible-tmp-1530185660.59-77941102207519="` echo /root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185660.59-77941102207519=/root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpHBEkE1 TO /root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpHBEkE1 /root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519/ /root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185660.59-77941102207519/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/service-signer.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/service-signer.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/service-signer.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/service-signer.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=service-signer.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/service-signer.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/service-signer.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/service-signer.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "service-signer.crt", > "path": "/etc/origin/master/service-signer.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147 `" && echo ansible-tmp-1530185660.87-257278450541147="` echo /root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185660.87-257278450541147=/root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpH9Gxcf TO /root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpH9Gxcf /root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147/ /root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185660.87-257278450541147/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/service-signer.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/service-signer.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/service-signer.key", "state": "absent"}, "before": {"path": "/etc/origin/master/service-signer.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=service-signer.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/service-signer.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/service-signer.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/service-signer.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "service-signer.key", > "path": "/etc/origin/master/service-signer.key", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380 `" && echo ansible-tmp-1530185661.14-201642557325380="` echo /root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185661.14-201642557325380=/root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpiGruVL TO /root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpiGruVL /root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380/ /root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185661.14-201642557325380/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/etcd.server.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/etcd.server.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/etcd.server.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/etcd.server.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=etcd.server.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/etcd.server.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/etcd.server.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/etcd.server.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "etcd.server.crt", > "path": "/etc/origin/master/etcd.server.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214 `" && echo ansible-tmp-1530185661.4-262081046614214="` echo /root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185661.4-262081046614214=/root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpQbSkEv TO /root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpQbSkEv /root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214/ /root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185661.4-262081046614214/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/etcd.server.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/etcd.server.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/etcd.server.key", "state": "absent"}, "before": {"path": "/etc/origin/master/etcd.server.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=etcd.server.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/etcd.server.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/etcd.server.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/etcd.server.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "etcd.server.key", > "path": "/etc/origin/master/etcd.server.key", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461 `" && echo ansible-tmp-1530185661.67-21046034232461="` echo /root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185661.67-21046034232461=/root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp2rNs8O TO /root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp2rNs8O /root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461/ /root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185661.67-21046034232461/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.server.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/master.server.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/master.server.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/master.server.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.server.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/master.server.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/master.server.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/master.server.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.server.crt", > "path": "/etc/origin/master/master.server.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518 `" && echo ansible-tmp-1530185661.92-101670198469518="` echo /root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185661.92-101670198469518=/root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpGID_9M TO /root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpGID_9M /root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518/ /root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185661.92-101670198469518/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/master.server.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/master.server.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/master.server.key", "state": "absent"}, "before": {"path": "/etc/origin/master/master.server.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.server.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/master.server.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/master.server.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/master.server.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.server.key", > "path": "/etc/origin/master/master.server.key", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459 `" && echo ansible-tmp-1530185662.18-103347766339459="` echo /root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185662.18-103347766339459=/root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpLspxwM TO /root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpLspxwM /root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459/ /root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185662.18-103347766339459/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/openshift-master.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/openshift-master.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/openshift-master.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/openshift-master.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=openshift-master.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/openshift-master.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/openshift-master.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/openshift-master.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "openshift-master.crt", > "path": "/etc/origin/master/openshift-master.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021 `" && echo ansible-tmp-1530185662.44-177079724434021="` echo /root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185662.44-177079724434021=/root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp6lfQpG TO /root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp6lfQpG /root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021/ /root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185662.44-177079724434021/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/openshift-master.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/openshift-master.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/openshift-master.key", "state": "absent"}, "before": {"path": "/etc/origin/master/openshift-master.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=openshift-master.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/openshift-master.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/openshift-master.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/openshift-master.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "openshift-master.key", > "path": "/etc/origin/master/openshift-master.key", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502 `" && echo ansible-tmp-1530185662.7-167454194110502="` echo /root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185662.7-167454194110502=/root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpAIJtGX TO /root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpAIJtGX /root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502/ /root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185662.7-167454194110502/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/openshift-master.kubeconfig", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/openshift-master.kubeconfig", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/openshift-master.kubeconfig", "state": "absent"}, "before": {"path": "/etc/origin/master/openshift-master.kubeconfig", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=openshift-master.kubeconfig) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/openshift-master.kubeconfig", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/openshift-master.kubeconfig", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/openshift-master.kubeconfig", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "openshift-master.kubeconfig", > "path": "/etc/origin/master/openshift-master.kubeconfig", > "state": "absent" >} >META: ran handlers >META: ran handlers >META: ran handlers > >PLAY [Create OpenShift certificates for master hosts] *********************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799 `" && echo ansible-tmp-1530185663.02-216722793171799="` echo /root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185663.02-216722793171799=/root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpbRcIPG TO /root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpbRcIPG /root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799/ /root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185663.02-216722793171799/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37958, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2455999, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2260033, "size_available": 9257095168, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41649, "block_size": 4096, "inode_available": 9395535}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2455999, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2260033, "size_available": 9257095168, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41649, "block_size": 4096, "inode_available": 9395535}, {"block_used": 2455999, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2260033, "size_available": 9257095168, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41649, "block_size": 4096, "inode_available": 9395535}, {"block_used": 2455999, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2260033, "size_available": 9257095168, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41649, "block_size": 4096, "inode_available": 9395535}, {"block_used": 2455999, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2260033, "size_available": 9257095168, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41649, "block_size": 4096, "inode_available": 9395535}, {"block_used": 2455999, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2260033, "size_available": 9257095168, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41649, "block_size": 4096, "inode_available": 9395535}, {"block_used": 2455999, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2260033, "size_available": 9257095168, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41649, "block_size": 4096, "inode_available": 9395535}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7423, "free": 398}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1964, "free": 5857}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 398, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073414", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "34", "tz_offset": "-0400", "month": "06", "epoch": "1530185654", "iso8601_micro": "2018-06-28T11:34:14.196272Z", "weekday": "Thursday", "time": "07:34:14", "date": "2018-06-28", "iso8601": "2018-06-28T11:34:14Z", "day": "28", "iso8601_basic": "20180628T073414196175", "second": "14"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [openshift_master_facts : Verify required variables are set] *********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:2 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_facts : Set g_metrics_hostname] ********************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:14 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "g_metrics_hostname": "hawkular-metrics.apps.0627-8x6.qe.rhcloud.com" > }, > "changed": false >} > >TASK [openshift_master_facts : set_fact] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:20 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_facts : Set master facts] **************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:24 >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368 `" && echo ansible-tmp-1530185664.03-153687262657368="` echo /root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185664.03-153687262657368=/root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpr6BMFn TO /root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpr6BMFn /root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368/openshift_facts.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368/ /root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368/openshift_facts.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185664.03-153687262657368/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "master", "selevel": null, "regexp": null, "src": null, "local_facts": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": "", "cluster_public_hostname": "", "controller_args": "", "api_env_vars": "", "session_secrets_file": "", "api_port": "", "console_port": "", "dynamic_provisioning_enabled": "", "htpasswd_users": "", "openid_ca": "", "auth_token_max_seconds": "", "oauth_grant_method": "", "api_url": "", "audit_config": "", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", "logout_url": "", "api_use_ssl": "", "sdn_host_subnet_length": "", "extension_scripts": "", "session_encryption_secrets": "", "sdn_cluster_network_cidr": "", "registry_selector": "", "disabled_features": "", "api_server_args": "", "console_url": "", "embedded_kube": "", "controllers_env_vars": "", "pod_eviction_timeout": "", "console_path": "", "public_console_url": "", "embedded_dns": "", "session_max_seconds": "", "logging_public_url": "", "kube_admission_plugin_config": "", "oauth_always_show_provider_selection": "", "bind_addr": "", "public_api_url": "", "request_header_ca": "", "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "access_token_max_seconds": "", "scheduler_args": "", "manage_htpasswd": true, "custom_cors_origins": "", "extensions": "", "ldap_ca": "", "image_policy_config": "", "extension_stylesheets": "", "session_name": "", "console_use_ssl": "", "master_count": "", "cluster_hostname": "", "session_auth_secrets": ""}, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}}}, "cloudprovider": {"kind": "openstack"}, "current_config": {"roles": ["node", "builddefaults", "cloudprovider", "master", "buildoverrides"]}, "master": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": 500, "controller_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "embedded_dns": true, "session_secrets_file": "", "api_port": "8443", "console_port": "8443", "dynamic_provisioning_enabled": true, "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", "auth_token_max_seconds": 500, "oauth_grant_method": "auto", "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "api_use_ssl": true, "sdn_host_subnet_length": 9, "console_path": "/console", "sdn_cluster_network_cidr": "10.128.0.0/14", "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", "console_use_ssl": true, "api_server_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", "embedded_kube": true, "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", "bind_addr": "0.0.0.0", "session_max_seconds": 3600, "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "admission_plugin_config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}, "BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}, "openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "named_certificates": [], "access_token_max_seconds": 86400, "manage_htpasswd": true, "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", "portal_net": "172.30.0.0/16", "controllers_port": "8444", "session_name": "ssn", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"version": "3.9.31", "ip": "172.16.120.82", "dns_domain": "cluster.local", "public_ip": "10.8.252.199", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "internal_hostnames": ["kubernetes.default", "kubernetes.default.svc.cluster.local", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "openshift"], "rolling_restart_mode": "services", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "version_gte_3_9": true, "version_gte_3_8": true, "version_gte_3_7": true, "version_gte_3_6": true, "kube_svc_ip": "172.30.0.1", "config_base": "/etc/origin", "all_hostnames": ["kubernetes.default", "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "kubernetes.default.svc.cluster.local", "openshift", "10.8.252.199"], "short_version": "3.9", "no_proxy_etcd_host_ips": "172.16.120.82", "examples_content_version": "v3.9", "portal_net": "172.30.0.0/16", "version_gte_3_10": false, "deployment_type": "openshift-enterprise"}, "provider": {"metadata": {"uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.82", "reservation-id": "r-f8huj0hy", "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.199", "block-device-mapping": {"ami": "vda", "root": "/dev/vda"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a3417"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-master-etcd-1"}, "network": {"ip": "172.16.120.82", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "public_ip": "10.8.252.199", "ipv6_enabled": false, "public_hostname": "10.8.252.199"}, "zone": "nova", "name": "openstack"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift": { > "builddefaults": { > "config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > } > } > }, > "buildoverrides": { > "config": { > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > } > } > }, > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "kubernetes.default.svc.cluster.local", > "openshift", > "10.8.252.199" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "openshift" > ], > "ip": "172.16.120.82", > "kube_svc_ip": "172.30.0.1", > "no_proxy_etcd_host_ips": "172.16.120.82", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.199", > "rolling_restart_mode": "services", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "access_token_max_seconds": 86400, > "admission_plugin_config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > }, > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > }, > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "api_use_ssl": true, > "auth_token_max_seconds": 500, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "controllers_port": "8444", > "dynamic_provisioning_enabled": true, > "embedded_dns": true, > "embedded_kube": true, > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > "manage_htpasswd": true, > "max_requests_inflight": 500, > "named_certificates": [], > "oauth_grant_method": "auto", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "sdn_cluster_network_cidr": "10.128.0.0/14", > "sdn_host_subnet_length": 9, > "session_max_seconds": 3600, > "session_name": "ssn", > "session_secrets_file": "" > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "instance-action": "none", > "instance-id": "i-007a3417", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "local-ipv4": "172.16.120.82", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "public-ipv4": "10.8.252.199", > "public-keys/": "0=libra", > "reservation-id": "r-f8huj0hy", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "interfaces": [], > "ip": "172.16.120.82", > "ipv6_enabled": false, > "public_hostname": "10.8.252.199", > "public_ip": "10.8.252.199" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "access_token_max_seconds": "", > "admission_plugin_config": { > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_env_vars": "", > "api_port": "", > "api_server_args": "", > "api_url": "", > "api_use_ssl": "", > "audit_config": "", > "auth_token_max_seconds": "", > "bind_addr": "", > "cluster_hostname": "", > "cluster_public_hostname": "", > "console_path": "", > "console_port": "", > "console_url": "", > "console_use_ssl": "", > "controller_args": "", > "controllers_env_vars": "", > "custom_cors_origins": "", > "disabled_features": "", > "dynamic_provisioning_enabled": "", > "embedded_dns": "", > "embedded_kube": "", > "extension_scripts": "", > "extension_stylesheets": "", > "extensions": "", > "htpasswd_users": "", > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "image_policy_config": "", > "kube_admission_plugin_config": "", > "ldap_ca": "", > "logging_public_url": "", > "logout_url": "", > "manage_htpasswd": true, > "master_count": "", > "max_requests_inflight": "", > "oauth_always_show_provider_selection": "", > "oauth_grant_method": "", > "openid_ca": "", > "pod_eviction_timeout": "", > "public_api_url": "", > "public_console_url": "", > "registry_selector": "", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "request_header_ca": "", > "scheduler_args": "", > "sdn_cluster_network_cidr": "", > "sdn_host_subnet_length": "", > "session_auth_secrets": "", > "session_encryption_secrets": "", > "session_max_seconds": "", > "session_name": "", > "session_secrets_file": "" > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "master", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > } >} > >TASK [openshift_master_facts : Determine if scheduler config present] ******************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:83 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872 `" && echo ansible-tmp-1530185668.06-92556666076872="` echo /root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185668.06-92556666076872=/root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp6uRaAx TO /root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp6uRaAx /root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872/ /root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185668.06-92556666076872/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/scheduler.json", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148286.9368815, "block_size": 4096, "inode": 58720635, "isgid": false, "size": 1923, "executable": false, "isuid": false, "readable": true, "version": "203491012", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/master/scheduler.json", "xusr": false, "atime": 1530148311.8538816, "md5": "7679d40705888fa1f567ec8d3ff89dad", "isdir": false, "ctime": 1530148287.0818815, "isblk": false, "wgrp": false, "checksum": "2953b4037c413a5acf89bf5ef868119b889f6fa4", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/scheduler.json" > } > }, > "stat": { > "atime": 1530148311.8538816, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "2953b4037c413a5acf89bf5ef868119b889f6fa4", > "ctime": 1530148287.0818815, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 58720635, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "7679d40705888fa1f567ec8d3ff89dad", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530148286.9368815, > "nlink": 1, > "path": "/etc/origin/master/scheduler.json", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 1923, > "uid": 0, > "version": "203491012", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [openshift_master_facts : Set Default scheduler predicates and priorities] ********************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:88 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_master_scheduler_default_predicates": [ > { > "name": "NoVolumeZoneConflict" > }, > { > "name": "MaxEBSVolumeCount" > }, > { > "name": "MaxGCEPDVolumeCount" > }, > { > "name": "MaxAzureDiskVolumeCount" > }, > { > "name": "MatchInterPodAffinity" > }, > { > "name": "NoDiskConflict" > }, > { > "name": "GeneralPredicates" > }, > { > "name": "PodToleratesNodeTaints" > }, > { > "name": "CheckNodeMemoryPressure" > }, > { > "name": "CheckNodeDiskPressure" > }, > { > "name": "CheckVolumeBinding" > }, > { > "argument": { > "serviceAffinity": { > "labels": [ > "region" > ] > } > }, > "name": "Region" > } > ], > "openshift_master_scheduler_default_priorities": [ > { > "name": "SelectorSpreadPriority", > "weight": 1 > }, > { > "name": "InterPodAffinityPriority", > "weight": 1 > }, > { > "name": "LeastRequestedPriority", > "weight": 1 > }, > { > "name": "BalancedResourceAllocation", > "weight": 1 > }, > { > "name": "NodePreferAvoidPodsPriority", > "weight": 10000 > }, > { > "name": "NodeAffinityPriority", > "weight": 1 > }, > { > "name": "TaintTolerationPriority", > "weight": 1 > }, > { > "argument": { > "serviceAntiAffinity": { > "label": "zone" > } > }, > "name": "Zone", > "weight": 2 > } > ] > }, > "changed": false >} > >TASK [openshift_master_facts : Retrieve current scheduler config] *********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:96 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/net_tools/basics/slurp.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416 `" && echo ansible-tmp-1530185668.43-54565806333416="` echo /root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185668.43-54565806333416=/root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpMx3XsE TO /root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416/slurp.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpMx3XsE /root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416/slurp.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416/ /root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416/slurp.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416/slurp.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185668.43-54565806333416/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"content": "ewogICAgImFwaVZlcnNpb24iOiAidjEiLCAKICAgICJraW5kIjogIlBvbGljeSIsIAogICAgInByZWRpY2F0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJOb1ZvbHVtZVpvbmVDb25mbGljdCIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk1heEVCU1ZvbHVtZUNvdW50IgogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTWF4R0NFUERWb2x1bWVDb3VudCIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk1heEF6dXJlRGlza1ZvbHVtZUNvdW50IgogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTWF0Y2hJbnRlclBvZEFmZmluaXR5IgogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTm9EaXNrQ29uZmxpY3QiCiAgICAgICAgfSwgCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJHZW5lcmFsUHJlZGljYXRlcyIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIlBvZFRvbGVyYXRlc05vZGVUYWludHMiCiAgICAgICAgfSwgCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJDaGVja05vZGVNZW1vcnlQcmVzc3VyZSIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIkNoZWNrTm9kZURpc2tQcmVzc3VyZSIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIkNoZWNrVm9sdW1lQmluZGluZyIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJhcmd1bWVudCI6IHsKICAgICAgICAgICAgICAgICJzZXJ2aWNlQWZmaW5pdHkiOiB7CiAgICAgICAgICAgICAgICAgICAgImxhYmVscyI6IFsKICAgICAgICAgICAgICAgICAgICAgICAgInJlZ2lvbiIKICAgICAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sIAogICAgICAgICAgICAibmFtZSI6ICJSZWdpb24iCiAgICAgICAgfQogICAgXSwgCiAgICAicHJpb3JpdGllcyI6IFsKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIlNlbGVjdG9yU3ByZWFkUHJpb3JpdHkiLCAKICAgICAgICAgICAgIndlaWdodCI6IDEKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIkludGVyUG9kQWZmaW5pdHlQcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMQogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTGVhc3RSZXF1ZXN0ZWRQcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMQogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiQmFsYW5jZWRSZXNvdXJjZUFsbG9jYXRpb24iLCAKICAgICAgICAgICAgIndlaWdodCI6IDEKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk5vZGVQcmVmZXJBdm9pZFBvZHNQcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMTAwMDAKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk5vZGVBZmZpbml0eVByaW9yaXR5IiwgCiAgICAgICAgICAgICJ3ZWlnaHQiOiAxCiAgICAgICAgfSwgCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJUYWludFRvbGVyYXRpb25Qcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMQogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgImFyZ3VtZW50IjogewogICAgICAgICAgICAgICAgInNlcnZpY2VBbnRpQWZmaW5pdHkiOiB7CiAgICAgICAgICAgICAgICAgICAgImxhYmVsIjogInpvbmUiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sIAogICAgICAgICAgICAibmFtZSI6ICJab25lIiwgCiAgICAgICAgICAgICJ3ZWlnaHQiOiAyCiAgICAgICAgfQogICAgXQp9", "source": "/etc/origin/master/scheduler.json", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/origin/master/scheduler.json"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "content": "ewogICAgImFwaVZlcnNpb24iOiAidjEiLCAKICAgICJraW5kIjogIlBvbGljeSIsIAogICAgInByZWRpY2F0ZXMiOiBbCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJOb1ZvbHVtZVpvbmVDb25mbGljdCIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk1heEVCU1ZvbHVtZUNvdW50IgogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTWF4R0NFUERWb2x1bWVDb3VudCIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk1heEF6dXJlRGlza1ZvbHVtZUNvdW50IgogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTWF0Y2hJbnRlclBvZEFmZmluaXR5IgogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTm9EaXNrQ29uZmxpY3QiCiAgICAgICAgfSwgCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJHZW5lcmFsUHJlZGljYXRlcyIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIlBvZFRvbGVyYXRlc05vZGVUYWludHMiCiAgICAgICAgfSwgCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJDaGVja05vZGVNZW1vcnlQcmVzc3VyZSIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIkNoZWNrTm9kZURpc2tQcmVzc3VyZSIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIkNoZWNrVm9sdW1lQmluZGluZyIKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJhcmd1bWVudCI6IHsKICAgICAgICAgICAgICAgICJzZXJ2aWNlQWZmaW5pdHkiOiB7CiAgICAgICAgICAgICAgICAgICAgImxhYmVscyI6IFsKICAgICAgICAgICAgICAgICAgICAgICAgInJlZ2lvbiIKICAgICAgICAgICAgICAgICAgICBdCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sIAogICAgICAgICAgICAibmFtZSI6ICJSZWdpb24iCiAgICAgICAgfQogICAgXSwgCiAgICAicHJpb3JpdGllcyI6IFsKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIlNlbGVjdG9yU3ByZWFkUHJpb3JpdHkiLCAKICAgICAgICAgICAgIndlaWdodCI6IDEKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIkludGVyUG9kQWZmaW5pdHlQcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMQogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiTGVhc3RSZXF1ZXN0ZWRQcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMQogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgIm5hbWUiOiAiQmFsYW5jZWRSZXNvdXJjZUFsbG9jYXRpb24iLCAKICAgICAgICAgICAgIndlaWdodCI6IDEKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk5vZGVQcmVmZXJBdm9pZFBvZHNQcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMTAwMDAKICAgICAgICB9LCAKICAgICAgICB7CiAgICAgICAgICAgICJuYW1lIjogIk5vZGVBZmZpbml0eVByaW9yaXR5IiwgCiAgICAgICAgICAgICJ3ZWlnaHQiOiAxCiAgICAgICAgfSwgCiAgICAgICAgewogICAgICAgICAgICAibmFtZSI6ICJUYWludFRvbGVyYXRpb25Qcmlvcml0eSIsIAogICAgICAgICAgICAid2VpZ2h0IjogMQogICAgICAgIH0sIAogICAgICAgIHsKICAgICAgICAgICAgImFyZ3VtZW50IjogewogICAgICAgICAgICAgICAgInNlcnZpY2VBbnRpQWZmaW5pdHkiOiB7CiAgICAgICAgICAgICAgICAgICAgImxhYmVsIjogInpvbmUiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sIAogICAgICAgICAgICAibmFtZSI6ICJab25lIiwgCiAgICAgICAgICAgICJ3ZWlnaHQiOiAyCiAgICAgICAgfQogICAgXQp9", > "encoding": "base64", > "invocation": { > "module_args": { > "src": "/etc/origin/master/scheduler.json" > } > }, > "source": "/etc/origin/master/scheduler.json" >} > >TASK [openshift_master_facts : Set openshift_master_scheduler_current_config] *********************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:101 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_master_scheduler_current_config": { > "apiVersion": "v1", > "kind": "Policy", > "predicates": [ > { > "name": "NoVolumeZoneConflict" > }, > { > "name": "MaxEBSVolumeCount" > }, > { > "name": "MaxGCEPDVolumeCount" > }, > { > "name": "MaxAzureDiskVolumeCount" > }, > { > "name": "MatchInterPodAffinity" > }, > { > "name": "NoDiskConflict" > }, > { > "name": "GeneralPredicates" > }, > { > "name": "PodToleratesNodeTaints" > }, > { > "name": "CheckNodeMemoryPressure" > }, > { > "name": "CheckNodeDiskPressure" > }, > { > "name": "CheckVolumeBinding" > }, > { > "argument": { > "serviceAffinity": { > "labels": [ > "region" > ] > } > }, > "name": "Region" > } > ], > "priorities": [ > { > "name": "SelectorSpreadPriority", > "weight": 1 > }, > { > "name": "InterPodAffinityPriority", > "weight": 1 > }, > { > "name": "LeastRequestedPriority", > "weight": 1 > }, > { > "name": "BalancedResourceAllocation", > "weight": 1 > }, > { > "name": "NodePreferAvoidPodsPriority", > "weight": 10000 > }, > { > "name": "NodeAffinityPriority", > "weight": 1 > }, > { > "name": "TaintTolerationPriority", > "weight": 1 > }, > { > "argument": { > "serviceAntiAffinity": { > "label": "zone" > } > }, > "name": "Zone", > "weight": 2 > } > ] > } > }, > "changed": false >} > >TASK [openshift_master_facts : Test if scheduler config is readable] ******************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:105 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_facts : Set current scheduler predicates and priorities] ********************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_facts/tasks/main.yml:110 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_master_scheduler_current_predicates": [ > { > "name": "NoVolumeZoneConflict" > }, > { > "name": "MaxEBSVolumeCount" > }, > { > "name": "MaxGCEPDVolumeCount" > }, > { > "name": "MaxAzureDiskVolumeCount" > }, > { > "name": "MatchInterPodAffinity" > }, > { > "name": "NoDiskConflict" > }, > { > "name": "GeneralPredicates" > }, > { > "name": "PodToleratesNodeTaints" > }, > { > "name": "CheckNodeMemoryPressure" > }, > { > "name": "CheckNodeDiskPressure" > }, > { > "name": "CheckVolumeBinding" > }, > { > "argument": { > "serviceAffinity": { > "labels": [ > "region" > ] > } > }, > "name": "Region" > } > ], > "openshift_master_scheduler_current_priorities": [ > { > "name": "SelectorSpreadPriority", > "weight": 1 > }, > { > "name": "InterPodAffinityPriority", > "weight": 1 > }, > { > "name": "LeastRequestedPriority", > "weight": 1 > }, > { > "name": "BalancedResourceAllocation", > "weight": 1 > }, > { > "name": "NodePreferAvoidPodsPriority", > "weight": 10000 > }, > { > "name": "NodeAffinityPriority", > "weight": 1 > }, > { > "name": "TaintTolerationPriority", > "weight": 1 > }, > { > "argument": { > "serviceAntiAffinity": { > "label": "zone" > } > }, > "name": "Zone", > "weight": 2 > } > ] > }, > "changed": false >} > >TASK [openshift_named_certificates : set_fact] ****************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_named_certificates/tasks/main.yml:2 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_named_certificates : openshift_facts] *********************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_named_certificates/tasks/main.yml:8 >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043 `" && echo ansible-tmp-1530185668.94-198891029662043="` echo /root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185668.94-198891029662043=/root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpWlv9nE TO /root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpWlv9nE /root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043/openshift_facts.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043/ /root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043/openshift_facts.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185668.94-198891029662043/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "master", "selevel": null, "regexp": null, "src": null, "local_facts": {"named_certificates": []}, "additive_facts_to_overwrite": ["__omit_place_holder__01283558b960295335a950727ebd9a78e6746497"], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}}}, "cloudprovider": {"kind": "openstack"}, "current_config": {"roles": ["node", "builddefaults", "cloudprovider", "master", "buildoverrides"]}, "master": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": 500, "controller_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "embedded_dns": true, "session_secrets_file": "", "api_port": "8443", "console_port": "8443", "dynamic_provisioning_enabled": true, "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", "auth_token_max_seconds": 500, "oauth_grant_method": "auto", "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "api_use_ssl": true, "sdn_host_subnet_length": 9, "console_path": "/console", "sdn_cluster_network_cidr": "10.128.0.0/14", "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", "console_use_ssl": true, "api_server_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", "embedded_kube": true, "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", "bind_addr": "0.0.0.0", "session_max_seconds": 3600, "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "admission_plugin_config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}, "BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}, "openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "onResources": [{"resource": "pods"}, {"resource": "builds"}], "reject": true, "name": "execution-denied", "matchImageAnnotations": [{"value": "true", "key": "images.openshift.io/deny-execution"}]}], "apiVersion": "v1"}}}, "named_certificates": [], "access_token_max_seconds": 86400, "manage_htpasswd": true, "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", "portal_net": "172.30.0.0/16", "controllers_port": "8444", "session_name": "ssn", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"version": "3.9.31", "ip": "172.16.120.82", "dns_domain": "cluster.local", "public_ip": "10.8.252.199", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "internal_hostnames": ["kubernetes.default", "kubernetes.default.svc.cluster.local", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "openshift"], "rolling_restart_mode": "services", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "version_gte_3_9": true, "version_gte_3_8": true, "version_gte_3_7": true, "version_gte_3_6": true, "kube_svc_ip": "172.30.0.1", "config_base": "/etc/origin", "all_hostnames": ["kubernetes.default", "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "kubernetes.default.svc.cluster.local", "openshift", "10.8.252.199"], "short_version": "3.9", "no_proxy_etcd_host_ips": "172.16.120.82", "examples_content_version": "v3.9", "portal_net": "172.30.0.0/16", "version_gte_3_10": false, "deployment_type": "openshift-enterprise"}, "provider": {"metadata": {"uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.82", "reservation-id": "r-f8huj0hy", "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.199", "block-device-mapping": {"ami": "vda", "root": "/dev/vda"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a3417"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-master-etcd-1"}, "network": {"ip": "172.16.120.82", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "public_ip": "10.8.252.199", "ipv6_enabled": false, "public_hostname": "10.8.252.199"}, "zone": "nova", "name": "openstack"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift": { > "builddefaults": { > "config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > } > } > }, > "buildoverrides": { > "config": { > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > } > } > }, > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "kubernetes.default.svc.cluster.local", > "openshift", > "10.8.252.199" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "openshift" > ], > "ip": "172.16.120.82", > "kube_svc_ip": "172.30.0.1", > "no_proxy_etcd_host_ips": "172.16.120.82", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.199", > "rolling_restart_mode": "services", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "access_token_max_seconds": 86400, > "admission_plugin_config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > }, > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > }, > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "api_use_ssl": true, > "auth_token_max_seconds": 500, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "controllers_port": "8444", > "dynamic_provisioning_enabled": true, > "embedded_dns": true, > "embedded_kube": true, > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > "manage_htpasswd": true, > "max_requests_inflight": 500, > "named_certificates": [], > "oauth_grant_method": "auto", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "sdn_cluster_network_cidr": "10.128.0.0/14", > "sdn_host_subnet_length": 9, > "session_max_seconds": 3600, > "session_name": "ssn", > "session_secrets_file": "" > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "instance-action": "none", > "instance-id": "i-007a3417", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "local-ipv4": "172.16.120.82", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "public-ipv4": "10.8.252.199", > "public-keys/": "0=libra", > "reservation-id": "r-f8huj0hy", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "interfaces": [], > "ip": "172.16.120.82", > "ipv6_enabled": false, > "public_hostname": "10.8.252.199", > "public_ip": "10.8.252.199" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [ > "__omit_place_holder__01283558b960295335a950727ebd9a78e6746497" > ], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "named_certificates": [] > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "master", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > } >} > >TASK [openshift_named_certificates : Clear named certificates] ************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_named_certificates/tasks/main.yml:15 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_named_certificates : Ensure named certificate directory exists] ********************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_named_certificates/tasks/main.yml:21 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747 `" && echo ansible-tmp-1530185670.69-1531158098747="` echo /root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185670.69-1531158098747=/root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp3rnsCz TO /root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp3rnsCz /root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747/ /root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185670.69-1531158098747/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/origin/master/named_certificates/", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/named_certificates/", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/master/named_certificates/"}, "before": {"path": "/etc/origin/master/named_certificates/"}}, "size": 33}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/etc/origin/master/named_certificates/" > }, > "before": { > "path": "/etc/origin/master/named_certificates/" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": 448, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/named_certificates/", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "root", > "path": "/etc/origin/master/named_certificates/", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 33, > "state": "directory", > "uid": 0 >} > >TASK [openshift_named_certificates : Land named certificates] *************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_named_certificates/tasks/main.yml:27 > >TASK [openshift_named_certificates : Land named certificate keys] *********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_named_certificates/tasks/main.yml:33 > >TASK [openshift_named_certificates : Land named CA certificates] ************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_named_certificates/tasks/main.yml:40 > >TASK [openshift_cli : Install clients] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_cli/tasks/main.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445 `" && echo ansible-tmp-1530185671.12-22601832386445="` echo /root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185671.12-22601832386445=/root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpzytNYW TO /root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpzytNYW /root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445/yum.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445/ /root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445/yum.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445/yum.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185671.12-22601832386445/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"msg": "", "invocation": {"module_args": {"allow_downgrade": false, "name": ["atomic-openshift-clients-3.9.31"], "list": null, "install_repoquery": true, "conf_file": null, "disable_gpg_check": false, "state": "present", "disablerepo": null, "update_cache": false, "enablerepo": null, "exclude": null, "security": false, "validate_certs": true, "installroot": "/", "skip_broken": false}}, "changed": false, "results": ["atomic-openshift-clients-3.9.31-1.git.0.ef9737b.el7.x86_64 providing atomic-openshift-clients-3.9.31 is already installed"], "rc": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "allow_downgrade": false, > "conf_file": null, > "disable_gpg_check": false, > "disablerepo": null, > "enablerepo": null, > "exclude": null, > "install_repoquery": true, > "installroot": "/", > "list": null, > "name": [ > "atomic-openshift-clients-3.9.31" > ], > "security": false, > "skip_broken": false, > "state": "present", > "update_cache": false, > "validate_certs": true > } > }, > "msg": "", > "rc": 0, > "results": [ > "atomic-openshift-clients-3.9.31-1.git.0.ef9737b.el7.x86_64 providing atomic-openshift-clients-3.9.31 is already installed" > ] >} > >TASK [openshift_cli : Pull CLI Image] *************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_cli/tasks/main.yml:9 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_cli : Copy client binaries/symlinks out of CLI image for use on the host] *********************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_cli/tasks/main.yml:16 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_cli : Pull CLI Image] *************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_cli/tasks/main.yml:26 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_cli : Copy client binaries/symlinks out of CLI image for use on the host] *********************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_cli/tasks/main.yml:33 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_cli : Reload facts to pick up installed OpenShift version] ************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_cli/tasks/main.yml:42 >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581 `" && echo ansible-tmp-1530185672.17-115104193412581="` echo /root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185672.17-115104193412581=/root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp9dv_sv TO /root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp9dv_sv /root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581/openshift_facts.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581/ /root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581/openshift_facts.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185672.17-115104193412581/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "common", "selevel": null, "regexp": null, "src": null, "local_facts": null, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}}}, "cloudprovider": {"kind": "openstack"}, "current_config": {"roles": ["node", "builddefaults", "cloudprovider", "master", "buildoverrides"]}, "master": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": 500, "controller_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "embedded_dns": true, "session_secrets_file": "", "api_port": "8443", "console_port": "8443", "dynamic_provisioning_enabled": true, "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", "auth_token_max_seconds": 500, "oauth_grant_method": "auto", "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "api_use_ssl": true, "sdn_host_subnet_length": 9, "console_path": "/console", "sdn_cluster_network_cidr": "10.128.0.0/14", "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", "console_use_ssl": true, "api_server_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", "embedded_kube": true, "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", "bind_addr": "0.0.0.0", "session_max_seconds": 3600, "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "admission_plugin_config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}, "BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}, "openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "onResources": [{"resource": "pods"}, {"resource": "builds"}], "reject": true, "name": "execution-denied", "matchImageAnnotations": [{"value": "true", "key": "images.openshift.io/deny-execution"}]}], "apiVersion": "v1"}}}, "named_certificates": [], "access_token_max_seconds": 86400, "manage_htpasswd": true, "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", "portal_net": "172.30.0.0/16", "controllers_port": "8444", "session_name": "ssn", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"version": "3.9.31", "ip": "172.16.120.82", "dns_domain": "cluster.local", "public_ip": "10.8.252.199", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "internal_hostnames": ["kubernetes.default", "kubernetes.default.svc.cluster.local", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "openshift"], "rolling_restart_mode": "services", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "version_gte_3_9": true, "version_gte_3_8": true, "version_gte_3_7": true, "version_gte_3_6": true, "kube_svc_ip": "172.30.0.1", "config_base": "/etc/origin", "all_hostnames": ["kubernetes.default", "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "kubernetes.default.svc.cluster.local", "openshift", "10.8.252.199"], "short_version": "3.9", "no_proxy_etcd_host_ips": "172.16.120.82", "examples_content_version": "v3.9", "portal_net": "172.30.0.0/16", "version_gte_3_10": false, "deployment_type": "openshift-enterprise"}, "provider": {"metadata": {"uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.82", "reservation-id": "r-f8huj0hy", "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.199", "block-device-mapping": {"ami": "vda", "root": "/dev/vda"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a3417"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-master-etcd-1"}, "network": {"ip": "172.16.120.82", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "public_ip": "10.8.252.199", "ipv6_enabled": false, "public_hostname": "10.8.252.199"}, "zone": "nova", "name": "openstack"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift": { > "builddefaults": { > "config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > } > } > }, > "buildoverrides": { > "config": { > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > } > } > }, > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "kubernetes.default.svc.cluster.local", > "openshift", > "10.8.252.199" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "openshift" > ], > "ip": "172.16.120.82", > "kube_svc_ip": "172.30.0.1", > "no_proxy_etcd_host_ips": "172.16.120.82", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.199", > "rolling_restart_mode": "services", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "access_token_max_seconds": 86400, > "admission_plugin_config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > }, > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > }, > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "api_use_ssl": true, > "auth_token_max_seconds": 500, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "controllers_port": "8444", > "dynamic_provisioning_enabled": true, > "embedded_dns": true, > "embedded_kube": true, > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > "manage_htpasswd": true, > "max_requests_inflight": 500, > "named_certificates": [], > "oauth_grant_method": "auto", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "sdn_cluster_network_cidr": "10.128.0.0/14", > "sdn_host_subnet_length": 9, > "session_max_seconds": 3600, > "session_name": "ssn", > "session_secrets_file": "" > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "instance-action": "none", > "instance-id": "i-007a3417", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "local-ipv4": "172.16.120.82", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "public-ipv4": "10.8.252.199", > "public-keys/": "0=libra", > "reservation-id": "r-f8huj0hy", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "interfaces": [], > "ip": "172.16.120.82", > "ipv6_enabled": false, > "public_hostname": "10.8.252.199", > "public_ip": "10.8.252.199" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": null, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "common", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > } >} > >TASK [openshift_cli : Install bash completion for oc tools] ***************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_cli/tasks/main.yml:45 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413 `" && echo ansible-tmp-1530185675.08-65989964915413="` echo /root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185675.08-65989964915413=/root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpTkOQ0h TO /root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpTkOQ0h /root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413/yum.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413/ /root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413/yum.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413/yum.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185675.08-65989964915413/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"msg": "", "invocation": {"module_args": {"allow_downgrade": false, "name": ["bash-completion"], "list": null, "install_repoquery": true, "conf_file": null, "disable_gpg_check": false, "state": "present", "disablerepo": null, "update_cache": false, "enablerepo": null, "exclude": null, "security": false, "validate_certs": true, "installroot": "/", "skip_broken": false}}, "changed": false, "results": ["1:bash-completion-2.1-6.el7.noarch providing bash-completion is already installed"], "rc": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "allow_downgrade": false, > "conf_file": null, > "disable_gpg_check": false, > "disablerepo": null, > "enablerepo": null, > "exclude": null, > "install_repoquery": true, > "installroot": "/", > "list": null, > "name": [ > "bash-completion" > ], > "security": false, > "skip_broken": false, > "state": "present", > "update_cache": false, > "validate_certs": true > } > }, > "msg": "", > "rc": 0, > "results": [ > "1:bash-completion-2.1-6.el7.noarch providing bash-completion is already installed" > ] >} > >TASK [openshift_ca : fail] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:2 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : fail] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:6 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : Install the base package for admin tooling] ************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:10 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907 `" && echo ansible-tmp-1530185675.79-206155004361907="` echo /root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185675.79-206155004361907=/root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpCFuc38 TO /root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907/yum.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpCFuc38 /root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907/yum.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907/ /root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907/yum.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907/yum.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185675.79-206155004361907/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"msg": "", "invocation": {"module_args": {"allow_downgrade": false, "name": ["atomic-openshift-3.9.31"], "list": null, "install_repoquery": true, "conf_file": null, "disable_gpg_check": false, "state": "present", "disablerepo": null, "update_cache": false, "enablerepo": null, "exclude": null, "security": false, "validate_certs": true, "installroot": "/", "skip_broken": false}}, "changed": false, "results": ["atomic-openshift-3.9.31-1.git.0.ef9737b.el7.x86_64 providing atomic-openshift-3.9.31 is already installed"], "rc": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "allow_downgrade": false, > "conf_file": null, > "disable_gpg_check": false, > "disablerepo": null, > "enablerepo": null, > "exclude": null, > "install_repoquery": true, > "installroot": "/", > "list": null, > "name": [ > "atomic-openshift-3.9.31" > ], > "security": false, > "skip_broken": false, > "state": "present", > "update_cache": false, > "validate_certs": true > } > }, > "msg": "", > "rc": 0, > "results": [ > "atomic-openshift-3.9.31-1.git.0.ef9737b.el7.x86_64 providing atomic-openshift-3.9.31 is already installed" > ] >} > >TASK [openshift_ca : Reload generated facts] ******************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:20 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : Create openshift_ca_config_dir if it does not exist] *************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:25 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253 `" && echo ansible-tmp-1530185676.52-76016959207253="` echo /root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185676.52-76016959207253=/root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpX5pRut TO /root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpX5pRut /root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253/ /root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185676.52-76016959207253/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/origin/master", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/master"}, "before": {"path": "/etc/origin/master"}}, "size": 4096}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/etc/origin/master" > }, > "before": { > "path": "/etc/origin/master" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "root", > "path": "/etc/origin/master", > "secontext": "system_u:object_r:etc_t:s0", > "size": 4096, > "state": "directory", > "uid": 0 >} > >TASK [openshift_ca : Determine if CA must be created] *********************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:32 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491 `" && echo ansible-tmp-1530185676.85-39254803585491="` echo /root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185676.85-39254803585491=/root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpBuWhVn TO /root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpBuWhVn /root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491/ /root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185676.85-39254803585491/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/ca-bundle.crt", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530182742.1588817, "block_size": 4096, "inode": 67110324, "isgid": false, "size": 1070, "executable": false, "isuid": false, "readable": true, "version": "1108740189", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/master/ca-bundle.crt", "xusr": false, "atime": 1530182752.4298816, "md5": "fd3abe78eb5ab3daff13d10661bc28b4", "isdir": false, "ctime": 1530182742.1588817, "isblk": false, "wgrp": false, "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca-bundle.crt) => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/ca-bundle.crt" > } > }, > "item": "ca-bundle.crt", > "stat": { > "atime": 1530182752.4298816, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "ctime": 1530182742.1588817, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67110324, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "fd3abe78eb5ab3daff13d10661bc28b4", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530182742.1588817, > "nlink": 1, > "path": "/etc/origin/master/ca-bundle.crt", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 1070, > "uid": 0, > "version": "1108740189", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827 `" && echo ansible-tmp-1530185677.13-204763925156827="` echo /root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185677.13-204763925156827=/root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpC7P04Y TO /root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpC7P04Y /root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827/ /root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185677.13-204763925156827/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/ca.crt", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148239.5548816, "block_size": 4096, "inode": 67110318, "isgid": false, "size": 1070, "executable": false, "isuid": false, "readable": true, "version": "18446744073398017668", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/master/ca.crt", "xusr": false, "atime": 1530148239.7608817, "md5": "fd3abe78eb5ab3daff13d10661bc28b4", "isdir": false, "ctime": 1530148239.5548816, "isblk": false, "wgrp": false, "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca.crt) => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/ca.crt" > } > }, > "item": "ca.crt", > "stat": { > "atime": 1530148239.7608817, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "ctime": 1530148239.5548816, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67110318, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "fd3abe78eb5ab3daff13d10661bc28b4", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530148239.5548816, > "nlink": 1, > "path": "/etc/origin/master/ca.crt", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 1070, > "uid": 0, > "version": "18446744073398017668", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130 `" && echo ansible-tmp-1530185677.46-114977326352130="` echo /root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185677.46-114977326352130=/root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpP5fdxm TO /root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpP5fdxm /root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130/ /root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185677.46-114977326352130/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/ca.key", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148239.5548816, "block_size": 4096, "inode": 67110319, "isgid": false, "size": 1675, "executable": false, "isuid": false, "readable": true, "version": "1060786413", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": false, "gr_name": "root", "path": "/etc/origin/master/ca.key", "xusr": false, "atime": 1530148239.7608817, "md5": "dadfabdb7b0e545c3d39cecc54bb3188", "isdir": false, "ctime": 1530148239.5548816, "isblk": false, "wgrp": false, "checksum": "a87e29ca34b2b4302b065c77bea9e61d2843ffbf", "dev": 64768, "roth": false, "isfifo": false, "mode": "0600", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca.key) => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/ca.key" > } > }, > "item": "ca.key", > "stat": { > "atime": 1530148239.7608817, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "a87e29ca34b2b4302b065c77bea9e61d2843ffbf", > "ctime": 1530148239.5548816, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67110319, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "dadfabdb7b0e545c3d39cecc54bb3188", > "mimetype": "text/plain", > "mode": "0600", > "mtime": 1530148239.5548816, > "nlink": 1, > "path": "/etc/origin/master/ca.key", > "pw_name": "root", > "readable": true, > "rgrp": false, > "roth": false, > "rusr": true, > "size": 1675, > "uid": 0, > "version": "1060786413", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [openshift_ca : set_fact] ********************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:43 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "master_ca_missing": false > }, > "changed": false >} > >TASK [openshift_ca : Retain original serviceaccount keys] ******************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:49 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941 `" && echo ansible-tmp-1530185678.0-145626882393941="` echo /root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185678.0-145626882393941=/root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpB0hsNq TO /root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpB0hsNq /root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941/copy.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941/ /root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941/copy.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185678.0-145626882393941/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/master/serviceaccounts.private.key", "changed": true, "group": "root", "uid": 0, "dest": "/etc/origin/master/serviceaccounts.private.key.keep", "checksum": "cd3629903bcdcca58a2e0de23f873f3fd3218b68", "md5sum": "50f275dfc4d1ecdb924302e98b774ca3", "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0644", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/etc/origin/master/serviceaccounts.private.key.keep", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/master/serviceaccounts.private.key", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 1679}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/serviceaccounts.private.key) => { > "changed": true, > "checksum": "cd3629903bcdcca58a2e0de23f873f3fd3218b68", > "dest": "/etc/origin/master/serviceaccounts.private.key.keep", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/origin/master/serviceaccounts.private.key.keep", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/master/serviceaccounts.private.key", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/serviceaccounts.private.key", > "md5sum": "50f275dfc4d1ecdb924302e98b774ca3", > "mode": "0644", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 1679, > "src": "/etc/origin/master/serviceaccounts.private.key", > "state": "file", > "uid": 0 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862 `" && echo ansible-tmp-1530185678.27-133140236722862="` echo /root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185678.27-133140236722862=/root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpTlUomA TO /root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpTlUomA /root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862/copy.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862/ /root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862/copy.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185678.27-133140236722862/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/master/serviceaccounts.public.key", "changed": true, "group": "root", "uid": 0, "dest": "/etc/origin/master/serviceaccounts.public.key.keep", "checksum": "9bbef80a8399a93363c9f7d949640f37067b8753", "md5sum": "9578e78c92926b80735eef6e8c1efcbc", "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0644", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/etc/origin/master/serviceaccounts.public.key.keep", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/master/serviceaccounts.public.key", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 451}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/serviceaccounts.public.key) => { > "changed": true, > "checksum": "9bbef80a8399a93363c9f7d949640f37067b8753", > "dest": "/etc/origin/master/serviceaccounts.public.key.keep", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/origin/master/serviceaccounts.public.key.keep", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/master/serviceaccounts.public.key", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/serviceaccounts.public.key", > "md5sum": "9578e78c92926b80735eef6e8c1efcbc", > "mode": "0644", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 451, > "src": "/etc/origin/master/serviceaccounts.public.key", > "state": "file", > "uid": 0 >} > >TASK [openshift_ca : Deploy master ca certificate] ************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:59 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'dest': u'ca.crt', u'src': u''}) => { > "changed": false, > "item": { > "dest": "ca.crt", > "src": "" > }, > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'dest': u'ca.key', u'src': u''}) => { > "changed": false, > "item": { > "dest": "ca.key", > "src": "" > }, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : Create ca serial] ************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:73 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : find] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:82 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449 `" && echo ansible-tmp-1530185678.86-2702803083449="` echo /root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185678.86-2702803083449=/root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpXUK1zi TO /root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpXUK1zi /root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449/find.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449/ /root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449/find.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449/find.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185678.86-2702803083449/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"files": [], "changed": false, "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\\n", "examined": 0, "invocation": {"module_args": {"paths": ["/etc/origin/master/legacy-ca/"], "file_type": "file", "age": null, "contains": null, "recurse": false, "age_stamp": "mtime", "patterns": [".*-ca.crt"], "get_checksum": false, "use_regex": true, "follow": false, "hidden": false, "size": null}}, "matched": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "examined": 0, > "files": [], > "invocation": { > "module_args": { > "age": null, > "age_stamp": "mtime", > "contains": null, > "file_type": "file", > "follow": false, > "get_checksum": false, > "hidden": false, > "paths": [ > "/etc/origin/master/legacy-ca/" > ], > "patterns": [ > ".*-ca.crt" > ], > "recurse": false, > "size": null, > "use_regex": true > } > }, > "matched": 0, > "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\n" >} > >TASK [openshift_ca : Create the master certificates if they do not already exist] ******************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:89 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560 `" && echo ansible-tmp-1530185679.31-50432519277560="` echo /root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185679.31-50432519277560=/root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmplMV8EW TO /root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmplMV8EW /root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560/ /root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185679.31-50432519277560/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:31.063553", "stdout": "", "cmd": ["oc", "adm", "ca", "create-master-certs", "--hostnames=kubernetes.default,host-8-252-199.host.centralci.eng.rdu2.redhat.com,kubernetes,openshift.default,openshift.default.svc,kubernetes.default.svc,172.30.0.1,openshift.default.svc.cluster.local,172.16.120.82,qe-juzhao-39-qeos-1-master-etcd-1,kubernetes.default.svc.cluster.local,openshift,10.8.252.199", "--master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "--public-master=https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "--cert-dir=/etc/origin/master", "--expire-days=730", "--signer-expire-days=1825", "--overwrite=false"], "rc": 0, "start": "2018-06-28 07:34:30.398595", "stderr": "", "delta": "0:00:00.664958", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "oc adm ca create-master-certs --hostnames=kubernetes.default,host-8-252-199.host.centralci.eng.rdu2.redhat.com,kubernetes,openshift.default,openshift.default.svc,kubernetes.default.svc,172.30.0.1,openshift.default.svc.cluster.local,172.16.120.82,qe-juzhao-39-qeos-1-master-etcd-1,kubernetes.default.svc.cluster.local,openshift,10.8.252.199 --master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443 --public-master=https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443 --cert-dir=/etc/origin/master --expire-days=730 --signer-expire-days=1825 --overwrite=false", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "oc", > "adm", > "ca", > "create-master-certs", > "--hostnames=kubernetes.default,host-8-252-199.host.centralci.eng.rdu2.redhat.com,kubernetes,openshift.default,openshift.default.svc,kubernetes.default.svc,172.30.0.1,openshift.default.svc.cluster.local,172.16.120.82,qe-juzhao-39-qeos-1-master-etcd-1,kubernetes.default.svc.cluster.local,openshift,10.8.252.199", > "--master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "--public-master=https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "--cert-dir=/etc/origin/master", > "--expire-days=730", > "--signer-expire-days=1825", > "--overwrite=false" > ], > "delta": "0:00:00.664958", > "end": "2018-06-28 07:34:31.063553", > "invocation": { > "module_args": { > "_raw_params": "oc adm ca create-master-certs --hostnames=kubernetes.default,host-8-252-199.host.centralci.eng.rdu2.redhat.com,kubernetes,openshift.default,openshift.default.svc,kubernetes.default.svc,172.30.0.1,openshift.default.svc.cluster.local,172.16.120.82,qe-juzhao-39-qeos-1-master-etcd-1,kubernetes.default.svc.cluster.local,openshift,10.8.252.199 --master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443 --public-master=https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443 --cert-dir=/etc/origin/master --expire-days=730 --signer-expire-days=1825 --overwrite=false", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:30.398595", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} > >TASK [openshift_ca : command] *********************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:114 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136 `" && echo ansible-tmp-1530185680.3-144573361498136="` echo /root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185680.3-144573361498136=/root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpkzCLdC TO /root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpkzCLdC /root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136/ /root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185680.3-144573361498136/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:31.393152", "stdout": "/tmp/openshift-ansible-KRqth3", "cmd": ["mktemp", "-d", "/tmp/openshift-ansible-XXXXXX"], "rc": 0, "start": "2018-06-28 07:34:31.390515", "stderr": "", "delta": "0:00:00.002637", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "mktemp -d /tmp/openshift-ansible-XXXXXX", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "mktemp", > "-d", > "/tmp/openshift-ansible-XXXXXX" > ], > "delta": "0:00:00.002637", > "end": "2018-06-28 07:34:31.393152", > "invocation": { > "module_args": { > "_raw_params": "mktemp -d /tmp/openshift-ansible-XXXXXX", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:31.390515", > "stderr": "", > "stderr_lines": [], > "stdout": "/tmp/openshift-ansible-KRqth3", > "stdout_lines": [ > "/tmp/openshift-ansible-KRqth3" > ] >} > >TASK [openshift_ca : copy] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:117 > >TASK [openshift_ca : copy] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:124 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554 `" && echo ansible-tmp-1530185680.66-272186790925554="` echo /root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185680.66-272186790925554=/root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpnShb2j TO /root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpnShb2j /root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554/copy.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554/ /root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554/copy.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185680.66-272186790925554/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/master/ca.crt", "changed": true, "group": "root", "uid": 0, "dest": "/tmp/openshift-ansible-KRqth3/ca.crt", "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", "owner": "root", "state": "file", "gid": 0, "secontext": "unconfined_u:object_r:user_tmp_t:s0", "mode": "0644", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/tmp/openshift-ansible-KRqth3/ca.crt", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/master/ca.crt", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 1070}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "dest": "/tmp/openshift-ansible-KRqth3/ca.crt", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/tmp/openshift-ansible-KRqth3/ca.crt", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/master/ca.crt", > "unsafe_writes": null, > "validate": null > } > }, > "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", > "mode": "0644", > "owner": "root", > "secontext": "unconfined_u:object_r:user_tmp_t:s0", > "size": 1070, > "src": "/etc/origin/master/ca.crt", > "state": "file", > "uid": 0 >} > >TASK [openshift_ca : assemble] ********************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:130 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/assemble.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556 `" && echo ansible-tmp-1530185680.98-36629676786556="` echo /root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185680.98-36629676786556=/root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpNSiy8V TO /root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556/assemble.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpNSiy8V /root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556/assemble.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556/ /root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556/assemble.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556/assemble.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185680.98-36629676786556/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/tmp/openshift-ansible-KRqth3", "changed": false, "group": "root", "uid": 0, "dest": "/etc/origin/master/client-ca-bundle.crt", "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", "invocation": {"module_args": {"ignore_hidden": false, "src": "/tmp/openshift-ansible-KRqth3", "directory_mode": null, "force": null, "remote_src": false, "dest": "/etc/origin/master/client-ca-bundle.crt", "selevel": null, "seuser": null, "serole": null, "setype": null, "group": "root", "content": null, "unsafe_writes": null, "delimiter": null, "mode": 420, "follow": false, "owner": "root", "regexp": null, "validate": null, "attributes": null, "backup": false}}, "state": "file", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0644", "owner": "root", "size": 1070, "msg": "OK"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "dest": "/etc/origin/master/client-ca-bundle.crt", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/origin/master/client-ca-bundle.crt", > "directory_mode": null, > "follow": false, > "force": null, > "group": "root", > "ignore_hidden": false, > "mode": 420, > "owner": "root", > "regexp": null, > "remote_src": false, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/tmp/openshift-ansible-KRqth3", > "unsafe_writes": null, > "validate": null > } > }, > "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", > "mode": "0644", > "msg": "OK", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 1070, > "src": "/tmp/openshift-ansible-KRqth3", > "state": "file", > "uid": 0 >} > >TASK [openshift_ca : Test local loopback context] *************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:139 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993 `" && echo ansible-tmp-1530185681.46-190292822550993="` echo /root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185681.46-190292822550993=/root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpjy8nMD TO /root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpjy8nMD /root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993/ /root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185681.46-190292822550993/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:32.690211", "stdout": "apiVersion: v1\\nclusters:\\n- cluster:\\n certificate-authority-data: REDACTED\\n server: https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443\\n name: host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443\\n- cluster:\\n certificate-authority-data: REDACTED\\n server: https://qe-juzhao-39-qeos-1-master-etcd-1:8443\\n name: qe-juzhao-39-qeos-1-master-etcd-1:8443\\ncontexts:\\n- context:\\n cluster: host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443\\n namespace: default\\n user: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443\\n name: default/host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443/system:openshift-master\\n- context:\\n cluster: qe-juzhao-39-qeos-1-master-etcd-1:8443\\n namespace: default\\n user: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443\\n name: default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master\\ncurrent-context: default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master\\nkind: Config\\npreferences: {}\\nusers:\\n- name: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443\\n user:\\n client-certificate-data: REDACTED\\n client-key-data: REDACTED", "cmd": ["oc", "config", "view", "--config=/etc/origin/master/openshift-master.kubeconfig"], "rc": 0, "start": "2018-06-28 07:34:32.535944", "stderr": "", "delta": "0:00:00.154267", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "oc config view --config=/etc/origin/master/openshift-master.kubeconfig", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "oc", > "config", > "view", > "--config=/etc/origin/master/openshift-master.kubeconfig" > ], > "delta": "0:00:00.154267", > "end": "2018-06-28 07:34:32.690211", > "invocation": { > "module_args": { > "_raw_params": "oc config view --config=/etc/origin/master/openshift-master.kubeconfig", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:32.535944", > "stderr": "", > "stderr_lines": [], > "stdout": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority-data: REDACTED\n server: https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443\n name: host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443\n- cluster:\n certificate-authority-data: REDACTED\n server: https://qe-juzhao-39-qeos-1-master-etcd-1:8443\n name: qe-juzhao-39-qeos-1-master-etcd-1:8443\ncontexts:\n- context:\n cluster: host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443\n namespace: default\n user: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443\n name: default/host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443/system:openshift-master\n- context:\n cluster: qe-juzhao-39-qeos-1-master-etcd-1:8443\n namespace: default\n user: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443\n name: default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master\ncurrent-context: default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master\nkind: Config\npreferences: {}\nusers:\n- name: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443\n user:\n client-certificate-data: REDACTED\n client-key-data: REDACTED", > "stdout_lines": [ > "apiVersion: v1", > "clusters:", > "- cluster:", > " certificate-authority-data: REDACTED", > " server: https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > " name: host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443", > "- cluster:", > " certificate-authority-data: REDACTED", > " server: https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > " name: qe-juzhao-39-qeos-1-master-etcd-1:8443", > "contexts:", > "- context:", > " cluster: host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443", > " namespace: default", > " user: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > " name: default/host-8-252-199-host-centralci-eng-rdu2-redhat-com:8443/system:openshift-master", > "- context:", > " cluster: qe-juzhao-39-qeos-1-master-etcd-1:8443", > " namespace: default", > " user: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > " name: default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "current-context: default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "kind: Config", > "preferences: {}", > "users:", > "- name: system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > " user:", > " client-certificate-data: REDACTED", > " client-key-data: REDACTED" > ] >} > >TASK [openshift_ca : Create temp directory for loopback master client config] *********************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:153 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : Generate the loopback master client config] ************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:156 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : Copy generated loopback master client config to master config dir] ************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:173 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=openshift-master.crt) => { > "changed": false, > "item": "openshift-master.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=openshift-master.key) => { > "changed": false, > "item": "openshift-master.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=openshift-master.kubeconfig) => { > "changed": false, > "item": "openshift-master.kubeconfig", > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : Delete temp directory] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:182 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_ca : Restore original serviceaccount keys] ****************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:190 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859 `" && echo ansible-tmp-1530185682.13-11092726109859="` echo /root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185682.13-11092726109859=/root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpK4GB6J TO /root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpK4GB6J /root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859/copy.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859/ /root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859/copy.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185682.13-11092726109859/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/master/serviceaccounts.private.key.keep", "changed": false, "group": "root", "uid": 0, "dest": "/etc/origin/master/serviceaccounts.private.key", "checksum": "cd3629903bcdcca58a2e0de23f873f3fd3218b68", "md5sum": "50f275dfc4d1ecdb924302e98b774ca3", "owner": "root", "state": "file", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/etc/origin/master/serviceaccounts.private.key", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/master/serviceaccounts.private.key.keep", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 1679}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/serviceaccounts.private.key) => { > "changed": false, > "checksum": "cd3629903bcdcca58a2e0de23f873f3fd3218b68", > "dest": "/etc/origin/master/serviceaccounts.private.key", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/origin/master/serviceaccounts.private.key", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/master/serviceaccounts.private.key.keep", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/serviceaccounts.private.key", > "md5sum": "50f275dfc4d1ecdb924302e98b774ca3", > "mode": "0600", > "owner": "root", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 1679, > "src": "/etc/origin/master/serviceaccounts.private.key.keep", > "state": "file", > "uid": 0 >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889 `" && echo ansible-tmp-1530185682.47-93306619307889="` echo /root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185682.47-93306619307889=/root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp86zN4a TO /root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp86zN4a /root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889/copy.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889/ /root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889/copy.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185682.47-93306619307889/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/master/serviceaccounts.public.key.keep", "changed": false, "group": "root", "uid": 0, "dest": "/etc/origin/master/serviceaccounts.public.key", "checksum": "9bbef80a8399a93363c9f7d949640f37067b8753", "md5sum": "9578e78c92926b80735eef6e8c1efcbc", "owner": "root", "state": "file", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0600", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/etc/origin/master/serviceaccounts.public.key", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/master/serviceaccounts.public.key.keep", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 451}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/serviceaccounts.public.key) => { > "changed": false, > "checksum": "9bbef80a8399a93363c9f7d949640f37067b8753", > "dest": "/etc/origin/master/serviceaccounts.public.key", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/origin/master/serviceaccounts.public.key", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/master/serviceaccounts.public.key.keep", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/serviceaccounts.public.key", > "md5sum": "9578e78c92926b80735eef6e8c1efcbc", > "mode": "0600", > "owner": "root", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 451, > "src": "/etc/origin/master/serviceaccounts.public.key.keep", > "state": "file", > "uid": 0 >} > >TASK [openshift_ca : Remove backup serviceaccount keys] ********************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_ca/tasks/main.yml:200 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609 `" && echo ansible-tmp-1530185682.77-206129179100609="` echo /root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185682.77-206129179100609=/root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp9I9T2T TO /root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp9I9T2T /root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609/ /root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185682.77-206129179100609/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/serviceaccounts.private.key.keep", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/serviceaccounts.private.key.keep", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/serviceaccounts.private.key.keep", "state": "absent"}, "before": {"path": "/etc/origin/master/serviceaccounts.private.key.keep", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/serviceaccounts.private.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/serviceaccounts.private.key.keep", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/serviceaccounts.private.key.keep", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/serviceaccounts.private.key.keep", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/serviceaccounts.private.key", > "path": "/etc/origin/master/serviceaccounts.private.key.keep", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581 `" && echo ansible-tmp-1530185683.09-103372173060581="` echo /root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185683.09-103372173060581=/root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpyQ47Ol TO /root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpyQ47Ol /root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581/ /root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185683.09-103372173060581/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/serviceaccounts.public.key.keep", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/serviceaccounts.public.key.keep", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/serviceaccounts.public.key.keep", "state": "absent"}, "before": {"path": "/etc/origin/master/serviceaccounts.public.key.keep", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/serviceaccounts.public.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/serviceaccounts.public.key.keep", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/serviceaccounts.public.key.keep", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/serviceaccounts.public.key.keep", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/serviceaccounts.public.key", > "path": "/etc/origin/master/serviceaccounts.public.key.keep", > "state": "absent" >} > >TASK [openshift_master_certificates : Check status of master certificates] ************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:2 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=admin.crt) => { > "changed": false, > "item": "admin.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca.crt) => { > "changed": false, > "item": "ca.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca-bundle.crt) => { > "changed": false, > "item": "ca-bundle.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.kubelet-client.crt) => { > "changed": false, > "item": "master.kubelet-client.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.proxy-client.crt) => { > "changed": false, > "item": "master.proxy-client.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.server.crt) => { > "changed": false, > "item": "master.server.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=openshift-master.crt) => { > "changed": false, > "item": "openshift-master.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=service-signer.crt) => { > "changed": false, > "item": "service-signer.crt", > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : set_fact] ***************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:17 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "master_certs_missing": true > }, > "changed": false >} > >TASK [openshift_master_certificates : Ensure the generated_configs directory present] *************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:24 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : find] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:32 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973 `" && echo ansible-tmp-1530185683.6-17483765167973="` echo /root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185683.6-17483765167973=/root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpCzOt5J TO /root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpCzOt5J /root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973/find.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973/ /root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973/find.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973/find.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185683.6-17483765167973/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"files": [], "changed": false, "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\\n", "examined": 0, "invocation": {"module_args": {"paths": ["/etc/origin/master/legacy-ca/"], "file_type": "file", "age": null, "contains": null, "recurse": false, "age_stamp": "mtime", "patterns": [".*-ca.crt"], "get_checksum": false, "use_regex": true, "follow": false, "hidden": false, "size": null}}, "matched": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "examined": 0, > "files": [], > "invocation": { > "module_args": { > "age": null, > "age_stamp": "mtime", > "contains": null, > "file_type": "file", > "follow": false, > "get_checksum": false, > "hidden": false, > "paths": [ > "/etc/origin/master/legacy-ca/" > ], > "patterns": [ > ".*-ca.crt" > ], > "recurse": false, > "size": null, > "use_regex": true > } > }, > "matched": 0, > "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\n" >} > >TASK [openshift_master_certificates : Create the master server certificate] ************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:39 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : Generate the loopback master client config] ******************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:63 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "changed": false, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : copy] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:89 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=admin.crt) => { > "changed": false, > "item": "admin.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=admin.key) => { > "changed": false, > "item": "admin.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=admin.kubeconfig) => { > "changed": false, > "item": "admin.kubeconfig", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.kubelet-client.crt) => { > "changed": false, > "item": "master.kubelet-client.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.kubelet-client.key) => { > "changed": false, > "item": "master.kubelet-client.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.proxy-client.crt) => { > "changed": false, > "item": "master.proxy-client.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.proxy-client.key) => { > "changed": false, > "item": "master.proxy-client.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=service-signer.crt) => { > "changed": false, > "item": "service-signer.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=service-signer.key) => { > "changed": false, > "item": "service-signer.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca.crt) => { > "changed": false, > "item": "ca.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca.key) => { > "changed": false, > "item": "ca.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca-bundle.crt) => { > "changed": false, > "item": "ca-bundle.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=client-ca-bundle.crt) => { > "changed": false, > "item": "client-ca-bundle.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=serviceaccounts.private.key) => { > "changed": false, > "item": "serviceaccounts.private.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=serviceaccounts.public.key) => { > "changed": false, > "item": "serviceaccounts.public.key", > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : Remove generated etcd client certs when using external etcd] ************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:99 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584 `" && echo ansible-tmp-1530185684.34-72303612786584="` echo /root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185684.34-72303612786584=/root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmplN10gn TO /root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmplN10gn /root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584/ /root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185684.34-72303612786584/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.crt", "state": "absent", "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-client.crt) => { > "changed": false, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.etcd-client.crt", > "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966 `" && echo ansible-tmp-1530185684.63-113863475063966="` echo /root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185684.63-113863475063966=/root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpWRfIVL TO /root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpWRfIVL /root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966/ /root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185684.63-113863475063966/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.key", "state": "absent", "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=master.etcd-client.key) => { > "changed": false, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "master.etcd-client.key", > "path": "/etc/origin/generated-configs/master-qe-juzhao-39-qeos-1-master-etcd-1/master.etcd-client.key", > "state": "absent" >} > >TASK [openshift_master_certificates : Create local temp directory for syncing certs] **************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:110 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185684.94-181993364538196 `" && echo ansible-tmp-1530185684.94-181993364538196="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185684.94-181993364538196 `" ) && sleep 0' ><localhost> PUT /tmp/tmpASfdJJ TO /home/yapei/.ansible/tmp/ansible-tmp-1530185684.94-181993364538196/command.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185684.94-181993364538196/ /home/yapei/.ansible/tmp/ansible-tmp-1530185684.94-181993364538196/command.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185684.94-181993364538196/command.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185684.94-181993364538196/" > /dev/null 2>&1 && sleep 0' >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> localhost] => { > "changed": false, > "cmd": [ > "mktemp", > "-d", > "/tmp/openshift-ansible-XXXXXXX" > ], > "delta": "0:00:00.002600", > "end": "2018-06-28 07:34:45.049745", > "invocation": { > "module_args": { > "_raw_params": "mktemp -d /tmp/openshift-ansible-XXXXXXX", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:45.047145", > "stderr": "", > "stderr_lines": [], > "stdout": "/tmp/openshift-ansible-qObIfTN", > "stdout_lines": [ > "/tmp/openshift-ansible-qObIfTN" > ] >} > >TASK [openshift_master_certificates : Chmod local temp directory for syncing certs] ***************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:116 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185685.11-98334179584702 `" && echo ansible-tmp-1530185685.11-98334179584702="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185685.11-98334179584702 `" ) && sleep 0' ><localhost> PUT /tmp/tmpd6Z5ts TO /home/yapei/.ansible/tmp/ansible-tmp-1530185685.11-98334179584702/command.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185685.11-98334179584702/ /home/yapei/.ansible/tmp/ansible-tmp-1530185685.11-98334179584702/command.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185685.11-98334179584702/command.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185685.11-98334179584702/" > /dev/null 2>&1 && sleep 0' >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> localhost] => { > "changed": false, > "cmd": [ > "chmod", > "777", > "/tmp/openshift-ansible-qObIfTN" > ], > "delta": "0:00:00.002593", > "end": "2018-06-28 07:34:45.221658", > "invocation": { > "module_args": { > "_raw_params": "chmod 777 \"/tmp/openshift-ansible-qObIfTN\"", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:45.219065", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} > >TASK [openshift_master_certificates : Create a tarball of the master certs] ************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:121 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : Retrieve the master cert tarball from the master] ************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:130 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : Ensure certificate directory exists] ************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:140 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : Unarchive the tarball on the master] ************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:146 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : Delete local temp directory] ********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:152 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185685.45-176928608797283 `" && echo ansible-tmp-1530185685.45-176928608797283="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185685.45-176928608797283 `" ) && sleep 0' ><localhost> PUT /tmp/tmpqNg_R0 TO /home/yapei/.ansible/tmp/ansible-tmp-1530185685.45-176928608797283/file.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185685.45-176928608797283/ /home/yapei/.ansible/tmp/ansible-tmp-1530185685.45-176928608797283/file.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185685.45-176928608797283/file.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185685.45-176928608797283/" > /dev/null 2>&1 && sleep 0' >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> localhost] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/openshift-ansible-qObIfTN", > "state": "absent" > }, > "before": { > "path": "/tmp/openshift-ansible-qObIfTN", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/tmp/openshift-ansible-qObIfTN", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/openshift-ansible-qObIfTN", > "state": "absent" >} > >TASK [openshift_master_certificates : Lookup default group for ansible_ssh_user] ******************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:157 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740 `" && echo ansible-tmp-1530185685.62-120747886363740="` echo /root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185685.62-120747886363740=/root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpZfcKRh TO /root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpZfcKRh /root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740/ /root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185685.62-120747886363740/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:36.702580", "stdout": "0", "cmd": ["/usr/bin/id", "-g", "root"], "rc": 0, "start": "2018-06-28 07:34:36.699416", "stderr": "", "delta": "0:00:00.003164", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "/usr/bin/id -g root", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "/usr/bin/id", > "-g", > "root" > ], > "delta": "0:00:00.003164", > "end": "2018-06-28 07:34:36.702580", > "invocation": { > "module_args": { > "_raw_params": "/usr/bin/id -g root", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:34:36.699416", > "stderr": "", > "stderr_lines": [], > "stdout": "0", > "stdout_lines": [ > "0" > ] >} > >TASK [openshift_master_certificates : set_fact] ***************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:162 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "client_users": [ > "root" > ] > }, > "changed": false >} > >TASK [openshift_master_certificates : Create the client config dir(s)] ****************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:165 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652 `" && echo ansible-tmp-1530185685.98-114289347716652="` echo /root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185685.98-114289347716652=/root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpdoojeN TO /root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpdoojeN /root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652/ /root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185685.98-114289347716652/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:admin_home_t:s0", "mode": "0700", "path": "/root/.kube", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/root/.kube", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/root/.kube"}, "before": {"path": "/root/.kube"}}, "size": 84}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=root) => { > "changed": false, > "diff": { > "after": { > "path": "/root/.kube" > }, > "before": { > "path": "/root/.kube" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 448, > "original_basename": null, > "owner": "root", > "path": "/root/.kube", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "item": "root", > "mode": "0700", > "owner": "root", > "path": "/root/.kube", > "secontext": "unconfined_u:object_r:admin_home_t:s0", > "size": 84, > "state": "directory", > "uid": 0 >} > >TASK [openshift_master_certificates : Copy the admin client config(s)] ****************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:176 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264 `" && echo ansible-tmp-1530185686.3-185069742263264="` echo /root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185686.3-185069742263264=/root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpCusX9M TO /root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpCusX9M /root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264/copy.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264/ /root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264/copy.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185686.3-185069742263264/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/master/admin.kubeconfig", "changed": true, "group": "root", "uid": 0, "dest": "/root/.kube/config", "checksum": "007bd1d3cf77e4d9931bf4cd5a26778565c0b6c7", "md5sum": "5f6f5139e3c184164ba3237d0b60cd6c", "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:admin_home_t:s0", "mode": "0700", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/root/.kube/config", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/master/admin.kubeconfig", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 7696}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=root) => { > "changed": true, > "checksum": "007bd1d3cf77e4d9931bf4cd5a26778565c0b6c7", > "dest": "/root/.kube/config", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/root/.kube/config", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/master/admin.kubeconfig", > "unsafe_writes": null, > "validate": null > } > }, > "item": "root", > "md5sum": "5f6f5139e3c184164ba3237d0b60cd6c", > "mode": "0700", > "owner": "root", > "secontext": "system_u:object_r:admin_home_t:s0", > "size": 7696, > "src": "/etc/origin/master/admin.kubeconfig", > "state": "file", > "uid": 0 >} > >TASK [openshift_master_certificates : Update the permissions on the admin client config(s)] ********************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:184 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200 `" && echo ansible-tmp-1530185686.63-146521936708200="` echo /root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185686.63-146521936708200=/root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpr69auJ TO /root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpr69auJ /root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200/ /root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185686.63-146521936708200/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:admin_home_t:s0", "mode": "0700", "path": "/root/.kube/config", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/root/.kube/config", "owner": "root", "follow": false, "group": "root", "unsafe_writes": null, "state": "file", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/root/.kube/config"}, "before": {"path": "/root/.kube/config"}}, "size": 7696}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=root) => { > "changed": false, > "diff": { > "after": { > "path": "/root/.kube/config" > }, > "before": { > "path": "/root/.kube/config" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": "root", > "mode": 448, > "original_basename": null, > "owner": "root", > "path": "/root/.kube/config", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "file", > "unsafe_writes": null, > "validate": null > } > }, > "item": "root", > "mode": "0700", > "owner": "root", > "path": "/root/.kube/config", > "secontext": "system_u:object_r:admin_home_t:s0", > "size": 7696, > "state": "file", > "uid": 0 >} > >TASK [openshift_master_certificates : Check for ca-bundle.crt] ************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:194 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527 `" && echo ansible-tmp-1530185686.93-49645745202527="` echo /root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185686.93-49645745202527=/root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpeKYThO TO /root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpeKYThO /root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527/ /root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185686.93-49645745202527/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/ca-bundle.crt", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530185670.5468817, "block_size": 4096, "inode": 67110324, "isgid": false, "size": 1070, "executable": false, "isuid": false, "readable": true, "version": "1108740189", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/master/ca-bundle.crt", "xusr": false, "atime": 1530182752.4298816, "md5": "fd3abe78eb5ab3daff13d10661bc28b4", "isdir": false, "ctime": 1530185670.5468817, "isblk": false, "wgrp": false, "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "failed_when_result": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/ca-bundle.crt" > } > }, > "stat": { > "atime": 1530182752.4298816, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "ctime": 1530185670.5468817, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67110324, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "fd3abe78eb5ab3daff13d10661bc28b4", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530185670.5468817, > "nlink": 1, > "path": "/etc/origin/master/ca-bundle.crt", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 1070, > "uid": 0, > "version": "1108740189", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [openshift_master_certificates : Check for ca.crt] ********************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:200 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906 `" && echo ansible-tmp-1530185687.3-156799184075906="` echo /root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185687.3-156799184075906=/root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpRB7mtw TO /root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpRB7mtw /root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906/ /root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185687.3-156799184075906/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/ca.crt", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148239.5548816, "block_size": 4096, "inode": 67110318, "isgid": false, "size": 1070, "executable": false, "isuid": false, "readable": true, "version": "18446744073398017668", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/master/ca.crt", "xusr": false, "atime": 1530148239.7608817, "md5": "fd3abe78eb5ab3daff13d10661bc28b4", "isdir": false, "ctime": 1530148239.5548816, "isblk": false, "wgrp": false, "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "failed_when_result": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/ca.crt" > } > }, > "stat": { > "atime": 1530148239.7608817, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "ctime": 1530148239.5548816, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67110318, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "fd3abe78eb5ab3daff13d10661bc28b4", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530148239.5548816, > "nlink": 1, > "path": "/etc/origin/master/ca.crt", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 1070, > "uid": 0, > "version": "18446744073398017668", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [openshift_master_certificates : Migrate ca.crt to ca-bundle.crt] ****************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:206 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master_certificates : Link ca.crt to ca-bundle.crt] ********************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_master_certificates/tasks/main.yml:212 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Ensure node directory is absent from generated configs] *************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480 `" && echo ansible-tmp-1530185687.72-203041035061480="` echo /root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185687.72-203041035061480=/root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmptYvgMI TO /root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmptYvgMI /root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480/ /root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185687.72-203041035061480/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37983, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2456178, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2259854, "size_available": 9256361984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41668, "block_size": 4096, "inode_available": 9395516}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2456178, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2259854, "size_available": 9256361984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41668, "block_size": 4096, "inode_available": 9395516}, {"block_used": 2456178, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2259854, "size_available": 9256361984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41668, "block_size": 4096, "inode_available": 9395516}, {"block_used": 2456178, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2259854, "size_available": 9256361984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41668, "block_size": 4096, "inode_available": 9395516}, {"block_used": 2456178, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2259854, "size_available": 9256361984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41668, "block_size": 4096, "inode_available": 9395516}, {"block_used": 2456178, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2259854, "size_available": 9256361984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41668, "block_size": 4096, "inode_available": 9395516}, {"block_used": 2456178, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2259854, "size_available": 9256361984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41668, "block_size": 4096, "inode_available": 9395516}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7476, "free": 345}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1962, "free": 5859}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 345, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073438", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "34", "tz_offset": "-0400", "month": "06", "epoch": "1530185678", "iso8601_micro": "2018-06-28T11:34:38.937425Z", "weekday": "Thursday", "time": "07:34:38", "date": "2018-06-28", "iso8601": "2018-06-28T11:34:38Z", "day": "28", "iso8601_basic": "20180628T073438937350", "second": "38"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Ensure node directories and tarballs are absent from generated configs] *********************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/certificates-backup.yml:10 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143 `" && echo ansible-tmp-1530185688.61-197134516233143="` echo /root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185688.61-197134516233143=/root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpjzlv3n TO /root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpjzlv3n /root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143/ /root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185688.61-197134516233143/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:39.686253", "stdout": "", "cmd": "rm -rf /etc/origin/generated-configs/node-*", "rc": 0, "start": "2018-06-28 07:34:39.682070", "stderr": "", "delta": "0:00:00.004183", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": true, "_raw_params": "rm -rf /etc/origin/generated-configs/node-*", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": "rm -rf /etc/origin/generated-configs/node-*", > "delta": "0:00:00.004183", > "end": "2018-06-28 07:34:39.686253", > "invocation": { > "module_args": { > "_raw_params": "rm -rf /etc/origin/generated-configs/node-*", > "_uses_shell": true, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:34:39.682070", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} >META: ran handlers >META: ran handlers > >PLAY [Redeploy node certificates] ******************************************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738 `" && echo ansible-tmp-1530185688.91-133112505036738="` echo /root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185688.91-133112505036738=/root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpWQwgKe TO /root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpWQwgKe /root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738/ /root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185688.91-133112505036738/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', "Warning: Permanently added 'host-8-252-148.host.centralci.eng.rdu2.redhat.com,10.8.252.148' (ECDSA) to the list of known hosts.\r\n") ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294 `" && echo ansible-tmp-1530185688.92-80579632948294="` echo /root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185688.92-80579632948294=/root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp3UmBEL TO /root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp3UmBEL /root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294/setup.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294/ /root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294/setup.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185688.92-80579632948294/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37984, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2456743, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2259289, "size_available": 9254047744, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41669, "block_size": 4096, "inode_available": 9395515}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2456743, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2259289, "size_available": 9254047744, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41669, "block_size": 4096, "inode_available": 9395515}, {"block_used": 2456743, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2259289, "size_available": 9254047744, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41669, "block_size": 4096, "inode_available": 9395515}, {"block_used": 2456743, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2259289, "size_available": 9254047744, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41669, "block_size": 4096, "inode_available": 9395515}, {"block_used": 2456743, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2259289, "size_available": 9254047744, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41669, "block_size": 4096, "inode_available": 9395515}, {"block_used": 2456743, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2259289, "size_available": 9254047744, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41669, "block_size": 4096, "inode_available": 9395515}, {"block_used": 2456743, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2259289, "size_available": 9254047744, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41669, "block_size": 4096, "inode_available": 9395515}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7479, "free": 342}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1963, "free": 5858}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 342, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073440", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "34", "tz_offset": "-0400", "month": "06", "epoch": "1530185680", "iso8601_micro": "2018-06-28T11:34:40.098968Z", "weekday": "Thursday", "time": "07:34:40", "date": "2018-06-28", "iso8601": "2018-06-28T11:34:40Z", "day": "28", "iso8601_basic": "20180628T073440098892", "second": "40"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_veth36dee299": {"macaddress": "4e:00:39:3f:4d:95", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth36dee299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c00:39ff:fe3f:4d95"}], "active": true, "speed": 10000}, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/0", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "24", "SSH_CLIENT": "10.8.241.33 38168 22", "SSH_CONNECTION": "10.8.241.33 38168 172.16.120.86 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:98:c8:b2", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.86", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "c6:84:56:4b:58:64", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::541e:9eff:fe83:8843", "fe80::b484:cdff:fea3:ddc2", "fe80::20ff:fdff:fee3:9c06", "fe80::fc3c:d7ff:fed8:81bb", "fe80::acf7:daff:fea4:f33", "fe80::f816:3eff:fe98:c8b2", "fe80::d8e2:20ff:fe5e:6a17", "fe80::60f7:35ff:fe8a:2354", "fe80::42:95ff:fe16:483e", "fe80::50d1:40ff:fe53:b315", "fe80::c477:78ff:fe65:4c8a", "fe80::4c00:39ff:fe3f:4d95", "fe80::94c5:26ff:fef4:a277", "fe80::800a:9dff:fea8:826b"], "ansible_uptime_seconds": 37904, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "d3aa9953-d538-4846-9c87-3eda1d785713", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "common": {"public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "generate_no_proxy_hosts": true, "deployment_subtype": "basic", "deployment_type": "openshift-enterprise"}, "cloudprovider": {"kind": "openstack"}}}, "ansible_vxlan_sys_4789": {"macaddress": "22:ff:fd:e3:9c:06", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::20ff:fdff:fee3:9c06"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:95:16:48:3e", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.02429516483e", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::42:95ff:fe16:483e"}], "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5SaJSRi3RBDskROwJYHB7rnyH8COn+1lE4blmcnySUCzx8egQ4tGEpatO1PTp0hk1RPmi7cqTSvrlCXWmDjk8=", "ansible_mounts": [{"block_used": 1271747, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 3444285, "size_available": 14107791360, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41533, "block_size": 4096, "inode_available": 9395651}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 1271747, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 3444285, "size_available": 14107791360, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41533, "block_size": 4096, "inode_available": 9395651}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/pods/f3c84bdf-7a71-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-f03a0ac3-7a71-11e8-91c7-fa163e9a3ef5", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/642c5c39-b11f-45f8-a024-1baad354ef25", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/pods/1b6ff36f-7a72-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-16874d0b-7a72-11e8-91c7-fa163e9a3ef5", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 1271747, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "block_available": 3444285, "size_available": 14107791360, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c491,c801\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "inode_used": 41533, "block_size": 4096, "inode_available": 9395651}, {"block_used": 1271747, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "block_available": 3444285, "size_available": 14107791360, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "inode_used": 41533, "block_size": 4096, "inode_available": 9395651}, {"block_used": 1271747, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "block_available": 3444285, "size_available": 14107791360, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "inode_used": 41533, "block_size": 4096, "inode_available": 9395651}, {"block_used": 1271747, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 3444285, "size_available": 14107791360, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41533, "block_size": 4096, "inode_available": 9395651}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 118896, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "block_available": 2499984, "size_available": 10239934464, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 138307, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "block_available": 2480573, "size_available": 10160427008, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "inode_used": 26186, "block_size": 4096, "inode_available": 5216694}, {"block_used": 69925, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "block_available": 2548955, "size_available": 10440519680, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "inode_used": 12535, "block_size": 4096, "inode_available": 5230345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 86680, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c63,c993\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 76071, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "block_available": 2542809, "size_available": 10415345664, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "inode_used": 11413, "block_size": 4096, "inode_available": 5231467}, {"block_used": 88105, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 71853, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "block_available": 2547027, "size_available": 10432622592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 120353, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "block_available": 2498527, "size_available": 10233966592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "inode_used": 12893, "block_size": 4096, "inode_available": 5229987}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 314295, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "block_available": 2304585, "size_available": 9439580160, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "inode_used": 15535, "block_size": 4096, "inode_available": 5227345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 122716, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "block_available": 2496164, "size_available": 10224287744, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "inode_used": 13749, "block_size": 4096, "inode_available": 5229131}, {"block_used": 70624, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "block_available": 2548256, "size_available": 10437656576, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "da:e2:20:5e:6a:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.129.1.255", "netmask": "255.255.254.0", "network": "10.129.0.0", "address": "10.129.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::d8e2:20ff:fe5e:6a17"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsQA0ziPiqLyVj9smL/FFDUcIrkCWmRaJ2Pj2F/A4C53H/K1D5MvbyPAZCosCf35zBw3l+qeFB5mOgSg8UaRAyZ2oOR+S/QBjcyKDjPRhqjoQnAd9Xf+Bq37mBm3Vc2si265m0gySzJ5YTL72FBdIc23SNY2zGvAVuPi2uHbuIc9TIN0jCxbmb5WWU9Pxqzh+6MqaaeHt9Wi9LGd79LoR5RxAvH659sEAxfkki294oVK6uvFS7Y5CaK/GinBivxgOnmEKd/nBrekH6UKe/XPktloWemQGIVuYbMMGJMZ8Dx73+zu8FRuFEdoS8SCaWN/E/w6K1Nq/Wj2zBrb6IZH+n", "ansible_user_gecos": "root", "ansible_veth43823e62": {"macaddress": "b6:84:cd:a3:dd:c2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth43823e62", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::b484:cdff:fea3:ddc2"}], "active": true, "speed": 10000}, "ansible_veth709f6516": {"macaddress": "c6:77:78:65:4c:8a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth709f6516", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c477:78ff:fe65:4c8a"}], "active": true, "speed": 10000}, "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:98:c8:b2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.86"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe98:c8b2"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.86", "10.129.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 6466, "free": 1355}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2337, "free": 5484}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.86"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-29": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "dm-28": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "dm-25": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "dm-24": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "dm-27": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "dm-26": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "dm-21": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "dm-20": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "dm-23": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "dm-22": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "dm-9": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "dm-6": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "dm-7": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "dm-4": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "dm-5": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-14": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "dm-15": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "dm-16": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "dm-17": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "dm-10": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "dm-11": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "dm-12": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "dm-13": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "dm-18": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "dm-19": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "vdc": ["virtio-642c5c39-b11f-45f8-a"], "vdb": ["virtio-2c8598e1-2648-4baa-8"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "vdc": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"], "vdb": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"], "dm-29": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_veth9d70a9ca": {"macaddress": "ae:f7:da:a4:0f:33", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth9d70a9ca", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::acf7:daff:fea4:f33"}], "active": true, "speed": 10000}, "ansible_memfree_mb": 1355, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-nrr-1", "ansible_interfaces": ["veth8f0fa299", "docker0", "veth33dc9c20", "veth79fe15cf", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "br0", "veth43823e62", "veth36dee299", "veth5c1b2102", "veth0ecd1b8c", "eth0", "veth709f6516", "vethb6812cb1", "veth9d70a9ca"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-86.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-nrr-1", "ansible_veth79fe15cf": {"macaddress": "52:d1:40:53:b3:15", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth79fe15cf", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::50d1:40ff:fe53:b315"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_veth5c1b2102": {"macaddress": "82:0a:9d:a8:82:6b", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth5c1b2102", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::800a:9dff:fea8:826b"}], "active": true, "speed": 10000}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073440", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "34", "tz_offset": "-0400", "month": "06", "epoch": "1530185680", "iso8601_micro": "2018-06-28T11:34:40.156371Z", "weekday": "Thursday", "time": "07:34:40", "date": "2018-06-28", "iso8601": "2018-06-28T11:34:40Z", "day": "28", "iso8601_basic": "20180628T073440156286", "second": "40"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDlwLSZj0HFUA9jPWXzvkPXI1sv9OH0Atvebc7i4tAGO", "ansible_veth8f0fa299": {"macaddress": "56:1e:9e:83:88:43", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth8f0fa299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::541e:9eff:fe83:8843"}], "active": true, "speed": 10000}, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_processor_cores": 1, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-29": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "uuids": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-28": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-27": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-26": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init", "docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}, "vdc": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "23068672", "links": {"masters": [], "labels": [], "ids": ["virtio-642c5c39-b11f-45f8-a"], "uuids": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "11.00 GB"}, "vdb": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "2097152", "links": {"masters": [], "labels": [], "ids": ["virtio-2c8598e1-2648-4baa-8"], "uuids": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "1.00 GB"}}, "ansible_user_uid": 0, "ansible_veth0ecd1b8c": {"macaddress": "96:c5:26:f4:a2:77", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0ecd1b8c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::94c5:26ff:fef4:a277"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_vethb6812cb1": {"macaddress": "62:f7:35:8a:23:54", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb6812cb1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::60f7:35ff:fe8a:2354"}], "active": true, "speed": 10000}, "ansible_veth33dc9c20": {"macaddress": "fe:3c:d7:d8:81:bb", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth33dc9c20", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::fc3c:d7ff:fed8:81bb"}], "active": true, "speed": 10000}, "ansible_br0": {"macaddress": "16:28:ca:8e:fe:4d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] > >TASK [Remove CA certificate] ************************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/certificates-backup.yml:19 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852 `" && echo ansible-tmp-1530185690.67-51030485403852="` echo /root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185690.67-51030485403852=/root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030 `" && echo ansible-tmp-1530185690.69-207826388756030="` echo /root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpcirSyX TO /root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185690.69-207826388756030=/root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpdjeNNC TO /root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030/file.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpcirSyX /root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852/ /root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185690.67-51030485403852/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpdjeNNC /root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030/file.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030/ /root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030/file.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185690.69-207826388756030/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/node/ca.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/node/ca.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/node/ca.crt", "state": "absent"}, "before": {"path": "/etc/origin/node/ca.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/node/ca.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/node/ca.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/node/ca.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/node/ca.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/node/ca.crt", > "path": "/etc/origin/node/ca.crt", > "state": "absent" >} ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/node/ca.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/node/ca.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/node/ca.crt", "state": "absent"}, "before": {"path": "/etc/origin/node/ca.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/node/ca.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/node/ca.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/node/ca.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/node/ca.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/node/ca.crt", > "path": "/etc/origin/node/ca.crt", > "state": "absent" >} >META: ran handlers >META: ran handlers >META: ran handlers > >PLAY [Create OpenShift certificates for node hosts] ************************************************************************************************************************************* >META: ran handlers > >TASK [openshift_node_certificates : Ensure CA certificate exists on openshift_ca_host] ************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915 `" && echo ansible-tmp-1530185691.03-154630825274915="` echo /root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185691.03-154630825274915=/root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpJhobdx TO /root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpJhobdx /root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915/ /root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185691.03-154630825274915/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/origin/master/ca.crt", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530148239.5548816, "block_size": 4096, "inode": 67110318, "isgid": false, "size": 1070, "executable": false, "isuid": false, "readable": true, "version": "18446744073398017668", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/master/ca.crt", "xusr": false, "atime": 1530148239.7608817, "md5": "fd3abe78eb5ab3daff13d10661bc28b4", "isdir": false, "ctime": 1530148239.5548816, "isblk": false, "wgrp": false, "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/etc/origin/master/ca.crt" > } > }, > "stat": { > "atime": 1530148239.7608817, > "attr_flags": "", > "attributes": [], > "block_size": 4096, > "blocks": 8, > "charset": "us-ascii", > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "ctime": 1530148239.5548816, > "dev": 64768, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 67110318, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "md5": "fd3abe78eb5ab3daff13d10661bc28b4", > "mimetype": "text/plain", > "mode": "0644", > "mtime": 1530148239.5548816, > "nlink": 1, > "path": "/etc/origin/master/ca.crt", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 1070, > "uid": 0, > "version": "18446744073398017668", > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} > >TASK [openshift_node_certificates : fail] *********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:9 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_node_certificates : Check status of node certificates] ****************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:17 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt) => { > "changed": false, > "item": "system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=system:node:qe-juzhao-39-qeos-1-master-etcd-1.key) => { > "changed": false, > "item": "system:node:qe-juzhao-39-qeos-1-master-etcd-1.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig) => { > "changed": false, > "item": "system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=system:node:qe-juzhao-39-qeos-1-nrr-1.crt) => { > "changed": false, > "item": "system:node:qe-juzhao-39-qeos-1-nrr-1.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=ca.crt) => { > "changed": false, > "item": "ca.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=system:node:qe-juzhao-39-qeos-1-nrr-1.key) => { > "changed": false, > "item": "system:node:qe-juzhao-39-qeos-1-nrr-1.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=server.key) => { > "changed": false, > "item": "server.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig) => { > "changed": false, > "item": "system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=server.crt) => { > "changed": false, > "item": "server.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=ca.crt) => { > "changed": false, > "item": "ca.crt", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=server.key) => { > "changed": false, > "item": "server.key", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=server.crt) => { > "changed": false, > "item": "server.crt", > "skip_reason": "Conditional result was False" >} > >TASK [openshift_node_certificates : set_fact] ******************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:30 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "node_certs_missing": true > }, > "changed": false >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "node_certs_missing": true > }, > "changed": false >} > >TASK [openshift_node_certificates : Create openshift_generated_configs_dir if it does not exist] **************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:37 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303 `" && echo ansible-tmp-1530185691.58-157446863693303="` echo /root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303 `" ) && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185691.58-157446863693303=/root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpHRmNwT TO /root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612 `" && echo ansible-tmp-1530185691.61-185097561383612="` echo /root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185691.61-185097561383612=/root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmph6m1ZQ TO /root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpHRmNwT /root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303/ /root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185691.58-157446863693303/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmph6m1ZQ /root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612/ /root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185691.61-185097561383612/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": true, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/origin/generated-configs", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/generated-configs", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/generated-configs", "state": "directory", "mode": "0700"}, "before": {"path": "/etc/origin/generated-configs", "state": "absent", "mode": "0755"}}, "size": 6}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "diff": { > "after": { > "mode": "0700", > "path": "/etc/origin/generated-configs", > "state": "directory" > }, > "before": { > "mode": "0755", > "path": "/etc/origin/generated-configs", > "state": "absent" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": 448, > "original_basename": null, > "owner": null, > "path": "/etc/origin/generated-configs", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "root", > "path": "/etc/origin/generated-configs", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 6, > "state": "directory", > "uid": 0 >} ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:etc_t:s0", "mode": "0700", "path": "/etc/origin/generated-configs", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/generated-configs", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": 448, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/generated-configs"}, "before": {"path": "/etc/origin/generated-configs"}}, "size": 6}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/etc/origin/generated-configs" > }, > "before": { > "path": "/etc/origin/generated-configs" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": 448, > "original_basename": null, > "owner": null, > "path": "/etc/origin/generated-configs", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0700", > "owner": "root", > "path": "/etc/origin/generated-configs", > "secontext": "unconfined_u:object_r:etc_t:s0", > "size": 6, > "state": "directory", > "uid": 0 >} > >TASK [openshift_node_certificates : find] *********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:45 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186 `" && echo ansible-tmp-1530185691.95-19344907139186="` echo /root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186 `" ) && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185691.95-19344907139186=/root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp2nzF6b TO /root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786 `" && echo ansible-tmp-1530185691.99-125425329838786="` echo /root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp2nzF6b /root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186/find.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186/ /root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186/find.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185691.99-125425329838786=/root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpFr9itC TO /root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786/find.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186/find.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185691.95-19344907139186/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpFr9itC /root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786/find.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786/ /root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786/find.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786/find.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185691.99-125425329838786/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"files": [], "changed": false, "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\\n", "examined": 0, "invocation": {"module_args": {"paths": ["/etc/origin/master/legacy-ca/"], "file_type": "file", "age": null, "contains": null, "recurse": false, "age_stamp": "mtime", "patterns": [".*-ca.crt"], "get_checksum": false, "use_regex": true, "follow": false, "hidden": false, "size": null}}, "matched": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "examined": 0, > "files": [], > "invocation": { > "module_args": { > "age": null, > "age_stamp": "mtime", > "contains": null, > "file_type": "file", > "follow": false, > "get_checksum": false, > "hidden": false, > "paths": [ > "/etc/origin/master/legacy-ca/" > ], > "patterns": [ > ".*-ca.crt" > ], > "recurse": false, > "size": null, > "use_regex": true > } > }, > "matched": 0, > "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\n" >} ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"files": [], "changed": false, "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\\n", "examined": 0, "invocation": {"module_args": {"paths": ["/etc/origin/master/legacy-ca/"], "file_type": "file", "age": null, "contains": null, "recurse": false, "age_stamp": "mtime", "patterns": [".*-ca.crt"], "get_checksum": false, "use_regex": true, "follow": false, "hidden": false, "size": null}}, "matched": 0}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "examined": 0, > "files": [], > "invocation": { > "module_args": { > "age": null, > "age_stamp": "mtime", > "contains": null, > "file_type": "file", > "follow": false, > "get_checksum": false, > "hidden": false, > "paths": [ > "/etc/origin/master/legacy-ca/" > ], > "patterns": [ > ".*-ca.crt" > ], > "recurse": false, > "size": null, > "use_regex": true > } > }, > "matched": 0, > "msg": "/etc/origin/master/legacy-ca/ was skipped as it does not seem to be a valid directory or it cannot be accessed\n" >} > >TASK [openshift_node_certificates : Generate the node client config] ******************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:52 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235 `" && echo ansible-tmp-1530185692.54-13469703543235="` echo /root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185692.54-13469703543235=/root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpOiRmUq TO /root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpOiRmUq /root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235/ /root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185692.54-13469703543235/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:43.889255", "stdout": "", "cmd": ["oc", "adm", "create-api-client-config", "--certificate-authority=/etc/origin/master/ca.crt", "--client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1", "--groups=system:nodes", "--master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "--signer-cert=/etc/origin/master/ca.crt", "--signer-key=/etc/origin/master/ca.key", "--signer-serial=/etc/origin/master/ca.serial.txt", "--user=system:node:qe-juzhao-39-qeos-1-master-etcd-1", "--expire-days=730"], "rc": 0, "start": "2018-06-28 07:34:43.620049", "stderr": "", "delta": "0:00:00.269206", "invocation": {"module_args": {"creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1", "executable": null, "_uses_shell": false, "_raw_params": "oc adm create-api-client-config --certificate-authority=/etc/origin/master/ca.crt --client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1 --groups=system:nodes --master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt --user=system:node:qe-juzhao-39-qeos-1-master-etcd-1 --expire-days=730", "removes": null, "warn": true, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "changed": true, > "cmd": [ > "oc", > "adm", > "create-api-client-config", > "--certificate-authority=/etc/origin/master/ca.crt", > "--client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1", > "--groups=system:nodes", > "--master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "--signer-cert=/etc/origin/master/ca.crt", > "--signer-key=/etc/origin/master/ca.key", > "--signer-serial=/etc/origin/master/ca.serial.txt", > "--user=system:node:qe-juzhao-39-qeos-1-master-etcd-1", > "--expire-days=730" > ], > "delta": "0:00:00.269206", > "end": "2018-06-28 07:34:43.889255", > "invocation": { > "module_args": { > "_raw_params": "oc adm create-api-client-config --certificate-authority=/etc/origin/master/ca.crt --client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1 --groups=system:nodes --master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt --user=system:node:qe-juzhao-39-qeos-1-master-etcd-1 --expire-days=730", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "rc": 0, > "start": "2018-06-28 07:34:43.620049", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848 `" && echo ansible-tmp-1530185693.15-193466196159848="` echo /root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185693.15-193466196159848=/root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp1tvIHc TO /root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp1tvIHc /root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848/ /root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185693.15-193466196159848/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:44.582999", "stdout": "", "cmd": ["oc", "adm", "create-api-client-config", "--certificate-authority=/etc/origin/master/ca.crt", "--client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1", "--groups=system:nodes", "--master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "--signer-cert=/etc/origin/master/ca.crt", "--signer-key=/etc/origin/master/ca.key", "--signer-serial=/etc/origin/master/ca.serial.txt", "--user=system:node:qe-juzhao-39-qeos-1-nrr-1", "--expire-days=730"], "rc": 0, "start": "2018-06-28 07:34:44.232601", "stderr": "", "delta": "0:00:00.350398", "invocation": {"module_args": {"creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1", "executable": null, "_uses_shell": false, "_raw_params": "oc adm create-api-client-config --certificate-authority=/etc/origin/master/ca.crt --client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1 --groups=system:nodes --master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt --user=system:node:qe-juzhao-39-qeos-1-nrr-1 --expire-days=730", "removes": null, "warn": true, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=host-8-252-148.host.centralci.eng.rdu2.redhat.com) => { > "changed": true, > "cmd": [ > "oc", > "adm", > "create-api-client-config", > "--certificate-authority=/etc/origin/master/ca.crt", > "--client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1", > "--groups=system:nodes", > "--master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "--signer-cert=/etc/origin/master/ca.crt", > "--signer-key=/etc/origin/master/ca.key", > "--signer-serial=/etc/origin/master/ca.serial.txt", > "--user=system:node:qe-juzhao-39-qeos-1-nrr-1", > "--expire-days=730" > ], > "delta": "0:00:00.350398", > "end": "2018-06-28 07:34:44.582999", > "invocation": { > "module_args": { > "_raw_params": "oc adm create-api-client-config --certificate-authority=/etc/origin/master/ca.crt --client-dir=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1 --groups=system:nodes --master=https://qe-juzhao-39-qeos-1-master-etcd-1:8443 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt --user=system:node:qe-juzhao-39-qeos-1-nrr-1 --expire-days=730", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "item": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "rc": 0, > "start": "2018-06-28 07:34:44.232601", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} > >TASK [openshift_node_certificates : Generate the node server certificate] *************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:78 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015 `" && echo ansible-tmp-1530185694.0-178309093637015="` echo /root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185694.0-178309093637015=/root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpDoYjY4 TO /root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpDoYjY4 /root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015/ /root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185694.0-178309093637015/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:45.510386", "stdout": "", "cmd": ["oc", "adm", "ca", "create-server-cert", "--cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt", "--key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.key", "--expire-days=730", "--overwrite=true", "--hostnames=qe-juzhao-39-qeos-1-master-etcd-1,qe-juzhao-39-qeos-1-master-etcd-1,host-8-252-199.host.centralci.eng.rdu2.redhat.com,host-8-252-199.host.centralci.eng.rdu2.redhat.com,172.16.120.82,10.8.252.199", "--signer-cert=/etc/origin/master/ca.crt", "--signer-key=/etc/origin/master/ca.key", "--signer-serial=/etc/origin/master/ca.serial.txt"], "rc": 0, "start": "2018-06-28 07:34:45.075177", "stderr": "", "delta": "0:00:00.435209", "invocation": {"module_args": {"creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt", "executable": null, "_uses_shell": false, "_raw_params": "oc adm ca create-server-cert --cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt --key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.key --expire-days=730 --overwrite=true --hostnames=qe-juzhao-39-qeos-1-master-etcd-1,qe-juzhao-39-qeos-1-master-etcd-1,host-8-252-199.host.centralci.eng.rdu2.redhat.com,host-8-252-199.host.centralci.eng.rdu2.redhat.com,172.16.120.82,10.8.252.199 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt", "removes": null, "warn": true, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=host-8-252-199.host.centralci.eng.rdu2.redhat.com) => { > "changed": true, > "cmd": [ > "oc", > "adm", > "ca", > "create-server-cert", > "--cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt", > "--key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.key", > "--expire-days=730", > "--overwrite=true", > "--hostnames=qe-juzhao-39-qeos-1-master-etcd-1,qe-juzhao-39-qeos-1-master-etcd-1,host-8-252-199.host.centralci.eng.rdu2.redhat.com,host-8-252-199.host.centralci.eng.rdu2.redhat.com,172.16.120.82,10.8.252.199", > "--signer-cert=/etc/origin/master/ca.crt", > "--signer-key=/etc/origin/master/ca.key", > "--signer-serial=/etc/origin/master/ca.serial.txt" > ], > "delta": "0:00:00.435209", > "end": "2018-06-28 07:34:45.510386", > "invocation": { > "module_args": { > "_raw_params": "oc adm ca create-server-cert --cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt --key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.key --expire-days=730 --overwrite=true --hostnames=qe-juzhao-39-qeos-1-master-etcd-1,qe-juzhao-39-qeos-1-master-etcd-1,host-8-252-199.host.centralci.eng.rdu2.redhat.com,host-8-252-199.host.centralci.eng.rdu2.redhat.com,172.16.120.82,10.8.252.199 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1/server.crt", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "item": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "rc": 0, > "start": "2018-06-28 07:34:45.075177", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838 `" && echo ansible-tmp-1530185694.82-29982254794838="` echo /root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185694.82-29982254794838=/root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpI69iCW TO /root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpI69iCW /root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838/ /root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185694.82-29982254794838/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:46.239288", "stdout": "", "cmd": ["oc", "adm", "ca", "create-server-cert", "--cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt", "--key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.key", "--expire-days=730", "--overwrite=true", "--hostnames=qe-juzhao-39-qeos-1-nrr-1,qe-juzhao-39-qeos-1-nrr-1,host-8-252-148.host.centralci.eng.rdu2.redhat.com,host-8-252-148.host.centralci.eng.rdu2.redhat.com,172.16.120.86,10.8.252.148", "--signer-cert=/etc/origin/master/ca.crt", "--signer-key=/etc/origin/master/ca.key", "--signer-serial=/etc/origin/master/ca.serial.txt"], "rc": 0, "start": "2018-06-28 07:34:45.894970", "stderr": "", "delta": "0:00:00.344318", "invocation": {"module_args": {"creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt", "executable": null, "_uses_shell": false, "_raw_params": "oc adm ca create-server-cert --cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt --key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.key --expire-days=730 --overwrite=true --hostnames=qe-juzhao-39-qeos-1-nrr-1,qe-juzhao-39-qeos-1-nrr-1,host-8-252-148.host.centralci.eng.rdu2.redhat.com,host-8-252-148.host.centralci.eng.rdu2.redhat.com,172.16.120.86,10.8.252.148 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt", "removes": null, "warn": true, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=host-8-252-148.host.centralci.eng.rdu2.redhat.com) => { > "changed": true, > "cmd": [ > "oc", > "adm", > "ca", > "create-server-cert", > "--cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt", > "--key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.key", > "--expire-days=730", > "--overwrite=true", > "--hostnames=qe-juzhao-39-qeos-1-nrr-1,qe-juzhao-39-qeos-1-nrr-1,host-8-252-148.host.centralci.eng.rdu2.redhat.com,host-8-252-148.host.centralci.eng.rdu2.redhat.com,172.16.120.86,10.8.252.148", > "--signer-cert=/etc/origin/master/ca.crt", > "--signer-key=/etc/origin/master/ca.key", > "--signer-serial=/etc/origin/master/ca.serial.txt" > ], > "delta": "0:00:00.344318", > "end": "2018-06-28 07:34:46.239288", > "invocation": { > "module_args": { > "_raw_params": "oc adm ca create-server-cert --cert=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt --key=/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.key --expire-days=730 --overwrite=true --hostnames=qe-juzhao-39-qeos-1-nrr-1,qe-juzhao-39-qeos-1-nrr-1,host-8-252-148.host.centralci.eng.rdu2.redhat.com,host-8-252-148.host.centralci.eng.rdu2.redhat.com,172.16.120.86,10.8.252.148 --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1/server.crt", > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "item": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "rc": 0, > "start": "2018-06-28 07:34:45.894970", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} > >TASK [openshift_node_certificates : Create a tarball of the node config directories] **************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:97 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262 `" && echo ansible-tmp-1530185695.48-126003427864262="` echo /root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262 `" ) && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185695.48-126003427864262=/root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpxgXq2R TO /root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840 `" && echo ansible-tmp-1530185695.52-2902709425840="` echo /root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185695.52-2902709425840=/root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpxgXq2R /root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpp2X245 TO /root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262/ /root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185695.48-126003427864262/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpp2X245 /root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840/ /root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185695.52-2902709425840/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:46.560416", "stdout": "./\\n./system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt\\n./system:node:qe-juzhao-39-qeos-1-master-etcd-1.key\\n./ca.crt\\n./system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig\\n./server.crt\\n./server.key", "cmd": ["tar", "-czvf", "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "--transform", "s|system:node-qe-juzhao-39-qeos-1-master-etcd-1|node|", "-C", "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1", "."], "rc": 0, "start": "2018-06-28 07:34:46.555788", "stderr": "", "delta": "0:00:00.004628", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": false, "_raw_params": "tar -czvf /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz --transform \'s|system:node-qe-juzhao-39-qeos-1-master-etcd-1|node|\' -C /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1 .", "removes": null, "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czvf", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "--transform", > "s|system:node-qe-juzhao-39-qeos-1-master-etcd-1|node|", > "-C", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1", > "." > ], > "delta": "0:00:00.004628", > "end": "2018-06-28 07:34:46.560416", > "invocation": { > "module_args": { > "_raw_params": "tar -czvf /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz --transform 's|system:node-qe-juzhao-39-qeos-1-master-etcd-1|node|' -C /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1 .", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:34:46.555788", > "stderr": "", > "stderr_lines": [], > "stdout": "./\n./system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt\n./system:node:qe-juzhao-39-qeos-1-master-etcd-1.key\n./ca.crt\n./system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig\n./server.crt\n./server.key", > "stdout_lines": [ > "./", > "./system:node:qe-juzhao-39-qeos-1-master-etcd-1.crt", > "./system:node:qe-juzhao-39-qeos-1-master-etcd-1.key", > "./ca.crt", > "./system:node:qe-juzhao-39-qeos-1-master-etcd-1.kubeconfig", > "./server.crt", > "./server.key" > ] >} ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:34:46.597677", "stdout": "./\\n./system:node:qe-juzhao-39-qeos-1-nrr-1.crt\\n./system:node:qe-juzhao-39-qeos-1-nrr-1.key\\n./ca.crt\\n./system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig\\n./server.crt\\n./server.key", "cmd": ["tar", "-czvf", "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", "--transform", "s|system:node-qe-juzhao-39-qeos-1-nrr-1|node|", "-C", "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1", "."], "rc": 0, "start": "2018-06-28 07:34:46.592998", "stderr": "", "delta": "0:00:00.004679", "invocation": {"module_args": {"warn": false, "executable": null, "_uses_shell": false, "_raw_params": "tar -czvf /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz --transform \'s|system:node-qe-juzhao-39-qeos-1-nrr-1|node|\' -C /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1 .", "removes": null, "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-148.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "tar", > "-czvf", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", > "--transform", > "s|system:node-qe-juzhao-39-qeos-1-nrr-1|node|", > "-C", > "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1", > "." > ], > "delta": "0:00:00.004679", > "end": "2018-06-28 07:34:46.597677", > "invocation": { > "module_args": { > "_raw_params": "tar -czvf /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz --transform 's|system:node-qe-juzhao-39-qeos-1-nrr-1|node|' -C /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1 .", > "_uses_shell": false, > "chdir": null, > "creates": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", > "executable": null, > "removes": null, > "stdin": null, > "warn": false > } > }, > "rc": 0, > "start": "2018-06-28 07:34:46.592998", > "stderr": "", > "stderr_lines": [], > "stdout": "./\n./system:node:qe-juzhao-39-qeos-1-nrr-1.crt\n./system:node:qe-juzhao-39-qeos-1-nrr-1.key\n./ca.crt\n./system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig\n./server.crt\n./server.key", > "stdout_lines": [ > "./", > "./system:node:qe-juzhao-39-qeos-1-nrr-1.crt", > "./system:node:qe-juzhao-39-qeos-1-nrr-1.key", > "./ca.crt", > "./system:node:qe-juzhao-39-qeos-1-nrr-1.kubeconfig", > "./server.crt", > "./server.key" > ] >} > >TASK [openshift_node_certificates : Retrieve the node config tarballs from the master] ************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:110 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548 `" && echo ansible-tmp-1530185695.85-227399041205548="` echo /root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548 `" ) && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185695.85-227399041205548=/root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpiFvi3g TO /root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918 `" && echo ansible-tmp-1530185695.9-215983980776918="` echo /root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpiFvi3g /root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548/ /root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185695.9-215983980776918=/root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp_rjvbc TO /root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185695.85-227399041205548/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp_rjvbc /root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918/ /root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185695.9-215983980776918/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530185686.5588815, "block_size": 4096, "inode": 9245018, "isgid": false, "size": 9014, "executable": false, "isuid": false, "readable": true, "version": "18446744073323996432", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "application/x-gzip", "blocks": 24, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "xusr": false, "atime": 1530185686.5578816, "isdir": false, "ctime": 1530185686.5588815, "isblk": false, "wgrp": false, "checksum": "62501e7552e213884f60b821127cc1d932fae71b", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> FETCH /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz TO /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": true, "device_type": 0, "mtime": 1530185686.5968816, "block_size": 4096, "inode": 9245021, "isgid": false, "size": 8917, "executable": false, "isuid": false, "readable": true, "version": "18446744071912485018", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "application/x-gzip", "blocks": 24, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", "xusr": false, "atime": 1530185686.5958817, "isdir": false, "ctime": 1530185686.5968816, "isblk": false, "wgrp": false, "checksum": "dd433f00462f3cedbffe0e4c6f857c1e6b05d3f3", "dev": 64768, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> FETCH /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz TO /tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> get /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz\n', '') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "checksum": "62501e7552e213884f60b821127cc1d932fae71b", > "dest": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "md5sum": "ab63619f3f48473c8825ea4188f78437", > "remote_checksum": "62501e7552e213884f60b821127cc1d932fae71b", > "remote_md5sum": null >} ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> get /etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz /tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz\n', '') >changed: [host-8-252-148.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "checksum": "dd433f00462f3cedbffe0e4c6f857c1e6b05d3f3", > "dest": "/tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz", > "md5sum": "c5025973efd296aee38cb7af8761e058", > "remote_checksum": "dd433f00462f3cedbffe0e4c6f857c1e6b05d3f3", > "remote_md5sum": null >} > >TASK [openshift_node_certificates : Ensure certificate directory exists] **************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:119 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468 `" && echo ansible-tmp-1530185696.24-68141171377468="` echo /root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335 `" && echo ansible-tmp-1530185696.27-165049173663335="` echo /root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185696.24-68141171377468=/root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp9K35do TO /root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185696.27-165049173663335=/root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpCo_R9n TO /root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335/file.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp9K35do /root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468/ /root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468/file.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpCo_R9n /root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335/file.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335/ /root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185696.24-68141171377468/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185696.27-165049173663335/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0755", "path": "/etc/origin/node", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/node", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/node"}, "before": {"path": "/etc/origin/node"}}, "size": 288}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/etc/origin/node" > }, > "before": { > "path": "/etc/origin/node" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/node", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0755", > "owner": "root", > "path": "/etc/origin/node", > "secontext": "system_u:object_r:etc_t:s0", > "size": 288, > "state": "directory", > "uid": 0 >} ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "system_u:object_r:etc_t:s0", "mode": "0755", "path": "/etc/origin/node", "invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/node", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "directory", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "diff": {"after": {"path": "/etc/origin/node"}, "before": {"path": "/etc/origin/node"}}, "size": 264}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/etc/origin/node" > }, > "before": { > "path": "/etc/origin/node" > } > }, > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/node", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "directory", > "unsafe_writes": null, > "validate": null > } > }, > "mode": "0755", > "owner": "root", > "path": "/etc/origin/node", > "secontext": "system_u:object_r:etc_t:s0", > "size": 264, > "state": "directory", > "uid": 0 >} > >TASK [openshift_node_certificates : Unarchive the tarball on the node] ****************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:125 ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841 `" && echo ansible-tmp-1530185696.6-254109174353841="` echo /root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897 `" && echo ansible-tmp-1530185696.62-47966973350897="` echo /root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185696.6-254109174353841=/root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841\n', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185696.62-47966973350897=/root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897\n', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282 `" && echo ansible-tmp-1530185696.65-199551732811282="` echo /root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034 `" && echo ansible-tmp-1530185696.68-106760043401034="` echo /root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185696.65-199551732811282=/root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpWslBWk TO /root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185696.68-106760043401034=/root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmppesaxk TO /root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034/stat.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpWslBWk /root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282/ /root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185696.65-199551732811282/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmppesaxk /root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034/stat.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034/ /root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034/stat.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185696.68-106760043401034/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/origin/node", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530185681.7448816, "block_size": 4096, "inode": 50332301, "isgid": false, "size": 288, "executable": true, "isuid": false, "readable": true, "version": "18446744072865591235", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 0, "xoth": true, "islnk": false, "nlink": 2, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/node", "xusr": true, "atime": 1528779971.0, "isdir": true, "ctime": 1530185681.7448816, "isblk": false, "wgrp": false, "xgrp": true, "dev": 64768, "roth": true, "isfifo": false, "mode": "0755", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz TO /root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-master-etcd-1.tgz /root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/origin/node", "checksum_algo": "sha1", "follow": true, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "", "woth": false, "isreg": false, "device_type": 0, "mtime": 1530185681.633457, "block_size": 4096, "inode": 67109155, "isgid": false, "size": 264, "executable": true, "isuid": false, "readable": true, "version": "1880172861", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 0, "xoth": true, "islnk": false, "nlink": 2, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/origin/node", "xusr": true, "atime": 1528779971.0, "isdir": true, "ctime": 1530185681.633457, "isblk": false, "wgrp": false, "xgrp": true, "dev": 64768, "roth": true, "isfifo": false, "mode": "0755", "rusr": true, "attributes": []}, "changed": false}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/ /root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz TO /root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/unarchive.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com/etc/origin/generated-configs/node-qe-juzhao-39-qeos-1-nrr-1.tgz /root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/ /root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957 `" && echo ansible-tmp-1530185696.96-38439041342957="` echo /root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/unarchive.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185696.96-38439041342957=/root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpcFpPIM TO /root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957/unarchive.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921 `" && echo ansible-tmp-1530185697.0-214808506532921="` echo /root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185697.0-214808506532921=/root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmphbYLD3 TO /root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921/unarchive.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpcFpPIM /root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957/unarchive.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957/ /root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957/unarchive.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957/unarchive.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185696.96-38439041342957/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmphbYLD3 /root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921/unarchive.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921/ /root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921/unarchive.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921/unarchive.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185697.0-214808506532921/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source", "group": "root", "uid": 0, "dest": "/etc/origin/node", "changed": true, "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/etc/origin/node", "-z", "-f", "/root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source"], "rc": 0, "err": "", "out": ""}, "owner": "root", "state": "directory", "handler": "TgzArchive", "secontext": "system_u:object_r:etc_t:s0", "mode": "0755", "invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": false, "exclude": [], "owner": null, "follow": false, "group": null, "unsafe_writes": null, "keep_newer": false, "serole": null, "content": null, "setype": null, "extra_opts": [], "dest": "/etc/origin/node", "selevel": null, "original_basename": "node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", "regexp": null, "src": "/root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source", "validate_certs": true, "list_files": false, "seuser": null, "creates": null, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "gid": 0, "size": 4096}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/ > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "dest": "/etc/origin/node", > "extract_results": { > "cmd": [ > "/usr/bin/gtar", > "--extract", > "-C", > "/etc/origin/node", > "-z", > "-f", > "/root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source" > ], > "err": "", > "out": "", > "rc": 0 > }, > "gid": 0, > "group": "root", > "handler": "TgzArchive", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "creates": null, > "delimiter": null, > "dest": "/etc/origin/node", > "directory_mode": null, > "exclude": [], > "extra_opts": [], > "follow": false, > "force": null, > "group": null, > "keep_newer": false, > "list_files": false, > "mode": null, > "original_basename": "node-qe-juzhao-39-qeos-1-master-etcd-1.tgz", > "owner": null, > "regexp": null, > "remote_src": false, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source", > "unsafe_writes": null, > "validate_certs": true > } > }, > "mode": "0755", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 4096, > "src": "/root/.ansible/tmp/ansible-tmp-1530185696.6-254109174353841/source", > "state": "directory", > "uid": 0 >} ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source", "group": "root", "uid": 0, "dest": "/etc/origin/node", "changed": true, "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/etc/origin/node", "-z", "-f", "/root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source"], "rc": 0, "err": "", "out": ""}, "owner": "root", "state": "directory", "handler": "TgzArchive", "secontext": "system_u:object_r:etc_t:s0", "mode": "0755", "invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": false, "exclude": [], "owner": null, "follow": false, "group": null, "unsafe_writes": null, "keep_newer": false, "serole": null, "content": null, "setype": null, "extra_opts": [], "dest": "/etc/origin/node", "selevel": null, "original_basename": "node-qe-juzhao-39-qeos-1-nrr-1.tgz", "regexp": null, "src": "/root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source", "validate_certs": true, "list_files": false, "seuser": null, "creates": null, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "gid": 0, "size": 278}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/ > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') >changed: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "dest": "/etc/origin/node", > "extract_results": { > "cmd": [ > "/usr/bin/gtar", > "--extract", > "-C", > "/etc/origin/node", > "-z", > "-f", > "/root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source" > ], > "err": "", > "out": "", > "rc": 0 > }, > "gid": 0, > "group": "root", > "handler": "TgzArchive", > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "creates": null, > "delimiter": null, > "dest": "/etc/origin/node", > "directory_mode": null, > "exclude": [], > "extra_opts": [], > "follow": false, > "force": null, > "group": null, > "keep_newer": false, > "list_files": false, > "mode": null, > "original_basename": "node-qe-juzhao-39-qeos-1-nrr-1.tgz", > "owner": null, > "regexp": null, > "remote_src": false, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source", > "unsafe_writes": null, > "validate_certs": true > } > }, > "mode": "0755", > "owner": "root", > "secontext": "system_u:object_r:etc_t:s0", > "size": 278, > "src": "/root/.ansible/tmp/ansible-tmp-1530185696.62-47966973350897/source", > "state": "directory", > "uid": 0 >} > >TASK [openshift_node_certificates : Delete local temp directory] ************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:131 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185698.44-139926667532260 `" && echo ansible-tmp-1530185698.44-139926667532260="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185698.44-139926667532260 `" ) && sleep 0' ><localhost> PUT /tmp/tmp8KWTGp TO /home/yapei/.ansible/tmp/ansible-tmp-1530185698.44-139926667532260/file.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185698.44-139926667532260/ /home/yapei/.ansible/tmp/ansible-tmp-1530185698.44-139926667532260/file.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185698.44-139926667532260/file.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185698.44-139926667532260/" > /dev/null 2>&1 && sleep 0' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185698.46-123273407281717 `" && echo ansible-tmp-1530185698.46-123273407281717="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185698.46-123273407281717 `" ) && sleep 0' ><localhost> PUT /tmp/tmpo_epRa TO /home/yapei/.ansible/tmp/ansible-tmp-1530185698.46-123273407281717/file.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185698.46-123273407281717/ /home/yapei/.ansible/tmp/ansible-tmp-1530185698.46-123273407281717/file.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185698.46-123273407281717/file.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185698.46-123273407281717/" > /dev/null 2>&1 && sleep 0' >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> localhost] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "absent" > }, > "before": { > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "state": "absent" >} >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com -> localhost] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "state": "absent" > }, > "before": { > "path": "/tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/host-8-252-148.host.centralci.eng.rdu2.redhat.com", > "state": "absent" >} > >TASK [openshift_node_certificates : Copy OpenShift CA to system CA trust] *************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_node_certificates/tasks/main.yml:136 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/copy.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563 `" && echo ansible-tmp-1530185698.65-268634931401563="` echo /root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185698.65-268634931401563=/root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpRKpfkF TO /root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563/copy.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631 `" && echo ansible-tmp-1530185698.67-197833542637631="` echo /root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185698.67-197833542637631=/root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpJRTpWK TO /root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631/copy.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpRKpfkF /root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563/copy.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563/ /root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563/copy.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185698.65-268634931401563/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpJRTpWK /root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631/copy.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631/ /root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631/copy.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631/copy.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185698.67-197833542637631/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/node/ca.crt", "changed": false, "group": "root", "uid": 0, "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:cert_t:s0", "mode": "0644", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/node/ca.crt", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 1070}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item={u'cert': u'/etc/origin/node/ca.crt', u'id': u'openshift'}) => { > "changed": false, > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/node/ca.crt", > "unsafe_writes": null, > "validate": null > } > }, > "item": { > "cert": "/etc/origin/node/ca.crt", > "id": "openshift" > }, > "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", > "mode": "0644", > "owner": "root", > "secontext": "system_u:object_r:cert_t:s0", > "size": 1070, > "src": "/etc/origin/node/ca.crt", > "state": "file", > "uid": 0 >} ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"src": "/etc/origin/node/ca.crt", "changed": false, "group": "root", "uid": 0, "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:cert_t:s0", "mode": "0644", "invocation": {"module_args": {"directory_mode": null, "force": true, "remote_src": true, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": "/etc/origin/node/ca.crt", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false}}, "size": 1070}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'cert': u'/etc/origin/node/ca.crt', u'id': u'openshift'}) => { > "changed": false, > "checksum": "4fc921d3e4013a35e9acd32e480b444884315f0b", > "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", > "gid": 0, > "group": "root", > "invocation": { > "module_args": { > "attributes": null, > "backup": false, > "content": null, > "delimiter": null, > "dest": "/etc/pki/ca-trust/source/anchors/openshift-ca.crt", > "directory_mode": null, > "follow": false, > "force": true, > "group": null, > "local_follow": null, > "mode": null, > "original_basename": null, > "owner": null, > "regexp": null, > "remote_src": true, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": "/etc/origin/node/ca.crt", > "unsafe_writes": null, > "validate": null > } > }, > "item": { > "cert": "/etc/origin/node/ca.crt", > "id": "openshift" > }, > "md5sum": "fd3abe78eb5ab3daff13d10661bc28b4", > "mode": "0644", > "owner": "root", > "secontext": "system_u:object_r:cert_t:s0", > "size": 1070, > "src": "/etc/origin/node/ca.crt", > "state": "file", > "uid": 0 >} >META: ran handlers >META: ran handlers > >PLAY [Restart etcd] ********************************************************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072 `" && echo ansible-tmp-1530185699.0-271444010333072="` echo /root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185699.0-271444010333072=/root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpUDkTH_ TO /root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpUDkTH_ /root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072/ /root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185699.0-271444010333072/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 37994, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2458609, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2257423, "size_available": 9246404608, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2458609, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2257423, "size_available": 9246404608, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458609, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2257423, "size_available": 9246404608, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458609, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2257423, "size_available": 9246404608, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458609, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2257423, "size_available": 9246404608, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458609, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2257423, "size_available": 9246404608, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458609, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2257423, "size_available": 9246404608, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7484, "free": 337}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1964, "free": 5857}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 337, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073450", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "34", "tz_offset": "-0400", "month": "06", "epoch": "1530185690", "iso8601_micro": "2018-06-28T11:34:50.182974Z", "weekday": "Thursday", "time": "07:34:50", "date": "2018-06-28", "iso8601": "2018-06-28T11:34:50Z", "day": "28", "iso8601_basic": "20180628T073450182898", "second": "50"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [etcd : restart etcd] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/restart.yml:3 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409 `" && echo ansible-tmp-1530185700.14-170773618508409="` echo /root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185700.14-170773618508409=/root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp4uuyda TO /root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp4uuyda /root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409/systemd.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409/ /root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409/systemd.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185700.14-170773618508409/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"status": {"ExecStart": "{ path=/bin/bash ; argv[]=/bin/bash -c GOMAXPROCS=$(nproc) /usr/bin/etcd --name=\\"${ETCD_NAME}\\" --data-dir=\\"${ETCD_DATA_DIR}\\" --listen-client-urls=\\"${ETCD_LISTEN_CLIENT_URLS}\\" ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:46:17 EDT] ; stop_time=[n/a] ; pid=105801 ; code=(null) ; status=0/0 }", "TimeoutStopUSec": "1min 30s", "ControlGroup": "/system.slice/etcd.service", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Thu 2018-06-28 06:46:07 EDT", "ExecMainCode": "0", "UnitFileState": "enabled", "ExecMainPID": "105801", "LimitSIGPENDING": "31182", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "StartLimitInterval": "10000000", "WatchdogTimestampMonotonic": "35086667659", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "35086667735", "StandardError": "inherit", "AssertTimestamp": "Thu 2018-06-28 06:46:17 EDT", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "EnvironmentFile": "/etc/etcd/etcd.conf (ignore_errors=yes)", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "InactiveExitTimestamp": "Thu 2018-06-28 06:46:17 EDT", "WatchdogTimestamp": "Thu 2018-06-28 06:46:22 EDT", "NoNewPrivileges": "no", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "Before": "multi-user.target atomic-openshift-master-api.service shutdown.target", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "35081299140", "SendSIGHUP": "no", "CPUSchedulingPolicy": "0", "TimeoutStartUSec": "1min 30s", "Type": "notify", "SyslogPriority": "30", "SameProcessGroup": "no", "MountFlags": "0", "LimitNPROC": "31182", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "ExecMainStartTimestamp": "Thu 2018-06-28 06:46:17 EDT", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "0", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "control-group", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "SecureBits": "0", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "running", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "35081296439", "MainPID": "105801", "StartupBlockIOWeight": "18446744073709551615", "ActiveEnterTimestamp": "Thu 2018-06-28 06:46:22 EDT", "FragmentPath": "/usr/lib/systemd/system/etcd.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "disabled", "MemoryCurrent": "302542848", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target", "TasksCurrent": "18446744073709551615", "RestartUSec": "100ms", "ConditionTimestamp": "Thu 2018-06-28 06:46:17 EDT", "CPUAccounting": "yes", "User": "etcd", "RequiresMountsFor": "/var/lib/etcd", "PrivateNetwork": "no", "Restart": "on-failure", "RemainAfterExit": "no", "LimitNOFILE": "65536", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "TTYVHangup": "no", "InactiveEnterTimestamp": "Thu 2018-06-28 06:46:17 EDT", "StandardInput": "null", "AssertTimestampMonotonic": "35081296439", "DefaultDependencies": "yes", "Requires": "basic.target -.mount", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "ExecMainExitTimestampMonotonic": "0", "NotifyAccess": "main", "PermissionsStartOnly": "no", "BlockIOAccounting": "yes", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "35081299072", "AllowIsolate": "no", "Wants": "system.slice network-online.target", "After": "system.slice network-online.target systemd-journald.socket basic.target network.target -.mount", "FailureAction": "none", "CanIsolate": "no", "Conflicts": "shutdown.target", "StandardOutput": "journal", "WorkingDirectory": "/var/lib/etcd", "InactiveEnterTimestampMonotonic": "35081262864", "MemoryAccounting": "yes", "IgnoreSIGPIPE": "yes", "Transient": "no", "IOScheduling": "0", "Description": "Etcd Server", "ActiveExitTimestampMonotonic": "35071236713", "CanReload": "no", "ControlPID": "0", "LimitNICE": "0", "BlockIOWeight": "18446744073709551615", "Names": "etcd.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "etcd.service"}, "invocation": {"module_args": {"no_block": false, "name": "etcd", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}, "state": "started", "changed": true, "name": "etcd"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "daemon_reload": false, > "enabled": null, > "masked": null, > "name": "etcd", > "no_block": false, > "state": "restarted", > "user": false > } > }, > "name": "etcd", > "state": "started", > "status": { > "ActiveEnterTimestamp": "Thu 2018-06-28 06:46:22 EDT", > "ActiveEnterTimestampMonotonic": "35086667735", > "ActiveExitTimestamp": "Thu 2018-06-28 06:46:07 EDT", > "ActiveExitTimestampMonotonic": "35071236713", > "ActiveState": "active", > "After": "system.slice network-online.target systemd-journald.socket basic.target network.target -.mount", > "AllowIsolate": "no", > "AmbientCapabilities": "0", > "AssertResult": "yes", > "AssertTimestamp": "Thu 2018-06-28 06:46:17 EDT", > "AssertTimestampMonotonic": "35081296439", > "Before": "multi-user.target atomic-openshift-master-api.service shutdown.target", > "BlockIOAccounting": "yes", > "BlockIOWeight": "18446744073709551615", > "CPUAccounting": "yes", > "CPUQuotaPerSecUSec": "infinity", > "CPUSchedulingPolicy": "0", > "CPUSchedulingPriority": "0", > "CPUSchedulingResetOnFork": "no", > "CPUShares": "18446744073709551615", > "CanIsolate": "no", > "CanReload": "no", > "CanStart": "yes", > "CanStop": "yes", > "CapabilityBoundingSet": "18446744073709551615", > "ConditionResult": "yes", > "ConditionTimestamp": "Thu 2018-06-28 06:46:17 EDT", > "ConditionTimestampMonotonic": "35081296439", > "Conflicts": "shutdown.target", > "ControlGroup": "/system.slice/etcd.service", > "ControlPID": "0", > "DefaultDependencies": "yes", > "Delegate": "no", > "Description": "Etcd Server", > "DevicePolicy": "auto", > "EnvironmentFile": "/etc/etcd/etcd.conf (ignore_errors=yes)", > "ExecMainCode": "0", > "ExecMainExitTimestampMonotonic": "0", > "ExecMainPID": "105801", > "ExecMainStartTimestamp": "Thu 2018-06-28 06:46:17 EDT", > "ExecMainStartTimestampMonotonic": "35081299072", > "ExecMainStatus": "0", > "ExecStart": "{ path=/bin/bash ; argv[]=/bin/bash -c GOMAXPROCS=$(nproc) /usr/bin/etcd --name=\"${ETCD_NAME}\" --data-dir=\"${ETCD_DATA_DIR}\" --listen-client-urls=\"${ETCD_LISTEN_CLIENT_URLS}\" ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:46:17 EDT] ; stop_time=[n/a] ; pid=105801 ; code=(null) ; status=0/0 }", > "FailureAction": "none", > "FileDescriptorStoreMax": "0", > "FragmentPath": "/usr/lib/systemd/system/etcd.service", > "GuessMainPID": "yes", > "IOScheduling": "0", > "Id": "etcd.service", > "IgnoreOnIsolate": "no", > "IgnoreOnSnapshot": "no", > "IgnoreSIGPIPE": "yes", > "InactiveEnterTimestamp": "Thu 2018-06-28 06:46:17 EDT", > "InactiveEnterTimestampMonotonic": "35081262864", > "InactiveExitTimestamp": "Thu 2018-06-28 06:46:17 EDT", > "InactiveExitTimestampMonotonic": "35081299140", > "JobTimeoutAction": "none", > "JobTimeoutUSec": "0", > "KillMode": "control-group", > "KillSignal": "15", > "LimitAS": "18446744073709551615", > "LimitCORE": "18446744073709551615", > "LimitCPU": "18446744073709551615", > "LimitDATA": "18446744073709551615", > "LimitFSIZE": "18446744073709551615", > "LimitLOCKS": "18446744073709551615", > "LimitMEMLOCK": "65536", > "LimitMSGQUEUE": "819200", > "LimitNICE": "0", > "LimitNOFILE": "65536", > "LimitNPROC": "31182", > "LimitRSS": "18446744073709551615", > "LimitRTPRIO": "0", > "LimitRTTIME": "18446744073709551615", > "LimitSIGPENDING": "31182", > "LimitSTACK": "18446744073709551615", > "LoadState": "loaded", > "MainPID": "105801", > "MemoryAccounting": "yes", > "MemoryCurrent": "302542848", > "MemoryLimit": "18446744073709551615", > "MountFlags": "0", > "Names": "etcd.service", > "NeedDaemonReload": "no", > "Nice": "0", > "NoNewPrivileges": "no", > "NonBlocking": "no", > "NotifyAccess": "main", > "OOMScoreAdjust": "0", > "OnFailureJobMode": "replace", > "PermissionsStartOnly": "no", > "PrivateDevices": "no", > "PrivateNetwork": "no", > "PrivateTmp": "no", > "ProtectHome": "no", > "ProtectSystem": "no", > "RefuseManualStart": "no", > "RefuseManualStop": "no", > "RemainAfterExit": "no", > "Requires": "basic.target -.mount", > "RequiresMountsFor": "/var/lib/etcd", > "Restart": "on-failure", > "RestartUSec": "100ms", > "Result": "success", > "RootDirectoryStartOnly": "no", > "RuntimeDirectoryMode": "0755", > "SameProcessGroup": "no", > "SecureBits": "0", > "SendSIGHUP": "no", > "SendSIGKILL": "yes", > "Slice": "system.slice", > "StandardError": "inherit", > "StandardInput": "null", > "StandardOutput": "journal", > "StartLimitAction": "none", > "StartLimitBurst": "5", > "StartLimitInterval": "10000000", > "StartupBlockIOWeight": "18446744073709551615", > "StartupCPUShares": "18446744073709551615", > "StatusErrno": "0", > "StopWhenUnneeded": "no", > "SubState": "running", > "SyslogLevelPrefix": "yes", > "SyslogPriority": "30", > "SystemCallErrorNumber": "0", > "TTYReset": "no", > "TTYVHangup": "no", > "TTYVTDisallocate": "no", > "TasksAccounting": "no", > "TasksCurrent": "18446744073709551615", > "TasksMax": "18446744073709551615", > "TimeoutStartUSec": "1min 30s", > "TimeoutStopUSec": "1min 30s", > "TimerSlackNSec": "50000", > "Transient": "no", > "Type": "notify", > "UMask": "0022", > "UnitFilePreset": "disabled", > "UnitFileState": "enabled", > "User": "etcd", > "WantedBy": "multi-user.target", > "Wants": "system.slice network-online.target", > "WatchdogTimestamp": "Thu 2018-06-28 06:46:22 EDT", > "WatchdogTimestampMonotonic": "35086667659", > "WatchdogUSec": "0", > "WorkingDirectory": "/var/lib/etcd" > } >} > >TASK [etcd : stop etcd] ***************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/restart.yml:10 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [etcd : start etcd] **************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/restart.yml:16 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Restart etcd] ********************************************************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082 `" && echo ansible-tmp-1530185717.38-187730049784082="` echo /root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185717.38-187730049784082=/root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpbNK_Bi TO /root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpbNK_Bi /root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082/ /root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185717.38-187730049784082/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 38012, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2458519, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2257513, "size_available": 9246773248, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2458519, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2257513, "size_available": 9246773248, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458519, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2257513, "size_available": 9246773248, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458519, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2257513, "size_available": 9246773248, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458519, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2257513, "size_available": 9246773248, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458519, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2257513, "size_available": 9246773248, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 2458519, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2257513, "size_available": 9246773248, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41685, "block_size": 4096, "inode_available": 9395499}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7624, "free": 197}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1988, "free": 5833}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 197, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073508", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "35", "tz_offset": "-0400", "month": "06", "epoch": "1530185708", "iso8601_micro": "2018-06-28T11:35:08.686612Z", "weekday": "Thursday", "time": "07:35:08", "date": "2018-06-28", "iso8601": "2018-06-28T11:35:08Z", "day": "28", "iso8601_basic": "20180628T073508686526", "second": "08"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [etcd : restart etcd] ************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/restart.yml:3 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [etcd : stop etcd] ***************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/restart.yml:10 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [etcd : start etcd] **************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/etcd/tasks/restart.yml:16 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Validate configuration for rolling restart] *************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111 `" && echo ansible-tmp-1530185719.19-13995025452111="` echo /root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185719.19-13995025452111=/root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpyGSGs6 TO /root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpyGSGs6 /root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111/ /root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185719.19-13995025452111/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 38014, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2459084, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2256948, "size_available": 9244459008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41686, "block_size": 4096, "inode_available": 9395498}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2459084, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2256948, "size_available": 9244459008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41686, "block_size": 4096, "inode_available": 9395498}, {"block_used": 2459084, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2256948, "size_available": 9244459008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41686, "block_size": 4096, "inode_available": 9395498}, {"block_used": 2459084, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2256948, "size_available": 9244459008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41686, "block_size": 4096, "inode_available": 9395498}, {"block_used": 2459084, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2256948, "size_available": 9244459008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41686, "block_size": 4096, "inode_available": 9395498}, {"block_used": 2459084, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2256948, "size_available": 9244459008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41686, "block_size": 4096, "inode_available": 9395498}, {"block_used": 2459084, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2256948, "size_available": 9244459008, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41686, "block_size": 4096, "inode_available": 9395498}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7614, "free": 207}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1978, "free": 5843}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 207, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073510", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "35", "tz_offset": "-0400", "month": "06", "epoch": "1530185710", "iso8601_micro": "2018-06-28T11:35:10.444340Z", "weekday": "Thursday", "time": "07:35:10", "date": "2018-06-28", "iso8601": "2018-06-28T11:35:10Z", "day": "28", "iso8601_basic": "20180628T073510444262", "second": "10"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [fail] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:7 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_facts] ****************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:10 >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423 `" && echo ansible-tmp-1530185720.2-142648050711423="` echo /root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185720.2-142648050711423=/root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpbLnDJV TO /root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpbLnDJV /root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423/openshift_facts.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423/ /root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423/openshift_facts.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185720.2-142648050711423/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "common", "selevel": null, "regexp": null, "src": null, "local_facts": {"rolling_restart_mode": "services"}, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}}}, "cloudprovider": {"kind": "openstack"}, "current_config": {"roles": ["node", "builddefaults", "cloudprovider", "master", "buildoverrides"]}, "master": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": 500, "controller_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "embedded_dns": true, "session_secrets_file": "", "api_port": "8443", "console_port": "8443", "dynamic_provisioning_enabled": true, "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", "auth_token_max_seconds": 500, "oauth_grant_method": "auto", "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "api_use_ssl": true, "sdn_host_subnet_length": 9, "console_path": "/console", "sdn_cluster_network_cidr": "10.128.0.0/14", "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", "console_use_ssl": true, "api_server_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", "embedded_kube": true, "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", "bind_addr": "0.0.0.0", "session_max_seconds": 3600, "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "admission_plugin_config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}, "BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}, "openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "onResources": [{"resource": "pods"}, {"resource": "builds"}], "reject": true, "name": "execution-denied", "matchImageAnnotations": [{"value": "true", "key": "images.openshift.io/deny-execution"}]}], "apiVersion": "v1"}}}, "named_certificates": [], "access_token_max_seconds": 86400, "manage_htpasswd": true, "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", "portal_net": "172.30.0.0/16", "controllers_port": "8444", "session_name": "ssn", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"version": "3.9.31", "ip": "172.16.120.82", "dns_domain": "cluster.local", "public_ip": "10.8.252.199", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "internal_hostnames": ["kubernetes.default", "kubernetes.default.svc.cluster.local", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "openshift"], "rolling_restart_mode": "services", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "version_gte_3_9": true, "version_gte_3_8": true, "version_gte_3_7": true, "version_gte_3_6": true, "kube_svc_ip": "172.30.0.1", "config_base": "/etc/origin", "all_hostnames": ["kubernetes.default", "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "kubernetes.default.svc.cluster.local", "openshift", "10.8.252.199"], "short_version": "3.9", "no_proxy_etcd_host_ips": "172.16.120.82", "examples_content_version": "v3.9", "portal_net": "172.30.0.0/16", "version_gte_3_10": false, "deployment_type": "openshift-enterprise"}, "provider": {"metadata": {"uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.82", "reservation-id": "r-f8huj0hy", "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.199", "block-device-mapping": {"ami": "vda", "root": "/dev/vda"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a3417"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-master-etcd-1"}, "network": {"ip": "172.16.120.82", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "public_ip": "10.8.252.199", "ipv6_enabled": false, "public_hostname": "10.8.252.199"}, "zone": "nova", "name": "openstack"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'local_facts': {u'rolling_restart_mode': u'services'}, u'role': u'common'}) => { > "ansible_facts": { > "openshift": { > "builddefaults": { > "config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > } > } > }, > "buildoverrides": { > "config": { > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > } > } > }, > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "kubernetes.default.svc.cluster.local", > "openshift", > "10.8.252.199" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "openshift" > ], > "ip": "172.16.120.82", > "kube_svc_ip": "172.30.0.1", > "no_proxy_etcd_host_ips": "172.16.120.82", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.199", > "rolling_restart_mode": "services", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "access_token_max_seconds": 86400, > "admission_plugin_config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > }, > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > }, > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "api_use_ssl": true, > "auth_token_max_seconds": 500, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "controllers_port": "8444", > "dynamic_provisioning_enabled": true, > "embedded_dns": true, > "embedded_kube": true, > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > "manage_htpasswd": true, > "max_requests_inflight": 500, > "named_certificates": [], > "oauth_grant_method": "auto", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "sdn_cluster_network_cidr": "10.128.0.0/14", > "sdn_host_subnet_length": 9, > "session_max_seconds": 3600, > "session_name": "ssn", > "session_secrets_file": "" > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "instance-action": "none", > "instance-id": "i-007a3417", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "local-ipv4": "172.16.120.82", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "public-ipv4": "10.8.252.199", > "public-keys/": "0=libra", > "reservation-id": "r-f8huj0hy", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "interfaces": [], > "ip": "172.16.120.82", > "ipv6_enabled": false, > "public_hostname": "10.8.252.199", > "public_ip": "10.8.252.199" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "rolling_restart_mode": "services" > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "common", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > }, > "item": { > "local_facts": { > "rolling_restart_mode": "services" > }, > "role": "common" > } >} >META: ran handlers >META: ran handlers > >PLAY [Create temp file on localhost] **************************************************************************************************************************************************** >META: ran handlers > >TASK [command] ************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:26 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185723.17-105421057903585 `" && echo ansible-tmp-1530185723.17-105421057903585="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185723.17-105421057903585 `" ) && sleep 0' ><localhost> PUT /tmp/tmpHoWXAG TO /home/yapei/.ansible/tmp/ansible-tmp-1530185723.17-105421057903585/command.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185723.17-105421057903585/ /home/yapei/.ansible/tmp/ansible-tmp-1530185723.17-105421057903585/command.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185723.17-105421057903585/command.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185723.17-105421057903585/" > /dev/null 2>&1 && sleep 0' >ok: [localhost -> localhost] => { > "changed": false, > "cmd": [ > "mktemp" > ], > "delta": "0:00:00.002672", > "end": "2018-06-28 07:35:23.284898", > "invocation": { > "module_args": { > "_raw_params": "mktemp", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:35:23.282226", > "stderr": "", > "stderr_lines": [], > "stdout": "/tmp/tmp.2966QMfiQo", > "stdout_lines": [ > "/tmp/tmp.2966QMfiQo" > ] >} >META: ran handlers >META: ran handlers > >PLAY [Check if temp file exists on any masters] ***************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093 `" && echo ansible-tmp-1530185723.42-87788369853093="` echo /root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185723.42-87788369853093=/root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp9Jznir TO /root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp9Jznir /root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093/ /root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185723.42-87788369853093/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 38018, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2463158, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2252874, "size_available": 9227771904, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2463158, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2252874, "size_available": 9227771904, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463158, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2252874, "size_available": 9227771904, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463158, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2252874, "size_available": 9227771904, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463158, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2252874, "size_available": 9227771904, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463158, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2252874, "size_available": 9227771904, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463158, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2252874, "size_available": 9227771904, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7686, "free": 135}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2037, "free": 5784}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 135, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073514", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "35", "tz_offset": "-0400", "month": "06", "epoch": "1530185714", "iso8601_micro": "2018-06-28T11:35:14.612076Z", "weekday": "Thursday", "time": "07:35:14", "date": "2018-06-28", "iso8601": "2018-06-28T11:35:14Z", "day": "28", "iso8601_basic": "20180628T073514611986", "second": "14"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [stat] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:33 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466 `" && echo ansible-tmp-1530185724.44-152304419101466="` echo /root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185724.44-152304419101466=/root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpVil_bA TO /root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpVil_bA /root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466/ /root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185724.44-152304419101466/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/tmp/tmp.2966QMfiQo", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"exists": false}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/tmp/tmp.2966QMfiQo" > } > }, > "stat": { > "exists": false > } >} >META: ran handlers >META: ran handlers > >PLAY [Cleanup temp file on localhost] *************************************************************************************************************************************************** >META: ran handlers > >TASK [file] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:43 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><127.0.0.1> EXEC /bin/sh -c 'echo ~ && sleep 0' ><127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185724.8-75843254234262 `" && echo ansible-tmp-1530185724.8-75843254234262="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185724.8-75843254234262 `" ) && sleep 0' ><127.0.0.1> PUT /tmp/tmpkiMk4h TO /home/yapei/.ansible/tmp/ansible-tmp-1530185724.8-75843254234262/file.py ><127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185724.8-75843254234262/ /home/yapei/.ansible/tmp/ansible-tmp-1530185724.8-75843254234262/file.py && sleep 0' ><127.0.0.1> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185724.8-75843254234262/file.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185724.8-75843254234262/" > /dev/null 2>&1 && sleep 0' >ok: [localhost] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/tmp.2966QMfiQo", > "state": "absent" > }, > "before": { > "path": "/tmp/tmp.2966QMfiQo", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/tmp/tmp.2966QMfiQo", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/tmp.2966QMfiQo", > "state": "absent" >} >META: ran handlers >META: ran handlers > >PLAY [Warn if restarting the system where ansible is running] *************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987 `" && echo ansible-tmp-1530185724.99-25986342452987="` echo /root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185724.99-25986342452987=/root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpHLp8G5 TO /root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpHLp8G5 /root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987/ /root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185724.99-25986342452987/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 38020, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2463222, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2463222, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7692, "free": 129}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2043, "free": 5778}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 129, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073516", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "35", "tz_offset": "-0400", "month": "06", "epoch": "1530185716", "iso8601_micro": "2018-06-28T11:35:16.159266Z", "weekday": "Thursday", "time": "07:35:16", "date": "2018-06-28", "iso8601": "2018-06-28T11:35:16Z", "day": "28", "iso8601_basic": "20180628T073516159163", "second": "16"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [pause] **************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:50 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:62 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Restart masters] ****************************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574 `" && echo ansible-tmp-1530185725.89-38094309970574="` echo /root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185725.89-38094309970574=/root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpS4qPhw TO /root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpS4qPhw /root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574/ /root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185725.89-38094309970574/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 38021, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2463222, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2463222, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 2463222, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2252810, "size_available": 9227509760, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41688, "block_size": 4096, "inode_available": 9395496}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7692, "free": 129}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2043, "free": 5778}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 129, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073517", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "35", "tz_offset": "-0400", "month": "06", "epoch": "1530185717", "iso8601_micro": "2018-06-28T11:35:17.053897Z", "weekday": "Thursday", "time": "07:35:17", "date": "2018-06-28", "iso8601": "2018-06-28T11:35:17Z", "day": "28", "iso8601_basic": "20180628T073517053810", "second": "17"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers >META: ran handlers > >TASK [include_tasks] ******************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/restart.yml:10 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master : Restart master API] ******************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master/tasks/restart.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465 `" && echo ansible-tmp-1530185726.72-184496836624465="` echo /root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185726.72-184496836624465=/root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpasgeZH TO /root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpasgeZH /root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465/systemd.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465/ /root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465/systemd.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185726.72-184496836624465/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"status": {"ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start master api --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:49:09 EDT] ; stop_time=[n/a] ; pid=118755 ; code=(null) ; status=0/0 }", "TimeoutStopUSec": "1min 30s", "ControlGroup": "/system.slice/atomic-openshift-master-api.service", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Thu 2018-06-28 06:49:09 EDT", "ExecMainCode": "0", "UnitFileState": "enabled", "ExecMainPID": "118755", "LimitSIGPENDING": "31182", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "StartLimitInterval": "10000000", "WatchdogTimestampMonotonic": "35264032111", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "35264032206", "StandardError": "inherit", "AssertTimestamp": "Thu 2018-06-28 06:49:09 EDT", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "EnvironmentFile": "/etc/sysconfig/atomic-openshift-master-api (ignore_errors=no)", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "Environment": "GOTRACEBACK=crash", "WatchdogTimestamp": "Thu 2018-06-28 06:49:19 EDT", "ActiveEnterTimestamp": "Thu 2018-06-28 06:49:19 EDT", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "NoNewPrivileges": "no", "Before": "atomic-openshift-master-controllers.service multi-user.target atomic-openshift-node.service shutdown.target", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "35253774922", "SendSIGHUP": "no", "TimeoutStartUSec": "1min 30s", "Type": "notify", "SyslogPriority": "30", "SameProcessGroup": "no", "WorkingDirectory": "/var/lib/origin", "LimitNPROC": "31182", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "ExecMainStartTimestamp": "Thu 2018-06-28 06:49:09 EDT", "SyslogIdentifier": "atomic-openshift-master-api", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "0", "Documentation": "https://github.com/openshift/origin", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "control-group", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "SecureBits": "0", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "running", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "35253773383", "MainPID": "118755", "StartupBlockIOWeight": "18446744073709551615", "InactiveExitTimestamp": "Thu 2018-06-28 06:49:09 EDT", "FragmentPath": "/usr/lib/systemd/system/atomic-openshift-master-api.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "disabled", "MemoryCurrent": "607240192", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target atomic-openshift-node.service atomic-openshift-master-controllers.service", "TasksCurrent": "18446744073709551615", "RestartUSec": "5s", "ConditionTimestamp": "Thu 2018-06-28 06:49:09 EDT", "CPUAccounting": "yes", "RemainAfterExit": "no", "RequiresMountsFor": "/var/lib/origin", "PrivateNetwork": "no", "Restart": "always", "CPUSchedulingPolicy": "0", "LimitNOFILE": "131072", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "TTYVHangup": "no", "InactiveEnterTimestamp": "Thu 2018-06-28 06:49:09 EDT", "StandardInput": "null", "AssertTimestampMonotonic": "35253773383", "DefaultDependencies": "yes", "Requires": "-.mount network-online.target basic.target", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "ExecMainExitTimestampMonotonic": "0", "NotifyAccess": "main", "PermissionsStartOnly": "no", "BlockIOAccounting": "yes", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "35253774869", "AllowIsolate": "no", "Wants": "system.slice", "After": "system.slice chronyd.service network-online.target systemd-journald.socket basic.target etcd.service ntpd.service -.mount", "FailureAction": "none", "CanIsolate": "no", "Conflicts": "shutdown.target", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "35253766590", "MemoryAccounting": "yes", "IgnoreSIGPIPE": "yes", "Transient": "no", "IOScheduling": "0", "Description": "Atomic OpenShift Master API", "ActiveExitTimestampMonotonic": "35253698867", "CanReload": "no", "ControlPID": "0", "LimitNICE": "0", "BlockIOWeight": "18446744073709551615", "Names": "atomic-openshift-master-api.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "atomic-openshift-master-api.service"}, "invocation": {"module_args": {"no_block": false, "name": "atomic-openshift-master-api", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}, "state": "started", "changed": true, "name": "atomic-openshift-master-api"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "daemon_reload": false, > "enabled": null, > "masked": null, > "name": "atomic-openshift-master-api", > "no_block": false, > "state": "restarted", > "user": false > } > }, > "name": "atomic-openshift-master-api", > "state": "started", > "status": { > "ActiveEnterTimestamp": "Thu 2018-06-28 06:49:19 EDT", > "ActiveEnterTimestampMonotonic": "35264032206", > "ActiveExitTimestamp": "Thu 2018-06-28 06:49:09 EDT", > "ActiveExitTimestampMonotonic": "35253698867", > "ActiveState": "active", > "After": "system.slice chronyd.service network-online.target systemd-journald.socket basic.target etcd.service ntpd.service -.mount", > "AllowIsolate": "no", > "AmbientCapabilities": "0", > "AssertResult": "yes", > "AssertTimestamp": "Thu 2018-06-28 06:49:09 EDT", > "AssertTimestampMonotonic": "35253773383", > "Before": "atomic-openshift-master-controllers.service multi-user.target atomic-openshift-node.service shutdown.target", > "BlockIOAccounting": "yes", > "BlockIOWeight": "18446744073709551615", > "CPUAccounting": "yes", > "CPUQuotaPerSecUSec": "infinity", > "CPUSchedulingPolicy": "0", > "CPUSchedulingPriority": "0", > "CPUSchedulingResetOnFork": "no", > "CPUShares": "18446744073709551615", > "CanIsolate": "no", > "CanReload": "no", > "CanStart": "yes", > "CanStop": "yes", > "CapabilityBoundingSet": "18446744073709551615", > "ConditionResult": "yes", > "ConditionTimestamp": "Thu 2018-06-28 06:49:09 EDT", > "ConditionTimestampMonotonic": "35253773383", > "Conflicts": "shutdown.target", > "ControlGroup": "/system.slice/atomic-openshift-master-api.service", > "ControlPID": "0", > "DefaultDependencies": "yes", > "Delegate": "no", > "Description": "Atomic OpenShift Master API", > "DevicePolicy": "auto", > "Documentation": "https://github.com/openshift/origin", > "Environment": "GOTRACEBACK=crash", > "EnvironmentFile": "/etc/sysconfig/atomic-openshift-master-api (ignore_errors=no)", > "ExecMainCode": "0", > "ExecMainExitTimestampMonotonic": "0", > "ExecMainPID": "118755", > "ExecMainStartTimestamp": "Thu 2018-06-28 06:49:09 EDT", > "ExecMainStartTimestampMonotonic": "35253774869", > "ExecMainStatus": "0", > "ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start master api --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:49:09 EDT] ; stop_time=[n/a] ; pid=118755 ; code=(null) ; status=0/0 }", > "FailureAction": "none", > "FileDescriptorStoreMax": "0", > "FragmentPath": "/usr/lib/systemd/system/atomic-openshift-master-api.service", > "GuessMainPID": "yes", > "IOScheduling": "0", > "Id": "atomic-openshift-master-api.service", > "IgnoreOnIsolate": "no", > "IgnoreOnSnapshot": "no", > "IgnoreSIGPIPE": "yes", > "InactiveEnterTimestamp": "Thu 2018-06-28 06:49:09 EDT", > "InactiveEnterTimestampMonotonic": "35253766590", > "InactiveExitTimestamp": "Thu 2018-06-28 06:49:09 EDT", > "InactiveExitTimestampMonotonic": "35253774922", > "JobTimeoutAction": "none", > "JobTimeoutUSec": "0", > "KillMode": "control-group", > "KillSignal": "15", > "LimitAS": "18446744073709551615", > "LimitCORE": "18446744073709551615", > "LimitCPU": "18446744073709551615", > "LimitDATA": "18446744073709551615", > "LimitFSIZE": "18446744073709551615", > "LimitLOCKS": "18446744073709551615", > "LimitMEMLOCK": "65536", > "LimitMSGQUEUE": "819200", > "LimitNICE": "0", > "LimitNOFILE": "131072", > "LimitNPROC": "31182", > "LimitRSS": "18446744073709551615", > "LimitRTPRIO": "0", > "LimitRTTIME": "18446744073709551615", > "LimitSIGPENDING": "31182", > "LimitSTACK": "18446744073709551615", > "LoadState": "loaded", > "MainPID": "118755", > "MemoryAccounting": "yes", > "MemoryCurrent": "607240192", > "MemoryLimit": "18446744073709551615", > "MountFlags": "0", > "Names": "atomic-openshift-master-api.service", > "NeedDaemonReload": "no", > "Nice": "0", > "NoNewPrivileges": "no", > "NonBlocking": "no", > "NotifyAccess": "main", > "OOMScoreAdjust": "0", > "OnFailureJobMode": "replace", > "PermissionsStartOnly": "no", > "PrivateDevices": "no", > "PrivateNetwork": "no", > "PrivateTmp": "no", > "ProtectHome": "no", > "ProtectSystem": "no", > "RefuseManualStart": "no", > "RefuseManualStop": "no", > "RemainAfterExit": "no", > "Requires": "-.mount network-online.target basic.target", > "RequiresMountsFor": "/var/lib/origin", > "Restart": "always", > "RestartUSec": "5s", > "Result": "success", > "RootDirectoryStartOnly": "no", > "RuntimeDirectoryMode": "0755", > "SameProcessGroup": "no", > "SecureBits": "0", > "SendSIGHUP": "no", > "SendSIGKILL": "yes", > "Slice": "system.slice", > "StandardError": "inherit", > "StandardInput": "null", > "StandardOutput": "journal", > "StartLimitAction": "none", > "StartLimitBurst": "5", > "StartLimitInterval": "10000000", > "StartupBlockIOWeight": "18446744073709551615", > "StartupCPUShares": "18446744073709551615", > "StatusErrno": "0", > "StopWhenUnneeded": "no", > "SubState": "running", > "SyslogIdentifier": "atomic-openshift-master-api", > "SyslogLevelPrefix": "yes", > "SyslogPriority": "30", > "SystemCallErrorNumber": "0", > "TTYReset": "no", > "TTYVHangup": "no", > "TTYVTDisallocate": "no", > "TasksAccounting": "no", > "TasksCurrent": "18446744073709551615", > "TasksMax": "18446744073709551615", > "TimeoutStartUSec": "1min 30s", > "TimeoutStopUSec": "1min 30s", > "TimerSlackNSec": "50000", > "Transient": "no", > "Type": "notify", > "UMask": "0022", > "UnitFilePreset": "disabled", > "UnitFileState": "enabled", > "WantedBy": "multi-user.target atomic-openshift-node.service atomic-openshift-master-controllers.service", > "Wants": "system.slice", > "WatchdogTimestamp": "Thu 2018-06-28 06:49:19 EDT", > "WatchdogTimestampMonotonic": "35264032111", > "WatchdogUSec": "0", > "WorkingDirectory": "/var/lib/origin" > } >} > >TASK [openshift_master : Wait for master API to come back online] *********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master/tasks/restart.yml:6 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612 `" && echo ansible-tmp-1530185736.19-266601660629612="` echo /root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185736.19-266601660629612=/root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp9bpKX7 TO /root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612/wait_for.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp9bpKX7 /root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612/wait_for.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612/ /root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612/wait_for.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612/wait_for.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185736.19-266601660629612/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"elapsed": 10, "search_regex": null, "state": "started", "invocation": {"module_args": {"active_connection_states": ["ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT"], "state": "started", "port": 8443, "delay": 10, "msg": null, "host": "qe-juzhao-39-qeos-1-master-etcd-1", "sleep": 1, "timeout": 600, "exclude_hosts": null, "search_regex": null, "path": null, "connect_timeout": 5}}, "path": null, "port": 8443}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "elapsed": 10, > "invocation": { > "module_args": { > "active_connection_states": [ > "ESTABLISHED", > "FIN_WAIT1", > "FIN_WAIT2", > "SYN_RECV", > "SYN_SENT", > "TIME_WAIT" > ], > "connect_timeout": 5, > "delay": 10, > "exclude_hosts": null, > "host": "qe-juzhao-39-qeos-1-master-etcd-1", > "msg": null, > "path": null, > "port": 8443, > "search_regex": null, > "sleep": 1, > "state": "started", > "timeout": 600 > } > }, > "path": null, > "port": 8443, > "search_regex": null, > "state": "started" >} > >TASK [openshift_master : restart master controllers] ************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_master/tasks/restart.yml:14 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337 `" && echo ansible-tmp-1530185746.55-91836231010337="` echo /root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185746.55-91836231010337=/root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpfSuonB TO /root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpfSuonB /root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337/ /root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185746.55-91836231010337/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:35:37.856223", "stdout": "", "cmd": ["systemctl", "restart", "atomic-openshift-master-controllers"], "rc": 0, "start": "2018-06-28 07:35:37.634934", "stderr": "", "delta": "0:00:00.221289", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "systemctl restart atomic-openshift-master-controllers", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": true, > "cmd": [ > "systemctl", > "restart", > "atomic-openshift-master-controllers" > ], > "delta": "0:00:00.221289", > "end": "2018-06-28 07:35:37.856223", > "invocation": { > "module_args": { > "_raw_params": "systemctl restart atomic-openshift-master-controllers", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:35:37.634934", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} >META: ran handlers > >PLAY [Restart nodes] ******************************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425 `" && echo ansible-tmp-1530185747.09-71084251920425="` echo /root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185747.09-71084251920425=/root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpwfS6OZ TO /root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpwfS6OZ /root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425/ /root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185747.09-71084251920425/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_vethf8d23c35": {"macaddress": "ca:63:cf:46:d1:66", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethf8d23c35", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c863:cfff:fe46:d166"}], "active": true, "speed": 10000}, "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_veth6e33cd0a": {"macaddress": "4a:b1:81:db:5e:ff", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth6e33cd0a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::48b1:81ff:fedb:5eff"}], "active": true, "speed": 10000}, "ansible_all_ipv6_addresses": ["fe80::a8e4:deff:fe94:337d", "fe80::e848:f4ff:feaf:5c5a", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::48b1:81ff:fedb:5eff", "fe80::c863:cfff:fe46:d166", "fe80::3014:78ff:feed:ebf8", "fe80::e0dc:6aff:fef8:c872", "fe80::1092:e5ff:fe79:ffb9"], "ansible_uptime_seconds": 38042, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_mounts": [{"block_used": 2466126, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2249906, "size_available": 9215614976, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41695, "block_size": 4096, "inode_available": 9395489}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2466126, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2249906, "size_available": 9215614976, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41695, "block_size": 4096, "inode_available": 9395489}, {"block_used": 2466126, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2249906, "size_available": 9215614976, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41695, "block_size": 4096, "inode_available": 9395489}, {"block_used": 2466126, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2249906, "size_available": 9215614976, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41695, "block_size": 4096, "inode_available": 9395489}, {"block_used": 2466126, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2249906, "size_available": 9215614976, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41695, "block_size": 4096, "inode_available": 9395489}, {"block_used": 2466126, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2249906, "size_available": 9215614976, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41695, "block_size": 4096, "inode_available": 9395489}, {"block_used": 2466126, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2249906, "size_available": 9215614976, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41695, "block_size": 4096, "inode_available": 9395489}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c400,c413\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_vethc6fa4ecd": {"macaddress": "32:14:78:ed:eb:f8", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethc6fa4ecd", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::3014:78ff:feed:ebf8"}], "active": true, "speed": 10000}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7475, "free": 346}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1759, "free": 6062}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_architecture": "x86_64", "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "dm-12": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "dm-13": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "dm-18": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-24": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-8": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-25": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "dm-5": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "dm-21": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "dm-20": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "dm-23": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "dm-22": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"]}, "uuids": {"dm-5": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"], "vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 346, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "vethf8d23c35", "br0", "veth1afa6685", "veth6e33cd0a", "vethc6fa4ecd", "veth18502b95", "vethb4d52f7c", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_vethb4d52f7c": {"macaddress": "e2:dc:6a:f8:c8:72", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb4d52f7c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0dc:6aff:fef8:c872"}], "active": true, "speed": 10000}, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_veth1afa6685": {"macaddress": "12:92:e5:79:ff:b9", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1afa6685", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1092:e5ff:fe79:ffb9"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073538", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "35", "tz_offset": "-0400", "month": "06", "epoch": "1530185738", "iso8601_micro": "2018-06-28T11:35:38.311308Z", "weekday": "Thursday", "time": "07:35:38", "date": "2018-06-28", "iso8601": "2018-06-28T11:35:38Z", "day": "28", "iso8601_basic": "20180628T073538311229", "second": "38"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-18", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-4", "dm-5", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-efa582e4a8ecef219f353331fee2f34f63fe7aa7baacd84c6da154854b7a93dc", "docker-253:0-41943105-a01eb82c73f29630468a731d6f668e6c1963f0ac2e442fc04ae3af56ad5564e0", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-e9f87ee85691292b75bac58e8d5511f7583221104f2567f32ef64b61fbf918a4", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3", "docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43", "docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1", "docker-253:0-41943105-2bb4add0ffb5e881102156c950fe493e9dbbda2cf0bae08af9b8290374cbceb0", "docker-253:0-41943105-786409afb0d657b9847eccafc287b7e19bf544b4c6e5fe8de68b0244e4a315b7", "docker-253:0-41943105-c6d077f657ec29ae8b2bab4a89733b2a1acc3e9b1816ac2ae8a30208aa35efd7", "docker-253:0-41943105-3f9e66bef787c35187a2b433a672d7a583fcec489cc1be28e4b692e0dd32c8e6", "docker-253:0-41943105-e3e3f263d571908c20ba3a35652c85b640b4c377e2458389c4418159088703a9", "docker-253:0-41943105-ac45c1f1980f02c69a6274301b2ddf79f75368f3da6a35288ef48d622d69dea6"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5dad3e45a250be55f10ce3c215832e29fd92ffe6e59a9d9077e256aa199c9f43"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-5983e98b63e89be86e88ec3a8c2293457162fccf82f1ceb5cd213d7bd351f6f3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55069b1aeacc47d8cb9a12ed5eff1bdb02aa6dc4ac39b5bf80d2ff89fb8e8610"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-53b3d699a771dd66edf86aeece4d8afaba3a10bb390861c3c88acca62f0fc0c1"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth18502b95": {"macaddress": "aa:e4:de:94:33:7d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth18502b95", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::a8e4:deff:fe94:337d"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Restart docker] ******************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:11 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511 `" && echo ansible-tmp-1530185748.58-65151746044511="` echo /root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185748.58-65151746044511=/root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp7_0vzI TO /root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp7_0vzI /root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511/systemd.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511/ /root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511/systemd.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185748.58-65151746044511/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"status": {"ExecStart": "{ path=/usr/bin/dockerd-current ; argv[]=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --init-path=/usr/libexec/docker/docker-init-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:12 EDT] ; stop_time=[n/a] ; pid=110098 ; code=(null) ; status=0/0 }", "TimeoutStopUSec": "1min 30s", "ControlGroup": "/system.slice/docker.service", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Thu 2018-06-28 06:47:00 EDT", "ExecMainCode": "0", "UnitFileState": "enabled", "ExecMainPID": "110098", "LimitSIGPENDING": "31182", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "StartLimitInterval": "10000000", "WatchdogTimestampMonotonic": "35149727485", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "35149727531", "StandardError": "inherit", "AssertTimestamp": "Thu 2018-06-28 06:47:12 EDT", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "EnvironmentFile": "/etc/sysconfig/docker-network (ignore_errors=yes)", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "Environment": "GOTRACEBACK=crash DOCKER_HTTP_HOST_COMPAT=1 PATH=/usr/libexec/docker:/usr/bin:/usr/sbin", "WatchdogTimestamp": "Thu 2018-06-28 06:47:25 EDT", "ActiveEnterTimestamp": "Thu 2018-06-28 06:47:25 EDT", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "NoNewPrivileges": "no", "Before": "multi-user.target atomic-openshift-node.service shutdown.target", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "35136965181", "SendSIGHUP": "no", "TimeoutStartUSec": "0", "Type": "notify", "SyslogPriority": "30", "SameProcessGroup": "no", "LimitNPROC": "1048576", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "PartOf": "iptables.service", "ExecMainStartTimestamp": "Thu 2018-06-28 06:47:12 EDT", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "0", "Documentation": "http://docs.docker.com", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "process", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "SecureBits": "0", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "running", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "35136964407", "MainPID": "110098", "StartupBlockIOWeight": "18446744073709551615", "InactiveExitTimestamp": "Thu 2018-06-28 06:47:12 EDT", "FragmentPath": "/usr/lib/systemd/system/docker.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "disabled", "MemoryCurrent": "119001088", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target atomic-openshift-node.service", "TasksCurrent": "18446744073709551615", "RestartUSec": "100ms", "ConditionTimestamp": "Thu 2018-06-28 06:47:12 EDT", "CPUAccounting": "yes", "RemainAfterExit": "no", "PrivateNetwork": "no", "Restart": "on-abnormal", "CPUSchedulingPolicy": "0", "LimitNOFILE": "1048576", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "TTYVHangup": "no", "RequiredBy": "docker-cleanup.service", "InactiveEnterTimestamp": "Thu 2018-06-28 06:47:12 EDT", "StandardInput": "null", "AssertTimestampMonotonic": "35136964408", "DefaultDependencies": "yes", "Requires": "docker-cleanup.timer rhel-push-plugin.socket registries.service basic.target", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "DropInPaths": "/etc/systemd/system/docker.service.d/custom.conf", "ExecMainExitTimestampMonotonic": "0", "NotifyAccess": "all", "PermissionsStartOnly": "no", "BlockIOAccounting": "yes", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "35136965113", "AllowIsolate": "no", "Wants": "docker-storage-setup.service system.slice iptables.service", "After": "rhel-push-plugin.socket system.slice registries.service docker-storage-setup.service systemd-journald.socket basic.target network.target iptables.service", "FailureAction": "none", "CanIsolate": "no", "Conflicts": "shutdown.target", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "35136574658", "MemoryAccounting": "yes", "IgnoreSIGPIPE": "yes", "Transient": "no", "IOScheduling": "0", "Description": "Docker Application Container Engine", "ActiveExitTimestampMonotonic": "35124080682", "CanReload": "yes", "ControlPID": "0", "LimitNICE": "0", "BlockIOWeight": "18446744073709551615", "Names": "docker.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "docker.service"}, "invocation": {"module_args": {"no_block": false, "name": "docker", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}, "state": "started", "changed": true, "name": "docker"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": true, > "invocation": { > "module_args": { > "daemon_reload": false, > "enabled": null, > "masked": null, > "name": "docker", > "no_block": false, > "state": "restarted", > "user": false > } > }, > "name": "docker", > "state": "started", > "status": { > "ActiveEnterTimestamp": "Thu 2018-06-28 06:47:25 EDT", > "ActiveEnterTimestampMonotonic": "35149727531", > "ActiveExitTimestamp": "Thu 2018-06-28 06:47:00 EDT", > "ActiveExitTimestampMonotonic": "35124080682", > "ActiveState": "active", > "After": "rhel-push-plugin.socket system.slice registries.service docker-storage-setup.service systemd-journald.socket basic.target network.target iptables.service", > "AllowIsolate": "no", > "AmbientCapabilities": "0", > "AssertResult": "yes", > "AssertTimestamp": "Thu 2018-06-28 06:47:12 EDT", > "AssertTimestampMonotonic": "35136964408", > "Before": "multi-user.target atomic-openshift-node.service shutdown.target", > "BlockIOAccounting": "yes", > "BlockIOWeight": "18446744073709551615", > "CPUAccounting": "yes", > "CPUQuotaPerSecUSec": "infinity", > "CPUSchedulingPolicy": "0", > "CPUSchedulingPriority": "0", > "CPUSchedulingResetOnFork": "no", > "CPUShares": "18446744073709551615", > "CanIsolate": "no", > "CanReload": "yes", > "CanStart": "yes", > "CanStop": "yes", > "CapabilityBoundingSet": "18446744073709551615", > "ConditionResult": "yes", > "ConditionTimestamp": "Thu 2018-06-28 06:47:12 EDT", > "ConditionTimestampMonotonic": "35136964407", > "Conflicts": "shutdown.target", > "ControlGroup": "/system.slice/docker.service", > "ControlPID": "0", > "DefaultDependencies": "yes", > "Delegate": "no", > "Description": "Docker Application Container Engine", > "DevicePolicy": "auto", > "Documentation": "http://docs.docker.com", > "DropInPaths": "/etc/systemd/system/docker.service.d/custom.conf", > "Environment": "GOTRACEBACK=crash DOCKER_HTTP_HOST_COMPAT=1 PATH=/usr/libexec/docker:/usr/bin:/usr/sbin", > "EnvironmentFile": "/etc/sysconfig/docker-network (ignore_errors=yes)", > "ExecMainCode": "0", > "ExecMainExitTimestampMonotonic": "0", > "ExecMainPID": "110098", > "ExecMainStartTimestamp": "Thu 2018-06-28 06:47:12 EDT", > "ExecMainStartTimestampMonotonic": "35136965113", > "ExecMainStatus": "0", > "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", > "ExecStart": "{ path=/usr/bin/dockerd-current ; argv[]=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --init-path=/usr/libexec/docker/docker-init-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:12 EDT] ; stop_time=[n/a] ; pid=110098 ; code=(null) ; status=0/0 }", > "FailureAction": "none", > "FileDescriptorStoreMax": "0", > "FragmentPath": "/usr/lib/systemd/system/docker.service", > "GuessMainPID": "yes", > "IOScheduling": "0", > "Id": "docker.service", > "IgnoreOnIsolate": "no", > "IgnoreOnSnapshot": "no", > "IgnoreSIGPIPE": "yes", > "InactiveEnterTimestamp": "Thu 2018-06-28 06:47:12 EDT", > "InactiveEnterTimestampMonotonic": "35136574658", > "InactiveExitTimestamp": "Thu 2018-06-28 06:47:12 EDT", > "InactiveExitTimestampMonotonic": "35136965181", > "JobTimeoutAction": "none", > "JobTimeoutUSec": "0", > "KillMode": "process", > "KillSignal": "15", > "LimitAS": "18446744073709551615", > "LimitCORE": "18446744073709551615", > "LimitCPU": "18446744073709551615", > "LimitDATA": "18446744073709551615", > "LimitFSIZE": "18446744073709551615", > "LimitLOCKS": "18446744073709551615", > "LimitMEMLOCK": "65536", > "LimitMSGQUEUE": "819200", > "LimitNICE": "0", > "LimitNOFILE": "1048576", > "LimitNPROC": "1048576", > "LimitRSS": "18446744073709551615", > "LimitRTPRIO": "0", > "LimitRTTIME": "18446744073709551615", > "LimitSIGPENDING": "31182", > "LimitSTACK": "18446744073709551615", > "LoadState": "loaded", > "MainPID": "110098", > "MemoryAccounting": "yes", > "MemoryCurrent": "119001088", > "MemoryLimit": "18446744073709551615", > "MountFlags": "0", > "Names": "docker.service", > "NeedDaemonReload": "no", > "Nice": "0", > "NoNewPrivileges": "no", > "NonBlocking": "no", > "NotifyAccess": "all", > "OOMScoreAdjust": "0", > "OnFailureJobMode": "replace", > "PartOf": "iptables.service", > "PermissionsStartOnly": "no", > "PrivateDevices": "no", > "PrivateNetwork": "no", > "PrivateTmp": "no", > "ProtectHome": "no", > "ProtectSystem": "no", > "RefuseManualStart": "no", > "RefuseManualStop": "no", > "RemainAfterExit": "no", > "RequiredBy": "docker-cleanup.service", > "Requires": "docker-cleanup.timer rhel-push-plugin.socket registries.service basic.target", > "Restart": "on-abnormal", > "RestartUSec": "100ms", > "Result": "success", > "RootDirectoryStartOnly": "no", > "RuntimeDirectoryMode": "0755", > "SameProcessGroup": "no", > "SecureBits": "0", > "SendSIGHUP": "no", > "SendSIGKILL": "yes", > "Slice": "system.slice", > "StandardError": "inherit", > "StandardInput": "null", > "StandardOutput": "journal", > "StartLimitAction": "none", > "StartLimitBurst": "5", > "StartLimitInterval": "10000000", > "StartupBlockIOWeight": "18446744073709551615", > "StartupCPUShares": "18446744073709551615", > "StatusErrno": "0", > "StopWhenUnneeded": "no", > "SubState": "running", > "SyslogLevelPrefix": "yes", > "SyslogPriority": "30", > "SystemCallErrorNumber": "0", > "TTYReset": "no", > "TTYVHangup": "no", > "TTYVTDisallocate": "no", > "TasksAccounting": "no", > "TasksCurrent": "18446744073709551615", > "TasksMax": "18446744073709551615", > "TimeoutStartUSec": "0", > "TimeoutStopUSec": "1min 30s", > "TimerSlackNSec": "50000", > "Transient": "no", > "Type": "notify", > "UMask": "0022", > "UnitFilePreset": "disabled", > "UnitFileState": "enabled", > "WantedBy": "multi-user.target atomic-openshift-node.service", > "Wants": "docker-storage-setup.service system.slice iptables.service", > "WatchdogTimestamp": "Thu 2018-06-28 06:47:25 EDT", > "WatchdogTimestampMonotonic": "35149727485", > "WatchdogUSec": "0" > } >} > >TASK [Restart openvswitch service] ****************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:21 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Restart containerized services] *************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:29 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=etcd_container) => { > "changed": false, > "item": "etcd_container", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=atomic-openshift-master-api) => { > "changed": false, > "item": "atomic-openshift-master-api", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=atomic-openshift-master-controllers) => { > "changed": false, > "item": "atomic-openshift-master-controllers", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=atomic-openshift-node) => { > "changed": false, > "item": "atomic-openshift-node", > "skip_reason": "Conditional result was False" >} > >TASK [Wait for master API to come back online] ****************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:41 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986 `" && echo ansible-tmp-1530185762.49-58276484292986="` echo /root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185762.49-58276484292986=/root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpiLTF5O TO /root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986/wait_for.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpiLTF5O /root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986/wait_for.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986/ /root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986/wait_for.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986/wait_for.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185762.49-58276484292986/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"elapsed": 10, "search_regex": null, "state": "started", "invocation": {"module_args": {"active_connection_states": ["ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT"], "state": "started", "port": 8443, "delay": 10, "msg": null, "host": "qe-juzhao-39-qeos-1-master-etcd-1", "sleep": 1, "timeout": 600, "exclude_hosts": null, "search_regex": null, "path": null, "connect_timeout": 5}}, "path": null, "port": 8443}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "elapsed": 10, > "invocation": { > "module_args": { > "active_connection_states": [ > "ESTABLISHED", > "FIN_WAIT1", > "FIN_WAIT2", > "SYN_RECV", > "SYN_SENT", > "TIME_WAIT" > ], > "connect_timeout": 5, > "delay": 10, > "exclude_hosts": null, > "host": "qe-juzhao-39-qeos-1-master-etcd-1", > "msg": null, > "path": null, > "port": 8443, > "search_regex": null, > "sleep": 1, > "state": "started", > "timeout": 600 > } > }, > "path": null, > "port": 8443, > "search_regex": null, > "state": "started" >} > >TASK [restart node] ********************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:50 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646 `" && echo ansible-tmp-1530185772.88-270468879013646="` echo /root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185772.88-270468879013646=/root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpvwCmb1 TO /root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpvwCmb1 /root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646/systemd.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646/ /root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646/systemd.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185772.88-270468879013646/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"status": {"ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start node --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:36 EDT] ; stop_time=[n/a] ; pid=113337 ; code=(null) ; status=0/0 }", "TimeoutStopUSec": "1min 30s", "ControlGroup": "/system.slice/atomic-openshift-node.service", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Thu 2018-06-28 06:47:36 EDT", "ExecMainCode": "0", "ExecStartPre": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string:/in-addr.arpa/127.0.0.1,/cluster.local/127.0.0.1 ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:36 EDT] ; stop_time=[Thu 2018-06-28 06:47:36 EDT] ; pid=113335 ; code=exited ; status=0 }", "UnitFileState": "enabled", "ExecMainPID": "113337", "LimitSIGPENDING": "31182", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "StartLimitInterval": "10000000", "WatchdogTimestampMonotonic": "35181153789", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "35181153869", "StandardError": "inherit", "AssertTimestamp": "Thu 2018-06-28 06:47:36 EDT", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "EnvironmentFile": "/etc/sysconfig/atomic-openshift-node (ignore_errors=no)", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "InactiveExitTimestamp": "Thu 2018-06-28 06:47:36 EDT", "WatchdogTimestamp": "Thu 2018-06-28 06:47:57 EDT", "ActiveEnterTimestamp": "Thu 2018-06-28 06:47:57 EDT", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "NoNewPrivileges": "no", "Before": "multi-user.target shutdown.target", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "35160649985", "SendSIGHUP": "no", "TimeoutStartUSec": "5min", "Type": "notify", "SyslogPriority": "30", "SameProcessGroup": "no", "WorkingDirectory": "/var/lib/origin", "LimitNPROC": "31182", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "ExecMainStartTimestamp": "Thu 2018-06-28 06:47:36 EDT", "SyslogIdentifier": "atomic-openshift-node", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "-999", "Documentation": "https://github.com/openshift/origin", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "control-group", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "SecureBits": "0", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "running", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "35160648816", "MainPID": "113337", "StartupBlockIOWeight": "18446744073709551615", "Environment": "GOTRACEBACK=crash", "FragmentPath": "/etc/systemd/system/atomic-openshift-node.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "disabled", "MemoryCurrent": "96358400", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target", "TasksCurrent": "18446744073709551615", "RestartUSec": "5s", "ConditionTimestamp": "Thu 2018-06-28 06:47:36 EDT", "CPUAccounting": "yes", "RemainAfterExit": "no", "RequiresMountsFor": "/var/lib/origin", "PrivateNetwork": "no", "Restart": "always", "CPUSchedulingPolicy": "0", "LimitNOFILE": "65536", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "TTYVHangup": "no", "InactiveEnterTimestamp": "Thu 2018-06-28 06:47:36 EDT", "StandardInput": "null", "AssertTimestampMonotonic": "35160648816", "DefaultDependencies": "yes", "Requires": "-.mount openvswitch.service basic.target", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "DropInPaths": "/usr/lib/systemd/system/atomic-openshift-node.service.d/openshift-sdn-ovs.conf", "ExecMainExitTimestampMonotonic": "0", "NotifyAccess": "main", "PermissionsStartOnly": "no", "BlockIOAccounting": "yes", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "35160661222", "AllowIsolate": "no", "Wants": "atomic-openshift-master-api.service docker.service openvswitch.service system.slice dnsmasq.service", "After": "-.mount basic.target ovsdb-server.service system.slice ovs-vswitchd.service ntpd.service docker.service systemd-journald.socket dnsmasq.service openvswitch.service atomic-openshift-master-api.service chronyd.service", "FailureAction": "none", "CanIsolate": "no", "Conflicts": "shutdown.target", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "35160642632", "MemoryAccounting": "yes", "IgnoreSIGPIPE": "yes", "ExecStopPost": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string: ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:36 EDT] ; stop_time=[Thu 2018-06-28 06:47:36 EDT] ; pid=113331 ; code=exited ; status=0 }", "Transient": "no", "IOScheduling": "0", "Description": "OpenShift Node", "ActiveExitTimestampMonotonic": "35160581153", "CanReload": "no", "ControlPID": "0", "LimitNICE": "0", "BlockIOWeight": "18446744073709551615", "Names": "atomic-openshift-node.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "atomic-openshift-node.service"}, "invocation": {"module_args": {"no_block": false, "name": "atomic-openshift-node", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}, "state": "started", "changed": true, "name": "atomic-openshift-node"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "daemon_reload": false, > "enabled": null, > "masked": null, > "name": "atomic-openshift-node", > "no_block": false, > "state": "restarted", > "user": false > } > }, > "name": "atomic-openshift-node", > "state": "started", > "status": { > "ActiveEnterTimestamp": "Thu 2018-06-28 06:47:57 EDT", > "ActiveEnterTimestampMonotonic": "35181153869", > "ActiveExitTimestamp": "Thu 2018-06-28 06:47:36 EDT", > "ActiveExitTimestampMonotonic": "35160581153", > "ActiveState": "active", > "After": "-.mount basic.target ovsdb-server.service system.slice ovs-vswitchd.service ntpd.service docker.service systemd-journald.socket dnsmasq.service openvswitch.service atomic-openshift-master-api.service chronyd.service", > "AllowIsolate": "no", > "AmbientCapabilities": "0", > "AssertResult": "yes", > "AssertTimestamp": "Thu 2018-06-28 06:47:36 EDT", > "AssertTimestampMonotonic": "35160648816", > "Before": "multi-user.target shutdown.target", > "BlockIOAccounting": "yes", > "BlockIOWeight": "18446744073709551615", > "CPUAccounting": "yes", > "CPUQuotaPerSecUSec": "infinity", > "CPUSchedulingPolicy": "0", > "CPUSchedulingPriority": "0", > "CPUSchedulingResetOnFork": "no", > "CPUShares": "18446744073709551615", > "CanIsolate": "no", > "CanReload": "no", > "CanStart": "yes", > "CanStop": "yes", > "CapabilityBoundingSet": "18446744073709551615", > "ConditionResult": "yes", > "ConditionTimestamp": "Thu 2018-06-28 06:47:36 EDT", > "ConditionTimestampMonotonic": "35160648816", > "Conflicts": "shutdown.target", > "ControlGroup": "/system.slice/atomic-openshift-node.service", > "ControlPID": "0", > "DefaultDependencies": "yes", > "Delegate": "no", > "Description": "OpenShift Node", > "DevicePolicy": "auto", > "Documentation": "https://github.com/openshift/origin", > "DropInPaths": "/usr/lib/systemd/system/atomic-openshift-node.service.d/openshift-sdn-ovs.conf", > "Environment": "GOTRACEBACK=crash", > "EnvironmentFile": "/etc/sysconfig/atomic-openshift-node (ignore_errors=no)", > "ExecMainCode": "0", > "ExecMainExitTimestampMonotonic": "0", > "ExecMainPID": "113337", > "ExecMainStartTimestamp": "Thu 2018-06-28 06:47:36 EDT", > "ExecMainStartTimestampMonotonic": "35160661222", > "ExecMainStatus": "0", > "ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start node --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:36 EDT] ; stop_time=[n/a] ; pid=113337 ; code=(null) ; status=0/0 }", > "ExecStartPre": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string:/in-addr.arpa/127.0.0.1,/cluster.local/127.0.0.1 ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:36 EDT] ; stop_time=[Thu 2018-06-28 06:47:36 EDT] ; pid=113335 ; code=exited ; status=0 }", > "ExecStopPost": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string: ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:47:36 EDT] ; stop_time=[Thu 2018-06-28 06:47:36 EDT] ; pid=113331 ; code=exited ; status=0 }", > "FailureAction": "none", > "FileDescriptorStoreMax": "0", > "FragmentPath": "/etc/systemd/system/atomic-openshift-node.service", > "GuessMainPID": "yes", > "IOScheduling": "0", > "Id": "atomic-openshift-node.service", > "IgnoreOnIsolate": "no", > "IgnoreOnSnapshot": "no", > "IgnoreSIGPIPE": "yes", > "InactiveEnterTimestamp": "Thu 2018-06-28 06:47:36 EDT", > "InactiveEnterTimestampMonotonic": "35160642632", > "InactiveExitTimestamp": "Thu 2018-06-28 06:47:36 EDT", > "InactiveExitTimestampMonotonic": "35160649985", > "JobTimeoutAction": "none", > "JobTimeoutUSec": "0", > "KillMode": "control-group", > "KillSignal": "15", > "LimitAS": "18446744073709551615", > "LimitCORE": "18446744073709551615", > "LimitCPU": "18446744073709551615", > "LimitDATA": "18446744073709551615", > "LimitFSIZE": "18446744073709551615", > "LimitLOCKS": "18446744073709551615", > "LimitMEMLOCK": "65536", > "LimitMSGQUEUE": "819200", > "LimitNICE": "0", > "LimitNOFILE": "65536", > "LimitNPROC": "31182", > "LimitRSS": "18446744073709551615", > "LimitRTPRIO": "0", > "LimitRTTIME": "18446744073709551615", > "LimitSIGPENDING": "31182", > "LimitSTACK": "18446744073709551615", > "LoadState": "loaded", > "MainPID": "113337", > "MemoryAccounting": "yes", > "MemoryCurrent": "96358400", > "MemoryLimit": "18446744073709551615", > "MountFlags": "0", > "Names": "atomic-openshift-node.service", > "NeedDaemonReload": "no", > "Nice": "0", > "NoNewPrivileges": "no", > "NonBlocking": "no", > "NotifyAccess": "main", > "OOMScoreAdjust": "-999", > "OnFailureJobMode": "replace", > "PermissionsStartOnly": "no", > "PrivateDevices": "no", > "PrivateNetwork": "no", > "PrivateTmp": "no", > "ProtectHome": "no", > "ProtectSystem": "no", > "RefuseManualStart": "no", > "RefuseManualStop": "no", > "RemainAfterExit": "no", > "Requires": "-.mount openvswitch.service basic.target", > "RequiresMountsFor": "/var/lib/origin", > "Restart": "always", > "RestartUSec": "5s", > "Result": "success", > "RootDirectoryStartOnly": "no", > "RuntimeDirectoryMode": "0755", > "SameProcessGroup": "no", > "SecureBits": "0", > "SendSIGHUP": "no", > "SendSIGKILL": "yes", > "Slice": "system.slice", > "StandardError": "inherit", > "StandardInput": "null", > "StandardOutput": "journal", > "StartLimitAction": "none", > "StartLimitBurst": "5", > "StartLimitInterval": "10000000", > "StartupBlockIOWeight": "18446744073709551615", > "StartupCPUShares": "18446744073709551615", > "StatusErrno": "0", > "StopWhenUnneeded": "no", > "SubState": "running", > "SyslogIdentifier": "atomic-openshift-node", > "SyslogLevelPrefix": "yes", > "SyslogPriority": "30", > "SystemCallErrorNumber": "0", > "TTYReset": "no", > "TTYVHangup": "no", > "TTYVTDisallocate": "no", > "TasksAccounting": "no", > "TasksCurrent": "18446744073709551615", > "TasksMax": "18446744073709551615", > "TimeoutStartUSec": "5min", > "TimeoutStopUSec": "1min 30s", > "TimerSlackNSec": "50000", > "Transient": "no", > "Type": "notify", > "UMask": "0022", > "UnitFilePreset": "disabled", > "UnitFileState": "enabled", > "WantedBy": "multi-user.target", > "Wants": "atomic-openshift-master-api.service docker.service openvswitch.service system.slice dnsmasq.service", > "WatchdogTimestamp": "Thu 2018-06-28 06:47:57 EDT", > "WatchdogTimestampMonotonic": "35181153789", > "WatchdogUSec": "0", > "WorkingDirectory": "/var/lib/origin" > } >} > >TASK [Wait for node to be ready] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:55 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716 `" && echo ansible-tmp-1530185793.89-98276598982716="` echo /root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185793.89-98276598982716=/root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpujchWj TO /root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpujchWj /root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716/ /root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185793.89-98276598982716/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "node", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "default", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": null, "name": "qe-juzhao-39-qeos-1-master-etcd-1"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-master-etcd-1 -o json -n default", "results": [{"status": {"capacity": {"pods": "250", "cpu": "4", "memory": "8009432Ki"}, "addresses": [{"type": "InternalIP", "address": "172.16.120.82"}, {"type": "ExternalIP", "address": "10.8.252.199"}, {"type": "Hostname", "address": "qe-juzhao-39-qeos-1-master-etcd-1"}], "nodeInfo": {"kernelVersion": "3.10.0-862.3.3.el7.x86_64", "kubeletVersion": "v1.9.1+a0ce1bc657", "containerRuntimeVersion": "docker://1.13.1", "machineID": "1aa0c0c064da415da66aff60c2053155", "kubeProxyVersion": "v1.9.1+a0ce1bc657", "bootID": "667c060b-1061-4764-8da2-3633cf0bafea", "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", "architecture": "amd64", "systemUUID": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "operatingSystem": "linux"}, "allocatable": {"pods": "250", "cpu": "4", "memory": "7907032Ki"}, "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 633540699, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana@sha256:a9b89ac793498eb2adf291774a34b417d3ce68245bb41a4b061c0d5d314ef98c", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana:v3.9"]}, {"sizeBytes": 465745964, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-web-console@sha256:508aebf95c0797ea52b576ef02827d1f6cb5fbf4b5dfadf19567ff58b544841d", "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31"]}, {"sizeBytes": 440536612, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9"]}, {"sizeBytes": 299500909, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31"]}, {"sizeBytes": 287592087, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog@sha256:0b8fa73a489d31bda9e69ce3fe950b3a2170577fa1cd209437d414d977420b79", "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog:v3.9.31"]}, {"sizeBytes": 286129244, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9"]}, {"sizeBytes": 233780717, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9"]}, {"sizeBytes": 231177801, "names": ["registry.reg-aws.openshift.com:443/openshift3/registry-console@sha256:14d3ea3b25d1811b6af2c9193e93d5df40a0cd18f62851dfac2308c0f21d7ab3", "registry.reg-aws.openshift.com:443/openshift3/registry-console:v3.9"]}, {"sizeBytes": 223771976, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy@sha256:be4ce66e7df5117c382480545012bc1ce01b29781640de728786971acba3b47c", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy:v3.9"]}, {"sizeBytes": 214178919, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31"]}], "conditions": [{"status": "False", "lastTransitionTime": "2018-06-28T01:14:47Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:47Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T11:19:59Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T11:36:14Z", "reason": "KubeletNotReady", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", "type": "Ready"}]}, "kind": "Node", "spec": {"providerID": "openstack:///1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "externalID": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e"}, "apiVersion": "v1", "metadata": {"name": "qe-juzhao-39-qeos-1-master-etcd-1", "labels": {"failure-domain.beta.kubernetes.io/region": "regionOne", "logging-infra-fluentd": "true", "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "true", "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "failure-domain.beta.kubernetes.io/zone": "nova", "role": "node", "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", "beta.kubernetes.io/arch": "amd64"}, "resourceVersion": "81105", "creationTimestamp": "2018-06-28T01:14:52Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-master-etcd-1", "uid": "a8c14521-7a70-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >FAILED - RETRYING: Wait for node to be ready (24 retries left).Result was: { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "namespace": "default", > "selector": null, > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-master-etcd-1 -o json -n default", > "results": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-06-28T01:14:52Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "regionOne", > "failure-domain.beta.kubernetes.io/zone": "nova", > "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "logging-infra-fluentd": "true", > "node-role.kubernetes.io/master": "true", > "role": "node" > }, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "resourceVersion": "81105", > "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-master-etcd-1", > "uid": "a8c14521-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "externalID": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", > "providerID": "openstack:///1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "status": { > "addresses": [ > { > "address": "172.16.120.82", > "type": "InternalIP" > }, > { > "address": "10.8.252.199", > "type": "ExternalIP" > }, > { > "address": "qe-juzhao-39-qeos-1-master-etcd-1", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "memory": "7907032Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "memory": "8009432Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T01:14:47Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T01:14:47Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T11:19:59Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T11:36:14Z", > "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", > "reason": "KubeletNotReady", > "status": "False", > "type": "Ready" > } > ], > "daemonEndpoints": { > "kubeletEndpoint": { > "Port": 10250 > } > }, > "images": [ > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana@sha256:a9b89ac793498eb2adf291774a34b417d3ce68245bb41a4b061c0d5d314ef98c", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana:v3.9" > ], > "sizeBytes": 633540699 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-web-console@sha256:508aebf95c0797ea52b576ef02827d1f6cb5fbf4b5dfadf19567ff58b544841d", > "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31" > ], > "sizeBytes": 465745964 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9" > ], > "sizeBytes": 440536612 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31" > ], > "sizeBytes": 299500909 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog@sha256:0b8fa73a489d31bda9e69ce3fe950b3a2170577fa1cd209437d414d977420b79", > "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog:v3.9.31" > ], > "sizeBytes": 287592087 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9" > ], > "sizeBytes": 286129244 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9" > ], > "sizeBytes": 233780717 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/registry-console@sha256:14d3ea3b25d1811b6af2c9193e93d5df40a0cd18f62851dfac2308c0f21d7ab3", > "registry.reg-aws.openshift.com:443/openshift3/registry-console:v3.9" > ], > "sizeBytes": 231177801 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy@sha256:be4ce66e7df5117c382480545012bc1ce01b29781640de728786971acba3b47c", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy:v3.9" > ], > "sizeBytes": 223771976 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31" > ], > "sizeBytes": 214178919 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "667c060b-1061-4764-8da2-3633cf0bafea", > "containerRuntimeVersion": "docker://1.13.1", > "kernelVersion": "3.10.0-862.3.3.el7.x86_64", > "kubeProxyVersion": "v1.9.1+a0ce1bc657", > "kubeletVersion": "v1.9.1+a0ce1bc657", > "machineID": "1aa0c0c064da415da66aff60c2053155", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E" > } > } > } > ], > "returncode": 0 > }, > "retries": 25, > "state": "list" >} >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608 `" && echo ansible-tmp-1530185799.45-29987783089608="` echo /root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185799.45-29987783089608=/root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpJBU8ox TO /root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpJBU8ox /root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608/ /root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185799.45-29987783089608/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "node", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "default", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": null, "name": "qe-juzhao-39-qeos-1-master-etcd-1"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-master-etcd-1 -o json -n default", "results": [{"status": {"capacity": {"pods": "250", "cpu": "4", "memory": "8009432Ki"}, "addresses": [{"type": "InternalIP", "address": "172.16.120.82"}, {"type": "ExternalIP", "address": "10.8.252.199"}, {"type": "Hostname", "address": "qe-juzhao-39-qeos-1-master-etcd-1"}], "nodeInfo": {"kernelVersion": "3.10.0-862.3.3.el7.x86_64", "kubeletVersion": "v1.9.1+a0ce1bc657", "containerRuntimeVersion": "docker://1.13.1", "machineID": "1aa0c0c064da415da66aff60c2053155", "kubeProxyVersion": "v1.9.1+a0ce1bc657", "bootID": "667c060b-1061-4764-8da2-3633cf0bafea", "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", "architecture": "amd64", "systemUUID": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "operatingSystem": "linux"}, "allocatable": {"pods": "250", "cpu": "4", "memory": "7907032Ki"}, "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 633540699, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana@sha256:a9b89ac793498eb2adf291774a34b417d3ce68245bb41a4b061c0d5d314ef98c", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana:v3.9"]}, {"sizeBytes": 465745964, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-web-console@sha256:508aebf95c0797ea52b576ef02827d1f6cb5fbf4b5dfadf19567ff58b544841d", "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31"]}, {"sizeBytes": 440536612, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9"]}, {"sizeBytes": 299500909, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31"]}, {"sizeBytes": 287592087, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog@sha256:0b8fa73a489d31bda9e69ce3fe950b3a2170577fa1cd209437d414d977420b79", "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog:v3.9.31"]}, {"sizeBytes": 286129244, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9"]}, {"sizeBytes": 233780717, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9"]}, {"sizeBytes": 231177801, "names": ["registry.reg-aws.openshift.com:443/openshift3/registry-console@sha256:14d3ea3b25d1811b6af2c9193e93d5df40a0cd18f62851dfac2308c0f21d7ab3", "registry.reg-aws.openshift.com:443/openshift3/registry-console:v3.9"]}, {"sizeBytes": 223771976, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy@sha256:be4ce66e7df5117c382480545012bc1ce01b29781640de728786971acba3b47c", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy:v3.9"]}, {"sizeBytes": 214178919, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31"]}], "conditions": [{"status": "False", "lastTransitionTime": "2018-06-28T01:14:47Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:47Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T11:19:59Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T11:36:14Z", "reason": "KubeletNotReady", "lastHeartbeatTime": "2018-06-28T11:36:25Z", "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", "type": "Ready"}]}, "kind": "Node", "spec": {"providerID": "openstack:///1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "externalID": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e"}, "apiVersion": "v1", "metadata": {"name": "qe-juzhao-39-qeos-1-master-etcd-1", "labels": {"failure-domain.beta.kubernetes.io/region": "regionOne", "logging-infra-fluentd": "true", "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "true", "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "failure-domain.beta.kubernetes.io/zone": "nova", "role": "node", "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", "beta.kubernetes.io/arch": "amd64"}, "resourceVersion": "81105", "creationTimestamp": "2018-06-28T01:14:52Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-master-etcd-1", "uid": "a8c14521-7a70-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >FAILED - RETRYING: Wait for node to be ready (23 retries left).Result was: { > "attempts": 2, > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "namespace": "default", > "selector": null, > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-master-etcd-1 -o json -n default", > "results": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-06-28T01:14:52Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "regionOne", > "failure-domain.beta.kubernetes.io/zone": "nova", > "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "logging-infra-fluentd": "true", > "node-role.kubernetes.io/master": "true", > "role": "node" > }, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "resourceVersion": "81105", > "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-master-etcd-1", > "uid": "a8c14521-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "externalID": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", > "providerID": "openstack:///1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "status": { > "addresses": [ > { > "address": "172.16.120.82", > "type": "InternalIP" > }, > { > "address": "10.8.252.199", > "type": "ExternalIP" > }, > { > "address": "qe-juzhao-39-qeos-1-master-etcd-1", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "memory": "7907032Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "memory": "8009432Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T01:14:47Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T01:14:47Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T11:19:59Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:25Z", > "lastTransitionTime": "2018-06-28T11:36:14Z", > "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", > "reason": "KubeletNotReady", > "status": "False", > "type": "Ready" > } > ], > "daemonEndpoints": { > "kubeletEndpoint": { > "Port": 10250 > } > }, > "images": [ > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana@sha256:a9b89ac793498eb2adf291774a34b417d3ce68245bb41a4b061c0d5d314ef98c", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana:v3.9" > ], > "sizeBytes": 633540699 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-web-console@sha256:508aebf95c0797ea52b576ef02827d1f6cb5fbf4b5dfadf19567ff58b544841d", > "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31" > ], > "sizeBytes": 465745964 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9" > ], > "sizeBytes": 440536612 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31" > ], > "sizeBytes": 299500909 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog@sha256:0b8fa73a489d31bda9e69ce3fe950b3a2170577fa1cd209437d414d977420b79", > "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog:v3.9.31" > ], > "sizeBytes": 287592087 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9" > ], > "sizeBytes": 286129244 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9" > ], > "sizeBytes": 233780717 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/registry-console@sha256:14d3ea3b25d1811b6af2c9193e93d5df40a0cd18f62851dfac2308c0f21d7ab3", > "registry.reg-aws.openshift.com:443/openshift3/registry-console:v3.9" > ], > "sizeBytes": 231177801 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy@sha256:be4ce66e7df5117c382480545012bc1ce01b29781640de728786971acba3b47c", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy:v3.9" > ], > "sizeBytes": 223771976 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31" > ], > "sizeBytes": 214178919 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "667c060b-1061-4764-8da2-3633cf0bafea", > "containerRuntimeVersion": "docker://1.13.1", > "kernelVersion": "3.10.0-862.3.3.el7.x86_64", > "kubeProxyVersion": "v1.9.1+a0ce1bc657", > "kubeletVersion": "v1.9.1+a0ce1bc657", > "machineID": "1aa0c0c064da415da66aff60c2053155", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E" > } > } > } > ], > "returncode": 0 > }, > "retries": 25, > "state": "list" >} >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200 `" && echo ansible-tmp-1530185804.92-41257032200="` echo /root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185804.92-41257032200=/root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpZM0D8b TO /root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpZM0D8b /root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200/ /root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185804.92-41257032200/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "node", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "default", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": null, "name": "qe-juzhao-39-qeos-1-master-etcd-1"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-master-etcd-1 -o json -n default", "results": [{"status": {"capacity": {"pods": "250", "cpu": "4", "memory": "8009432Ki"}, "addresses": [{"type": "InternalIP", "address": "172.16.120.82"}, {"type": "ExternalIP", "address": "10.8.252.199"}, {"type": "Hostname", "address": "qe-juzhao-39-qeos-1-master-etcd-1"}], "nodeInfo": {"kernelVersion": "3.10.0-862.3.3.el7.x86_64", "kubeletVersion": "v1.9.1+a0ce1bc657", "containerRuntimeVersion": "docker://1.13.1", "machineID": "1aa0c0c064da415da66aff60c2053155", "kubeProxyVersion": "v1.9.1+a0ce1bc657", "bootID": "667c060b-1061-4764-8da2-3633cf0bafea", "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", "architecture": "amd64", "systemUUID": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "operatingSystem": "linux"}, "allocatable": {"pods": "250", "cpu": "4", "memory": "7907032Ki"}, "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 633540699, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana@sha256:a9b89ac793498eb2adf291774a34b417d3ce68245bb41a4b061c0d5d314ef98c", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana:v3.9"]}, {"sizeBytes": 465745964, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-web-console@sha256:508aebf95c0797ea52b576ef02827d1f6cb5fbf4b5dfadf19567ff58b544841d", "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31"]}, {"sizeBytes": 440536612, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9"]}, {"sizeBytes": 299500909, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31"]}, {"sizeBytes": 287592087, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog@sha256:0b8fa73a489d31bda9e69ce3fe950b3a2170577fa1cd209437d414d977420b79", "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog:v3.9.31"]}, {"sizeBytes": 286129244, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9"]}, {"sizeBytes": 233780717, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9"]}, {"sizeBytes": 231177801, "names": ["registry.reg-aws.openshift.com:443/openshift3/registry-console@sha256:14d3ea3b25d1811b6af2c9193e93d5df40a0cd18f62851dfac2308c0f21d7ab3", "registry.reg-aws.openshift.com:443/openshift3/registry-console:v3.9"]}, {"sizeBytes": 223771976, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy@sha256:be4ce66e7df5117c382480545012bc1ce01b29781640de728786971acba3b47c", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy:v3.9"]}, {"sizeBytes": 214178919, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31"]}], "conditions": [{"status": "False", "lastTransitionTime": "2018-06-28T01:14:47Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2018-06-28T11:36:35Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:47Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2018-06-28T11:36:35Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T11:19:59Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2018-06-28T11:36:35Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "True", "lastTransitionTime": "2018-06-28T11:36:35Z", "reason": "KubeletReady", "lastHeartbeatTime": "2018-06-28T11:36:35Z", "message": "kubelet is posting ready status", "type": "Ready"}]}, "kind": "Node", "spec": {"providerID": "openstack:///1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "externalID": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e"}, "apiVersion": "v1", "metadata": {"name": "qe-juzhao-39-qeos-1-master-etcd-1", "labels": {"failure-domain.beta.kubernetes.io/region": "regionOne", "logging-infra-fluentd": "true", "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "true", "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "failure-domain.beta.kubernetes.io/zone": "nova", "role": "node", "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", "beta.kubernetes.io/arch": "amd64"}, "resourceVersion": "81148", "creationTimestamp": "2018-06-28T01:14:52Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-master-etcd-1", "uid": "a8c14521-7a70-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 3, > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "namespace": "default", > "selector": null, > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-master-etcd-1 -o json -n default", > "results": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-06-28T01:14:52Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "regionOne", > "failure-domain.beta.kubernetes.io/zone": "nova", > "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "logging-infra-fluentd": "true", > "node-role.kubernetes.io/master": "true", > "role": "node" > }, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "resourceVersion": "81148", > "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-master-etcd-1", > "uid": "a8c14521-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "externalID": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", > "providerID": "openstack:///1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "status": { > "addresses": [ > { > "address": "172.16.120.82", > "type": "InternalIP" > }, > { > "address": "10.8.252.199", > "type": "ExternalIP" > }, > { > "address": "qe-juzhao-39-qeos-1-master-etcd-1", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "memory": "7907032Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "memory": "8009432Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-06-28T11:36:35Z", > "lastTransitionTime": "2018-06-28T01:14:47Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:35Z", > "lastTransitionTime": "2018-06-28T01:14:47Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:35Z", > "lastTransitionTime": "2018-06-28T11:19:59Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:36:35Z", > "lastTransitionTime": "2018-06-28T11:36:35Z", > "message": "kubelet is posting ready status", > "reason": "KubeletReady", > "status": "True", > "type": "Ready" > } > ], > "daemonEndpoints": { > "kubeletEndpoint": { > "Port": 10250 > } > }, > "images": [ > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana@sha256:a9b89ac793498eb2adf291774a34b417d3ce68245bb41a4b061c0d5d314ef98c", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana:v3.9" > ], > "sizeBytes": 633540699 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-web-console@sha256:508aebf95c0797ea52b576ef02827d1f6cb5fbf4b5dfadf19567ff58b544841d", > "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31" > ], > "sizeBytes": 465745964 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9" > ], > "sizeBytes": 440536612 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31" > ], > "sizeBytes": 299500909 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog@sha256:0b8fa73a489d31bda9e69ce3fe950b3a2170577fa1cd209437d414d977420b79", > "registry.reg-aws.openshift.com:443/openshift3/ose-service-catalog:v3.9.31" > ], > "sizeBytes": 287592087 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9" > ], > "sizeBytes": 286129244 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9" > ], > "sizeBytes": 233780717 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/registry-console@sha256:14d3ea3b25d1811b6af2c9193e93d5df40a0cd18f62851dfac2308c0f21d7ab3", > "registry.reg-aws.openshift.com:443/openshift3/registry-console:v3.9" > ], > "sizeBytes": 231177801 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy@sha256:be4ce66e7df5117c382480545012bc1ce01b29781640de728786971acba3b47c", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy:v3.9" > ], > "sizeBytes": 223771976 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31" > ], > "sizeBytes": 214178919 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "667c060b-1061-4764-8da2-3633cf0bafea", > "containerRuntimeVersion": "docker://1.13.1", > "kernelVersion": "3.10.0-862.3.3.el7.x86_64", > "kubeProxyVersion": "v1.9.1+a0ce1bc657", > "kubeletVersion": "v1.9.1+a0ce1bc657", > "machineID": "1aa0c0c064da415da66aff60c2053155", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E" > } > } > } > ], > "returncode": 0 > }, > "state": "list" >} >META: ran handlers >META: ran handlers > >PLAY [Restart nodes] ******************************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', "Warning: Permanently added 'host-8-252-148.host.centralci.eng.rdu2.redhat.com,10.8.252.148' (ECDSA) to the list of known hosts.\r\n") ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497 `" && echo ansible-tmp-1530185805.53-273484691236497="` echo /root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185805.53-273484691236497=/root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpnx2BSZ TO /root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497/setup.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpnx2BSZ /root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497/setup.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497/ /root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497/setup.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185805.53-273484691236497/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"module_setup": true, "ansible_veth36dee299": {"macaddress": "4e:00:39:3f:4d:95", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth36dee299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c00:39ff:fe3f:4d95"}], "active": true, "speed": 10000}, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/0", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 38170 22", "SSH_CONNECTION": "10.8.241.33 38170 172.16.120.86 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:98:c8:b2", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.86", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "c6:84:56:4b:58:64", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::541e:9eff:fe83:8843", "fe80::b484:cdff:fea3:ddc2", "fe80::20ff:fdff:fee3:9c06", "fe80::fc3c:d7ff:fed8:81bb", "fe80::acf7:daff:fea4:f33", "fe80::f816:3eff:fe98:c8b2", "fe80::d8e2:20ff:fe5e:6a17", "fe80::60f7:35ff:fe8a:2354", "fe80::42:95ff:fe16:483e", "fe80::50d1:40ff:fe53:b315", "fe80::c477:78ff:fe65:4c8a", "fe80::4c00:39ff:fe3f:4d95", "fe80::94c5:26ff:fef4:a277", "fe80::800a:9dff:fea8:826b"], "ansible_uptime_seconds": 38020, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "d3aa9953-d538-4846-9c87-3eda1d785713", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "common": {"public_hostname": "host-8-252-148.host.centralci.eng.rdu2.redhat.com", "generate_no_proxy_hosts": true, "deployment_subtype": "basic", "deployment_type": "openshift-enterprise"}, "cloudprovider": {"kind": "openstack"}}}, "ansible_vxlan_sys_4789": {"macaddress": "22:ff:fd:e3:9c:06", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::20ff:fdff:fee3:9c06"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:95:16:48:3e", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.02429516483e", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::42:95ff:fe16:483e"}], "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5SaJSRi3RBDskROwJYHB7rnyH8COn+1lE4blmcnySUCzx8egQ4tGEpatO1PTp0hk1RPmi7cqTSvrlCXWmDjk8=", "ansible_mounts": [{"block_used": 1254825, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 3461207, "size_available": 14177103872, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41520, "block_size": 4096, "inode_available": 9395664}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 1254825, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 3461207, "size_available": 14177103872, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41520, "block_size": 4096, "inode_available": 9395664}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 39508, "uuid": "38a795fd-3b37-4be0-80e3-7233bb4a90e6", "size_total": 1063256064, "block_total": 259584, "mount": "/var/lib/origin/openshift.local.volumes/pods/f3c84bdf-7a71-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-f03a0ac3-7a71-11e8-91c7-fa163e9a3ef5", "block_available": 220076, "size_available": 901431296, "fstype": "xfs", "inode_total": 524288, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdb", "inode_used": 9, "block_size": 4096, "inode_available": 524279}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/cinder/mounts/642c5c39-b11f-45f8-a024-1baad354ef25", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 56502, "uuid": "e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1", "size_total": 11800674304, "block_total": 2881024, "mount": "/var/lib/origin/openshift.local.volumes/pods/1b6ff36f-7a72-11e8-91c7-fa163e9a3ef5/volumes/kubernetes.io~cinder/pvc-16874d0b-7a72-11e8-91c7-fa163e9a3ef5", "block_available": 2824522, "size_available": 11569242112, "fstype": "xfs", "inode_total": 5767168, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vdc", "inode_used": 57, "block_size": 4096, "inode_available": 5767111}, {"block_used": 1254825, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "block_available": 3461207, "size_available": 14177103872, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c491,c801\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "inode_used": 41520, "block_size": 4096, "inode_available": 9395664}, {"block_used": 1254825, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "block_available": 3461207, "size_available": 14177103872, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "inode_used": 41520, "block_size": 4096, "inode_available": 9395664}, {"block_used": 1254825, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "block_available": 3461207, "size_available": 14177103872, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "inode_used": 41520, "block_size": 4096, "inode_available": 9395664}, {"block_used": 1254825, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 3461207, "size_available": 14177103872, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41520, "block_size": 4096, "inode_available": 9395664}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 118896, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "block_available": 2499984, "size_available": 10239934464, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 138307, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "block_available": 2480573, "size_available": 10160427008, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "inode_used": 26186, "block_size": 4096, "inode_available": 5216694}, {"block_used": 69925, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "block_available": 2548955, "size_available": 10440519680, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "inode_used": 12535, "block_size": 4096, "inode_available": 5230345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 86680, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c63,c993\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 76071, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "block_available": 2542809, "size_available": 10415345664, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "inode_used": 11413, "block_size": 4096, "inode_available": 5231467}, {"block_used": 88105, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 71853, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "block_available": 2547027, "size_available": 10432622592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 120353, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "block_available": 2498527, "size_available": 10233966592, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c5,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "inode_used": 12893, "block_size": 4096, "inode_available": 5229987}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 314300, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "block_available": 2304580, "size_available": 9439559680, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "inode_used": 15535, "block_size": 4096, "inode_available": 5227345}, {"block_used": 65846, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 122716, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "block_available": 2496164, "size_available": 10224287744, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "inode_used": 13749, "block_size": 4096, "inode_available": 5229131}, {"block_used": 70624, "uuid": "02f3a94c-f32c-476b-9aaf-bc48001cbe18", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "block_available": 2548256, "size_available": 10437656576, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}], "ansible_system_vendor": "Red Hat", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_tun0": {"macaddress": "da:e2:20:5e:6a:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.129.1.255", "netmask": "255.255.254.0", "network": "10.129.0.0", "address": "10.129.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::d8e2:20ff:fe5e:6a17"}], "active": true, "type": "ether"}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsQA0ziPiqLyVj9smL/FFDUcIrkCWmRaJ2Pj2F/A4C53H/K1D5MvbyPAZCosCf35zBw3l+qeFB5mOgSg8UaRAyZ2oOR+S/QBjcyKDjPRhqjoQnAd9Xf+Bq37mBm3Vc2si265m0gySzJ5YTL72FBdIc23SNY2zGvAVuPi2uHbuIc9TIN0jCxbmb5WWU9Pxqzh+6MqaaeHt9Wi9LGd79LoR5RxAvH659sEAxfkki294oVK6uvFS7Y5CaK/GinBivxgOnmEKd/nBrekH6UKe/XPktloWemQGIVuYbMMGJMZ8Dx73+zu8FRuFEdoS8SCaWN/E/w6K1Nq/Wj2zBrb6IZH+n", "ansible_user_gecos": "root", "ansible_veth43823e62": {"macaddress": "b6:84:cd:a3:dd:c2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth43823e62", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::b484:cdff:fea3:ddc2"}], "active": true, "speed": 10000}, "ansible_veth709f6516": {"macaddress": "c6:77:78:65:4c:8a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth709f6516", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c477:78ff:fe65:4c8a"}], "active": true, "speed": 10000}, "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:98:c8:b2", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.86"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe98:c8b2"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.86", "10.129.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 6519, "free": 1302}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 2426, "free": 5395}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.86"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-29": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "dm-28": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "dm-25": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "dm-24": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "dm-27": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "dm-26": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "dm-21": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "dm-20": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "dm-23": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "dm-22": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "dm-9": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "dm-6": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "dm-7": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "dm-4": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "dm-5": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-14": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "dm-15": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "dm-16": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "dm-17": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "dm-10": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "dm-11": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "dm-12": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "dm-13": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "dm-18": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "dm-19": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "vdc": ["virtio-642c5c39-b11f-45f8-a"], "vdb": ["virtio-2c8598e1-2648-4baa-8"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "vdc": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"], "vdb": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"], "dm-29": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_veth9d70a9ca": {"macaddress": "ae:f7:da:a4:0f:33", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth9d70a9ca", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::acf7:daff:fea4:f33"}], "active": true, "speed": 10000}, "ansible_memfree_mb": 1302, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-nrr-1", "ansible_interfaces": ["veth8f0fa299", "docker0", "veth33dc9c20", "veth79fe15cf", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "br0", "veth43823e62", "veth36dee299", "veth5c1b2102", "veth0ecd1b8c", "eth0", "veth709f6516", "vethb6812cb1", "veth9d70a9ca"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-86.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-nrr-1", "ansible_veth79fe15cf": {"macaddress": "52:d1:40:53:b3:15", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth79fe15cf", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::50d1:40ff:fe53:b315"}], "active": true, "speed": 10000}, "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_veth5c1b2102": {"macaddress": "82:0a:9d:a8:82:6b", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth5c1b2102", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::800a:9dff:fea8:826b"}], "active": true, "speed": 10000}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073636", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "36", "tz_offset": "-0400", "month": "06", "epoch": "1530185796", "iso8601_micro": "2018-06-28T11:36:36.762937Z", "weekday": "Thursday", "time": "07:36:36", "date": "2018-06-28", "iso8601": "2018-06-28T11:36:36Z", "day": "28", "iso8601_basic": "20180628T073636762849", "second": "36"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDlwLSZj0HFUA9jPWXzvkPXI1sv9OH0Atvebc7i4tAGO", "ansible_veth8f0fa299": {"macaddress": "56:1e:9e:83:88:43", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth8f0fa299", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::541e:9eff:fe83:8843"}], "active": true, "speed": 10000}, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_processor_cores": 1, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-29": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "uuids": ["02f3a94c-f32c-476b-9aaf-bc48001cbe18"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-28": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-25": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-24": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-27": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-26": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-23": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-23", "dm-24", "dm-25", "dm-26", "dm-27", "dm-28", "dm-29", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-6ea9d1e514410d342940c780cf3c2a8a45cb70545404a66adae72dfaab1190fd", "docker-253:0-41943105-7d1dc4375a79e2989290cde0b1f1440964350a226611400329219f08877bc4e9", "docker-253:0-41943105-00ef95d0420477709378e0505c75dd88a5de336b66463480c75aa2974c5250d8", "docker-253:0-41943105-65fa1b117e89b650a254aa5a9e9e58a7f3292dcc5b4d4eaf0c64216188404ea9", "docker-253:0-41943105-62c60bbe7f8115929110810b534901816e26e1fb45884f52d06332b3cf4e4373", "docker-253:0-41943105-d5c3c7f368cbee40e5173734647cd0fca407244f6b9d0552780fbe04ec244fc3", "docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77", "docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40", "docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe", "docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80", "docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init", "docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309", "docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030", "docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a", "docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342", "docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc", "docker-253:0-41943105-36a79f9b292e1861383071887455b3c8b4b68068c41862a81b796f18dd75a192", "docker-253:0-41943105-3d901c1e9edfa5dae34315ecb787b2d6efad3ed3926645933f911adf906ee139", "docker-253:0-41943105-7c80862831c1797302f6ad908d3bd78a42a97676c1066537d71cc2c25540de91", "docker-253:0-41943105-23f0402cb3fa314fae277b263d6d59988efdeceeecf75a517c67d02bbb38ccb4", "docker-253:0-41943105-b03acafa7aa0ba3803cd74ae4433246a57ab8f610a0018b7138d16301a8dcc7f", "docker-253:0-41943105-6a33bcf9dc8b7ab020a2af6f8468d6b9daa396809b63dafdbe8085ec85ffa9bb", "docker-253:0-41943105-b54478a9efe56f5e53a2d2b6d3956f6dec4e5311fab2e482eebadb6752c0d763", "docker-253:0-41943105-ce8ff2caa62fe14c16261f7d1db7289ad2b23c9c6d8437b625df82f93e0cf2a2", "docker-253:0-41943105-663c7f4bc291059f75b2d3c30f3b306598563f9e0139fef2fd3f55dd9ec03358", "docker-253:0-41943105-3bf9c74c991c075465c5525b5a47a5ee396ea8d448d0297d81629b228221b581"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9dab3647f8827dfa25fd7db79e06831ae40483a3c0ffabb3f2688933c94294c4-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2b1cdbc50083fc15b8287b219254d0c3bee9940198b998c23c8b2f698c6b0309"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8a47013cdb178894ffcbc589b0160e4d15f2ceae23b1d76c1dfaa0f3daff5030"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c4716390205a3faa67a615dfab91413c35bbae9b3ca09491dacd7dbe13be4b0a"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ed6fb211d00cfc7ff04f92f8d0037867dc69107921621006b8b1ca829a065f77"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-048617929a26fb25ca34ce542f98e569744ef20b3c9a26371bd3abe614a66e40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fa6deb4d9532299618bb91a12071fdb98a09ad6949981cd15afb3af8a8e901fe"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-2fd1499f11144e4d0fc20f017e43b8a21f3bc943f86ce56ae1d640875b9eec80"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-e0a2ffd410ca25649b0e53c9fb6883c27ea3ba2ed205a30138a6a0562a841342"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-81439990b3058d3f09408bb2fdffc2b150de289a9f2d82702b2292013949e4fc"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}, "vdc": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "23068672", "links": {"masters": [], "labels": [], "ids": ["virtio-642c5c39-b11f-45f8-a"], "uuids": ["e627fdd2-bc27-4ed2-a943-7fe3b6fcbea1"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "11.00 GB"}, "vdb": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "2097152", "links": {"masters": [], "labels": [], "ids": ["virtio-2c8598e1-2648-4baa-8"], "uuids": ["38a795fd-3b37-4be0-80e3-7233bb4a90e6"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "1.00 GB"}}, "ansible_user_uid": 0, "ansible_veth0ecd1b8c": {"macaddress": "96:c5:26:f4:a2:77", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0ecd1b8c", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::94c5:26ff:fef4:a277"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_vethb6812cb1": {"macaddress": "62:f7:35:8a:23:54", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethb6812cb1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::60f7:35ff:fe8a:2354"}], "active": true, "speed": 10000}, "ansible_veth33dc9c20": {"macaddress": "fe:3c:d7:d8:81:bb", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth33dc9c20", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::fc3c:d7ff:fed8:81bb"}], "active": true, "speed": 10000}, "ansible_br0": {"macaddress": "16:28:ca:8e:fe:4d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Restart docker] ******************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:11 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307 `" && echo ansible-tmp-1530185807.29-80013672098307="` echo /root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185807.29-80013672098307=/root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpKDwbPJ TO /root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307/systemd.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpKDwbPJ /root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307/systemd.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307/ /root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307/systemd.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185807.29-80013672098307/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"status": {"ExecStart": "{ path=/usr/bin/dockerd-current ; argv[]=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --init-path=/usr/libexec/docker/docker-init-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:12 EDT] ; stop_time=[n/a] ; pid=101845 ; code=(null) ; status=0/0 }", "TimeoutStopUSec": "1min 30s", "ControlGroup": "/system.slice/docker.service", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Thu 2018-06-28 06:47:59 EDT", "ExecMainCode": "0", "UnitFileState": "enabled", "ExecMainPID": "101845", "LimitSIGPENDING": "31182", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "StartLimitInterval": "10000000", "WatchdogTimestampMonotonic": "35120153152", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "35120153221", "StandardError": "inherit", "AssertTimestamp": "Thu 2018-06-28 06:48:12 EDT", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "EnvironmentFile": "/etc/sysconfig/docker-network (ignore_errors=yes)", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "Environment": "GOTRACEBACK=crash DOCKER_HTTP_HOST_COMPAT=1 PATH=/usr/libexec/docker:/usr/bin:/usr/sbin", "WatchdogTimestamp": "Thu 2018-06-28 06:48:16 EDT", "ActiveEnterTimestamp": "Thu 2018-06-28 06:48:16 EDT", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "NoNewPrivileges": "no", "Before": "atomic-openshift-node.service shutdown.target multi-user.target", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "35116687648", "SendSIGHUP": "no", "TimeoutStartUSec": "0", "Type": "notify", "SyslogPriority": "30", "SameProcessGroup": "no", "LimitNPROC": "1048576", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "PartOf": "iptables.service", "ExecMainStartTimestamp": "Thu 2018-06-28 06:48:12 EDT", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "0", "Documentation": "http://docs.docker.com", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "process", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "SecureBits": "0", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "running", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "35116686889", "MainPID": "101845", "StartupBlockIOWeight": "18446744073709551615", "InactiveExitTimestamp": "Thu 2018-06-28 06:48:12 EDT", "FragmentPath": "/usr/lib/systemd/system/docker.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "disabled", "MemoryCurrent": "134541312", "LimitRTTIME": "18446744073709551615", "WantedBy": "atomic-openshift-node.service multi-user.target", "TasksCurrent": "18446744073709551615", "RestartUSec": "100ms", "ConditionTimestamp": "Thu 2018-06-28 06:48:12 EDT", "CPUAccounting": "yes", "RemainAfterExit": "no", "PrivateNetwork": "no", "Restart": "on-abnormal", "CPUSchedulingPolicy": "0", "LimitNOFILE": "1048576", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "TTYVHangup": "no", "RequiredBy": "docker-cleanup.service", "InactiveEnterTimestamp": "Thu 2018-06-28 06:48:12 EDT", "StandardInput": "null", "AssertTimestampMonotonic": "35116686890", "DefaultDependencies": "yes", "Requires": "docker-cleanup.timer basic.target registries.service rhel-push-plugin.socket", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "DropInPaths": "/etc/systemd/system/docker.service.d/custom.conf", "ExecMainExitTimestampMonotonic": "0", "NotifyAccess": "all", "PermissionsStartOnly": "no", "BlockIOAccounting": "yes", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "35116687581", "AllowIsolate": "no", "Wants": "docker-storage-setup.service iptables.service system.slice", "After": "systemd-journald.socket registries.service docker-storage-setup.service network.target rhel-push-plugin.socket system.slice basic.target iptables.service", "FailureAction": "none", "CanIsolate": "no", "Conflicts": "shutdown.target", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "35116343920", "MemoryAccounting": "yes", "IgnoreSIGPIPE": "yes", "Transient": "no", "IOScheduling": "0", "Description": "Docker Application Container Engine", "ActiveExitTimestampMonotonic": "35103764279", "CanReload": "yes", "ControlPID": "0", "LimitNICE": "0", "BlockIOWeight": "18446744073709551615", "Names": "docker.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "docker.service"}, "invocation": {"module_args": {"no_block": false, "name": "docker", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}, "state": "started", "changed": true, "name": "docker"}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": true, > "invocation": { > "module_args": { > "daemon_reload": false, > "enabled": null, > "masked": null, > "name": "docker", > "no_block": false, > "state": "restarted", > "user": false > } > }, > "name": "docker", > "state": "started", > "status": { > "ActiveEnterTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "ActiveEnterTimestampMonotonic": "35120153221", > "ActiveExitTimestamp": "Thu 2018-06-28 06:47:59 EDT", > "ActiveExitTimestampMonotonic": "35103764279", > "ActiveState": "active", > "After": "systemd-journald.socket registries.service docker-storage-setup.service network.target rhel-push-plugin.socket system.slice basic.target iptables.service", > "AllowIsolate": "no", > "AmbientCapabilities": "0", > "AssertResult": "yes", > "AssertTimestamp": "Thu 2018-06-28 06:48:12 EDT", > "AssertTimestampMonotonic": "35116686890", > "Before": "atomic-openshift-node.service shutdown.target multi-user.target", > "BlockIOAccounting": "yes", > "BlockIOWeight": "18446744073709551615", > "CPUAccounting": "yes", > "CPUQuotaPerSecUSec": "infinity", > "CPUSchedulingPolicy": "0", > "CPUSchedulingPriority": "0", > "CPUSchedulingResetOnFork": "no", > "CPUShares": "18446744073709551615", > "CanIsolate": "no", > "CanReload": "yes", > "CanStart": "yes", > "CanStop": "yes", > "CapabilityBoundingSet": "18446744073709551615", > "ConditionResult": "yes", > "ConditionTimestamp": "Thu 2018-06-28 06:48:12 EDT", > "ConditionTimestampMonotonic": "35116686889", > "Conflicts": "shutdown.target", > "ControlGroup": "/system.slice/docker.service", > "ControlPID": "0", > "DefaultDependencies": "yes", > "Delegate": "no", > "Description": "Docker Application Container Engine", > "DevicePolicy": "auto", > "Documentation": "http://docs.docker.com", > "DropInPaths": "/etc/systemd/system/docker.service.d/custom.conf", > "Environment": "GOTRACEBACK=crash DOCKER_HTTP_HOST_COMPAT=1 PATH=/usr/libexec/docker:/usr/bin:/usr/sbin", > "EnvironmentFile": "/etc/sysconfig/docker-network (ignore_errors=yes)", > "ExecMainCode": "0", > "ExecMainExitTimestampMonotonic": "0", > "ExecMainPID": "101845", > "ExecMainStartTimestamp": "Thu 2018-06-28 06:48:12 EDT", > "ExecMainStartTimestampMonotonic": "35116687581", > "ExecMainStatus": "0", > "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", > "ExecStart": "{ path=/usr/bin/dockerd-current ; argv[]=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --init-path=/usr/libexec/docker/docker-init-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:12 EDT] ; stop_time=[n/a] ; pid=101845 ; code=(null) ; status=0/0 }", > "FailureAction": "none", > "FileDescriptorStoreMax": "0", > "FragmentPath": "/usr/lib/systemd/system/docker.service", > "GuessMainPID": "yes", > "IOScheduling": "0", > "Id": "docker.service", > "IgnoreOnIsolate": "no", > "IgnoreOnSnapshot": "no", > "IgnoreSIGPIPE": "yes", > "InactiveEnterTimestamp": "Thu 2018-06-28 06:48:12 EDT", > "InactiveEnterTimestampMonotonic": "35116343920", > "InactiveExitTimestamp": "Thu 2018-06-28 06:48:12 EDT", > "InactiveExitTimestampMonotonic": "35116687648", > "JobTimeoutAction": "none", > "JobTimeoutUSec": "0", > "KillMode": "process", > "KillSignal": "15", > "LimitAS": "18446744073709551615", > "LimitCORE": "18446744073709551615", > "LimitCPU": "18446744073709551615", > "LimitDATA": "18446744073709551615", > "LimitFSIZE": "18446744073709551615", > "LimitLOCKS": "18446744073709551615", > "LimitMEMLOCK": "65536", > "LimitMSGQUEUE": "819200", > "LimitNICE": "0", > "LimitNOFILE": "1048576", > "LimitNPROC": "1048576", > "LimitRSS": "18446744073709551615", > "LimitRTPRIO": "0", > "LimitRTTIME": "18446744073709551615", > "LimitSIGPENDING": "31182", > "LimitSTACK": "18446744073709551615", > "LoadState": "loaded", > "MainPID": "101845", > "MemoryAccounting": "yes", > "MemoryCurrent": "134541312", > "MemoryLimit": "18446744073709551615", > "MountFlags": "0", > "Names": "docker.service", > "NeedDaemonReload": "no", > "Nice": "0", > "NoNewPrivileges": "no", > "NonBlocking": "no", > "NotifyAccess": "all", > "OOMScoreAdjust": "0", > "OnFailureJobMode": "replace", > "PartOf": "iptables.service", > "PermissionsStartOnly": "no", > "PrivateDevices": "no", > "PrivateNetwork": "no", > "PrivateTmp": "no", > "ProtectHome": "no", > "ProtectSystem": "no", > "RefuseManualStart": "no", > "RefuseManualStop": "no", > "RemainAfterExit": "no", > "RequiredBy": "docker-cleanup.service", > "Requires": "docker-cleanup.timer basic.target registries.service rhel-push-plugin.socket", > "Restart": "on-abnormal", > "RestartUSec": "100ms", > "Result": "success", > "RootDirectoryStartOnly": "no", > "RuntimeDirectoryMode": "0755", > "SameProcessGroup": "no", > "SecureBits": "0", > "SendSIGHUP": "no", > "SendSIGKILL": "yes", > "Slice": "system.slice", > "StandardError": "inherit", > "StandardInput": "null", > "StandardOutput": "journal", > "StartLimitAction": "none", > "StartLimitBurst": "5", > "StartLimitInterval": "10000000", > "StartupBlockIOWeight": "18446744073709551615", > "StartupCPUShares": "18446744073709551615", > "StatusErrno": "0", > "StopWhenUnneeded": "no", > "SubState": "running", > "SyslogLevelPrefix": "yes", > "SyslogPriority": "30", > "SystemCallErrorNumber": "0", > "TTYReset": "no", > "TTYVHangup": "no", > "TTYVTDisallocate": "no", > "TasksAccounting": "no", > "TasksCurrent": "18446744073709551615", > "TasksMax": "18446744073709551615", > "TimeoutStartUSec": "0", > "TimeoutStopUSec": "1min 30s", > "TimerSlackNSec": "50000", > "Transient": "no", > "Type": "notify", > "UMask": "0022", > "UnitFilePreset": "disabled", > "UnitFileState": "enabled", > "WantedBy": "atomic-openshift-node.service multi-user.target", > "Wants": "docker-storage-setup.service iptables.service system.slice", > "WatchdogTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "WatchdogTimestampMonotonic": "35120153152", > "WatchdogUSec": "0" > } >} > >TASK [Restart openvswitch service] ****************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:21 >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Restart containerized services] *************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:29 >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=etcd_container) => { > "changed": false, > "item": "etcd_container", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=atomic-openshift-master-api) => { > "changed": false, > "item": "atomic-openshift-master-api", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=atomic-openshift-master-controllers) => { > "changed": false, > "item": "atomic-openshift-master-controllers", > "skip_reason": "Conditional result was False" >} >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => (item=atomic-openshift-node) => { > "changed": false, > "item": "atomic-openshift-node", > "skip_reason": "Conditional result was False" >} > >TASK [Wait for master API to come back online] ****************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:41 >skipping: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [restart node] ********************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:50 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457 `" && echo ansible-tmp-1530185823.12-266079289894457="` echo /root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457 `" ) && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185823.12-266079289894457=/root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpi3pydk TO /root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457/systemd.py ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 '[host-8-252-148.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpi3pydk /root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457/systemd.py\n', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457/ /root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457/systemd.py && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/337db06c94 -tt host-8-252-148.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185823.12-266079289894457/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-148.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"status": {"ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start node --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:16 EDT] ; stop_time=[n/a] ; pid=102554 ; code=(null) ; status=0/0 }", "TimeoutStopUSec": "1min 30s", "ControlGroup": "/system.slice/atomic-openshift-node.service", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Thu 2018-06-28 06:48:16 EDT", "ExecMainCode": "0", "ExecStartPre": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string:/in-addr.arpa/127.0.0.1,/cluster.local/127.0.0.1 ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:16 EDT] ; stop_time=[Thu 2018-06-28 06:48:16 EDT] ; pid=102546 ; code=exited ; status=0 }", "UnitFileState": "enabled", "ExecMainPID": "102554", "LimitSIGPENDING": "31182", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "StartLimitInterval": "10000000", "WatchdogTimestampMonotonic": "35131722758", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "35131722824", "StandardError": "inherit", "AssertTimestamp": "Thu 2018-06-28 06:48:16 EDT", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "EnvironmentFile": "/etc/sysconfig/atomic-openshift-node (ignore_errors=no)", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "InactiveExitTimestamp": "Thu 2018-06-28 06:48:16 EDT", "WatchdogTimestamp": "Thu 2018-06-28 06:48:27 EDT", "ActiveEnterTimestamp": "Thu 2018-06-28 06:48:27 EDT", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "NoNewPrivileges": "no", "Before": "shutdown.target multi-user.target", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "35120657780", "SendSIGHUP": "no", "TimeoutStartUSec": "5min", "Type": "notify", "SyslogPriority": "30", "SameProcessGroup": "no", "WorkingDirectory": "/var/lib/origin", "LimitNPROC": "31182", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "ExecMainStartTimestamp": "Thu 2018-06-28 06:48:16 EDT", "SyslogIdentifier": "atomic-openshift-node", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "-999", "Documentation": "https://github.com/openshift/origin", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "control-group", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "SecureBits": "0", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "running", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "35120656665", "MainPID": "102554", "StartupBlockIOWeight": "18446744073709551615", "Environment": "GOTRACEBACK=crash", "FragmentPath": "/etc/systemd/system/atomic-openshift-node.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "disabled", "MemoryCurrent": "80437248", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target", "TasksCurrent": "18446744073709551615", "RestartUSec": "5s", "ConditionTimestamp": "Thu 2018-06-28 06:48:16 EDT", "CPUAccounting": "yes", "RemainAfterExit": "no", "RequiresMountsFor": "/var/lib/origin", "PrivateNetwork": "no", "Restart": "always", "CPUSchedulingPolicy": "0", "LimitNOFILE": "65536", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "TTYVHangup": "no", "InactiveEnterTimestamp": "Thu 2018-06-28 06:48:16 EDT", "StandardInput": "null", "AssertTimestampMonotonic": "35120656665", "DefaultDependencies": "yes", "Requires": "basic.target -.mount openvswitch.service", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "DropInPaths": "/usr/lib/systemd/system/atomic-openshift-node.service.d/openshift-sdn-ovs.conf", "ExecMainExitTimestampMonotonic": "0", "NotifyAccess": "main", "PermissionsStartOnly": "no", "BlockIOAccounting": "yes", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "35120665051", "AllowIsolate": "no", "Wants": "docker.service system.slice dnsmasq.service openvswitch.service", "After": "chronyd.service openvswitch.service dnsmasq.service -.mount ntpd.service ovs-vswitchd.service system.slice docker.service ovsdb-server.service basic.target systemd-journald.socket", "FailureAction": "none", "CanIsolate": "no", "Conflicts": "shutdown.target", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "35120647734", "MemoryAccounting": "yes", "IgnoreSIGPIPE": "yes", "ExecStopPost": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string: ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:16 EDT] ; stop_time=[Thu 2018-06-28 06:48:16 EDT] ; pid=102540 ; code=exited ; status=0 }", "Transient": "no", "IOScheduling": "0", "Description": "OpenShift Node", "ActiveExitTimestampMonotonic": "35120626114", "CanReload": "no", "ControlPID": "0", "LimitNICE": "0", "BlockIOWeight": "18446744073709551615", "Names": "atomic-openshift-node.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "atomic-openshift-node.service"}, "invocation": {"module_args": {"no_block": false, "name": "atomic-openshift-node", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}, "state": "started", "changed": true, "name": "atomic-openshift-node"}\r\n', 'Shared connection to host-8-252-148.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-148.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "daemon_reload": false, > "enabled": null, > "masked": null, > "name": "atomic-openshift-node", > "no_block": false, > "state": "restarted", > "user": false > } > }, > "name": "atomic-openshift-node", > "state": "started", > "status": { > "ActiveEnterTimestamp": "Thu 2018-06-28 06:48:27 EDT", > "ActiveEnterTimestampMonotonic": "35131722824", > "ActiveExitTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "ActiveExitTimestampMonotonic": "35120626114", > "ActiveState": "active", > "After": "chronyd.service openvswitch.service dnsmasq.service -.mount ntpd.service ovs-vswitchd.service system.slice docker.service ovsdb-server.service basic.target systemd-journald.socket", > "AllowIsolate": "no", > "AmbientCapabilities": "0", > "AssertResult": "yes", > "AssertTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "AssertTimestampMonotonic": "35120656665", > "Before": "shutdown.target multi-user.target", > "BlockIOAccounting": "yes", > "BlockIOWeight": "18446744073709551615", > "CPUAccounting": "yes", > "CPUQuotaPerSecUSec": "infinity", > "CPUSchedulingPolicy": "0", > "CPUSchedulingPriority": "0", > "CPUSchedulingResetOnFork": "no", > "CPUShares": "18446744073709551615", > "CanIsolate": "no", > "CanReload": "no", > "CanStart": "yes", > "CanStop": "yes", > "CapabilityBoundingSet": "18446744073709551615", > "ConditionResult": "yes", > "ConditionTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "ConditionTimestampMonotonic": "35120656665", > "Conflicts": "shutdown.target", > "ControlGroup": "/system.slice/atomic-openshift-node.service", > "ControlPID": "0", > "DefaultDependencies": "yes", > "Delegate": "no", > "Description": "OpenShift Node", > "DevicePolicy": "auto", > "Documentation": "https://github.com/openshift/origin", > "DropInPaths": "/usr/lib/systemd/system/atomic-openshift-node.service.d/openshift-sdn-ovs.conf", > "Environment": "GOTRACEBACK=crash", > "EnvironmentFile": "/etc/sysconfig/atomic-openshift-node (ignore_errors=no)", > "ExecMainCode": "0", > "ExecMainExitTimestampMonotonic": "0", > "ExecMainPID": "102554", > "ExecMainStartTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "ExecMainStartTimestampMonotonic": "35120665051", > "ExecMainStatus": "0", > "ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start node --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:16 EDT] ; stop_time=[n/a] ; pid=102554 ; code=(null) ; status=0/0 }", > "ExecStartPre": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string:/in-addr.arpa/127.0.0.1,/cluster.local/127.0.0.1 ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:16 EDT] ; stop_time=[Thu 2018-06-28 06:48:16 EDT] ; pid=102546 ; code=exited ; status=0 }", > "ExecStopPost": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --system --dest=uk.org.thekelleys.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetDomainServers array:string: ; ignore_errors=no ; start_time=[Thu 2018-06-28 06:48:16 EDT] ; stop_time=[Thu 2018-06-28 06:48:16 EDT] ; pid=102540 ; code=exited ; status=0 }", > "FailureAction": "none", > "FileDescriptorStoreMax": "0", > "FragmentPath": "/etc/systemd/system/atomic-openshift-node.service", > "GuessMainPID": "yes", > "IOScheduling": "0", > "Id": "atomic-openshift-node.service", > "IgnoreOnIsolate": "no", > "IgnoreOnSnapshot": "no", > "IgnoreSIGPIPE": "yes", > "InactiveEnterTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "InactiveEnterTimestampMonotonic": "35120647734", > "InactiveExitTimestamp": "Thu 2018-06-28 06:48:16 EDT", > "InactiveExitTimestampMonotonic": "35120657780", > "JobTimeoutAction": "none", > "JobTimeoutUSec": "0", > "KillMode": "control-group", > "KillSignal": "15", > "LimitAS": "18446744073709551615", > "LimitCORE": "18446744073709551615", > "LimitCPU": "18446744073709551615", > "LimitDATA": "18446744073709551615", > "LimitFSIZE": "18446744073709551615", > "LimitLOCKS": "18446744073709551615", > "LimitMEMLOCK": "65536", > "LimitMSGQUEUE": "819200", > "LimitNICE": "0", > "LimitNOFILE": "65536", > "LimitNPROC": "31182", > "LimitRSS": "18446744073709551615", > "LimitRTPRIO": "0", > "LimitRTTIME": "18446744073709551615", > "LimitSIGPENDING": "31182", > "LimitSTACK": "18446744073709551615", > "LoadState": "loaded", > "MainPID": "102554", > "MemoryAccounting": "yes", > "MemoryCurrent": "80437248", > "MemoryLimit": "18446744073709551615", > "MountFlags": "0", > "Names": "atomic-openshift-node.service", > "NeedDaemonReload": "no", > "Nice": "0", > "NoNewPrivileges": "no", > "NonBlocking": "no", > "NotifyAccess": "main", > "OOMScoreAdjust": "-999", > "OnFailureJobMode": "replace", > "PermissionsStartOnly": "no", > "PrivateDevices": "no", > "PrivateNetwork": "no", > "PrivateTmp": "no", > "ProtectHome": "no", > "ProtectSystem": "no", > "RefuseManualStart": "no", > "RefuseManualStop": "no", > "RemainAfterExit": "no", > "Requires": "basic.target -.mount openvswitch.service", > "RequiresMountsFor": "/var/lib/origin", > "Restart": "always", > "RestartUSec": "5s", > "Result": "success", > "RootDirectoryStartOnly": "no", > "RuntimeDirectoryMode": "0755", > "SameProcessGroup": "no", > "SecureBits": "0", > "SendSIGHUP": "no", > "SendSIGKILL": "yes", > "Slice": "system.slice", > "StandardError": "inherit", > "StandardInput": "null", > "StandardOutput": "journal", > "StartLimitAction": "none", > "StartLimitBurst": "5", > "StartLimitInterval": "10000000", > "StartupBlockIOWeight": "18446744073709551615", > "StartupCPUShares": "18446744073709551615", > "StatusErrno": "0", > "StopWhenUnneeded": "no", > "SubState": "running", > "SyslogIdentifier": "atomic-openshift-node", > "SyslogLevelPrefix": "yes", > "SyslogPriority": "30", > "SystemCallErrorNumber": "0", > "TTYReset": "no", > "TTYVHangup": "no", > "TTYVTDisallocate": "no", > "TasksAccounting": "no", > "TasksCurrent": "18446744073709551615", > "TasksMax": "18446744073709551615", > "TimeoutStartUSec": "5min", > "TimeoutStopUSec": "1min 30s", > "TimerSlackNSec": "50000", > "Transient": "no", > "Type": "notify", > "UMask": "0022", > "UnitFilePreset": "disabled", > "UnitFileState": "enabled", > "WantedBy": "multi-user.target", > "Wants": "docker.service system.slice dnsmasq.service openvswitch.service", > "WatchdogTimestamp": "Thu 2018-06-28 06:48:27 EDT", > "WatchdogTimestampMonotonic": "35131722758", > "WatchdogUSec": "0", > "WorkingDirectory": "/var/lib/origin" > } >} > >TASK [Wait for node to be ready] ******************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-node/private/restart.yml:55 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919 `" && echo ansible-tmp-1530185834.43-57950463496919="` echo /root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185834.43-57950463496919=/root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpbQ7ZFo TO /root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpbQ7ZFo /root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919/ /root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185834.43-57950463496919/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "node", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "default", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": null, "name": "qe-juzhao-39-qeos-1-nrr-1"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-nrr-1 -o json -n default", "results": [{"status": {"capacity": {"pods": "250", "cpu": "4", "memory": "8009432Ki"}, "addresses": [{"type": "InternalIP", "address": "172.16.120.86"}, {"type": "ExternalIP", "address": "10.8.252.148"}, {"type": "Hostname", "address": "qe-juzhao-39-qeos-1-nrr-1"}], "nodeInfo": {"kernelVersion": "3.10.0-862.3.3.el7.x86_64", "kubeletVersion": "v1.9.1+a0ce1bc657", "containerRuntimeVersion": "docker://1.13.1", "machineID": "1aa0c0c064da415da66aff60c2053155", "kubeProxyVersion": "v1.9.1+a0ce1bc657", "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", "architecture": "amd64", "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "operatingSystem": "linux"}, "volumesAttached": [{"devicePath": "/dev/vdc", "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"}, {"devicePath": "/dev/vdb", "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f"}], "allocatable": {"pods": "250", "cpu": "4", "memory": "7907032Ki"}, "volumesInUse": ["kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"], "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 1253153655, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31"]}, {"sizeBytes": 1232623423, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31"]}, {"sizeBytes": 1232623111, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31"]}, {"sizeBytes": 554155702, "names": ["docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest"]}, {"sizeBytes": 548833430, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31"]}, {"sizeBytes": 546758354, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8"]}, {"sizeBytes": 445791412, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1"]}, {"sizeBytes": 440536612, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9"]}, {"sizeBytes": 435526103, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31"]}, {"sizeBytes": 299500909, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31"]}, {"sizeBytes": 286129244, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9"]}, {"sizeBytes": 255993289, "names": ["registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", "registry.access.redhat.com/rhel7/etcd:latest"]}, {"sizeBytes": 238816082, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9"]}, {"sizeBytes": 233780717, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9"]}, {"sizeBytes": 227531655, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9"]}, {"sizeBytes": 214178919, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31"]}], "conditions": [{"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T11:37:05Z", "reason": "KubeletNotReady", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", "type": "Ready"}]}, "kind": "Node", "spec": {"providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60", "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60"}, "apiVersion": "v1", "metadata": {"name": "qe-juzhao-39-qeos-1-nrr-1", "labels": {"beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", "failure-domain.beta.kubernetes.io/region": "regionOne", "logging-infra-fluentd": "true", "beta.kubernetes.io/os": "linux", "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", "failure-domain.beta.kubernetes.io/zone": "nova", "role": "node", "registry": "enabled", "router": "enabled", "node-role.kubernetes.io/compute": "true", "beta.kubernetes.io/arch": "amd64"}, "resourceVersion": "81349", "creationTimestamp": "2018-06-28T01:14:52Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >FAILED - RETRYING: Wait for node to be ready (24 retries left).Result was: { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "qe-juzhao-39-qeos-1-nrr-1", > "namespace": "default", > "selector": null, > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-nrr-1 -o json -n default", > "results": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-06-28T01:14:52Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "regionOne", > "failure-domain.beta.kubernetes.io/zone": "nova", > "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", > "logging-infra-fluentd": "true", > "node-role.kubernetes.io/compute": "true", > "registry": "enabled", > "role": "node", > "router": "enabled" > }, > "name": "qe-juzhao-39-qeos-1-nrr-1", > "resourceVersion": "81349", > "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", > "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60", > "providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60" > }, > "status": { > "addresses": [ > { > "address": "172.16.120.86", > "type": "InternalIP" > }, > { > "address": "10.8.252.148", > "type": "ExternalIP" > }, > { > "address": "qe-juzhao-39-qeos-1-nrr-1", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "memory": "7907032Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "memory": "8009432Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T11:37:05Z", > "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", > "reason": "KubeletNotReady", > "status": "False", > "type": "Ready" > } > ], > "daemonEndpoints": { > "kubeletEndpoint": { > "Port": 10250 > } > }, > "images": [ > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31" > ], > "sizeBytes": 1253153655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31" > ], > "sizeBytes": 1232623423 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31" > ], > "sizeBytes": 1232623111 > }, > { > "names": [ > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest" > ], > "sizeBytes": 554155702 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31" > ], > "sizeBytes": 548833430 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8" > ], > "sizeBytes": 546758354 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1" > ], > "sizeBytes": 445791412 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9" > ], > "sizeBytes": 440536612 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31" > ], > "sizeBytes": 435526103 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31" > ], > "sizeBytes": 299500909 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9" > ], > "sizeBytes": 286129244 > }, > { > "names": [ > "registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", > "registry.access.redhat.com/rhel7/etcd:latest" > ], > "sizeBytes": 255993289 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9" > ], > "sizeBytes": 238816082 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9" > ], > "sizeBytes": 233780717 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9" > ], > "sizeBytes": 227531655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31" > ], > "sizeBytes": 214178919 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", > "containerRuntimeVersion": "docker://1.13.1", > "kernelVersion": "3.10.0-862.3.3.el7.x86_64", > "kubeProxyVersion": "v1.9.1+a0ce1bc657", > "kubeletVersion": "v1.9.1+a0ce1bc657", > "machineID": "1aa0c0c064da415da66aff60c2053155", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60" > }, > "volumesAttached": [ > { > "devicePath": "/dev/vdc", > "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > }, > { > "devicePath": "/dev/vdb", > "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f" > } > ], > "volumesInUse": [ > "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", > "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > ] > } > } > ], > "returncode": 0 > }, > "retries": 25, > "state": "list" >} >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783 `" && echo ansible-tmp-1530185840.07-258049467657783="` echo /root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185840.07-258049467657783=/root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmptyXx6r TO /root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmptyXx6r /root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783/ /root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185840.07-258049467657783/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "node", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "default", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": null, "name": "qe-juzhao-39-qeos-1-nrr-1"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-nrr-1 -o json -n default", "results": [{"status": {"capacity": {"pods": "250", "cpu": "4", "memory": "8009432Ki"}, "addresses": [{"type": "InternalIP", "address": "172.16.120.86"}, {"type": "ExternalIP", "address": "10.8.252.148"}, {"type": "Hostname", "address": "qe-juzhao-39-qeos-1-nrr-1"}], "nodeInfo": {"kernelVersion": "3.10.0-862.3.3.el7.x86_64", "kubeletVersion": "v1.9.1+a0ce1bc657", "containerRuntimeVersion": "docker://1.13.1", "machineID": "1aa0c0c064da415da66aff60c2053155", "kubeProxyVersion": "v1.9.1+a0ce1bc657", "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", "architecture": "amd64", "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "operatingSystem": "linux"}, "volumesAttached": [{"devicePath": "/dev/vdc", "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"}, {"devicePath": "/dev/vdb", "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f"}], "allocatable": {"pods": "250", "cpu": "4", "memory": "7907032Ki"}, "volumesInUse": ["kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"], "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 1253153655, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31"]}, {"sizeBytes": 1232623423, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31"]}, {"sizeBytes": 1232623111, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31"]}, {"sizeBytes": 554155702, "names": ["docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest"]}, {"sizeBytes": 548833430, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31"]}, {"sizeBytes": 546758354, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8"]}, {"sizeBytes": 445791412, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1"]}, {"sizeBytes": 440536612, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9"]}, {"sizeBytes": 435526103, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31"]}, {"sizeBytes": 299500909, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31"]}, {"sizeBytes": 286129244, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9"]}, {"sizeBytes": 255993289, "names": ["registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", "registry.access.redhat.com/rhel7/etcd:latest"]}, {"sizeBytes": 238816082, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9"]}, {"sizeBytes": 233780717, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9"]}, {"sizeBytes": 227531655, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9"]}, {"sizeBytes": 214178919, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31"]}], "conditions": [{"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T11:37:05Z", "reason": "KubeletNotReady", "lastHeartbeatTime": "2018-06-28T11:37:05Z", "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", "type": "Ready"}]}, "kind": "Node", "spec": {"providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60", "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60"}, "apiVersion": "v1", "metadata": {"name": "qe-juzhao-39-qeos-1-nrr-1", "labels": {"beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", "failure-domain.beta.kubernetes.io/region": "regionOne", "logging-infra-fluentd": "true", "beta.kubernetes.io/os": "linux", "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", "failure-domain.beta.kubernetes.io/zone": "nova", "role": "node", "registry": "enabled", "router": "enabled", "node-role.kubernetes.io/compute": "true", "beta.kubernetes.io/arch": "amd64"}, "resourceVersion": "81349", "creationTimestamp": "2018-06-28T01:14:52Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >FAILED - RETRYING: Wait for node to be ready (23 retries left).Result was: { > "attempts": 2, > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "qe-juzhao-39-qeos-1-nrr-1", > "namespace": "default", > "selector": null, > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-nrr-1 -o json -n default", > "results": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-06-28T01:14:52Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "regionOne", > "failure-domain.beta.kubernetes.io/zone": "nova", > "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", > "logging-infra-fluentd": "true", > "node-role.kubernetes.io/compute": "true", > "registry": "enabled", > "role": "node", > "router": "enabled" > }, > "name": "qe-juzhao-39-qeos-1-nrr-1", > "resourceVersion": "81349", > "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", > "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60", > "providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60" > }, > "status": { > "addresses": [ > { > "address": "172.16.120.86", > "type": "InternalIP" > }, > { > "address": "10.8.252.148", > "type": "ExternalIP" > }, > { > "address": "qe-juzhao-39-qeos-1-nrr-1", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "memory": "7907032Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "memory": "8009432Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:05Z", > "lastTransitionTime": "2018-06-28T11:37:05Z", > "message": "runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized", > "reason": "KubeletNotReady", > "status": "False", > "type": "Ready" > } > ], > "daemonEndpoints": { > "kubeletEndpoint": { > "Port": 10250 > } > }, > "images": [ > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31" > ], > "sizeBytes": 1253153655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31" > ], > "sizeBytes": 1232623423 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31" > ], > "sizeBytes": 1232623111 > }, > { > "names": [ > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest" > ], > "sizeBytes": 554155702 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31" > ], > "sizeBytes": 548833430 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8" > ], > "sizeBytes": 546758354 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1" > ], > "sizeBytes": 445791412 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9" > ], > "sizeBytes": 440536612 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31" > ], > "sizeBytes": 435526103 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31" > ], > "sizeBytes": 299500909 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9" > ], > "sizeBytes": 286129244 > }, > { > "names": [ > "registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", > "registry.access.redhat.com/rhel7/etcd:latest" > ], > "sizeBytes": 255993289 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9" > ], > "sizeBytes": 238816082 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9" > ], > "sizeBytes": 233780717 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9" > ], > "sizeBytes": 227531655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31" > ], > "sizeBytes": 214178919 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", > "containerRuntimeVersion": "docker://1.13.1", > "kernelVersion": "3.10.0-862.3.3.el7.x86_64", > "kubeProxyVersion": "v1.9.1+a0ce1bc657", > "kubeletVersion": "v1.9.1+a0ce1bc657", > "machineID": "1aa0c0c064da415da66aff60c2053155", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60" > }, > "volumesAttached": [ > { > "devicePath": "/dev/vdc", > "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > }, > { > "devicePath": "/dev/vdb", > "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f" > } > ], > "volumesInUse": [ > "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", > "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > ] > } > } > ], > "returncode": 0 > }, > "retries": 25, > "state": "list" >} >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826 `" && echo ansible-tmp-1530185845.54-95869250068826="` echo /root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185845.54-95869250068826=/root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpcIzfVL TO /root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpcIzfVL /root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826/ /root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185845.54-95869250068826/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "node", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "default", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": null, "name": "qe-juzhao-39-qeos-1-nrr-1"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-nrr-1 -o json -n default", "results": [{"status": {"capacity": {"pods": "250", "cpu": "4", "memory": "8009432Ki"}, "addresses": [{"type": "InternalIP", "address": "172.16.120.86"}, {"type": "ExternalIP", "address": "10.8.252.148"}, {"type": "Hostname", "address": "qe-juzhao-39-qeos-1-nrr-1"}], "nodeInfo": {"kernelVersion": "3.10.0-862.3.3.el7.x86_64", "kubeletVersion": "v1.9.1+a0ce1bc657", "containerRuntimeVersion": "docker://1.13.1", "machineID": "1aa0c0c064da415da66aff60c2053155", "kubeProxyVersion": "v1.9.1+a0ce1bc657", "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", "architecture": "amd64", "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "operatingSystem": "linux"}, "volumesAttached": [{"devicePath": "/dev/vdc", "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"}, {"devicePath": "/dev/vdb", "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f"}], "allocatable": {"pods": "250", "cpu": "4", "memory": "7907032Ki"}, "volumesInUse": ["kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"], "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 1253153655, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31"]}, {"sizeBytes": 1232623423, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31"]}, {"sizeBytes": 1232623111, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31"]}, {"sizeBytes": 554155702, "names": ["docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest"]}, {"sizeBytes": 548833430, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31"]}, {"sizeBytes": 546758354, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8"]}, {"sizeBytes": 445791412, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1"]}, {"sizeBytes": 440536612, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9"]}, {"sizeBytes": 435526103, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31"]}, {"sizeBytes": 299500909, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31"]}, {"sizeBytes": 286129244, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9"]}, {"sizeBytes": 255993289, "names": ["registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", "registry.access.redhat.com/rhel7/etcd:latest"]}, {"sizeBytes": 238816082, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9"]}, {"sizeBytes": 233780717, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9"]}, {"sizeBytes": 227531655, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9"]}, {"sizeBytes": 214178919, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31"]}], "conditions": [{"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "True", "lastTransitionTime": "2018-06-28T11:37:15Z", "reason": "KubeletReady", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet is posting ready status", "type": "Ready"}]}, "kind": "Node", "spec": {"providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60", "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60"}, "apiVersion": "v1", "metadata": {"name": "qe-juzhao-39-qeos-1-nrr-1", "labels": {"beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", "failure-domain.beta.kubernetes.io/region": "regionOne", "logging-infra-fluentd": "true", "beta.kubernetes.io/os": "linux", "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", "failure-domain.beta.kubernetes.io/zone": "nova", "role": "node", "registry": "enabled", "router": "enabled", "node-role.kubernetes.io/compute": "true", "beta.kubernetes.io/arch": "amd64"}, "resourceVersion": "81444", "creationTimestamp": "2018-06-28T01:14:52Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-148.host.centralci.eng.rdu2.redhat.com -> host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 3, > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "qe-juzhao-39-qeos-1-nrr-1", > "namespace": "default", > "selector": null, > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node qe-juzhao-39-qeos-1-nrr-1 -o json -n default", > "results": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-06-28T01:14:52Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "regionOne", > "failure-domain.beta.kubernetes.io/zone": "nova", > "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", > "logging-infra-fluentd": "true", > "node-role.kubernetes.io/compute": "true", > "registry": "enabled", > "role": "node", > "router": "enabled" > }, > "name": "qe-juzhao-39-qeos-1-nrr-1", > "resourceVersion": "81444", > "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", > "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60", > "providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60" > }, > "status": { > "addresses": [ > { > "address": "172.16.120.86", > "type": "InternalIP" > }, > { > "address": "10.8.252.148", > "type": "ExternalIP" > }, > { > "address": "qe-juzhao-39-qeos-1-nrr-1", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "memory": "7907032Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "memory": "8009432Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T11:37:15Z", > "message": "kubelet is posting ready status", > "reason": "KubeletReady", > "status": "True", > "type": "Ready" > } > ], > "daemonEndpoints": { > "kubeletEndpoint": { > "Port": 10250 > } > }, > "images": [ > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31" > ], > "sizeBytes": 1253153655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31" > ], > "sizeBytes": 1232623423 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31" > ], > "sizeBytes": 1232623111 > }, > { > "names": [ > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest" > ], > "sizeBytes": 554155702 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31" > ], > "sizeBytes": 548833430 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8" > ], > "sizeBytes": 546758354 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1" > ], > "sizeBytes": 445791412 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9" > ], > "sizeBytes": 440536612 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31" > ], > "sizeBytes": 435526103 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31" > ], > "sizeBytes": 299500909 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9" > ], > "sizeBytes": 286129244 > }, > { > "names": [ > "registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", > "registry.access.redhat.com/rhel7/etcd:latest" > ], > "sizeBytes": 255993289 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9" > ], > "sizeBytes": 238816082 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9" > ], > "sizeBytes": 233780717 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9" > ], > "sizeBytes": 227531655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31" > ], > "sizeBytes": 214178919 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", > "containerRuntimeVersion": "docker://1.13.1", > "kernelVersion": "3.10.0-862.3.3.el7.x86_64", > "kubeProxyVersion": "v1.9.1+a0ce1bc657", > "kubeletVersion": "v1.9.1+a0ce1bc657", > "machineID": "1aa0c0c064da415da66aff60c2053155", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60" > }, > "volumesAttached": [ > { > "devicePath": "/dev/vdc", > "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > }, > { > "devicePath": "/dev/vdb", > "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f" > } > ], > "volumesInUse": [ > "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", > "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > ] > } > } > ], > "returncode": 0 > }, > "state": "list" >} >META: ran handlers >META: ran handlers > >PLAY [Update router certificates] ******************************************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980 `" && echo ansible-tmp-1530185846.12-180421798476980="` echo /root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185846.12-180421798476980=/root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpQTJflj TO /root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpQTJflj /root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980/ /root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185846.12-180421798476980/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38141, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2499918, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2216114, "size_available": 9077202944, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41792, "block_size": 4096, "inode_available": 9395392}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2499918, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2216114, "size_available": 9077202944, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41792, "block_size": 4096, "inode_available": 9395392}, {"block_used": 2499918, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2216114, "size_available": 9077202944, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41792, "block_size": 4096, "inode_available": 9395392}, {"block_used": 2499918, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2216114, "size_available": 9077202944, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41792, "block_size": 4096, "inode_available": 9395392}, {"block_used": 2499918, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2216114, "size_available": 9077202944, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41792, "block_size": 4096, "inode_available": 9395392}, {"block_used": 2499918, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2216114, "size_available": 9077202944, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41792, "block_size": 4096, "inode_available": 9395392}, {"block_used": 2499918, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2216114, "size_available": 9077202944, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41792, "block_size": 4096, "inode_available": 9395392}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7597, "free": 224}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1899, "free": 5922}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 224, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073717", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "37", "tz_offset": "-0400", "month": "06", "epoch": "1530185837", "iso8601_micro": "2018-06-28T11:37:17.328064Z", "weekday": "Thursday", "time": "07:37:17", "date": "2018-06-28", "iso8601": "2018-06-28T11:37:17Z", "day": "28", "iso8601_basic": "20180628T073717327989", "second": "17"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Create temp directory for kubeconfig] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:8 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130 `" && echo ansible-tmp-1530185847.09-139718651029130="` echo /root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185847.09-139718651029130=/root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmprosRka TO /root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmprosRka /root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130/ /root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185847.09-139718651029130/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:18.171379", "stdout": "/tmp/openshift-ansible-DxgmUm", "cmd": ["mktemp", "-d", "/tmp/openshift-ansible-XXXXXX"], "rc": 0, "start": "2018-06-28 07:37:18.168454", "stderr": "", "delta": "0:00:00.002925", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "mktemp -d /tmp/openshift-ansible-XXXXXX", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "mktemp", > "-d", > "/tmp/openshift-ansible-XXXXXX" > ], > "delta": "0:00:00.002925", > "end": "2018-06-28 07:37:18.171379", > "invocation": { > "module_args": { > "_raw_params": "mktemp -d /tmp/openshift-ansible-XXXXXX", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:18.168454", > "stderr": "", > "stderr_lines": [], > "stdout": "/tmp/openshift-ansible-DxgmUm", > "stdout_lines": [ > "/tmp/openshift-ansible-DxgmUm" > ] >} > >TASK [Copy admin client config(s)] ****************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:13 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502 `" && echo ansible-tmp-1530185847.4-229510102541502="` echo /root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185847.4-229510102541502=/root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpyOvqCz TO /root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpyOvqCz /root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502/ /root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185847.4-229510102541502/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:19.481816", "stdout": "", "cmd": ["cp", "/etc/origin/master//admin.kubeconfig", "/tmp/openshift-ansible-DxgmUm/admin.kubeconfig"], "rc": 0, "start": "2018-06-28 07:37:18.477339", "stderr": "", "delta": "0:00:01.004477", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "cp /etc/origin/master//admin.kubeconfig /tmp/openshift-ansible-DxgmUm/admin.kubeconfig", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "cp", > "/etc/origin/master//admin.kubeconfig", > "/tmp/openshift-ansible-DxgmUm/admin.kubeconfig" > ], > "delta": "0:00:01.004477", > "end": "2018-06-28 07:37:19.481816", > "invocation": { > "module_args": { > "_raw_params": "cp /etc/origin/master//admin.kubeconfig /tmp/openshift-ansible-DxgmUm/admin.kubeconfig", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:18.477339", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} > >TASK [Determine if router exists] ******************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:18 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043 `" && echo ansible-tmp-1530185848.71-243656344723043="` echo /root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185848.71-243656344723043=/root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp6Sfh8c TO /root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp6Sfh8c /root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043/ /root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185848.71-243656344723043/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:20.004940", "stdout": "{\\n \\"apiVersion\\": \\"apps.openshift.io/v1\\",\\n \\"kind\\": \\"DeploymentConfig\\",\\n \\"metadata\\": {\\n \\"creationTimestamp\\": \\"2018-06-28T01:16:37Z\\",\\n \\"generation\\": 3,\\n \\"labels\\": {\\n \\"router\\": \\"router\\"\\n },\\n \\"name\\": \\"router\\",\\n \\"namespace\\": \\"default\\",\\n \\"resourceVersion\\": \\"81248\\",\\n \\"selfLink\\": \\"/apis/apps.openshift.io/v1/namespaces/default/deploymentconfigs/router\\",\\n \\"uid\\": \\"e75f9ca4-7a70-11e8-91c7-fa163e9a3ef5\\"\\n },\\n \\"spec\\": {\\n \\"replicas\\": 1,\\n \\"selector\\": {\\n \\"router\\": \\"router\\"\\n },\\n \\"strategy\\": {\\n \\"activeDeadlineSeconds\\": 21600,\\n \\"resources\\": {},\\n \\"rollingParams\\": {\\n \\"intervalSeconds\\": 1,\\n \\"maxSurge\\": 0,\\n \\"maxUnavailable\\": \\"25%\\",\\n \\"timeoutSeconds\\": 600,\\n \\"updatePeriodSeconds\\": 1\\n },\\n \\"type\\": \\"Rolling\\"\\n },\\n \\"template\\": {\\n \\"metadata\\": {\\n \\"creationTimestamp\\": null,\\n \\"labels\\": {\\n \\"router\\": \\"router\\"\\n }\\n },\\n \\"spec\\": {\\n \\"containers\\": [\\n {\\n \\"env\\": [\\n {\\n \\"name\\": \\"DEFAULT_CERTIFICATE_DIR\\",\\n \\"value\\": \\"/etc/pki/tls/private\\"\\n },\\n {\\n \\"name\\": \\"DEFAULT_CERTIFICATE_PATH\\",\\n \\"value\\": \\"/etc/pki/tls/private/tls.crt\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_CIPHERS\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_HOSTNAME\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_HTTPS_VSERVER\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_HTTP_VSERVER\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_INSECURE\\",\\n \\"value\\": \\"false\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_INTERNAL_ADDRESS\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_PARTITION_PATH\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_PASSWORD\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_PRIVKEY\\",\\n \\"value\\": \\"/etc/secret-volume/router.pem\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_USERNAME\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_EXTERNAL_HOST_VXLAN_GW_CIDR\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_LISTEN_ADDR\\",\\n \\"value\\": \\"0.0.0.0:1936\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_METRICS_TYPE\\",\\n \\"value\\": \\"haproxy\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_SERVICE_HTTPS_PORT\\",\\n \\"value\\": \\"443\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_SERVICE_HTTP_PORT\\",\\n \\"value\\": \\"80\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_SERVICE_NAME\\",\\n \\"value\\": \\"router\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_SERVICE_NAMESPACE\\",\\n \\"value\\": \\"default\\"\\n },\\n {\\n \\"name\\": \\"ROUTER_SUBDOMAIN\\"\\n },\\n {\\n \\"name\\": \\"STATS_PASSWORD\\",\\n \\"value\\": \\"LnkrQ1I8z3\\"\\n },\\n {\\n \\"name\\": \\"STATS_PORT\\",\\n \\"value\\": \\"1936\\"\\n },\\n {\\n \\"name\\": \\"STATS_USERNAME\\",\\n \\"value\\": \\"admin\\"\\n }\\n ],\\n \\"image\\": \\"registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31\\",\\n \\"imagePullPolicy\\": \\"IfNotPresent\\",\\n \\"livenessProbe\\": {\\n \\"failureThreshold\\": 3,\\n \\"httpGet\\": {\\n \\"host\\": \\"localhost\\",\\n \\"path\\": \\"/healthz\\",\\n \\"port\\": 1936,\\n \\"scheme\\": \\"HTTP\\"\\n },\\n \\"initialDelaySeconds\\": 10,\\n \\"periodSeconds\\": 10,\\n \\"successThreshold\\": 1,\\n \\"timeoutSeconds\\": 1\\n },\\n \\"name\\": \\"router\\",\\n \\"ports\\": [\\n {\\n \\"containerPort\\": 80,\\n \\"hostPort\\": 80,\\n \\"protocol\\": \\"TCP\\"\\n },\\n {\\n \\"containerPort\\": 443,\\n \\"hostPort\\": 443,\\n \\"protocol\\": \\"TCP\\"\\n },\\n {\\n \\"containerPort\\": 1936,\\n \\"hostPort\\": 1936,\\n \\"name\\": \\"stats\\",\\n \\"protocol\\": \\"TCP\\"\\n }\\n ],\\n \\"readinessProbe\\": {\\n \\"failureThreshold\\": 3,\\n \\"httpGet\\": {\\n \\"host\\": \\"localhost\\",\\n \\"path\\": \\"/healthz\\",\\n \\"port\\": 1936,\\n \\"scheme\\": \\"HTTP\\"\\n },\\n \\"initialDelaySeconds\\": 10,\\n \\"periodSeconds\\": 10,\\n \\"successThreshold\\": 1,\\n \\"timeoutSeconds\\": 1\\n },\\n \\"resources\\": {\\n \\"requests\\": {\\n \\"cpu\\": \\"100m\\",\\n \\"memory\\": \\"256Mi\\"\\n }\\n },\\n \\"terminationMessagePath\\": \\"/dev/termination-log\\",\\n \\"terminationMessagePolicy\\": \\"File\\",\\n \\"volumeMounts\\": [\\n {\\n \\"mountPath\\": \\"/etc/pki/tls/private\\",\\n \\"name\\": \\"server-certificate\\",\\n \\"readOnly\\": true\\n }\\n ]\\n }\\n ],\\n \\"dnsPolicy\\": \\"ClusterFirst\\",\\n \\"hostNetwork\\": true,\\n \\"nodeSelector\\": {\\n \\"role\\": \\"node\\",\\n \\"router\\": \\"enabled\\"\\n },\\n \\"restartPolicy\\": \\"Always\\",\\n \\"schedulerName\\": \\"default-scheduler\\",\\n \\"securityContext\\": {},\\n \\"serviceAccount\\": \\"router\\",\\n \\"serviceAccountName\\": \\"router\\",\\n \\"terminationGracePeriodSeconds\\": 30,\\n \\"volumes\\": [\\n {\\n \\"name\\": \\"server-certificate\\",\\n \\"secret\\": {\\n \\"defaultMode\\": 420,\\n \\"secretName\\": \\"router-certs\\"\\n }\\n }\\n ]\\n }\\n },\\n \\"test\\": false,\\n \\"triggers\\": [\\n {\\n \\"type\\": \\"ConfigChange\\"\\n }\\n ]\\n },\\n \\"status\\": {\\n \\"availableReplicas\\": 0,\\n \\"conditions\\": [\\n {\\n \\"lastTransitionTime\\": \\"2018-06-28T10:48:58Z\\",\\n \\"lastUpdateTime\\": \\"2018-06-28T10:49:01Z\\",\\n \\"message\\": \\"replication controller \\\\\\"router-3\\\\\\" successfully rolled out\\",\\n \\"reason\\": \\"NewReplicationControllerAvailable\\",\\n \\"status\\": \\"True\\",\\n \\"type\\": \\"Progressing\\"\\n },\\n {\\n \\"lastTransitionTime\\": \\"2018-06-28T11:36:47Z\\",\\n \\"lastUpdateTime\\": \\"2018-06-28T11:36:47Z\\",\\n \\"message\\": \\"Deployment config does not have minimum availability.\\",\\n \\"status\\": \\"False\\",\\n \\"type\\": \\"Available\\"\\n }\\n ],\\n \\"details\\": {\\n \\"causes\\": [\\n {\\n \\"type\\": \\"ConfigChange\\"\\n }\\n ],\\n \\"message\\": \\"config change\\"\\n },\\n \\"latestVersion\\": 3,\\n \\"observedGeneration\\": 3,\\n \\"replicas\\": 1,\\n \\"unavailableReplicas\\": 1,\\n \\"updatedReplicas\\": 1\\n }\\n}", "cmd": ["oc", "get", "dc/router", "-o", "json", "--config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig", "-n", "default"], "rc": 0, "start": "2018-06-28 07:37:19.788539", "stderr": "", "delta": "0:00:00.216401", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "oc get dc/router -o json --config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig -n default", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "oc", > "get", > "dc/router", > "-o", > "json", > "--config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig", > "-n", > "default" > ], > "delta": "0:00:00.216401", > "end": "2018-06-28 07:37:20.004940", > "failed_when_result": false, > "invocation": { > "module_args": { > "_raw_params": "oc get dc/router -o json --config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig -n default", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:19.788539", > "stderr": "", > "stderr_lines": [], > "stdout": "{\n \"apiVersion\": \"apps.openshift.io/v1\",\n \"kind\": \"DeploymentConfig\",\n \"metadata\": {\n \"creationTimestamp\": \"2018-06-28T01:16:37Z\",\n \"generation\": 3,\n \"labels\": {\n \"router\": \"router\"\n },\n \"name\": \"router\",\n \"namespace\": \"default\",\n \"resourceVersion\": \"81248\",\n \"selfLink\": \"/apis/apps.openshift.io/v1/namespaces/default/deploymentconfigs/router\",\n \"uid\": \"e75f9ca4-7a70-11e8-91c7-fa163e9a3ef5\"\n },\n \"spec\": {\n \"replicas\": 1,\n \"selector\": {\n \"router\": \"router\"\n },\n \"strategy\": {\n \"activeDeadlineSeconds\": 21600,\n \"resources\": {},\n \"rollingParams\": {\n \"intervalSeconds\": 1,\n \"maxSurge\": 0,\n \"maxUnavailable\": \"25%\",\n \"timeoutSeconds\": 600,\n \"updatePeriodSeconds\": 1\n },\n \"type\": \"Rolling\"\n },\n \"template\": {\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"router\": \"router\"\n }\n },\n \"spec\": {\n \"containers\": [\n {\n \"env\": [\n {\n \"name\": \"DEFAULT_CERTIFICATE_DIR\",\n \"value\": \"/etc/pki/tls/private\"\n },\n {\n \"name\": \"DEFAULT_CERTIFICATE_PATH\",\n \"value\": \"/etc/pki/tls/private/tls.crt\"\n },\n {\n \"name\": \"ROUTER_CIPHERS\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_HOSTNAME\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_HTTPS_VSERVER\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_HTTP_VSERVER\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_INSECURE\",\n \"value\": \"false\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_INTERNAL_ADDRESS\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_PARTITION_PATH\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_PASSWORD\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_PRIVKEY\",\n \"value\": \"/etc/secret-volume/router.pem\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_USERNAME\"\n },\n {\n \"name\": \"ROUTER_EXTERNAL_HOST_VXLAN_GW_CIDR\"\n },\n {\n \"name\": \"ROUTER_LISTEN_ADDR\",\n \"value\": \"0.0.0.0:1936\"\n },\n {\n \"name\": \"ROUTER_METRICS_TYPE\",\n \"value\": \"haproxy\"\n },\n {\n \"name\": \"ROUTER_SERVICE_HTTPS_PORT\",\n \"value\": \"443\"\n },\n {\n \"name\": \"ROUTER_SERVICE_HTTP_PORT\",\n \"value\": \"80\"\n },\n {\n \"name\": \"ROUTER_SERVICE_NAME\",\n \"value\": \"router\"\n },\n {\n \"name\": \"ROUTER_SERVICE_NAMESPACE\",\n \"value\": \"default\"\n },\n {\n \"name\": \"ROUTER_SUBDOMAIN\"\n },\n {\n \"name\": \"STATS_PASSWORD\",\n \"value\": \"LnkrQ1I8z3\"\n },\n {\n \"name\": \"STATS_PORT\",\n \"value\": \"1936\"\n },\n {\n \"name\": \"STATS_USERNAME\",\n \"value\": \"admin\"\n }\n ],\n \"image\": \"registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31\",\n \"imagePullPolicy\": \"IfNotPresent\",\n \"livenessProbe\": {\n \"failureThreshold\": 3,\n \"httpGet\": {\n \"host\": \"localhost\",\n \"path\": \"/healthz\",\n \"port\": 1936,\n \"scheme\": \"HTTP\"\n },\n \"initialDelaySeconds\": 10,\n \"periodSeconds\": 10,\n \"successThreshold\": 1,\n \"timeoutSeconds\": 1\n },\n \"name\": \"router\",\n \"ports\": [\n {\n \"containerPort\": 80,\n \"hostPort\": 80,\n \"protocol\": \"TCP\"\n },\n {\n \"containerPort\": 443,\n \"hostPort\": 443,\n \"protocol\": \"TCP\"\n },\n {\n \"containerPort\": 1936,\n \"hostPort\": 1936,\n \"name\": \"stats\",\n \"protocol\": \"TCP\"\n }\n ],\n \"readinessProbe\": {\n \"failureThreshold\": 3,\n \"httpGet\": {\n \"host\": \"localhost\",\n \"path\": \"/healthz\",\n \"port\": 1936,\n \"scheme\": \"HTTP\"\n },\n \"initialDelaySeconds\": 10,\n \"periodSeconds\": 10,\n \"successThreshold\": 1,\n \"timeoutSeconds\": 1\n },\n \"resources\": {\n \"requests\": {\n \"cpu\": \"100m\",\n \"memory\": \"256Mi\"\n }\n },\n \"terminationMessagePath\": \"/dev/termination-log\",\n \"terminationMessagePolicy\": \"File\",\n \"volumeMounts\": [\n {\n \"mountPath\": \"/etc/pki/tls/private\",\n \"name\": \"server-certificate\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"hostNetwork\": true,\n \"nodeSelector\": {\n \"role\": \"node\",\n \"router\": \"enabled\"\n },\n \"restartPolicy\": \"Always\",\n \"schedulerName\": \"default-scheduler\",\n \"securityContext\": {},\n \"serviceAccount\": \"router\",\n \"serviceAccountName\": \"router\",\n \"terminationGracePeriodSeconds\": 30,\n \"volumes\": [\n {\n \"name\": \"server-certificate\",\n \"secret\": {\n \"defaultMode\": 420,\n \"secretName\": \"router-certs\"\n }\n }\n ]\n }\n },\n \"test\": false,\n \"triggers\": [\n {\n \"type\": \"ConfigChange\"\n }\n ]\n },\n \"status\": {\n \"availableReplicas\": 0,\n \"conditions\": [\n {\n \"lastTransitionTime\": \"2018-06-28T10:48:58Z\",\n \"lastUpdateTime\": \"2018-06-28T10:49:01Z\",\n \"message\": \"replication controller \\\"router-3\\\" successfully rolled out\",\n \"reason\": \"NewReplicationControllerAvailable\",\n \"status\": \"True\",\n \"type\": \"Progressing\"\n },\n {\n \"lastTransitionTime\": \"2018-06-28T11:36:47Z\",\n \"lastUpdateTime\": \"2018-06-28T11:36:47Z\",\n \"message\": \"Deployment config does not have minimum availability.\",\n \"status\": \"False\",\n \"type\": \"Available\"\n }\n ],\n \"details\": {\n \"causes\": [\n {\n \"type\": \"ConfigChange\"\n }\n ],\n \"message\": \"config change\"\n },\n \"latestVersion\": 3,\n \"observedGeneration\": 3,\n \"replicas\": 1,\n \"unavailableReplicas\": 1,\n \"updatedReplicas\": 1\n }\n}", > "stdout_lines": [ > "{", > " \"apiVersion\": \"apps.openshift.io/v1\",", > " \"kind\": \"DeploymentConfig\",", > " \"metadata\": {", > " \"creationTimestamp\": \"2018-06-28T01:16:37Z\",", > " \"generation\": 3,", > " \"labels\": {", > " \"router\": \"router\"", > " },", > " \"name\": \"router\",", > " \"namespace\": \"default\",", > " \"resourceVersion\": \"81248\",", > " \"selfLink\": \"/apis/apps.openshift.io/v1/namespaces/default/deploymentconfigs/router\",", > " \"uid\": \"e75f9ca4-7a70-11e8-91c7-fa163e9a3ef5\"", > " },", > " \"spec\": {", > " \"replicas\": 1,", > " \"selector\": {", > " \"router\": \"router\"", > " },", > " \"strategy\": {", > " \"activeDeadlineSeconds\": 21600,", > " \"resources\": {},", > " \"rollingParams\": {", > " \"intervalSeconds\": 1,", > " \"maxSurge\": 0,", > " \"maxUnavailable\": \"25%\",", > " \"timeoutSeconds\": 600,", > " \"updatePeriodSeconds\": 1", > " },", > " \"type\": \"Rolling\"", > " },", > " \"template\": {", > " \"metadata\": {", > " \"creationTimestamp\": null,", > " \"labels\": {", > " \"router\": \"router\"", > " }", > " },", > " \"spec\": {", > " \"containers\": [", > " {", > " \"env\": [", > " {", > " \"name\": \"DEFAULT_CERTIFICATE_DIR\",", > " \"value\": \"/etc/pki/tls/private\"", > " },", > " {", > " \"name\": \"DEFAULT_CERTIFICATE_PATH\",", > " \"value\": \"/etc/pki/tls/private/tls.crt\"", > " },", > " {", > " \"name\": \"ROUTER_CIPHERS\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_HOSTNAME\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_HTTPS_VSERVER\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_HTTP_VSERVER\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_INSECURE\",", > " \"value\": \"false\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_INTERNAL_ADDRESS\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_PARTITION_PATH\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_PASSWORD\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_PRIVKEY\",", > " \"value\": \"/etc/secret-volume/router.pem\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_USERNAME\"", > " },", > " {", > " \"name\": \"ROUTER_EXTERNAL_HOST_VXLAN_GW_CIDR\"", > " },", > " {", > " \"name\": \"ROUTER_LISTEN_ADDR\",", > " \"value\": \"0.0.0.0:1936\"", > " },", > " {", > " \"name\": \"ROUTER_METRICS_TYPE\",", > " \"value\": \"haproxy\"", > " },", > " {", > " \"name\": \"ROUTER_SERVICE_HTTPS_PORT\",", > " \"value\": \"443\"", > " },", > " {", > " \"name\": \"ROUTER_SERVICE_HTTP_PORT\",", > " \"value\": \"80\"", > " },", > " {", > " \"name\": \"ROUTER_SERVICE_NAME\",", > " \"value\": \"router\"", > " },", > " {", > " \"name\": \"ROUTER_SERVICE_NAMESPACE\",", > " \"value\": \"default\"", > " },", > " {", > " \"name\": \"ROUTER_SUBDOMAIN\"", > " },", > " {", > " \"name\": \"STATS_PASSWORD\",", > " \"value\": \"LnkrQ1I8z3\"", > " },", > " {", > " \"name\": \"STATS_PORT\",", > " \"value\": \"1936\"", > " },", > " {", > " \"name\": \"STATS_USERNAME\",", > " \"value\": \"admin\"", > " }", > " ],", > " \"image\": \"registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31\",", > " \"imagePullPolicy\": \"IfNotPresent\",", > " \"livenessProbe\": {", > " \"failureThreshold\": 3,", > " \"httpGet\": {", > " \"host\": \"localhost\",", > " \"path\": \"/healthz\",", > " \"port\": 1936,", > " \"scheme\": \"HTTP\"", > " },", > " \"initialDelaySeconds\": 10,", > " \"periodSeconds\": 10,", > " \"successThreshold\": 1,", > " \"timeoutSeconds\": 1", > " },", > " \"name\": \"router\",", > " \"ports\": [", > " {", > " \"containerPort\": 80,", > " \"hostPort\": 80,", > " \"protocol\": \"TCP\"", > " },", > " {", > " \"containerPort\": 443,", > " \"hostPort\": 443,", > " \"protocol\": \"TCP\"", > " },", > " {", > " \"containerPort\": 1936,", > " \"hostPort\": 1936,", > " \"name\": \"stats\",", > " \"protocol\": \"TCP\"", > " }", > " ],", > " \"readinessProbe\": {", > " \"failureThreshold\": 3,", > " \"httpGet\": {", > " \"host\": \"localhost\",", > " \"path\": \"/healthz\",", > " \"port\": 1936,", > " \"scheme\": \"HTTP\"", > " },", > " \"initialDelaySeconds\": 10,", > " \"periodSeconds\": 10,", > " \"successThreshold\": 1,", > " \"timeoutSeconds\": 1", > " },", > " \"resources\": {", > " \"requests\": {", > " \"cpu\": \"100m\",", > " \"memory\": \"256Mi\"", > " }", > " },", > " \"terminationMessagePath\": \"/dev/termination-log\",", > " \"terminationMessagePolicy\": \"File\",", > " \"volumeMounts\": [", > " {", > " \"mountPath\": \"/etc/pki/tls/private\",", > " \"name\": \"server-certificate\",", > " \"readOnly\": true", > " }", > " ]", > " }", > " ],", > " \"dnsPolicy\": \"ClusterFirst\",", > " \"hostNetwork\": true,", > " \"nodeSelector\": {", > " \"role\": \"node\",", > " \"router\": \"enabled\"", > " },", > " \"restartPolicy\": \"Always\",", > " \"schedulerName\": \"default-scheduler\",", > " \"securityContext\": {},", > " \"serviceAccount\": \"router\",", > " \"serviceAccountName\": \"router\",", > " \"terminationGracePeriodSeconds\": 30,", > " \"volumes\": [", > " {", > " \"name\": \"server-certificate\",", > " \"secret\": {", > " \"defaultMode\": 420,", > " \"secretName\": \"router-certs\"", > " }", > " }", > " ]", > " }", > " },", > " \"test\": false,", > " \"triggers\": [", > " {", > " \"type\": \"ConfigChange\"", > " }", > " ]", > " },", > " \"status\": {", > " \"availableReplicas\": 0,", > " \"conditions\": [", > " {", > " \"lastTransitionTime\": \"2018-06-28T10:48:58Z\",", > " \"lastUpdateTime\": \"2018-06-28T10:49:01Z\",", > " \"message\": \"replication controller \\\"router-3\\\" successfully rolled out\",", > " \"reason\": \"NewReplicationControllerAvailable\",", > " \"status\": \"True\",", > " \"type\": \"Progressing\"", > " },", > " {", > " \"lastTransitionTime\": \"2018-06-28T11:36:47Z\",", > " \"lastUpdateTime\": \"2018-06-28T11:36:47Z\",", > " \"message\": \"Deployment config does not have minimum availability.\",", > " \"status\": \"False\",", > " \"type\": \"Available\"", > " }", > " ],", > " \"details\": {", > " \"causes\": [", > " {", > " \"type\": \"ConfigChange\"", > " }", > " ],", > " \"message\": \"config change\"", > " },", > " \"latestVersion\": 3,", > " \"observedGeneration\": 3,", > " \"replicas\": 1,", > " \"unavailableReplicas\": 1,", > " \"updatedReplicas\": 1", > " }", > "}" > ] >} > >TASK [Determine if router service exists] *********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:27 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510 `" && echo ansible-tmp-1530185849.25-392960678510="` echo /root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185849.25-392960678510=/root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpQyK9ye TO /root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpQyK9ye /root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510/ /root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185849.25-392960678510/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:20.535727", "stdout": "{\\n \\"apiVersion\\": \\"v1\\",\\n \\"kind\\": \\"Service\\",\\n \\"metadata\\": {\\n \\"annotations\\": {\\n \\"prometheus.io/port\\": \\"1936\\",\\n \\"prometheus.io/scrape\\": \\"true\\",\\n \\"prometheus.openshift.io/password\\": \\"MH1QXcWOtO\\",\\n \\"prometheus.openshift.io/username\\": \\"admin\\"\\n },\\n \\"creationTimestamp\\": \\"2018-06-28T01:16:35Z\\",\\n \\"labels\\": {\\n \\"router\\": \\"router\\"\\n },\\n \\"name\\": \\"router\\",\\n \\"namespace\\": \\"default\\",\\n \\"resourceVersion\\": \\"1630\\",\\n \\"selfLink\\": \\"/api/v1/namespaces/default/services/router\\",\\n \\"uid\\": \\"e6a6d222-7a70-11e8-91c7-fa163e9a3ef5\\"\\n },\\n \\"spec\\": {\\n \\"clusterIP\\": \\"172.30.140.242\\",\\n \\"ports\\": [\\n {\\n \\"name\\": \\"80-tcp\\",\\n \\"port\\": 80,\\n \\"protocol\\": \\"TCP\\",\\n \\"targetPort\\": 80\\n },\\n {\\n \\"name\\": \\"443-tcp\\",\\n \\"port\\": 443,\\n \\"protocol\\": \\"TCP\\",\\n \\"targetPort\\": 443\\n },\\n {\\n \\"name\\": \\"1936-tcp\\",\\n \\"port\\": 1936,\\n \\"protocol\\": \\"TCP\\",\\n \\"targetPort\\": 1936\\n }\\n ],\\n \\"selector\\": {\\n \\"router\\": \\"router\\"\\n },\\n \\"sessionAffinity\\": \\"None\\",\\n \\"type\\": \\"ClusterIP\\"\\n },\\n \\"status\\": {\\n \\"loadBalancer\\": {}\\n }\\n}", "cmd": ["oc", "get", "svc/router", "-o", "json", "--config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig", "-n", "default"], "rc": 0, "start": "2018-06-28 07:37:20.336896", "stderr": "", "delta": "0:00:00.198831", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "oc get svc/router -o json --config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig -n default", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "oc", > "get", > "svc/router", > "-o", > "json", > "--config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig", > "-n", > "default" > ], > "delta": "0:00:00.198831", > "end": "2018-06-28 07:37:20.535727", > "failed_when_result": false, > "invocation": { > "module_args": { > "_raw_params": "oc get svc/router -o json --config=/tmp/openshift-ansible-DxgmUm/admin.kubeconfig -n default", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:20.336896", > "stderr": "", > "stderr_lines": [], > "stdout": "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Service\",\n \"metadata\": {\n \"annotations\": {\n \"prometheus.io/port\": \"1936\",\n \"prometheus.io/scrape\": \"true\",\n \"prometheus.openshift.io/password\": \"MH1QXcWOtO\",\n \"prometheus.openshift.io/username\": \"admin\"\n },\n \"creationTimestamp\": \"2018-06-28T01:16:35Z\",\n \"labels\": {\n \"router\": \"router\"\n },\n \"name\": \"router\",\n \"namespace\": \"default\",\n \"resourceVersion\": \"1630\",\n \"selfLink\": \"/api/v1/namespaces/default/services/router\",\n \"uid\": \"e6a6d222-7a70-11e8-91c7-fa163e9a3ef5\"\n },\n \"spec\": {\n \"clusterIP\": \"172.30.140.242\",\n \"ports\": [\n {\n \"name\": \"80-tcp\",\n \"port\": 80,\n \"protocol\": \"TCP\",\n \"targetPort\": 80\n },\n {\n \"name\": \"443-tcp\",\n \"port\": 443,\n \"protocol\": \"TCP\",\n \"targetPort\": 443\n },\n {\n \"name\": \"1936-tcp\",\n \"port\": 1936,\n \"protocol\": \"TCP\",\n \"targetPort\": 1936\n }\n ],\n \"selector\": {\n \"router\": \"router\"\n },\n \"sessionAffinity\": \"None\",\n \"type\": \"ClusterIP\"\n },\n \"status\": {\n \"loadBalancer\": {}\n }\n}", > "stdout_lines": [ > "{", > " \"apiVersion\": \"v1\",", > " \"kind\": \"Service\",", > " \"metadata\": {", > " \"annotations\": {", > " \"prometheus.io/port\": \"1936\",", > " \"prometheus.io/scrape\": \"true\",", > " \"prometheus.openshift.io/password\": \"MH1QXcWOtO\",", > " \"prometheus.openshift.io/username\": \"admin\"", > " },", > " \"creationTimestamp\": \"2018-06-28T01:16:35Z\",", > " \"labels\": {", > " \"router\": \"router\"", > " },", > " \"name\": \"router\",", > " \"namespace\": \"default\",", > " \"resourceVersion\": \"1630\",", > " \"selfLink\": \"/api/v1/namespaces/default/services/router\",", > " \"uid\": \"e6a6d222-7a70-11e8-91c7-fa163e9a3ef5\"", > " },", > " \"spec\": {", > " \"clusterIP\": \"172.30.140.242\",", > " \"ports\": [", > " {", > " \"name\": \"80-tcp\",", > " \"port\": 80,", > " \"protocol\": \"TCP\",", > " \"targetPort\": 80", > " },", > " {", > " \"name\": \"443-tcp\",", > " \"port\": 443,", > " \"protocol\": \"TCP\",", > " \"targetPort\": 443", > " },", > " {", > " \"name\": \"1936-tcp\",", > " \"port\": 1936,", > " \"protocol\": \"TCP\",", > " \"targetPort\": 1936", > " }", > " ],", > " \"selector\": {", > " \"router\": \"router\"", > " },", > " \"sessionAffinity\": \"None\",", > " \"type\": \"ClusterIP\"", > " },", > " \"status\": {", > " \"loadBalancer\": {}", > " }", > "}" > ] >} > >TASK [Collect router environment variables and secrets] ********************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:36 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "router_env_vars": [ > "DEFAULT_CERTIFICATE_DIR", > "DEFAULT_CERTIFICATE_PATH", > "ROUTER_CIPHERS", > "ROUTER_EXTERNAL_HOST_HOSTNAME", > "ROUTER_EXTERNAL_HOST_HTTPS_VSERVER", > "ROUTER_EXTERNAL_HOST_HTTP_VSERVER", > "ROUTER_EXTERNAL_HOST_INSECURE", > "ROUTER_EXTERNAL_HOST_INTERNAL_ADDRESS", > "ROUTER_EXTERNAL_HOST_PARTITION_PATH", > "ROUTER_EXTERNAL_HOST_PASSWORD", > "ROUTER_EXTERNAL_HOST_PRIVKEY", > "ROUTER_EXTERNAL_HOST_USERNAME", > "ROUTER_EXTERNAL_HOST_VXLAN_GW_CIDR", > "ROUTER_LISTEN_ADDR", > "ROUTER_METRICS_TYPE", > "ROUTER_SERVICE_HTTPS_PORT", > "ROUTER_SERVICE_HTTP_PORT", > "ROUTER_SERVICE_NAME", > "ROUTER_SERVICE_NAMESPACE", > "ROUTER_SUBDOMAIN", > "STATS_PASSWORD", > "STATS_PORT", > "STATS_USERNAME" > ], > "router_secrets": [ > "router-certs" > ] > }, > "changed": false >} > >TASK [Collect router service annotations] *********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:48 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "router_service_annotations": { > "prometheus.io/port": "1936", > "prometheus.io/scrape": "true", > "prometheus.openshift.io/password": "MH1QXcWOtO", > "prometheus.openshift.io/username": "admin" > } > }, > "changed": false >} > >TASK [Update router environment variables] ********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:53 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Delete existing router certificate secret] **************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:71 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Remove router service annotations] ************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:79 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Add serving-cert-secret annotation to router service] ***************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:87 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [file] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:105 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692 `" && echo ansible-tmp-1530185850.1-188568093775692="` echo /root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185850.1-188568093775692=/root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpbtgs_c TO /root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpbtgs_c /root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692/ /root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185850.1-188568093775692/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/openshift-router.crt", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/openshift-router.crt", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/openshift-router.crt", "state": "absent"}, "before": {"path": "/etc/origin/master/openshift-router.crt", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/openshift-router.crt) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/openshift-router.crt", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/openshift-router.crt", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/openshift-router.crt", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/openshift-router.crt", > "path": "/etc/origin/master/openshift-router.crt", > "state": "absent" >} >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943 `" && echo ansible-tmp-1530185850.37-137423265481943="` echo /root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185850.37-137423265481943=/root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpDUYDD9 TO /root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpDUYDD9 /root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943/ /root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185850.37-137423265481943/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/etc/origin/master/openshift-router.key", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/etc/origin/master/openshift-router.key", "state": "absent", "changed": true, "diff": {"after": {"path": "/etc/origin/master/openshift-router.key", "state": "absent"}, "before": {"path": "/etc/origin/master/openshift-router.key", "state": "file"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item=/etc/origin/master/openshift-router.key) => { > "changed": true, > "diff": { > "after": { > "path": "/etc/origin/master/openshift-router.key", > "state": "absent" > }, > "before": { > "path": "/etc/origin/master/openshift-router.key", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/etc/origin/master/openshift-router.key", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "item": "/etc/origin/master/openshift-router.key", > "path": "/etc/origin/master/openshift-router.key", > "state": "absent" >} > >TASK [openshift_hosted : Add iptables allow rules] ************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/firewall.yml:4 > >TASK [openshift_hosted : Remove iptables rules] ***************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/firewall.yml:13 > >TASK [openshift_hosted : Add firewalld allow rules] ************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/firewall.yml:24 > >TASK [openshift_hosted : Remove firewalld allow rules] ********************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/firewall.yml:33 > >TASK [openshift_hosted : Retrieve list of openshift nodes matching router selector] ***************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:10 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689 `" && echo ansible-tmp-1530185850.84-265421552961689="` echo /root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185850.84-265421552961689=/root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpaMbMrk TO /root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpaMbMrk /root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689/ /root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185850.84-265421552961689/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "node", "force": false, "name": null, "field_selector": null, "all_namespaces": null, "namespace": "default", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": "role=node,router=enabled"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get node --selector=role=node,router=enabled -o json -n default", "results": [{"items": [{"status": {"capacity": {"pods": "250", "cpu": "4", "memory": "8009432Ki"}, "addresses": [{"type": "InternalIP", "address": "172.16.120.86"}, {"type": "ExternalIP", "address": "10.8.252.148"}, {"type": "Hostname", "address": "qe-juzhao-39-qeos-1-nrr-1"}], "nodeInfo": {"kernelVersion": "3.10.0-862.3.3.el7.x86_64", "kubeletVersion": "v1.9.1+a0ce1bc657", "containerRuntimeVersion": "docker://1.13.1", "machineID": "1aa0c0c064da415da66aff60c2053155", "kubeProxyVersion": "v1.9.1+a0ce1bc657", "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", "architecture": "amd64", "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60", "operatingSystem": "linux"}, "volumesAttached": [{"devicePath": "/dev/vdc", "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"}, {"devicePath": "/dev/vdb", "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f"}], "allocatable": {"pods": "250", "cpu": "4", "memory": "7907032Ki"}, "volumesInUse": ["kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25"], "daemonEndpoints": {"kubeletEndpoint": {"Port": 10250}}, "images": [{"sizeBytes": 1253153655, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31"]}, {"sizeBytes": 1232623423, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31"]}, {"sizeBytes": 1232623111, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31"]}, {"sizeBytes": 554155702, "names": ["docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest"]}, {"sizeBytes": 548833430, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31"]}, {"sizeBytes": 546758354, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8"]}, {"sizeBytes": 445791412, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1"]}, {"sizeBytes": 440536612, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9"]}, {"sizeBytes": 435526103, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31"]}, {"sizeBytes": 299500909, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31"]}, {"sizeBytes": 286129244, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9"]}, {"sizeBytes": 255993289, "names": ["registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", "registry.access.redhat.com/rhel7/etcd:latest"]}, {"sizeBytes": 238816082, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9"]}, {"sizeBytes": 233780717, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9"]}, {"sizeBytes": 227531655, "names": ["brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9"]}, {"sizeBytes": 214178919, "names": ["registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31"]}], "conditions": [{"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientDisk", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet has sufficient disk space available", "type": "OutOfDisk"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasSufficientMemory", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet has sufficient memory available", "type": "MemoryPressure"}, {"status": "False", "lastTransitionTime": "2018-06-28T01:14:48Z", "reason": "KubeletHasNoDiskPressure", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet has no disk pressure", "type": "DiskPressure"}, {"status": "True", "lastTransitionTime": "2018-06-28T11:37:15Z", "reason": "KubeletReady", "lastHeartbeatTime": "2018-06-28T11:37:15Z", "message": "kubelet is posting ready status", "type": "Ready"}]}, "kind": "Node", "spec": {"providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60", "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60"}, "apiVersion": "v1", "metadata": {"name": "qe-juzhao-39-qeos-1-nrr-1", "labels": {"beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", "failure-domain.beta.kubernetes.io/region": "regionOne", "logging-infra-fluentd": "true", "beta.kubernetes.io/os": "linux", "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", "failure-domain.beta.kubernetes.io/zone": "nova", "role": "node", "registry": "enabled", "router": "enabled", "node-role.kubernetes.io/compute": "true", "beta.kubernetes.io/arch": "amd64"}, "namespace": "", "resourceVersion": "81444", "creationTimestamp": "2018-06-28T01:14:52Z", "annotations": {"volumes.kubernetes.io/controller-managed-attach-detach": "true"}, "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5"}}], "kind": "List", "apiVersion": "v1", "metadata": {"selfLink": "", "resourceVersion": ""}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": null, > "namespace": "default", > "selector": "role=node,router=enabled", > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node --selector=role=node,router=enabled -o json -n default", > "results": [ > { > "apiVersion": "v1", > "items": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-06-28T01:14:52Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "431ac1fb-1463-4527-b3d1-79245dd698e1", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "regionOne", > "failure-domain.beta.kubernetes.io/zone": "nova", > "kubernetes.io/hostname": "qe-juzhao-39-qeos-1-nrr-1", > "logging-infra-fluentd": "true", > "node-role.kubernetes.io/compute": "true", > "registry": "enabled", > "role": "node", > "router": "enabled" > }, > "name": "qe-juzhao-39-qeos-1-nrr-1", > "namespace": "", > "resourceVersion": "81444", > "selfLink": "/api/v1/nodes/qe-juzhao-39-qeos-1-nrr-1", > "uid": "a93a2dcb-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "externalID": "b674afd2-2429-49f9-972b-37a44bae9f60", > "providerID": "openstack:///b674afd2-2429-49f9-972b-37a44bae9f60" > }, > "status": { > "addresses": [ > { > "address": "172.16.120.86", > "type": "InternalIP" > }, > { > "address": "10.8.252.148", > "type": "ExternalIP" > }, > { > "address": "qe-juzhao-39-qeos-1-nrr-1", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "memory": "7907032Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "memory": "8009432Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T01:14:48Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-06-28T11:37:15Z", > "lastTransitionTime": "2018-06-28T11:37:15Z", > "message": "kubelet is posting ready status", > "reason": "KubeletReady", > "status": "True", > "type": "Ready" > } > ], > "daemonEndpoints": { > "kubeletEndpoint": { > "Port": 10250 > } > }, > "images": [ > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:ee69d17b25b1627f82cf0facc086f99b55642bf6ab38e3093ae8979e37fa1d6c", > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.9.31" > ], > "sizeBytes": 1253153655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:85eedee1cf1fc7af47e62a89f00b851578fa3bd0688a363da878fd5619cc4f94", > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.9.31" > ], > "sizeBytes": 1232623423 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder@sha256:c790b20be4a159caf6fe4f37861c1267199a6758bf06b46602603b0dcf50b70e", > "registry.reg-aws.openshift.com:443/openshift3/ose-sti-builder:v3.9.31" > ], > "sizeBytes": 1232623111 > }, > { > "names": [ > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example@sha256:3139265c86018c601639d95dc3c71182d1187427ffe284d82dd9bbca54fbda3c", > "docker-registry.default.svc:5000/install-test/nodejs-mongodb-example:latest" > ], > "sizeBytes": 554155702 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:f290e0a582e3a37706cc225111cdde8d2708c7fdc18253579a1e7c0528aa3721", > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.9.31" > ], > "sizeBytes": 548833430 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/nodejs-6-rhel7@sha256:e2c747db13007a2acb77bac3ce4cdbb6b9639a27d145ea168a552d4047ae60a8" > ], > "sizeBytes": 546758354 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl/mongodb-32-rhel7@sha256:8406be3718900902e3668457e43c7ae4c967d1f5720788af41e3d0fadd099ca1" > ], > "sizeBytes": 445791412 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch@sha256:07ffdf5d1430e9e5ecf3652abe41833488e7e6be3ec9dc9b4c2a75a4a0223218", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-elasticsearch:v3.9" > ], > "sizeBytes": 440536612 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:604b6c89b1b658b527bfc98c8f1e139f56e410725f7802740fa5e857e4aba49f", > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31" > ], > "sizeBytes": 435526103 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker@sha256:804b0c0aadf2b1fc390958361b00076e470cd0a948dd5a4be49545ed7175ec8f", > "registry.reg-aws.openshift.com:443/openshift3/ose-template-service-broker:v3.9.31" > ], > "sizeBytes": 299500909 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd@sha256:cf3d359c384047d193a6ea0dc65131765dd4214d705617b51afc11cdacf952fb", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-fluentd:v3.9" > ], > "sizeBytes": 286129244 > }, > { > "names": [ > "registry.access.redhat.com/rhel7/etcd@sha256:0f75c1180d44d31013948c1cde80c082c87178618844630ba3a89d595ec46a6b", > "registry.access.redhat.com/rhel7/etcd:latest" > ], > "sizeBytes": 255993289 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter@sha256:9b8317d677851a4746053ff07eb11fdae159beb6ecd7cd5327fd150c9bc65301", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-eventrouter:v3.9" > ], > "sizeBytes": 238816082 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy@sha256:7ff0b5e624f15dd2ebe0878a6d1b89705107ed18467d3cf2e63985cea326dbd6", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/oauth-proxy:v3.9" > ], > "sizeBytes": 233780717 > }, > { > "names": [ > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator@sha256:7ba0b3217f6bb4a987664e57de6f0325900a1bf042ac6d30e439e1cb63266ee0", > "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-curator:v3.9" > ], > "sizeBytes": 227531655 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:da2067f10794eb98ea4d8dad7c228aa3f6c7eaa1a10a629bee4f60360f33cf9c", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.9.31" > ], > "sizeBytes": 214178919 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "b600b49b-02c3-4cd8-bb65-eb0b2d7021f7", > "containerRuntimeVersion": "docker://1.13.1", > "kernelVersion": "3.10.0-862.3.3.el7.x86_64", > "kubeProxyVersion": "v1.9.1+a0ce1bc657", > "kubeletVersion": "v1.9.1+a0ce1bc657", > "machineID": "1aa0c0c064da415da66aff60c2053155", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "B674AFD2-2429-49F9-972B-37A44BAE9F60" > }, > "volumesAttached": [ > { > "devicePath": "/dev/vdc", > "name": "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > }, > { > "devicePath": "/dev/vdb", > "name": "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f" > } > ], > "volumesInUse": [ > "kubernetes.io/cinder/2c8598e1-2648-4baa-86a7-8b2f6f12f64f", > "kubernetes.io/cinder/642c5c39-b11f-45f8-a024-1baad354ef25" > ] > } > } > ], > "kind": "List", > "metadata": { > "resourceVersion": "", > "selfLink": "" > } > } > ], > "returncode": 0 > }, > "state": "list" >} > >TASK [openshift_hosted : set_fact replicas] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:19 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "replicas": "1" > }, > "changed": false >} > >TASK [openshift_hosted : Get the certificate contents for router] *********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:24 > >TASK [openshift_hosted : generate a default wildcard router certificate] **************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:38 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_adm_ca_server_cert.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485 `" && echo ansible-tmp-1530185851.78-159375751281485="` echo /root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185851.78-159375751281485=/root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpvWm6BQ TO /root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485/oc_adm_ca_server_cert.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpvWm6BQ /root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485/oc_adm_ca_server_cert.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485/ /root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485/oc_adm_ca_server_cert.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485/oc_adm_ca_server_cert.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185851.78-159375751281485/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"expire_days": null, "force": false, "signer_key": "/etc/origin/master/ca.key", "signer_serial": "/etc/origin/master/ca.serial.txt", "signer_cert": "/etc/origin/master/ca.crt", "cert": "/etc/origin/master/openshift-router.crt", "kubeconfig": "/etc/origin/master/admin.kubeconfig", "state": "present", "hostnames": ["apps.0627-8x6.qe.rhcloud.com", "*.apps.0627-8x6.qe.rhcloud.com"], "key": "/etc/origin/master/openshift-router.key", "debug": false, "backup": true}}, "state": "present", "changed": true, "results": {"returncode": 0, "cmd": "/usr/bin/oc adm ca create-server-cert --cert=/etc/origin/master/openshift-router.crt --hostnames=apps.0627-8x6.qe.rhcloud.com,*.apps.0627-8x6.qe.rhcloud.com --key=/etc/origin/master/openshift-router.key --overwrite=True --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt", "results": {}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'name': u'router', u'certificate': {}, u'replicas': u'1', u'serviceaccount': u'router', u'namespace': u'default', u'stats_port': 1936, u'edits': [{u'action': u'put', u'key': u'spec.strategy.rollingParams.intervalSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.rollingParams.updatePeriodSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.activeDeadlineSeconds', u'value': 21600}], u'images': u'registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}', u'selector': u'role=node,router=enabled', u'ports': [u'80:80', u'443:443']}) => { > "changed": true, > "invocation": { > "module_args": { > "backup": true, > "cert": "/etc/origin/master/openshift-router.crt", > "debug": false, > "expire_days": null, > "force": false, > "hostnames": [ > "apps.0627-8x6.qe.rhcloud.com", > "*.apps.0627-8x6.qe.rhcloud.com" > ], > "key": "/etc/origin/master/openshift-router.key", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "signer_cert": "/etc/origin/master/ca.crt", > "signer_key": "/etc/origin/master/ca.key", > "signer_serial": "/etc/origin/master/ca.serial.txt", > "state": "present" > } > }, > "item": { > "certificate": {}, > "edits": [ > { > "action": "put", > "key": "spec.strategy.rollingParams.intervalSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.rollingParams.updatePeriodSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.activeDeadlineSeconds", > "value": 21600 > } > ], > "images": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "name": "router", > "namespace": "default", > "ports": [ > "80:80", > "443:443" > ], > "replicas": "1", > "selector": "role=node,router=enabled", > "serviceaccount": "router", > "stats_port": 1936 > }, > "results": { > "cmd": "/usr/bin/oc adm ca create-server-cert --cert=/etc/origin/master/openshift-router.crt --hostnames=apps.0627-8x6.qe.rhcloud.com,*.apps.0627-8x6.qe.rhcloud.com --key=/etc/origin/master/openshift-router.key --overwrite=True --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt", > "results": {}, > "returncode": 0 > }, > "state": "present" >} > >TASK [openshift_hosted : set the openshift_hosted_router_certificate] ******************************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:50 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "openshift_hosted_router_certificate": { > "cafile": "/etc/origin/master/ca.crt", > "certfile": "/etc/origin/master/openshift-router.crt", > "keyfile": "/etc/origin/master/openshift-router.key" > } > }, > "changed": false >} > >TASK [openshift_hosted : Create the router service account(s)] ************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:61 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_serviceaccount.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824 `" && echo ansible-tmp-1530185852.88-157588759015824="` echo /root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185852.88-157588759015824=/root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpVVlYQQ TO /root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824/oc_serviceaccount.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpVVlYQQ /root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824/oc_serviceaccount.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824/ /root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824/oc_serviceaccount.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824/oc_serviceaccount.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185852.88-157588759015824/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"name": "router", "image_pull_secrets": null, "secrets": null, "namespace": "default", "kubeconfig": "/etc/origin/master/admin.kubeconfig", "state": "present", "debug": false}}, "state": "present", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get sa router -o json -n default", "results": [{"secrets": [{"name": "router-dockercfg-gd525"}, {"name": "router-token-sz9v9"}], "kind": "ServiceAccount", "imagePullSecrets": [{"name": "router-dockercfg-gd525"}], "apiVersion": "v1", "metadata": {"name": "router", "namespace": "default", "resourceVersion": "1611", "creationTimestamp": "2018-06-28T01:16:27Z", "selfLink": "/api/v1/namespaces/default/serviceaccounts/router", "uid": "e1d6863b-7a70-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'name': u'router', u'certificate': {u'certfile': u'/etc/origin/master/openshift-router.crt', u'keyfile': u'/etc/origin/master/openshift-router.key', u'cafile': u'/etc/origin/master/ca.crt'}, u'replicas': u'1', u'serviceaccount': u'router', u'namespace': u'default', u'stats_port': 1936, u'edits': [{u'action': u'put', u'key': u'spec.strategy.rollingParams.intervalSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.rollingParams.updatePeriodSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.activeDeadlineSeconds', u'value': 21600}], u'images': u'registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}', u'selector': u'role=node,router=enabled', u'ports': [u'80:80', u'443:443']}) => { > "changed": false, > "invocation": { > "module_args": { > "debug": false, > "image_pull_secrets": null, > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "router", > "namespace": "default", > "secrets": null, > "state": "present" > } > }, > "item": { > "certificate": { > "cafile": "/etc/origin/master/ca.crt", > "certfile": "/etc/origin/master/openshift-router.crt", > "keyfile": "/etc/origin/master/openshift-router.key" > }, > "edits": [ > { > "action": "put", > "key": "spec.strategy.rollingParams.intervalSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.rollingParams.updatePeriodSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.activeDeadlineSeconds", > "value": 21600 > } > ], > "images": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "name": "router", > "namespace": "default", > "ports": [ > "80:80", > "443:443" > ], > "replicas": "1", > "selector": "role=node,router=enabled", > "serviceaccount": "router", > "stats_port": 1936 > }, > "results": { > "cmd": "/usr/bin/oc get sa router -o json -n default", > "results": [ > { > "apiVersion": "v1", > "imagePullSecrets": [ > { > "name": "router-dockercfg-gd525" > } > ], > "kind": "ServiceAccount", > "metadata": { > "creationTimestamp": "2018-06-28T01:16:27Z", > "name": "router", > "namespace": "default", > "resourceVersion": "1611", > "selfLink": "/api/v1/namespaces/default/serviceaccounts/router", > "uid": "e1d6863b-7a70-11e8-91c7-fa163e9a3ef5" > }, > "secrets": [ > { > "name": "router-dockercfg-gd525" > }, > { > "name": "router-token-sz9v9" > } > ] > } > ], > "returncode": 0 > }, > "state": "present" >} > >TASK [openshift_hosted : Grant the router service account(s) access to the appropriate scc] ********************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:68 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_adm_policy_user.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320 `" && echo ansible-tmp-1530185853.72-150023385557320="` echo /root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185853.72-150023385557320=/root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpzV4sKE TO /root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320/oc_adm_policy_user.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpzV4sKE /root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320/oc_adm_policy_user.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320/ /root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320/oc_adm_policy_user.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320/oc_adm_policy_user.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185853.72-150023385557320/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"resource_name": "hostnetwork", "namespace": "default", "kubeconfig": "/etc/origin/master/admin.kubeconfig", "resource_kind": "scc", "state": "present", "user": "system:serviceaccount:default:router", "role_namespace": null, "debug": false}}, "changed": false, "present": "present"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'name': u'router', u'certificate': {u'certfile': u'/etc/origin/master/openshift-router.crt', u'keyfile': u'/etc/origin/master/openshift-router.key', u'cafile': u'/etc/origin/master/ca.crt'}, u'replicas': u'1', u'serviceaccount': u'router', u'namespace': u'default', u'stats_port': 1936, u'edits': [{u'action': u'put', u'key': u'spec.strategy.rollingParams.intervalSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.rollingParams.updatePeriodSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.activeDeadlineSeconds', u'value': 21600}], u'images': u'registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}', u'selector': u'role=node,router=enabled', u'ports': [u'80:80', u'443:443']}) => { > "changed": false, > "invocation": { > "module_args": { > "debug": false, > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "namespace": "default", > "resource_kind": "scc", > "resource_name": "hostnetwork", > "role_namespace": null, > "state": "present", > "user": "system:serviceaccount:default:router" > } > }, > "item": { > "certificate": { > "cafile": "/etc/origin/master/ca.crt", > "certfile": "/etc/origin/master/openshift-router.crt", > "keyfile": "/etc/origin/master/openshift-router.key" > }, > "edits": [ > { > "action": "put", > "key": "spec.strategy.rollingParams.intervalSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.rollingParams.updatePeriodSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.activeDeadlineSeconds", > "value": 21600 > } > ], > "images": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "name": "router", > "namespace": "default", > "ports": [ > "80:80", > "443:443" > ], > "replicas": "1", > "selector": "role=node,router=enabled", > "serviceaccount": "router", > "stats_port": 1936 > }, > "present": "present" >} > >TASK [openshift_hosted : Set additional permissions for router service account] ********************************************************************************************************* >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:76 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_adm_policy_user.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004 `" && echo ansible-tmp-1530185854.32-188366999004="` echo /root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185854.32-188366999004=/root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp_JSqRD TO /root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004/oc_adm_policy_user.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp_JSqRD /root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004/oc_adm_policy_user.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004/ /root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004/oc_adm_policy_user.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004/oc_adm_policy_user.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185854.32-188366999004/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"resource_name": "cluster-reader", "namespace": "default", "kubeconfig": "/etc/origin/master/admin.kubeconfig", "resource_kind": "cluster-role", "state": "present", "user": "system:serviceaccount:default:router", "role_namespace": null, "debug": false}}, "changed": false, "present": "present"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'name': u'router', u'certificate': {u'certfile': u'/etc/origin/master/openshift-router.crt', u'keyfile': u'/etc/origin/master/openshift-router.key', u'cafile': u'/etc/origin/master/ca.crt'}, u'replicas': u'1', u'serviceaccount': u'router', u'namespace': u'default', u'stats_port': 1936, u'edits': [{u'action': u'put', u'key': u'spec.strategy.rollingParams.intervalSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.rollingParams.updatePeriodSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.activeDeadlineSeconds', u'value': 21600}], u'images': u'registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}', u'selector': u'role=node,router=enabled', u'ports': [u'80:80', u'443:443']}) => { > "changed": false, > "invocation": { > "module_args": { > "debug": false, > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "namespace": "default", > "resource_kind": "cluster-role", > "resource_name": "cluster-reader", > "role_namespace": null, > "state": "present", > "user": "system:serviceaccount:default:router" > } > }, > "item": { > "certificate": { > "cafile": "/etc/origin/master/ca.crt", > "certfile": "/etc/origin/master/openshift-router.crt", > "keyfile": "/etc/origin/master/openshift-router.key" > }, > "edits": [ > { > "action": "put", > "key": "spec.strategy.rollingParams.intervalSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.rollingParams.updatePeriodSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.activeDeadlineSeconds", > "value": 21600 > } > ], > "images": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "name": "router", > "namespace": "default", > "ports": [ > "80:80", > "443:443" > ], > "replicas": "1", > "selector": "role=node,router=enabled", > "serviceaccount": "router", > "stats_port": 1936 > }, > "present": "present" >} > >TASK [openshift_hosted : Create OpenShift router] *************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_hosted/tasks/router.yml:85 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_adm_router.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502 `" && echo ansible-tmp-1530185855.17-33522646410502="` echo /root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185855.17-33522646410502=/root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp5TAsa_ TO /root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502/oc_adm_router.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp5TAsa_ /root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502/oc_adm_router.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502/ /root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502/oc_adm_router.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502/oc_adm_router.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185855.17-33522646410502/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"router_type": "haproxy-router", "cert_file": "/etc/origin/master/openshift-router.crt", "labels": null, "images": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", "stats_port": 1936, "external_host_password": null, "namespace": "default", "state": "present", "external_host_insecure": false, "edits": [{"action": "put", "key": "spec.strategy.rollingParams.intervalSeconds", "value": 1}, {"action": "put", "key": "spec.strategy.rollingParams.updatePeriodSeconds", "value": 1}, {"action": "put", "key": "spec.strategy.activeDeadlineSeconds", "value": 21600}], "host_network": true, "external_host_username": null, "metrics_image": null, "external_host_vserver": null, "replicas": 1, "default_cert": null, "selector": "role=node,router=enabled", "expose_metrics": false, "external_host": null, "latest_images": false, "name": "router", "cacert_file": "/etc/origin/master/ca.crt", "external_host_partition_path": null, "stats_user": null, "external_host_private_key": null, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "service_account": "router", "debug": false, "stats_password": null, "key_file": "/etc/origin/master/openshift-router.key", "ports": ["80:80", "443:443"]}}, "state": "present", "changed": true, "results": {"returncode": 0, "results": [{"returncode": 0, "cmd": "/usr/bin/oc replace -f /tmp/SecretYniHyB -n default", "results": {}}, {"returncode": 0, "cmd": "/usr/bin/oc replace -f /tmp/DeploymentConfigwQeYTZ -n default", "results": {}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'name': u'router', u'certificate': {u'certfile': u'/etc/origin/master/openshift-router.crt', u'keyfile': u'/etc/origin/master/openshift-router.key', u'cafile': u'/etc/origin/master/ca.crt'}, u'replicas': u'1', u'serviceaccount': u'router', u'namespace': u'default', u'stats_port': 1936, u'edits': [{u'action': u'put', u'key': u'spec.strategy.rollingParams.intervalSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.rollingParams.updatePeriodSeconds', u'value': 1}, {u'action': u'put', u'key': u'spec.strategy.activeDeadlineSeconds', u'value': 21600}], u'images': u'registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}', u'selector': u'role=node,router=enabled', u'ports': [u'80:80', u'443:443']}) => { > "changed": true, > "invocation": { > "module_args": { > "cacert_file": "/etc/origin/master/ca.crt", > "cert_file": "/etc/origin/master/openshift-router.crt", > "debug": false, > "default_cert": null, > "edits": [ > { > "action": "put", > "key": "spec.strategy.rollingParams.intervalSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.rollingParams.updatePeriodSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.activeDeadlineSeconds", > "value": 21600 > } > ], > "expose_metrics": false, > "external_host": null, > "external_host_insecure": false, > "external_host_partition_path": null, > "external_host_password": null, > "external_host_private_key": null, > "external_host_username": null, > "external_host_vserver": null, > "host_network": true, > "images": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "key_file": "/etc/origin/master/openshift-router.key", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "labels": null, > "latest_images": false, > "metrics_image": null, > "name": "router", > "namespace": "default", > "ports": [ > "80:80", > "443:443" > ], > "replicas": 1, > "router_type": "haproxy-router", > "selector": "role=node,router=enabled", > "service_account": "router", > "state": "present", > "stats_password": null, > "stats_port": 1936, > "stats_user": null > } > }, > "item": { > "certificate": { > "cafile": "/etc/origin/master/ca.crt", > "certfile": "/etc/origin/master/openshift-router.crt", > "keyfile": "/etc/origin/master/openshift-router.key" > }, > "edits": [ > { > "action": "put", > "key": "spec.strategy.rollingParams.intervalSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.rollingParams.updatePeriodSeconds", > "value": 1 > }, > { > "action": "put", > "key": "spec.strategy.activeDeadlineSeconds", > "value": 21600 > } > ], > "images": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "name": "router", > "namespace": "default", > "ports": [ > "80:80", > "443:443" > ], > "replicas": "1", > "selector": "role=node,router=enabled", > "serviceaccount": "router", > "stats_port": 1936 > }, > "results": { > "results": [ > { > "cmd": "/usr/bin/oc replace -f /tmp/SecretYniHyB -n default", > "results": {}, > "returncode": 0 > }, > { > "cmd": "/usr/bin/oc replace -f /tmp/DeploymentConfigwQeYTZ -n default", > "results": {}, > "returncode": 0 > } > ], > "returncode": 0 > }, > "state": "present" >} > >TASK [Delete temp directory] ************************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-router-certificates.yml:128 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472 `" && echo ansible-tmp-1530185857.3-79489034851472="` echo /root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185857.3-79489034851472=/root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpQ3cmz6 TO /root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpQ3cmz6 /root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472/ /root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185857.3-79489034851472/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/tmp/openshift-ansible-DxgmUm", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "name": "/tmp/openshift-ansible-DxgmUm", "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/tmp/openshift-ansible-DxgmUm", "state": "absent", "changed": true, "diff": {"after": {"path": "/tmp/openshift-ansible-DxgmUm", "state": "absent"}, "before": {"path": "/tmp/openshift-ansible-DxgmUm", "state": "directory"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/openshift-ansible-DxgmUm", > "state": "absent" > }, > "before": { > "path": "/tmp/openshift-ansible-DxgmUm", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "name": "/tmp/openshift-ansible-DxgmUm", > "original_basename": null, > "owner": null, > "path": "/tmp/openshift-ansible-DxgmUm", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/openshift-ansible-DxgmUm", > "state": "absent" >} >META: ran handlers >META: ran handlers > >PLAY [Update registry certificates] ***************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773 `" && echo ansible-tmp-1530185857.61-106461619405773="` echo /root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185857.61-106461619405773=/root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpmrqRbe TO /root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpmrqRbe /root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773/ /root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185857.61-106461619405773/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38152, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2505053, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2210979, "size_available": 9056169984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2505053, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2210979, "size_available": 9056169984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2505053, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2210979, "size_available": 9056169984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2505053, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2210979, "size_available": 9056169984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2505053, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2210979, "size_available": 9056169984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2505053, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2210979, "size_available": 9056169984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2505053, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2210979, "size_available": 9056169984, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7638, "free": 183}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1926, "free": 5895}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 183, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073728", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "37", "tz_offset": "-0400", "month": "06", "epoch": "1530185848", "iso8601_micro": "2018-06-28T11:37:28.790853Z", "weekday": "Thursday", "time": "07:37:28", "date": "2018-06-28", "iso8601": "2018-06-28T11:37:28Z", "day": "28", "iso8601_basic": "20180628T073728790774", "second": "28"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Create temp directory for kubeconfig] ********************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:9 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656 `" && echo ansible-tmp-1530185858.51-128867898812656="` echo /root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185858.51-128867898812656=/root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpc26c1b TO /root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpc26c1b /root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656/ /root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185858.51-128867898812656/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:29.596261", "stdout": "/tmp/openshift-ansible-wa2qgn", "cmd": ["mktemp", "-d", "/tmp/openshift-ansible-XXXXXX"], "rc": 0, "start": "2018-06-28 07:37:29.592026", "stderr": "", "delta": "0:00:00.004235", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "mktemp -d /tmp/openshift-ansible-XXXXXX", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "mktemp", > "-d", > "/tmp/openshift-ansible-XXXXXX" > ], > "delta": "0:00:00.004235", > "end": "2018-06-28 07:37:29.596261", > "invocation": { > "module_args": { > "_raw_params": "mktemp -d /tmp/openshift-ansible-XXXXXX", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:29.592026", > "stderr": "", > "stderr_lines": [], > "stdout": "/tmp/openshift-ansible-wa2qgn", > "stdout_lines": [ > "/tmp/openshift-ansible-wa2qgn" > ] >} > >TASK [Copy admin client config(s)] ****************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:14 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752 `" && echo ansible-tmp-1530185858.82-208699247461752="` echo /root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185858.82-208699247461752=/root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpcmrrY6 TO /root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpcmrrY6 /root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752/ /root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185858.82-208699247461752/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:29.911025", "stdout": "", "cmd": ["cp", "/etc/origin/master//admin.kubeconfig", "/tmp/openshift-ansible-wa2qgn/admin.kubeconfig"], "rc": 0, "start": "2018-06-28 07:37:29.907490", "stderr": "", "delta": "0:00:00.003535", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "cp /etc/origin/master//admin.kubeconfig /tmp/openshift-ansible-wa2qgn/admin.kubeconfig", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "cp", > "/etc/origin/master//admin.kubeconfig", > "/tmp/openshift-ansible-wa2qgn/admin.kubeconfig" > ], > "delta": "0:00:00.003535", > "end": "2018-06-28 07:37:29.911025", > "invocation": { > "module_args": { > "_raw_params": "cp /etc/origin/master//admin.kubeconfig /tmp/openshift-ansible-wa2qgn/admin.kubeconfig", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:29.907490", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} > >TASK [Determine if docker-registry exists] ********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:19 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480 `" && echo ansible-tmp-1530185859.14-231226903363480="` echo /root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185859.14-231226903363480=/root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpEA94db TO /root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpEA94db /root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480/ /root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185859.14-231226903363480/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:30.437934", "stdout": "{\\n \\"apiVersion\\": \\"apps.openshift.io/v1\\",\\n \\"kind\\": \\"DeploymentConfig\\",\\n \\"metadata\\": {\\n \\"creationTimestamp\\": \\"2018-06-28T01:16:51Z\\",\\n \\"generation\\": 4,\\n \\"labels\\": {\\n \\"docker-registry\\": \\"default\\"\\n },\\n \\"name\\": \\"docker-registry\\",\\n \\"namespace\\": \\"default\\",\\n \\"resourceVersion\\": \\"81500\\",\\n \\"selfLink\\": \\"/apis/apps.openshift.io/v1/namespaces/default/deploymentconfigs/docker-registry\\",\\n \\"uid\\": \\"efaaafb7-7a70-11e8-91c7-fa163e9a3ef5\\"\\n },\\n \\"spec\\": {\\n \\"replicas\\": 1,\\n \\"selector\\": {\\n \\"docker-registry\\": \\"default\\"\\n },\\n \\"strategy\\": {\\n \\"activeDeadlineSeconds\\": 21600,\\n \\"resources\\": {},\\n \\"rollingParams\\": {\\n \\"intervalSeconds\\": 1,\\n \\"maxSurge\\": \\"25%\\",\\n \\"maxUnavailable\\": \\"25%\\",\\n \\"timeoutSeconds\\": 600,\\n \\"updatePeriodSeconds\\": 1\\n },\\n \\"type\\": \\"Rolling\\"\\n },\\n \\"template\\": {\\n \\"metadata\\": {\\n \\"creationTimestamp\\": null,\\n \\"labels\\": {\\n \\"docker-registry\\": \\"default\\"\\n }\\n },\\n \\"spec\\": {\\n \\"containers\\": [\\n {\\n \\"env\\": [\\n {\\n \\"name\\": \\"REGISTRY_HTTP_ADDR\\",\\n \\"value\\": \\":5000\\"\\n },\\n {\\n \\"name\\": \\"REGISTRY_HTTP_NET\\",\\n \\"value\\": \\"tcp\\"\\n },\\n {\\n \\"name\\": \\"REGISTRY_HTTP_SECRET\\",\\n \\"value\\": \\"N2rFKxZa5Idz8AEfd9+/Z0ENg9IZMYoHwvyE272T/o8=\\"\\n },\\n {\\n \\"name\\": \\"REGISTRY_MIDDLEWARE_REPOSITORY_OPENSHIFT_ENFORCEQUOTA\\",\\n \\"value\\": \\"false\\"\\n },\\n {\\n \\"name\\": \\"REGISTRY_OPENSHIFT_SERVER_ADDR\\",\\n \\"value\\": \\"docker-registry.default.svc:5000\\"\\n },\\n {\\n \\"name\\": \\"REGISTRY_HTTP_TLS_CERTIFICATE\\",\\n \\"value\\": \\"/etc/secrets/registry.crt\\"\\n },\\n {\\n \\"name\\": \\"REGISTRY_HTTP_TLS_KEY\\",\\n \\"value\\": \\"/etc/secrets/registry.key\\"\\n }\\n ],\\n \\"image\\": \\"registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31\\",\\n \\"imagePullPolicy\\": \\"IfNotPresent\\",\\n \\"livenessProbe\\": {\\n \\"failureThreshold\\": 3,\\n \\"httpGet\\": {\\n \\"path\\": \\"/healthz\\",\\n \\"port\\": 5000,\\n \\"scheme\\": \\"HTTPS\\"\\n },\\n \\"initialDelaySeconds\\": 10,\\n \\"periodSeconds\\": 10,\\n \\"successThreshold\\": 1,\\n \\"timeoutSeconds\\": 5\\n },\\n \\"name\\": \\"registry\\",\\n \\"ports\\": [\\n {\\n \\"containerPort\\": 5000,\\n \\"protocol\\": \\"TCP\\"\\n }\\n ],\\n \\"readinessProbe\\": {\\n \\"failureThreshold\\": 3,\\n \\"httpGet\\": {\\n \\"path\\": \\"/healthz\\",\\n \\"port\\": 5000,\\n \\"scheme\\": \\"HTTPS\\"\\n },\\n \\"periodSeconds\\": 10,\\n \\"successThreshold\\": 1,\\n \\"timeoutSeconds\\": 5\\n },\\n \\"resources\\": {\\n \\"requests\\": {\\n \\"cpu\\": \\"100m\\",\\n \\"memory\\": \\"256Mi\\"\\n }\\n },\\n \\"securityContext\\": {\\n \\"privileged\\": false\\n },\\n \\"terminationMessagePath\\": \\"/dev/termination-log\\",\\n \\"terminationMessagePolicy\\": \\"File\\",\\n \\"volumeMounts\\": [\\n {\\n \\"mountPath\\": \\"/registry\\",\\n \\"name\\": \\"registry-storage\\"\\n },\\n {\\n \\"mountPath\\": \\"/etc/secrets\\",\\n \\"name\\": \\"registry-certificates\\"\\n }\\n ]\\n }\\n ],\\n \\"dnsPolicy\\": \\"ClusterFirst\\",\\n \\"nodeSelector\\": {\\n \\"registry\\": \\"enabled\\",\\n \\"role\\": \\"node\\"\\n },\\n \\"restartPolicy\\": \\"Always\\",\\n \\"schedulerName\\": \\"default-scheduler\\",\\n \\"securityContext\\": {},\\n \\"serviceAccount\\": \\"registry\\",\\n \\"serviceAccountName\\": \\"registry\\",\\n \\"terminationGracePeriodSeconds\\": 30,\\n \\"volumes\\": [\\n {\\n \\"name\\": \\"registry-certificates\\",\\n \\"secret\\": {\\n \\"defaultMode\\": 420,\\n \\"secretName\\": \\"registry-certificates\\"\\n }\\n },\\n {\\n \\"name\\": \\"registry-storage\\",\\n \\"persistentVolumeClaim\\": {\\n \\"claimName\\": \\"platform-pvc\\"\\n }\\n }\\n ]\\n }\\n },\\n \\"test\\": false,\\n \\"triggers\\": [\\n {\\n \\"type\\": \\"ConfigChange\\"\\n }\\n ]\\n },\\n \\"status\\": {\\n \\"availableReplicas\\": 1,\\n \\"conditions\\": [\\n {\\n \\"lastTransitionTime\\": \\"2018-06-28T10:49:27Z\\",\\n \\"lastUpdateTime\\": \\"2018-06-28T10:49:27Z\\",\\n \\"message\\": \\"replication controller \\\\\\"docker-registry-4\\\\\\" has failed progressing\\",\\n \\"reason\\": \\"ProgressDeadlineExceeded\\",\\n \\"status\\": \\"False\\",\\n \\"type\\": \\"Progressing\\"\\n },\\n {\\n \\"lastTransitionTime\\": \\"2018-06-28T11:37:23Z\\",\\n \\"lastUpdateTime\\": \\"2018-06-28T11:37:23Z\\",\\n \\"message\\": \\"Deployment config has minimum availability.\\",\\n \\"status\\": \\"True\\",\\n \\"type\\": \\"Available\\"\\n }\\n ],\\n \\"details\\": {\\n \\"causes\\": [\\n {\\n \\"type\\": \\"Manual\\"\\n }\\n ],\\n \\"message\\": \\"manual change\\"\\n },\\n \\"latestVersion\\": 4,\\n \\"observedGeneration\\": 4,\\n \\"readyReplicas\\": 1,\\n \\"replicas\\": 1,\\n \\"unavailableReplicas\\": 0,\\n \\"updatedReplicas\\": 0\\n }\\n}", "cmd": ["oc", "get", "dc/docker-registry", "-o", "json", "--config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", "-n", "default"], "rc": 0, "start": "2018-06-28 07:37:30.231240", "stderr": "", "delta": "0:00:00.206694", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "oc get dc/docker-registry -o json --config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig -n default", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "cmd": [ > "oc", > "get", > "dc/docker-registry", > "-o", > "json", > "--config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", > "-n", > "default" > ], > "delta": "0:00:00.206694", > "end": "2018-06-28 07:37:30.437934", > "failed_when_result": false, > "invocation": { > "module_args": { > "_raw_params": "oc get dc/docker-registry -o json --config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig -n default", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:30.231240", > "stderr": "", > "stderr_lines": [], > "stdout": "{\n \"apiVersion\": \"apps.openshift.io/v1\",\n \"kind\": \"DeploymentConfig\",\n \"metadata\": {\n \"creationTimestamp\": \"2018-06-28T01:16:51Z\",\n \"generation\": 4,\n \"labels\": {\n \"docker-registry\": \"default\"\n },\n \"name\": \"docker-registry\",\n \"namespace\": \"default\",\n \"resourceVersion\": \"81500\",\n \"selfLink\": \"/apis/apps.openshift.io/v1/namespaces/default/deploymentconfigs/docker-registry\",\n \"uid\": \"efaaafb7-7a70-11e8-91c7-fa163e9a3ef5\"\n },\n \"spec\": {\n \"replicas\": 1,\n \"selector\": {\n \"docker-registry\": \"default\"\n },\n \"strategy\": {\n \"activeDeadlineSeconds\": 21600,\n \"resources\": {},\n \"rollingParams\": {\n \"intervalSeconds\": 1,\n \"maxSurge\": \"25%\",\n \"maxUnavailable\": \"25%\",\n \"timeoutSeconds\": 600,\n \"updatePeriodSeconds\": 1\n },\n \"type\": \"Rolling\"\n },\n \"template\": {\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"docker-registry\": \"default\"\n }\n },\n \"spec\": {\n \"containers\": [\n {\n \"env\": [\n {\n \"name\": \"REGISTRY_HTTP_ADDR\",\n \"value\": \":5000\"\n },\n {\n \"name\": \"REGISTRY_HTTP_NET\",\n \"value\": \"tcp\"\n },\n {\n \"name\": \"REGISTRY_HTTP_SECRET\",\n \"value\": \"N2rFKxZa5Idz8AEfd9+/Z0ENg9IZMYoHwvyE272T/o8=\"\n },\n {\n \"name\": \"REGISTRY_MIDDLEWARE_REPOSITORY_OPENSHIFT_ENFORCEQUOTA\",\n \"value\": \"false\"\n },\n {\n \"name\": \"REGISTRY_OPENSHIFT_SERVER_ADDR\",\n \"value\": \"docker-registry.default.svc:5000\"\n },\n {\n \"name\": \"REGISTRY_HTTP_TLS_CERTIFICATE\",\n \"value\": \"/etc/secrets/registry.crt\"\n },\n {\n \"name\": \"REGISTRY_HTTP_TLS_KEY\",\n \"value\": \"/etc/secrets/registry.key\"\n }\n ],\n \"image\": \"registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31\",\n \"imagePullPolicy\": \"IfNotPresent\",\n \"livenessProbe\": {\n \"failureThreshold\": 3,\n \"httpGet\": {\n \"path\": \"/healthz\",\n \"port\": 5000,\n \"scheme\": \"HTTPS\"\n },\n \"initialDelaySeconds\": 10,\n \"periodSeconds\": 10,\n \"successThreshold\": 1,\n \"timeoutSeconds\": 5\n },\n \"name\": \"registry\",\n \"ports\": [\n {\n \"containerPort\": 5000,\n \"protocol\": \"TCP\"\n }\n ],\n \"readinessProbe\": {\n \"failureThreshold\": 3,\n \"httpGet\": {\n \"path\": \"/healthz\",\n \"port\": 5000,\n \"scheme\": \"HTTPS\"\n },\n \"periodSeconds\": 10,\n \"successThreshold\": 1,\n \"timeoutSeconds\": 5\n },\n \"resources\": {\n \"requests\": {\n \"cpu\": \"100m\",\n \"memory\": \"256Mi\"\n }\n },\n \"securityContext\": {\n \"privileged\": false\n },\n \"terminationMessagePath\": \"/dev/termination-log\",\n \"terminationMessagePolicy\": \"File\",\n \"volumeMounts\": [\n {\n \"mountPath\": \"/registry\",\n \"name\": \"registry-storage\"\n },\n {\n \"mountPath\": \"/etc/secrets\",\n \"name\": \"registry-certificates\"\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"nodeSelector\": {\n \"registry\": \"enabled\",\n \"role\": \"node\"\n },\n \"restartPolicy\": \"Always\",\n \"schedulerName\": \"default-scheduler\",\n \"securityContext\": {},\n \"serviceAccount\": \"registry\",\n \"serviceAccountName\": \"registry\",\n \"terminationGracePeriodSeconds\": 30,\n \"volumes\": [\n {\n \"name\": \"registry-certificates\",\n \"secret\": {\n \"defaultMode\": 420,\n \"secretName\": \"registry-certificates\"\n }\n },\n {\n \"name\": \"registry-storage\",\n \"persistentVolumeClaim\": {\n \"claimName\": \"platform-pvc\"\n }\n }\n ]\n }\n },\n \"test\": false,\n \"triggers\": [\n {\n \"type\": \"ConfigChange\"\n }\n ]\n },\n \"status\": {\n \"availableReplicas\": 1,\n \"conditions\": [\n {\n \"lastTransitionTime\": \"2018-06-28T10:49:27Z\",\n \"lastUpdateTime\": \"2018-06-28T10:49:27Z\",\n \"message\": \"replication controller \\\"docker-registry-4\\\" has failed progressing\",\n \"reason\": \"ProgressDeadlineExceeded\",\n \"status\": \"False\",\n \"type\": \"Progressing\"\n },\n {\n \"lastTransitionTime\": \"2018-06-28T11:37:23Z\",\n \"lastUpdateTime\": \"2018-06-28T11:37:23Z\",\n \"message\": \"Deployment config has minimum availability.\",\n \"status\": \"True\",\n \"type\": \"Available\"\n }\n ],\n \"details\": {\n \"causes\": [\n {\n \"type\": \"Manual\"\n }\n ],\n \"message\": \"manual change\"\n },\n \"latestVersion\": 4,\n \"observedGeneration\": 4,\n \"readyReplicas\": 1,\n \"replicas\": 1,\n \"unavailableReplicas\": 0,\n \"updatedReplicas\": 0\n }\n}", > "stdout_lines": [ > "{", > " \"apiVersion\": \"apps.openshift.io/v1\",", > " \"kind\": \"DeploymentConfig\",", > " \"metadata\": {", > " \"creationTimestamp\": \"2018-06-28T01:16:51Z\",", > " \"generation\": 4,", > " \"labels\": {", > " \"docker-registry\": \"default\"", > " },", > " \"name\": \"docker-registry\",", > " \"namespace\": \"default\",", > " \"resourceVersion\": \"81500\",", > " \"selfLink\": \"/apis/apps.openshift.io/v1/namespaces/default/deploymentconfigs/docker-registry\",", > " \"uid\": \"efaaafb7-7a70-11e8-91c7-fa163e9a3ef5\"", > " },", > " \"spec\": {", > " \"replicas\": 1,", > " \"selector\": {", > " \"docker-registry\": \"default\"", > " },", > " \"strategy\": {", > " \"activeDeadlineSeconds\": 21600,", > " \"resources\": {},", > " \"rollingParams\": {", > " \"intervalSeconds\": 1,", > " \"maxSurge\": \"25%\",", > " \"maxUnavailable\": \"25%\",", > " \"timeoutSeconds\": 600,", > " \"updatePeriodSeconds\": 1", > " },", > " \"type\": \"Rolling\"", > " },", > " \"template\": {", > " \"metadata\": {", > " \"creationTimestamp\": null,", > " \"labels\": {", > " \"docker-registry\": \"default\"", > " }", > " },", > " \"spec\": {", > " \"containers\": [", > " {", > " \"env\": [", > " {", > " \"name\": \"REGISTRY_HTTP_ADDR\",", > " \"value\": \":5000\"", > " },", > " {", > " \"name\": \"REGISTRY_HTTP_NET\",", > " \"value\": \"tcp\"", > " },", > " {", > " \"name\": \"REGISTRY_HTTP_SECRET\",", > " \"value\": \"N2rFKxZa5Idz8AEfd9+/Z0ENg9IZMYoHwvyE272T/o8=\"", > " },", > " {", > " \"name\": \"REGISTRY_MIDDLEWARE_REPOSITORY_OPENSHIFT_ENFORCEQUOTA\",", > " \"value\": \"false\"", > " },", > " {", > " \"name\": \"REGISTRY_OPENSHIFT_SERVER_ADDR\",", > " \"value\": \"docker-registry.default.svc:5000\"", > " },", > " {", > " \"name\": \"REGISTRY_HTTP_TLS_CERTIFICATE\",", > " \"value\": \"/etc/secrets/registry.crt\"", > " },", > " {", > " \"name\": \"REGISTRY_HTTP_TLS_KEY\",", > " \"value\": \"/etc/secrets/registry.key\"", > " }", > " ],", > " \"image\": \"registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.9.31\",", > " \"imagePullPolicy\": \"IfNotPresent\",", > " \"livenessProbe\": {", > " \"failureThreshold\": 3,", > " \"httpGet\": {", > " \"path\": \"/healthz\",", > " \"port\": 5000,", > " \"scheme\": \"HTTPS\"", > " },", > " \"initialDelaySeconds\": 10,", > " \"periodSeconds\": 10,", > " \"successThreshold\": 1,", > " \"timeoutSeconds\": 5", > " },", > " \"name\": \"registry\",", > " \"ports\": [", > " {", > " \"containerPort\": 5000,", > " \"protocol\": \"TCP\"", > " }", > " ],", > " \"readinessProbe\": {", > " \"failureThreshold\": 3,", > " \"httpGet\": {", > " \"path\": \"/healthz\",", > " \"port\": 5000,", > " \"scheme\": \"HTTPS\"", > " },", > " \"periodSeconds\": 10,", > " \"successThreshold\": 1,", > " \"timeoutSeconds\": 5", > " },", > " \"resources\": {", > " \"requests\": {", > " \"cpu\": \"100m\",", > " \"memory\": \"256Mi\"", > " }", > " },", > " \"securityContext\": {", > " \"privileged\": false", > " },", > " \"terminationMessagePath\": \"/dev/termination-log\",", > " \"terminationMessagePolicy\": \"File\",", > " \"volumeMounts\": [", > " {", > " \"mountPath\": \"/registry\",", > " \"name\": \"registry-storage\"", > " },", > " {", > " \"mountPath\": \"/etc/secrets\",", > " \"name\": \"registry-certificates\"", > " }", > " ]", > " }", > " ],", > " \"dnsPolicy\": \"ClusterFirst\",", > " \"nodeSelector\": {", > " \"registry\": \"enabled\",", > " \"role\": \"node\"", > " },", > " \"restartPolicy\": \"Always\",", > " \"schedulerName\": \"default-scheduler\",", > " \"securityContext\": {},", > " \"serviceAccount\": \"registry\",", > " \"serviceAccountName\": \"registry\",", > " \"terminationGracePeriodSeconds\": 30,", > " \"volumes\": [", > " {", > " \"name\": \"registry-certificates\",", > " \"secret\": {", > " \"defaultMode\": 420,", > " \"secretName\": \"registry-certificates\"", > " }", > " },", > " {", > " \"name\": \"registry-storage\",", > " \"persistentVolumeClaim\": {", > " \"claimName\": \"platform-pvc\"", > " }", > " }", > " ]", > " }", > " },", > " \"test\": false,", > " \"triggers\": [", > " {", > " \"type\": \"ConfigChange\"", > " }", > " ]", > " },", > " \"status\": {", > " \"availableReplicas\": 1,", > " \"conditions\": [", > " {", > " \"lastTransitionTime\": \"2018-06-28T10:49:27Z\",", > " \"lastUpdateTime\": \"2018-06-28T10:49:27Z\",", > " \"message\": \"replication controller \\\"docker-registry-4\\\" has failed progressing\",", > " \"reason\": \"ProgressDeadlineExceeded\",", > " \"status\": \"False\",", > " \"type\": \"Progressing\"", > " },", > " {", > " \"lastTransitionTime\": \"2018-06-28T11:37:23Z\",", > " \"lastUpdateTime\": \"2018-06-28T11:37:23Z\",", > " \"message\": \"Deployment config has minimum availability.\",", > " \"status\": \"True\",", > " \"type\": \"Available\"", > " }", > " ],", > " \"details\": {", > " \"causes\": [", > " {", > " \"type\": \"Manual\"", > " }", > " ],", > " \"message\": \"manual change\"", > " },", > " \"latestVersion\": 4,", > " \"observedGeneration\": 4,", > " \"readyReplicas\": 1,", > " \"replicas\": 1,", > " \"unavailableReplicas\": 0,", > " \"updatedReplicas\": 0", > " }", > "}" > ] >} > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:28 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "docker_registry_env_vars": [ > "REGISTRY_HTTP_ADDR", > "REGISTRY_HTTP_NET", > "REGISTRY_HTTP_SECRET", > "REGISTRY_MIDDLEWARE_REPOSITORY_OPENSHIFT_ENFORCEQUOTA", > "REGISTRY_OPENSHIFT_SERVER_ADDR", > "REGISTRY_HTTP_TLS_CERTIFICATE", > "REGISTRY_HTTP_TLS_KEY" > ], > "docker_registry_secrets": [ > "registry-certificates" > ] > }, > "changed": false >} > >TASK [Update docker-registry environment variables] ************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:40 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [Retrieve registry service IP] ***************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:52 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_service.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734 `" && echo ansible-tmp-1530185859.98-18308525845734="` echo /root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185859.98-18308525845734=/root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp1ZRyR6 TO /root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734/oc_service.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp1ZRyR6 /root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734/oc_service.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734/ /root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734/oc_service.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734/oc_service.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185859.98-18308525845734/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"service_type": "ClusterIP", "name": "docker-registry", "session_affinity": "None", "labels": null, "namespace": "default", "kubeconfig": "/etc/origin/master/admin.kubeconfig", "ports": null, "clusterip": null, "state": "list", "external_ips": null, "debug": false, "selector": null, "annotations": null, "portalip": null}}, "state": "list", "changed": false, "results": {"clusterip": "172.30.127.142", "cmd": "/usr/bin/oc get service docker-registry -o json -n default", "results": [{"status": {"loadBalancer": {}}, "kind": "Service", "spec": {"selector": {"docker-registry": "default"}, "sessionAffinity": "ClientIP", "clusterIP": "172.30.127.142", "sessionAffinityConfig": {"clientIP": {"timeoutSeconds": 10800}}, "type": "ClusterIP", "ports": [{"protocol": "TCP", "targetPort": 5000, "name": "5000-tcp", "port": 5000}]}, "apiVersion": "v1", "metadata": {"name": "docker-registry", "labels": {"docker-registry": "default"}, "namespace": "default", "resourceVersion": "1766", "creationTimestamp": "2018-06-28T01:16:42Z", "selfLink": "/api/v1/namespaces/default/services/docker-registry", "uid": "ea495861-7a70-11e8-91c7-fa163e9a3ef5"}}], "returncode": 0}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "annotations": null, > "clusterip": null, > "debug": false, > "external_ips": null, > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "labels": null, > "name": "docker-registry", > "namespace": "default", > "portalip": null, > "ports": null, > "selector": null, > "service_type": "ClusterIP", > "session_affinity": "None", > "state": "list" > } > }, > "results": { > "clusterip": "172.30.127.142", > "cmd": "/usr/bin/oc get service docker-registry -o json -n default", > "results": [ > { > "apiVersion": "v1", > "kind": "Service", > "metadata": { > "creationTimestamp": "2018-06-28T01:16:42Z", > "labels": { > "docker-registry": "default" > }, > "name": "docker-registry", > "namespace": "default", > "resourceVersion": "1766", > "selfLink": "/api/v1/namespaces/default/services/docker-registry", > "uid": "ea495861-7a70-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "clusterIP": "172.30.127.142", > "ports": [ > { > "name": "5000-tcp", > "port": 5000, > "protocol": "TCP", > "targetPort": 5000 > } > ], > "selector": { > "docker-registry": "default" > }, > "sessionAffinity": "ClientIP", > "sessionAffinityConfig": { > "clientIP": { > "timeoutSeconds": 10800 > } > }, > "type": "ClusterIP" > }, > "status": { > "loadBalancer": {} > } > } > ], > "returncode": 0 > }, > "state": "list" >} > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:60 >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "ansible_facts": { > "docker_registry_route_hostname": "docker-registry-default.apps.0627-8x6.qe.rhcloud.com" > }, > "changed": false >} > >TASK [Generate registry certificate] **************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:64 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360 `" && echo ansible-tmp-1530185860.6-200315043322360="` echo /root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185860.6-200315043322360=/root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmplpE5Kg TO /root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmplpE5Kg /root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360/ /root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185860.6-200315043322360/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:32.556069", "stdout": "", "cmd": ["oc", "adm", "ca", "create-server-cert", "--signer-cert=/etc/origin/master/ca.crt", "--signer-key=/etc/origin/master/ca.key", "--signer-serial=/etc/origin/master/ca.serial.txt", "--config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", "--hostnames=172.30.127.142,docker-registry.default.svc,docker-registry.default.svc.cluster.local,docker-registry-default.apps.0627-8x6.qe.rhcloud.com", "--cert=/etc/origin/master/registry.crt", "--key=/etc/origin/master/registry.key", "--expire-days=730"], "rc": 0, "start": "2018-06-28 07:37:31.705105", "stderr": "", "delta": "0:00:00.850964", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "oc adm ca create-server-cert --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt --config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig --hostnames=\\"172.30.127.142,docker-registry.default.svc,docker-registry.default.svc.cluster.local,docker-registry-default.apps.0627-8x6.qe.rhcloud.com\\" --cert=/etc/origin/master/registry.crt --key=/etc/origin/master/registry.key --expire-days=730", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "oc", > "adm", > "ca", > "create-server-cert", > "--signer-cert=/etc/origin/master/ca.crt", > "--signer-key=/etc/origin/master/ca.key", > "--signer-serial=/etc/origin/master/ca.serial.txt", > "--config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", > "--hostnames=172.30.127.142,docker-registry.default.svc,docker-registry.default.svc.cluster.local,docker-registry-default.apps.0627-8x6.qe.rhcloud.com", > "--cert=/etc/origin/master/registry.crt", > "--key=/etc/origin/master/registry.key", > "--expire-days=730" > ], > "delta": "0:00:00.850964", > "end": "2018-06-28 07:37:32.556069", > "invocation": { > "module_args": { > "_raw_params": "oc adm ca create-server-cert --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt --config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig --hostnames=\"172.30.127.142,docker-registry.default.svc,docker-registry.default.svc.cluster.local,docker-registry-default.apps.0627-8x6.qe.rhcloud.com\" --cert=/etc/origin/master/registry.crt --key=/etc/origin/master/registry.key --expire-days=730", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:31.705105", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} > >TASK [Update registry certificates secret] ********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:76 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_secret.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980 `" && echo ansible-tmp-1530185861.98-185449710112980="` echo /root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185861.98-185449710112980=/root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpVmu0nr TO /root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980/oc_secret.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpVmu0nr /root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980/oc_secret.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980/ /root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980/oc_secret.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980/oc_secret.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185861.98-185449710112980/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": [{"path": "/etc/origin/master/registry.crt", "name": "registry.crt"}, {"path": "/etc/origin/master/registry.key", "name": "registry.key"}], "force": false, "name": "registry-certificates", "namespace": "default", "delete_after": false, "kubeconfig": "/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", "decode": false, "state": "present", "debug": false, "type": null, "annotations": null, "contents": null}}, "state": "present", "changed": true, "results": {"returncode": 0, "cmd": "/usr/bin/oc replace -f /tmp/registry-certificates -n default", "results": {}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "annotations": null, > "contents": null, > "debug": false, > "decode": false, > "delete_after": false, > "files": [ > { > "name": "registry.crt", > "path": "/etc/origin/master/registry.crt" > }, > { > "name": "registry.key", > "path": "/etc/origin/master/registry.key" > } > ], > "force": false, > "kubeconfig": "/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", > "name": "registry-certificates", > "namespace": "default", > "state": "present", > "type": null > } > }, > "results": { > "cmd": "/usr/bin/oc replace -f /tmp/registry-certificates -n default", > "results": {}, > "returncode": 0 > }, > "state": "present" >} > >TASK [Redeploy docker registry] ********************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:90 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285 `" && echo ansible-tmp-1530185863.08-5284475121285="` echo /root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185863.08-5284475121285=/root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp8VTOg2 TO /root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp8VTOg2 /root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285/ /root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185863.08-5284475121285/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:37:34.426881", "stdout": "deploymentconfig \\"docker-registry\\" rolled out", "cmd": ["oc", "rollout", "latest", "dc/docker-registry", "--config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", "-n", "default"], "rc": 0, "start": "2018-06-28 07:37:34.161528", "stderr": "", "delta": "0:00:00.265353", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "oc rollout latest dc/docker-registry --config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig -n default", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "cmd": [ > "oc", > "rollout", > "latest", > "dc/docker-registry", > "--config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig", > "-n", > "default" > ], > "delta": "0:00:00.265353", > "end": "2018-06-28 07:37:34.426881", > "invocation": { > "module_args": { > "_raw_params": "oc rollout latest dc/docker-registry --config=/tmp/openshift-ansible-wa2qgn/admin.kubeconfig -n default", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:34.161528", > "stderr": "", > "stderr_lines": [], > "stdout": "deploymentconfig \"docker-registry\" rolled out", > "stdout_lines": [ > "deploymentconfig \"docker-registry\" rolled out" > ] >} > >TASK [Delete temp directory] ************************************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/playbooks/openshift-hosted/private/redeploy-registry-certificates.yml:97 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746 `" && echo ansible-tmp-1530185863.66-58124246928746="` echo /root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185863.66-58124246928746=/root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpknwKMh TO /root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746/file.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpknwKMh /root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746/file.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746/ /root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746/file.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746/file.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185863.66-58124246928746/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": false, "remote_src": null, "path": "/tmp/openshift-ansible-wa2qgn", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "absent", "content": null, "serole": null, "diff_peek": null, "setype": null, "selevel": null, "original_basename": null, "regexp": null, "validate": null, "src": null, "name": "/tmp/openshift-ansible-wa2qgn", "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "path": "/tmp/openshift-ansible-wa2qgn", "state": "absent", "changed": true, "diff": {"after": {"path": "/tmp/openshift-ansible-wa2qgn", "state": "absent"}, "before": {"path": "/tmp/openshift-ansible-wa2qgn", "state": "directory"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/openshift-ansible-wa2qgn", > "state": "absent" > }, > "before": { > "path": "/tmp/openshift-ansible-wa2qgn", > "state": "directory" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "name": "/tmp/openshift-ansible-wa2qgn", > "original_basename": null, > "owner": null, > "path": "/tmp/openshift-ansible-wa2qgn", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/openshift-ansible-wa2qgn", > "state": "absent" >} >META: ran handlers >META: ran handlers > >PLAY [Set servingInfo.clientCA = ca.crt in master config] ******************************************************************************************************************************* > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941 `" && echo ansible-tmp-1530185863.96-47948684339941="` echo /root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185863.96-47948684339941=/root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpL7GdNv TO /root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpL7GdNv /root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941/ /root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185863.96-47948684339941/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38159, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7641, "free": 180}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1925, "free": 5896}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 180, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073735", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "37", "tz_offset": "-0400", "month": "06", "epoch": "1530185855", "iso8601_micro": "2018-06-28T11:37:35.138768Z", "weekday": "Thursday", "time": "07:37:35", "date": "2018-06-28", "iso8601": "2018-06-28T11:37:35Z", "day": "28", "iso8601_basic": "20180628T073735138705", "second": "35"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Read master config] *************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/revert-client-ca.yml:5 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/net_tools/basics/slurp.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358 `" && echo ansible-tmp-1530185864.82-96086166817358="` echo /root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185864.82-96086166817358=/root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmphIIT0r TO /root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358/slurp.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmphIIT0r /root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358/slurp.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358/ /root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358/slurp.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358/slurp.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185864.82-96086166817358/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"content": "YWRtaXNzaW9uQ29uZmlnOgogIHBsdWdpbkNvbmZpZzoKICAgIEJ1aWxkRGVmYXVsdHM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBlbnY6IFtdCiAgICAgICAga2luZDogQnVpbGREZWZhdWx0c0NvbmZpZwogICAgICAgIHJlc291cmNlczoKICAgICAgICAgIGxpbWl0czoge30KICAgICAgICAgIHJlcXVlc3RzOiB7fQogICAgQnVpbGRPdmVycmlkZXM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBraW5kOiBCdWlsZE92ZXJyaWRlc0NvbmZpZwogICAgUG9kUHJlc2V0OgogICAgICBjb25maWd1cmF0aW9uOgogICAgICAgIGFwaVZlcnNpb246IHYxCiAgICAgICAgZGlzYWJsZTogZmFsc2UKICAgICAgICBraW5kOiBEZWZhdWx0QWRtaXNzaW9uQ29uZmlnCiAgICBvcGVuc2hpZnQuaW8vSW1hZ2VQb2xpY3k6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBleGVjdXRpb25SdWxlczoKICAgICAgICAtIG1hdGNoSW1hZ2VBbm5vdGF0aW9uczoKICAgICAgICAgIC0ga2V5OiBpbWFnZXMub3BlbnNoaWZ0LmlvL2RlbnktZXhlY3V0aW9uCiAgICAgICAgICAgIHZhbHVlOiAndHJ1ZScKICAgICAgICAgIG5hbWU6IGV4ZWN1dGlvbi1kZW5pZWQKICAgICAgICAgIG9uUmVzb3VyY2VzOgogICAgICAgICAgLSByZXNvdXJjZTogcG9kcwogICAgICAgICAgLSByZXNvdXJjZTogYnVpbGRzCiAgICAgICAgICByZWplY3Q6IHRydWUKICAgICAgICAgIHNraXBPblJlc29sdXRpb25GYWlsdXJlOiB0cnVlCiAgICAgICAga2luZDogSW1hZ2VQb2xpY3lDb25maWcKYWdncmVnYXRvckNvbmZpZzoKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogYWdncmVnYXRvci1mcm9udC1wcm94eS5jcnQKICAgIGtleUZpbGU6IGFnZ3JlZ2F0b3ItZnJvbnQtcHJveHkua2V5CmFwaUxldmVsczoKLSB2MQphcGlWZXJzaW9uOiB2MQphdXRoQ29uZmlnOgogIHJlcXVlc3RIZWFkZXI6CiAgICBjbGllbnRDQTogZnJvbnQtcHJveHktY2EuY3J0CiAgICBjbGllbnRDb21tb25OYW1lczoKICAgIC0gYWdncmVnYXRvci1mcm9udC1wcm94eQogICAgZXh0cmFIZWFkZXJQcmVmaXhlczoKICAgIC0gWC1SZW1vdGUtRXh0cmEtCiAgICBncm91cEhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLUdyb3VwCiAgICB1c2VybmFtZUhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLVVzZXIKY29udHJvbGxlckNvbmZpZzoKICBlbGVjdGlvbjoKICAgIGxvY2tOYW1lOiBvcGVuc2hpZnQtbWFzdGVyLWNvbnRyb2xsZXJzCiAgc2VydmljZVNlcnZpbmdDZXJ0OgogICAgc2lnbmVyOgogICAgICBjZXJ0RmlsZTogc2VydmljZS1zaWduZXIuY3J0CiAgICAgIGtleUZpbGU6IHNlcnZpY2Utc2lnbmVyLmtleQpjb250cm9sbGVyczogJyonCmNvcnNBbGxvd2VkT3JpZ2luczoKLSAoP2kpLy8xMjdcLjBcLjBcLjEoOnxceikKLSAoP2kpLy9sb2NhbGhvc3QoOnxceikKLSAoP2kpLy8xNzJcLjE2XC4xMjBcLjgyKDp8XHopCi0gKD9pKS8vMTBcLjhcLjI1MlwuMTk5KDp8XHopCi0gKD9pKS8va3ViZXJuZXRlc1wuZGVmYXVsdCg6fFx6KQotICg/aSkvL2hvc3RcLThcLTI1MlwtMTk5XC5ob3N0XC5jZW50cmFsY2lcLmVuZ1wucmR1MlwucmVkaGF0XC5jb20oOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0KDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzXC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy8xNzJcLjMwXC4wXC4xKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmNcLmNsdXN0ZXJcLmxvY2FsKDp8XHopCi0gKD9pKS8vcWVcLWp1emhhb1wtMzlcLXFlb3NcLTFcLW1hc3RlclwtZXRjZFwtMSg6fFx6KQotICg/aSkvL2t1YmVybmV0ZXNcLmRlZmF1bHRcLnN2Y1wuY2x1c3RlclwubG9jYWwoOnxceikKLSAoP2kpLy9vcGVuc2hpZnQoOnxceikKZG5zQ29uZmlnOgogIGJpbmRBZGRyZXNzOiAwLjAuMC4wOjgwNTMKICBiaW5kTmV0d29yazogdGNwNApldGNkQ2xpZW50SW5mbzoKICBjYTogbWFzdGVyLmV0Y2QtY2EuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5ldGNkLWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIuZXRjZC1jbGllbnQua2V5CiAgdXJsczoKICAtIGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjIzNzkKZXRjZFN0b3JhZ2VDb25maWc6CiAga3ViZXJuZXRlc1N0b3JhZ2VQcmVmaXg6IGt1YmVybmV0ZXMuaW8KICBrdWJlcm5ldGVzU3RvcmFnZVZlcnNpb246IHYxCiAgb3BlblNoaWZ0U3RvcmFnZVByZWZpeDogb3BlbnNoaWZ0LmlvCiAgb3BlblNoaWZ0U3RvcmFnZVZlcnNpb246IHYxCmltYWdlQ29uZmlnOgogIGZvcm1hdDogcmVnaXN0cnkucmVnLWF3cy5vcGVuc2hpZnQuY29tOjQ0My9vcGVuc2hpZnQzL29zZS0ke2NvbXBvbmVudH06JHt2ZXJzaW9ufQogIGxhdGVzdDogZmFsc2UKa2luZDogTWFzdGVyQ29uZmlnCmt1YmVsZXRDbGllbnRJbmZvOgogIGNhOiBjYS1idW5kbGUuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5rdWJlbGV0LWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIua3ViZWxldC1jbGllbnQua2V5CiAgcG9ydDogMTAyNTAKa3ViZXJuZXRlc01hc3RlckNvbmZpZzoKICBhcGlTZXJ2ZXJBcmd1bWVudHM6CiAgICBjbG91ZC1jb25maWc6CiAgICAtIC9ldGMvb3JpZ2luL2Nsb3VkcHJvdmlkZXIvb3BlbnN0YWNrLmNvbmYKICAgIGNsb3VkLXByb3ZpZGVyOgogICAgLSBvcGVuc3RhY2sKICAgIHJ1bnRpbWUtY29uZmlnOgogICAgLSBhcGlzL3NldHRpbmdzLms4cy5pby92MWFscGhhMT10cnVlCiAgICBzdG9yYWdlLWJhY2tlbmQ6CiAgICAtIGV0Y2QzCiAgICBzdG9yYWdlLW1lZGlhLXR5cGU6CiAgICAtIGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgY29udHJvbGxlckFyZ3VtZW50czoKICAgIGNsb3VkLWNvbmZpZzoKICAgIC0gL2V0Yy9vcmlnaW4vY2xvdWRwcm92aWRlci9vcGVuc3RhY2suY29uZgogICAgY2xvdWQtcHJvdmlkZXI6CiAgICAtIG9wZW5zdGFjawogIG1hc3RlckNvdW50OiAxCiAgbWFzdGVySVA6IDE3Mi4xNi4xMjAuODIKICBwb2RFdmljdGlvblRpbWVvdXQ6IG51bGwKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogbWFzdGVyLnByb3h5LWNsaWVudC5jcnQKICAgIGtleUZpbGU6IG1hc3Rlci5wcm94eS1jbGllbnQua2V5CiAgc2NoZWR1bGVyQXJndW1lbnRzOiBudWxsCiAgc2NoZWR1bGVyQ29uZmlnRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3NjaGVkdWxlci5qc29uCiAgc2VydmljZXNOb2RlUG9ydFJhbmdlOiAnJwogIHNlcnZpY2VzU3VibmV0OiAxNzIuMzAuMC4wLzE2CiAgc3RhdGljTm9kZU5hbWVzOiBbXQptYXN0ZXJDbGllbnRzOgogIGV4dGVybmFsS3ViZXJuZXRlc0NsaWVudENvbm5lY3Rpb25PdmVycmlkZXM6CiAgICBhY2NlcHRDb250ZW50VHlwZXM6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmLGFwcGxpY2F0aW9uL2pzb24KICAgIGJ1cnN0OiA0MDAKICAgIGNvbnRlbnRUeXBlOiBhcHBsaWNhdGlvbi92bmQua3ViZXJuZXRlcy5wcm90b2J1ZgogICAgcXBzOiAyMDAKICBleHRlcm5hbEt1YmVybmV0ZXNLdWJlQ29uZmlnOiAnJwogIG9wZW5zaGlmdExvb3BiYWNrQ2xpZW50Q29ubmVjdGlvbk92ZXJyaWRlczoKICAgIGFjY2VwdENvbnRlbnRUeXBlczogYXBwbGljYXRpb24vdm5kLmt1YmVybmV0ZXMucHJvdG9idWYsYXBwbGljYXRpb24vanNvbgogICAgYnVyc3Q6IDYwMAogICAgY29udGVudFR5cGU6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgICBxcHM6IDMwMAogIG9wZW5zaGlmdExvb3BiYWNrS3ViZUNvbmZpZzogb3BlbnNoaWZ0LW1hc3Rlci5rdWJlY29uZmlnCm1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKbmV0d29ya0NvbmZpZzoKICBjbHVzdGVyTmV0d29ya0NJRFI6IDEwLjEyOC4wLjAvMTQKICBjbHVzdGVyTmV0d29ya3M6CiAgLSBjaWRyOiAxMC4xMjguMC4wLzE0CiAgICBob3N0U3VibmV0TGVuZ3RoOiA5CiAgZXh0ZXJuYWxJUE5ldHdvcmtDSURSczoKICAtIDAuMC4wLjAvMAogIGhvc3RTdWJuZXRMZW5ndGg6IDkKICBuZXR3b3JrUGx1Z2luTmFtZTogcmVkaGF0L29wZW5zaGlmdC1vdnMtc3VibmV0CiAgc2VydmljZU5ldHdvcmtDSURSOiAxNzIuMzAuMC4wLzE2Cm9hdXRoQ29uZmlnOgogIGFzc2V0UHVibGljVVJMOiBodHRwczovL2hvc3QtOC0yNTItMTk5Lmhvc3QuY2VudHJhbGNpLmVuZy5yZHUyLnJlZGhhdC5jb206ODQ0My9jb25zb2xlLwogIGdyYW50Q29uZmlnOgogICAgbWV0aG9kOiBhdXRvCiAgaWRlbnRpdHlQcm92aWRlcnM6CiAgLSBjaGFsbGVuZ2U6IHRydWUKICAgIGxvZ2luOiB0cnVlCiAgICBtYXBwaW5nTWV0aG9kOiBjbGFpbQogICAgbmFtZTogYWxsb3dfYWxsCiAgICBwcm92aWRlcjoKICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAga2luZDogQWxsb3dBbGxQYXNzd29yZElkZW50aXR5UHJvdmlkZXIKICBtYXN0ZXJDQTogY2EtYnVuZGxlLmNydAogIG1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKICBtYXN0ZXJVUkw6IGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjg0NDMKICBzZXNzaW9uQ29uZmlnOgogICAgc2Vzc2lvbk1heEFnZVNlY29uZHM6IDM2MDAKICAgIHNlc3Npb25OYW1lOiBzc24KICAgIHNlc3Npb25TZWNyZXRzRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3Nlc3Npb24tc2VjcmV0cy55YW1sCiAgdG9rZW5Db25maWc6CiAgICBhY2Nlc3NUb2tlbk1heEFnZVNlY29uZHM6IDg2NDAwCiAgICBhdXRob3JpemVUb2tlbk1heEFnZVNlY29uZHM6IDUwMApwYXVzZUNvbnRyb2xsZXJzOiBmYWxzZQpwb2xpY3lDb25maWc6CiAgYm9vdHN0cmFwUG9saWN5RmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3BvbGljeS5qc29uCiAgb3BlbnNoaWZ0SW5mcmFzdHJ1Y3R1cmVOYW1lc3BhY2U6IG9wZW5zaGlmdC1pbmZyYQogIG9wZW5zaGlmdFNoYXJlZFJlc291cmNlc05hbWVzcGFjZTogb3BlbnNoaWZ0CnByb2plY3RDb25maWc6CiAgZGVmYXVsdE5vZGVTZWxlY3Rvcjogbm9kZS1yb2xlLmt1YmVybmV0ZXMuaW8vY29tcHV0ZT10cnVlCiAgcHJvamVjdFJlcXVlc3RNZXNzYWdlOiAnJwogIHByb2plY3RSZXF1ZXN0VGVtcGxhdGU6ICcnCiAgc2VjdXJpdHlBbGxvY2F0b3I6CiAgICBtY3NBbGxvY2F0b3JSYW5nZTogczA6LzIKICAgIG1jc0xhYmVsc1BlclByb2plY3Q6IDUKICAgIHVpZEFsbG9jYXRvclJhbmdlOiAxMDAwMDAwMDAwLTE5OTk5OTk5OTkvMTAwMDAKcm91dGluZ0NvbmZpZzoKICBzdWJkb21haW46IGFwcHMuMDYyNy04eDYucWUucmhjbG91ZC5jb20Kc2VydmljZUFjY291bnRDb25maWc6CiAgbGltaXRTZWNyZXRSZWZlcmVuY2VzOiBmYWxzZQogIG1hbmFnZWROYW1lczoKICAtIGRlZmF1bHQKICAtIGJ1aWxkZXIKICAtIGRlcGxveWVyCiAgbWFzdGVyQ0E6IGNhLWJ1bmRsZS5jcnQKICBwcml2YXRlS2V5RmlsZTogc2VydmljZWFjY291bnRzLnByaXZhdGUua2V5CiAgcHVibGljS2V5RmlsZXM6CiAgLSBzZXJ2aWNlYWNjb3VudHMucHVibGljLmtleQpzZXJ2aW5nSW5mbzoKICBiaW5kQWRkcmVzczogMC4wLjAuMDo4NDQzCiAgYmluZE5ldHdvcms6IHRjcDQKICBjZXJ0RmlsZTogbWFzdGVyLnNlcnZlci5jcnQKICBjbGllbnRDQTogY2EuY3J0CiAga2V5RmlsZTogbWFzdGVyLnNlcnZlci5rZXkKICBtYXhSZXF1ZXN0c0luRmxpZ2h0OiA1MDAKICByZXF1ZXN0VGltZW91dFNlY29uZHM6IDM2MDAKdm9sdW1lQ29uZmlnOgogIGR5bmFtaWNQcm92aXNpb25pbmdFbmFibGVkOiB0cnVlCg==", "source": "/etc/origin/master/master-config.yaml", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/origin/master/master-config.yaml"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "content": "YWRtaXNzaW9uQ29uZmlnOgogIHBsdWdpbkNvbmZpZzoKICAgIEJ1aWxkRGVmYXVsdHM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBlbnY6IFtdCiAgICAgICAga2luZDogQnVpbGREZWZhdWx0c0NvbmZpZwogICAgICAgIHJlc291cmNlczoKICAgICAgICAgIGxpbWl0czoge30KICAgICAgICAgIHJlcXVlc3RzOiB7fQogICAgQnVpbGRPdmVycmlkZXM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBraW5kOiBCdWlsZE92ZXJyaWRlc0NvbmZpZwogICAgUG9kUHJlc2V0OgogICAgICBjb25maWd1cmF0aW9uOgogICAgICAgIGFwaVZlcnNpb246IHYxCiAgICAgICAgZGlzYWJsZTogZmFsc2UKICAgICAgICBraW5kOiBEZWZhdWx0QWRtaXNzaW9uQ29uZmlnCiAgICBvcGVuc2hpZnQuaW8vSW1hZ2VQb2xpY3k6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBleGVjdXRpb25SdWxlczoKICAgICAgICAtIG1hdGNoSW1hZ2VBbm5vdGF0aW9uczoKICAgICAgICAgIC0ga2V5OiBpbWFnZXMub3BlbnNoaWZ0LmlvL2RlbnktZXhlY3V0aW9uCiAgICAgICAgICAgIHZhbHVlOiAndHJ1ZScKICAgICAgICAgIG5hbWU6IGV4ZWN1dGlvbi1kZW5pZWQKICAgICAgICAgIG9uUmVzb3VyY2VzOgogICAgICAgICAgLSByZXNvdXJjZTogcG9kcwogICAgICAgICAgLSByZXNvdXJjZTogYnVpbGRzCiAgICAgICAgICByZWplY3Q6IHRydWUKICAgICAgICAgIHNraXBPblJlc29sdXRpb25GYWlsdXJlOiB0cnVlCiAgICAgICAga2luZDogSW1hZ2VQb2xpY3lDb25maWcKYWdncmVnYXRvckNvbmZpZzoKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogYWdncmVnYXRvci1mcm9udC1wcm94eS5jcnQKICAgIGtleUZpbGU6IGFnZ3JlZ2F0b3ItZnJvbnQtcHJveHkua2V5CmFwaUxldmVsczoKLSB2MQphcGlWZXJzaW9uOiB2MQphdXRoQ29uZmlnOgogIHJlcXVlc3RIZWFkZXI6CiAgICBjbGllbnRDQTogZnJvbnQtcHJveHktY2EuY3J0CiAgICBjbGllbnRDb21tb25OYW1lczoKICAgIC0gYWdncmVnYXRvci1mcm9udC1wcm94eQogICAgZXh0cmFIZWFkZXJQcmVmaXhlczoKICAgIC0gWC1SZW1vdGUtRXh0cmEtCiAgICBncm91cEhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLUdyb3VwCiAgICB1c2VybmFtZUhlYWRlcnM6CiAgICAtIFgtUmVtb3RlLVVzZXIKY29udHJvbGxlckNvbmZpZzoKICBlbGVjdGlvbjoKICAgIGxvY2tOYW1lOiBvcGVuc2hpZnQtbWFzdGVyLWNvbnRyb2xsZXJzCiAgc2VydmljZVNlcnZpbmdDZXJ0OgogICAgc2lnbmVyOgogICAgICBjZXJ0RmlsZTogc2VydmljZS1zaWduZXIuY3J0CiAgICAgIGtleUZpbGU6IHNlcnZpY2Utc2lnbmVyLmtleQpjb250cm9sbGVyczogJyonCmNvcnNBbGxvd2VkT3JpZ2luczoKLSAoP2kpLy8xMjdcLjBcLjBcLjEoOnxceikKLSAoP2kpLy9sb2NhbGhvc3QoOnxceikKLSAoP2kpLy8xNzJcLjE2XC4xMjBcLjgyKDp8XHopCi0gKD9pKS8vMTBcLjhcLjI1MlwuMTk5KDp8XHopCi0gKD9pKS8va3ViZXJuZXRlc1wuZGVmYXVsdCg6fFx6KQotICg/aSkvL2hvc3RcLThcLTI1MlwtMTk5XC5ob3N0XC5jZW50cmFsY2lcLmVuZ1wucmR1MlwucmVkaGF0XC5jb20oOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0KDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzXC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy8xNzJcLjMwXC4wXC4xKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmNcLmNsdXN0ZXJcLmxvY2FsKDp8XHopCi0gKD9pKS8vcWVcLWp1emhhb1wtMzlcLXFlb3NcLTFcLW1hc3RlclwtZXRjZFwtMSg6fFx6KQotICg/aSkvL2t1YmVybmV0ZXNcLmRlZmF1bHRcLnN2Y1wuY2x1c3RlclwubG9jYWwoOnxceikKLSAoP2kpLy9vcGVuc2hpZnQoOnxceikKZG5zQ29uZmlnOgogIGJpbmRBZGRyZXNzOiAwLjAuMC4wOjgwNTMKICBiaW5kTmV0d29yazogdGNwNApldGNkQ2xpZW50SW5mbzoKICBjYTogbWFzdGVyLmV0Y2QtY2EuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5ldGNkLWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIuZXRjZC1jbGllbnQua2V5CiAgdXJsczoKICAtIGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjIzNzkKZXRjZFN0b3JhZ2VDb25maWc6CiAga3ViZXJuZXRlc1N0b3JhZ2VQcmVmaXg6IGt1YmVybmV0ZXMuaW8KICBrdWJlcm5ldGVzU3RvcmFnZVZlcnNpb246IHYxCiAgb3BlblNoaWZ0U3RvcmFnZVByZWZpeDogb3BlbnNoaWZ0LmlvCiAgb3BlblNoaWZ0U3RvcmFnZVZlcnNpb246IHYxCmltYWdlQ29uZmlnOgogIGZvcm1hdDogcmVnaXN0cnkucmVnLWF3cy5vcGVuc2hpZnQuY29tOjQ0My9vcGVuc2hpZnQzL29zZS0ke2NvbXBvbmVudH06JHt2ZXJzaW9ufQogIGxhdGVzdDogZmFsc2UKa2luZDogTWFzdGVyQ29uZmlnCmt1YmVsZXRDbGllbnRJbmZvOgogIGNhOiBjYS1idW5kbGUuY3J0CiAgY2VydEZpbGU6IG1hc3Rlci5rdWJlbGV0LWNsaWVudC5jcnQKICBrZXlGaWxlOiBtYXN0ZXIua3ViZWxldC1jbGllbnQua2V5CiAgcG9ydDogMTAyNTAKa3ViZXJuZXRlc01hc3RlckNvbmZpZzoKICBhcGlTZXJ2ZXJBcmd1bWVudHM6CiAgICBjbG91ZC1jb25maWc6CiAgICAtIC9ldGMvb3JpZ2luL2Nsb3VkcHJvdmlkZXIvb3BlbnN0YWNrLmNvbmYKICAgIGNsb3VkLXByb3ZpZGVyOgogICAgLSBvcGVuc3RhY2sKICAgIHJ1bnRpbWUtY29uZmlnOgogICAgLSBhcGlzL3NldHRpbmdzLms4cy5pby92MWFscGhhMT10cnVlCiAgICBzdG9yYWdlLWJhY2tlbmQ6CiAgICAtIGV0Y2QzCiAgICBzdG9yYWdlLW1lZGlhLXR5cGU6CiAgICAtIGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgY29udHJvbGxlckFyZ3VtZW50czoKICAgIGNsb3VkLWNvbmZpZzoKICAgIC0gL2V0Yy9vcmlnaW4vY2xvdWRwcm92aWRlci9vcGVuc3RhY2suY29uZgogICAgY2xvdWQtcHJvdmlkZXI6CiAgICAtIG9wZW5zdGFjawogIG1hc3RlckNvdW50OiAxCiAgbWFzdGVySVA6IDE3Mi4xNi4xMjAuODIKICBwb2RFdmljdGlvblRpbWVvdXQ6IG51bGwKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogbWFzdGVyLnByb3h5LWNsaWVudC5jcnQKICAgIGtleUZpbGU6IG1hc3Rlci5wcm94eS1jbGllbnQua2V5CiAgc2NoZWR1bGVyQXJndW1lbnRzOiBudWxsCiAgc2NoZWR1bGVyQ29uZmlnRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3NjaGVkdWxlci5qc29uCiAgc2VydmljZXNOb2RlUG9ydFJhbmdlOiAnJwogIHNlcnZpY2VzU3VibmV0OiAxNzIuMzAuMC4wLzE2CiAgc3RhdGljTm9kZU5hbWVzOiBbXQptYXN0ZXJDbGllbnRzOgogIGV4dGVybmFsS3ViZXJuZXRlc0NsaWVudENvbm5lY3Rpb25PdmVycmlkZXM6CiAgICBhY2NlcHRDb250ZW50VHlwZXM6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmLGFwcGxpY2F0aW9uL2pzb24KICAgIGJ1cnN0OiA0MDAKICAgIGNvbnRlbnRUeXBlOiBhcHBsaWNhdGlvbi92bmQua3ViZXJuZXRlcy5wcm90b2J1ZgogICAgcXBzOiAyMDAKICBleHRlcm5hbEt1YmVybmV0ZXNLdWJlQ29uZmlnOiAnJwogIG9wZW5zaGlmdExvb3BiYWNrQ2xpZW50Q29ubmVjdGlvbk92ZXJyaWRlczoKICAgIGFjY2VwdENvbnRlbnRUeXBlczogYXBwbGljYXRpb24vdm5kLmt1YmVybmV0ZXMucHJvdG9idWYsYXBwbGljYXRpb24vanNvbgogICAgYnVyc3Q6IDYwMAogICAgY29udGVudFR5cGU6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgICBxcHM6IDMwMAogIG9wZW5zaGlmdExvb3BiYWNrS3ViZUNvbmZpZzogb3BlbnNoaWZ0LW1hc3Rlci5rdWJlY29uZmlnCm1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKbmV0d29ya0NvbmZpZzoKICBjbHVzdGVyTmV0d29ya0NJRFI6IDEwLjEyOC4wLjAvMTQKICBjbHVzdGVyTmV0d29ya3M6CiAgLSBjaWRyOiAxMC4xMjguMC4wLzE0CiAgICBob3N0U3VibmV0TGVuZ3RoOiA5CiAgZXh0ZXJuYWxJUE5ldHdvcmtDSURSczoKICAtIDAuMC4wLjAvMAogIGhvc3RTdWJuZXRMZW5ndGg6IDkKICBuZXR3b3JrUGx1Z2luTmFtZTogcmVkaGF0L29wZW5zaGlmdC1vdnMtc3VibmV0CiAgc2VydmljZU5ldHdvcmtDSURSOiAxNzIuMzAuMC4wLzE2Cm9hdXRoQ29uZmlnOgogIGFzc2V0UHVibGljVVJMOiBodHRwczovL2hvc3QtOC0yNTItMTk5Lmhvc3QuY2VudHJhbGNpLmVuZy5yZHUyLnJlZGhhdC5jb206ODQ0My9jb25zb2xlLwogIGdyYW50Q29uZmlnOgogICAgbWV0aG9kOiBhdXRvCiAgaWRlbnRpdHlQcm92aWRlcnM6CiAgLSBjaGFsbGVuZ2U6IHRydWUKICAgIGxvZ2luOiB0cnVlCiAgICBtYXBwaW5nTWV0aG9kOiBjbGFpbQogICAgbmFtZTogYWxsb3dfYWxsCiAgICBwcm92aWRlcjoKICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAga2luZDogQWxsb3dBbGxQYXNzd29yZElkZW50aXR5UHJvdmlkZXIKICBtYXN0ZXJDQTogY2EtYnVuZGxlLmNydAogIG1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9ob3N0LTgtMjUyLTE5OS5ob3N0LmNlbnRyYWxjaS5lbmcucmR1Mi5yZWRoYXQuY29tOjg0NDMKICBtYXN0ZXJVUkw6IGh0dHBzOi8vcWUtanV6aGFvLTM5LXFlb3MtMS1tYXN0ZXItZXRjZC0xOjg0NDMKICBzZXNzaW9uQ29uZmlnOgogICAgc2Vzc2lvbk1heEFnZVNlY29uZHM6IDM2MDAKICAgIHNlc3Npb25OYW1lOiBzc24KICAgIHNlc3Npb25TZWNyZXRzRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3Nlc3Npb24tc2VjcmV0cy55YW1sCiAgdG9rZW5Db25maWc6CiAgICBhY2Nlc3NUb2tlbk1heEFnZVNlY29uZHM6IDg2NDAwCiAgICBhdXRob3JpemVUb2tlbk1heEFnZVNlY29uZHM6IDUwMApwYXVzZUNvbnRyb2xsZXJzOiBmYWxzZQpwb2xpY3lDb25maWc6CiAgYm9vdHN0cmFwUG9saWN5RmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3BvbGljeS5qc29uCiAgb3BlbnNoaWZ0SW5mcmFzdHJ1Y3R1cmVOYW1lc3BhY2U6IG9wZW5zaGlmdC1pbmZyYQogIG9wZW5zaGlmdFNoYXJlZFJlc291cmNlc05hbWVzcGFjZTogb3BlbnNoaWZ0CnByb2plY3RDb25maWc6CiAgZGVmYXVsdE5vZGVTZWxlY3Rvcjogbm9kZS1yb2xlLmt1YmVybmV0ZXMuaW8vY29tcHV0ZT10cnVlCiAgcHJvamVjdFJlcXVlc3RNZXNzYWdlOiAnJwogIHByb2plY3RSZXF1ZXN0VGVtcGxhdGU6ICcnCiAgc2VjdXJpdHlBbGxvY2F0b3I6CiAgICBtY3NBbGxvY2F0b3JSYW5nZTogczA6LzIKICAgIG1jc0xhYmVsc1BlclByb2plY3Q6IDUKICAgIHVpZEFsbG9jYXRvclJhbmdlOiAxMDAwMDAwMDAwLTE5OTk5OTk5OTkvMTAwMDAKcm91dGluZ0NvbmZpZzoKICBzdWJkb21haW46IGFwcHMuMDYyNy04eDYucWUucmhjbG91ZC5jb20Kc2VydmljZUFjY291bnRDb25maWc6CiAgbGltaXRTZWNyZXRSZWZlcmVuY2VzOiBmYWxzZQogIG1hbmFnZWROYW1lczoKICAtIGRlZmF1bHQKICAtIGJ1aWxkZXIKICAtIGRlcGxveWVyCiAgbWFzdGVyQ0E6IGNhLWJ1bmRsZS5jcnQKICBwcml2YXRlS2V5RmlsZTogc2VydmljZWFjY291bnRzLnByaXZhdGUua2V5CiAgcHVibGljS2V5RmlsZXM6CiAgLSBzZXJ2aWNlYWNjb3VudHMucHVibGljLmtleQpzZXJ2aW5nSW5mbzoKICBiaW5kQWRkcmVzczogMC4wLjAuMDo4NDQzCiAgYmluZE5ldHdvcms6IHRjcDQKICBjZXJ0RmlsZTogbWFzdGVyLnNlcnZlci5jcnQKICBjbGllbnRDQTogY2EuY3J0CiAga2V5RmlsZTogbWFzdGVyLnNlcnZlci5rZXkKICBtYXhSZXF1ZXN0c0luRmxpZ2h0OiA1MDAKICByZXF1ZXN0VGltZW91dFNlY29uZHM6IDM2MDAKdm9sdW1lQ29uZmlnOgogIGR5bmFtaWNQcm92aXNpb25pbmdFbmFibGVkOiB0cnVlCg==", > "encoding": "base64", > "invocation": { > "module_args": { > "src": "/etc/origin/master/master-config.yaml" > } > }, > "source": "/etc/origin/master/master-config.yaml" >} > >TASK [Set servingInfo.clientCA = ca.crt in master config] ******************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/revert-client-ca.yml:12 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Validate configuration for rolling restart] *************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387 `" && echo ansible-tmp-1530185865.27-263566045393387="` echo /root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185865.27-263566045393387=/root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpjsfxmL TO /root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpjsfxmL /root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387/ /root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185865.27-263566045393387/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38160, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7644, "free": 177}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1928, "free": 5893}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 177, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073736", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "37", "tz_offset": "-0400", "month": "06", "epoch": "1530185856", "iso8601_micro": "2018-06-28T11:37:36.481937Z", "weekday": "Thursday", "time": "07:37:36", "date": "2018-06-28", "iso8601": "2018-06-28T11:37:36Z", "day": "28", "iso8601_basic": "20180628T073736481855", "second": "36"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [fail] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:7 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_facts] ****************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:10 >Using module file /home/yapei/openshift-ansible/roles/openshift_facts/library/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793 `" && echo ansible-tmp-1530185866.24-105939669864793="` echo /root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185866.24-105939669864793=/root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpcRsLSq TO /root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793/openshift_facts.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpcRsLSq /root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793/openshift_facts.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793/ /root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793/openshift_facts.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793/openshift_facts.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185866.24-105939669864793/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"directory_mode": null, "force": null, "remote_src": null, "gather_subset": ["hardware", "network", "virtual", "facter"], "owner": null, "follow": false, "group": null, "gather_timeout": 10, "unsafe_writes": null, "serole": null, "content": null, "setype": null, "role": "common", "selevel": null, "regexp": null, "src": null, "local_facts": {"rolling_restart_mode": "services"}, "additive_facts_to_overwrite": [], "seuser": null, "filter": "*", "delimiter": null, "mode": null, "attributes": null, "backup": null}}, "changed": false, "ansible_facts": {"openshift": {"node": {"sdn_mtu": "1450", "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}}}, "cloudprovider": {"kind": "openstack"}, "current_config": {"roles": ["node", "builddefaults", "cloudprovider", "master", "buildoverrides"]}, "master": {"identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "max_requests_inflight": 500, "controller_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "embedded_dns": true, "session_secrets_file": "", "api_port": "8443", "console_port": "8443", "dynamic_provisioning_enabled": true, "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", "auth_token_max_seconds": 500, "oauth_grant_method": "auto", "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "api_use_ssl": true, "sdn_host_subnet_length": 9, "console_path": "/console", "sdn_cluster_network_cidr": "10.128.0.0/14", "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", "console_use_ssl": true, "api_server_args": {"cloud-config": ["/etc/origin/cloudprovider/openstack.conf"], "cloud-provider": ["openstack"]}, "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", "embedded_kube": true, "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", "bind_addr": "0.0.0.0", "session_max_seconds": 3600, "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", "admission_plugin_config": {"BuildDefaults": {"configuration": {"apiVersion": "v1", "kind": "BuildDefaultsConfig", "env": [], "resources": {"requests": {}, "limits": {}}}}, "BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}, "openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "onResources": [{"resource": "pods"}, {"resource": "builds"}], "reject": true, "name": "execution-denied", "matchImageAnnotations": [{"value": "true", "key": "images.openshift.io/deny-execution"}]}], "apiVersion": "v1"}}}, "named_certificates": [], "access_token_max_seconds": 86400, "manage_htpasswd": true, "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", "portal_net": "172.30.0.0/16", "controllers_port": "8444", "session_name": "ssn", "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"version": "3.9.31", "ip": "172.16.120.82", "dns_domain": "cluster.local", "public_ip": "10.8.252.199", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "internal_hostnames": ["kubernetes.default", "kubernetes.default.svc.cluster.local", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "openshift"], "rolling_restart_mode": "services", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "version_gte_3_9": true, "version_gte_3_8": true, "version_gte_3_7": true, "version_gte_3_6": true, "kube_svc_ip": "172.30.0.1", "config_base": "/etc/origin", "all_hostnames": ["kubernetes.default", "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "kubernetes", "openshift.default", "openshift.default.svc", "kubernetes.default.svc", "172.30.0.1", "openshift.default.svc.cluster.local", "172.16.120.82", "qe-juzhao-39-qeos-1-master-etcd-1", "kubernetes.default.svc.cluster.local", "openshift", "10.8.252.199"], "short_version": "3.9", "no_proxy_etcd_host_ips": "172.16.120.82", "examples_content_version": "v3.9", "portal_net": "172.30.0.0/16", "version_gte_3_10": false, "deployment_type": "openshift-enterprise"}, "provider": {"metadata": {"uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e", "availability_zone": "nova", "keys": [{"type": "ssh", "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", "name": "libra"}], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "launch_index": 0, "devices": [], "ec2_compat": {"local-ipv4": "172.16.120.82", "reservation-id": "r-f8huj0hy", "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "placement": {"availability-zone": "nova"}, "ami-launch-index": "0", "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ami-id": "ami-00009884", "instance-action": "none", "public-keys/": "0=libra", "public-ipv4": "10.8.252.199", "block-device-mapping": {"ami": "vda", "root": "/dev/vda"}, "ami-manifest-path": "FIXME", "security-groups": "default", "instance-type": "m1.large", "instance-id": "i-007a3417"}, "project_id": "e0fa85b6a06443959d2d3b497174bed6", "name": "qe-juzhao-39-qeos-1-master-etcd-1"}, "network": {"ip": "172.16.120.82", "interfaces": [], "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "public_ip": "10.8.252.199", "ipv6_enabled": false, "public_hostname": "10.8.252.199"}, "zone": "nova", "name": "openstack"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => (item={u'local_facts': {u'rolling_restart_mode': u'services'}, u'role': u'common'}) => { > "ansible_facts": { > "openshift": { > "builddefaults": { > "config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > } > } > }, > "buildoverrides": { > "config": { > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > } > } > }, > "cloudprovider": { > "kind": "openstack" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "kubernetes.default.svc.cluster.local", > "openshift", > "10.8.252.199" > ], > "config_base": "/etc/origin", > "deployment_subtype": "basic", > "deployment_type": "openshift-enterprise", > "dns_domain": "cluster.local", > "examples_content_version": "v3.9", > "generate_no_proxy_hosts": true, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "kubernetes.default.svc", > "172.30.0.1", > "openshift.default.svc.cluster.local", > "172.16.120.82", > "qe-juzhao-39-qeos-1-master-etcd-1", > "openshift" > ], > "ip": "172.16.120.82", > "kube_svc_ip": "172.30.0.1", > "no_proxy_etcd_host_ips": "172.16.120.82", > "portal_net": "172.30.0.0/16", > "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", > "public_ip": "10.8.252.199", > "rolling_restart_mode": "services", > "short_version": "3.9", > "version": "3.9.31", > "version_gte_3_10": false, > "version_gte_3_6": true, > "version_gte_3_7": true, > "version_gte_3_8": true, > "version_gte_3_9": true > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "access_token_max_seconds": 86400, > "admission_plugin_config": { > "BuildDefaults": { > "configuration": { > "apiVersion": "v1", > "env": [], > "kind": "BuildDefaultsConfig", > "resources": { > "limits": {}, > "requests": {} > } > } > }, > "BuildOverrides": { > "configuration": { > "apiVersion": "v1", > "kind": "BuildOverridesConfig" > } > }, > "openshift.io/ImagePolicy": { > "configuration": { > "apiVersion": "v1", > "executionRules": [ > { > "matchImageAnnotations": [ > { > "key": "images.openshift.io/deny-execution", > "value": "true" > } > ], > "name": "execution-denied", > "onResources": [ > { > "resource": "pods" > }, > { > "resource": "builds" > } > ], > "reject": true, > "skipOnResolutionFailure": true > } > ], > "kind": "ImagePolicyConfig" > } > } > }, > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "api_use_ssl": true, > "auth_token_max_seconds": 500, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/openstack.conf" > ], > "cloud-provider": [ > "openstack" > ] > }, > "controllers_port": "8444", > "dynamic_provisioning_enabled": true, > "embedded_dns": true, > "embedded_kube": true, > "identity_providers": [ > { > "challenge": "true", > "kind": "AllowAllPasswordIdentityProvider", > "login": "true", > "name": "allow_all" > } > ], > "loopback_api_url": "https://qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_cluster_name": "qe-juzhao-39-qeos-1-master-etcd-1:8443", > "loopback_context_name": "default/qe-juzhao-39-qeos-1-master-etcd-1:8443/system:openshift-master", > "loopback_user": "system:openshift-master/qe-juzhao-39-qeos-1-master-etcd-1:8443", > "manage_htpasswd": true, > "max_requests_inflight": 500, > "named_certificates": [], > "oauth_grant_method": "auto", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443", > "public_console_url": "https://host-8-252-199.host.centralci.eng.rdu2.redhat.com:8443/console", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "sdn_cluster_network_cidr": "10.128.0.0/14", > "sdn_host_subnet_length": 9, > "session_max_seconds": 3600, > "session_name": "ssn", > "session_secrets_file": "" > }, > "node": { > "bootstrapped": false, > "nodename": "qe-juzhao-39-qeos-1-master-etcd-1", > "sdn_mtu": "1450" > }, > "provider": { > "metadata": { > "availability_zone": "nova", > "devices": [], > "ec2_compat": { > "ami-id": "ami-00009884", > "ami-launch-index": "0", > "ami-manifest-path": "FIXME", > "block-device-mapping": { > "ami": "vda", > "root": "/dev/vda" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "instance-action": "none", > "instance-id": "i-007a3417", > "instance-type": "m1.large", > "local-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "local-ipv4": "172.16.120.82", > "placement": { > "availability-zone": "nova" > }, > "public-hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "public-ipv4": "10.8.252.199", > "public-keys/": "0=libra", > "reservation-id": "r-f8huj0hy", > "security-groups": "default" > }, > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "keys": [ > { > "data": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUq7W38xCZ9WGSWCvustaMGMT04tRohw6AKGzI7P7xql5lhCAReyt72n9qWQRZsE1YiCSQuTfXI1oc8NpSM7+lMLwj12G8z3I1YT31JHr9LLYg/XIcExkzfBI920CaS82VqmKOpI9+ARHSJBdIbKRI0f5Y+u4xbc5UzKCJX8jcKGG7nEiw8zm+cvAlfOgssMK+qJppIbVcb2iZNTsw5i2aX6FDMyC+b17DQHzBGpNbhZYxuoERZVRcnYctgIzuo6fD60gniX0fVvrchlOnubB1sRYbloP2r6UE22w/dpLKOFE5i7CA0ZzNBERZ94cIKumIH9MiJs1a6bMe89VOjjNV", > "name": "libra", > "type": "ssh" > } > ], > "launch_index": 0, > "name": "qe-juzhao-39-qeos-1-master-etcd-1", > "project_id": "e0fa85b6a06443959d2d3b497174bed6", > "uuid": "1ac1d46b-fcdd-4396-9659-42cbd8ccc28e" > }, > "name": "openstack", > "network": { > "hostname": "qe-juzhao-39-qeos-1-master-etcd-1", > "interfaces": [], > "ip": "172.16.120.82", > "ipv6_enabled": false, > "public_hostname": "10.8.252.199", > "public_ip": "10.8.252.199" > }, > "zone": "nova" > } > } > }, > "changed": false, > "invocation": { > "module_args": { > "additive_facts_to_overwrite": [], > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "directory_mode": null, > "filter": "*", > "follow": false, > "force": null, > "gather_subset": [ > "hardware", > "network", > "virtual", > "facter" > ], > "gather_timeout": 10, > "group": null, > "local_facts": { > "rolling_restart_mode": "services" > }, > "mode": null, > "owner": null, > "regexp": null, > "remote_src": null, > "role": "common", > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "unsafe_writes": null > } > }, > "item": { > "local_facts": { > "rolling_restart_mode": "services" > }, > "role": "common" > } >} >META: ran handlers >META: ran handlers > >PLAY [Create temp file on localhost] **************************************************************************************************************************************************** >META: ran handlers > >TASK [command] ************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:26 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><localhost> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><localhost> EXEC /bin/sh -c 'echo ~ && sleep 0' ><localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185869.33-195937470689562 `" && echo ansible-tmp-1530185869.33-195937470689562="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185869.33-195937470689562 `" ) && sleep 0' ><localhost> PUT /tmp/tmpsFBvpz TO /home/yapei/.ansible/tmp/ansible-tmp-1530185869.33-195937470689562/command.py ><localhost> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185869.33-195937470689562/ /home/yapei/.ansible/tmp/ansible-tmp-1530185869.33-195937470689562/command.py && sleep 0' ><localhost> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185869.33-195937470689562/command.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185869.33-195937470689562/" > /dev/null 2>&1 && sleep 0' >ok: [localhost -> localhost] => { > "changed": false, > "cmd": [ > "mktemp" > ], > "delta": "0:00:00.002855", > "end": "2018-06-28 07:37:49.442969", > "invocation": { > "module_args": { > "_raw_params": "mktemp", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:37:49.440114", > "stderr": "", > "stderr_lines": [], > "stdout": "/tmp/tmp.s0BDpRZRLr", > "stdout_lines": [ > "/tmp/tmp.s0BDpRZRLr" > ] >} >META: ran handlers >META: ran handlers > >PLAY [Check if temp file exists on any masters] ***************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570 `" && echo ansible-tmp-1530185869.52-68899442801570="` echo /root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185869.52-68899442801570=/root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpzDLY1z TO /root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpzDLY1z /root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570/ /root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185869.52-68899442801570/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38164, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7648, "free": 173}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1922, "free": 5899}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 173, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073740", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "37", "tz_offset": "-0400", "month": "06", "epoch": "1530185860", "iso8601_micro": "2018-06-28T11:37:40.690304Z", "weekday": "Thursday", "time": "07:37:40", "date": "2018-06-28", "iso8601": "2018-06-28T11:37:40Z", "day": "28", "iso8601_basic": "20180628T073740690224", "second": "40"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [stat] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:33 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587 `" && echo ansible-tmp-1530185870.69-83822197643587="` echo /root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185870.69-83822197643587=/root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp2hJM4S TO /root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587/stat.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp2hJM4S /root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587/stat.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587/ /root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587/stat.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587/stat.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185870.69-83822197643587/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/tmp/tmp.s0BDpRZRLr", "get_md5": true, "get_mime": true, "get_attributes": true}}, "stat": {"exists": false}, "changed": false}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": true, > "get_checksum": true, > "get_md5": true, > "get_mime": true, > "path": "/tmp/tmp.s0BDpRZRLr" > } > }, > "stat": { > "exists": false > } >} >META: ran handlers >META: ran handlers > >PLAY [Cleanup temp file on localhost] *************************************************************************************************************************************************** >META: ran handlers > >TASK [file] ***************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:43 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/file.py ><127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: yapei ><127.0.0.1> EXEC /bin/sh -c 'echo ~ && sleep 0' ><127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185871.04-130069075744475 `" && echo ansible-tmp-1530185871.04-130069075744475="` echo /home/yapei/.ansible/tmp/ansible-tmp-1530185871.04-130069075744475 `" ) && sleep 0' ><127.0.0.1> PUT /tmp/tmpYNDxuk TO /home/yapei/.ansible/tmp/ansible-tmp-1530185871.04-130069075744475/file.py ><127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/yapei/.ansible/tmp/ansible-tmp-1530185871.04-130069075744475/ /home/yapei/.ansible/tmp/ansible-tmp-1530185871.04-130069075744475/file.py && sleep 0' ><127.0.0.1> EXEC /bin/sh -c '/usr/bin/python2 /home/yapei/.ansible/tmp/ansible-tmp-1530185871.04-130069075744475/file.py; rm -rf "/home/yapei/.ansible/tmp/ansible-tmp-1530185871.04-130069075744475/" > /dev/null 2>&1 && sleep 0' >ok: [localhost] => { > "changed": false, > "diff": { > "after": { > "path": "/tmp/tmp.s0BDpRZRLr", > "state": "absent" > }, > "before": { > "path": "/tmp/tmp.s0BDpRZRLr", > "state": "file" > } > }, > "invocation": { > "module_args": { > "attributes": null, > "backup": null, > "content": null, > "delimiter": null, > "diff_peek": null, > "directory_mode": null, > "follow": false, > "force": false, > "group": null, > "mode": null, > "original_basename": null, > "owner": null, > "path": "/tmp/tmp.s0BDpRZRLr", > "recurse": false, > "regexp": null, > "remote_src": null, > "selevel": null, > "serole": null, > "setype": null, > "seuser": null, > "src": null, > "state": "absent", > "unsafe_writes": null, > "validate": null > } > }, > "path": "/tmp/tmp.s0BDpRZRLr", > "state": "absent" >} >META: ran handlers >META: ran handlers > >PLAY [Warn if restarting the system where ansible is running] *************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692 `" && echo ansible-tmp-1530185871.23-264830957865692="` echo /root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185871.23-264830957865692=/root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp8843nv TO /root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp8843nv /root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692/ /root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185871.23-264830957865692/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38166, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506576, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2209456, "size_available": 9049931776, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7650, "free": 171}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1922, "free": 5899}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 171, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073742", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "37", "tz_offset": "-0400", "month": "06", "epoch": "1530185862", "iso8601_micro": "2018-06-28T11:37:42.451595Z", "weekday": "Thursday", "time": "07:37:42", "date": "2018-06-28", "iso8601": "2018-06-28T11:37:42Z", "day": "28", "iso8601_basic": "20180628T073742451475", "second": "42"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [pause] **************************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:50 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [set_fact] ************************************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/validate_restart.yml:62 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >META: ran handlers >META: ran handlers > >PLAY [Restart masters] ****************************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559 `" && echo ansible-tmp-1530185873.24-54022958336559="` echo /root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185873.24-54022958336559=/root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpibDSOF TO /root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpibDSOF /root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559/ /root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185873.24-54022958336559/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38168, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2506572, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2209460, "size_available": 9049948160, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2506572, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2209460, "size_available": 9049948160, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506572, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2209460, "size_available": 9049948160, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506572, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2209460, "size_available": 9049948160, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506572, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2209460, "size_available": 9049948160, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506572, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2209460, "size_available": 9049948160, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 2506572, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2209460, "size_available": 9049948160, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41794, "block_size": 4096, "inode_available": 9395390}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7653, "free": 168}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1925, "free": 5896}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 168, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073744", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "37", "tz_offset": "-0400", "month": "06", "epoch": "1530185864", "iso8601_micro": "2018-06-28T11:37:44.459186Z", "weekday": "Thursday", "time": "07:37:44", "date": "2018-06-28", "iso8601": "2018-06-28T11:37:44Z", "day": "28", "iso8601_basic": "20180628T073744459099", "second": "44"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers >META: ran handlers > >TASK [include_tasks] ******************************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-master/private/restart.yml:10 >skipping: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} > >TASK [openshift_master : Restart master API] ******************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master/tasks/restart.yml:2 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503 `" && echo ansible-tmp-1530185874.24-91716825665503="` echo /root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185874.24-91716825665503=/root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpyl53r7 TO /root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503/systemd.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpyl53r7 /root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503/systemd.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503/ /root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503/systemd.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185874.24-91716825665503/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"status": {"ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start master api --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 07:35:17 EDT] ; stop_time=[n/a] ; pid=30087 ; code=(null) ; status=0/0 }", "TimeoutStopUSec": "1min 30s", "ControlGroup": "/system.slice/atomic-openshift-master-api.service", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Thu 2018-06-28 07:35:17 EDT", "ExecMainCode": "0", "UnitFileState": "enabled", "ExecMainPID": "30087", "LimitSIGPENDING": "31182", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "StartLimitInterval": "10000000", "WatchdogTimestampMonotonic": "38030866473", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "38030866527", "StandardError": "inherit", "AssertTimestamp": "Thu 2018-06-28 07:35:17 EDT", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "EnvironmentFile": "/etc/sysconfig/atomic-openshift-master-api (ignore_errors=no)", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "Environment": "GOTRACEBACK=crash", "WatchdogTimestamp": "Thu 2018-06-28 07:35:26 EDT", "ActiveEnterTimestamp": "Thu 2018-06-28 07:35:26 EDT", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "NoNewPrivileges": "no", "Before": "atomic-openshift-master-controllers.service multi-user.target atomic-openshift-node.service shutdown.target", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "38021978244", "SendSIGHUP": "no", "TimeoutStartUSec": "1min 30s", "Type": "notify", "SyslogPriority": "30", "SameProcessGroup": "no", "WorkingDirectory": "/var/lib/origin", "LimitNPROC": "31182", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "ExecMainStartTimestamp": "Thu 2018-06-28 07:35:17 EDT", "SyslogIdentifier": "atomic-openshift-master-api", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "0", "Documentation": "https://github.com/openshift/origin", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "control-group", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "SecureBits": "0", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "running", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "38021952979", "MainPID": "30087", "StartupBlockIOWeight": "18446744073709551615", "InactiveExitTimestamp": "Thu 2018-06-28 07:35:17 EDT", "FragmentPath": "/usr/lib/systemd/system/atomic-openshift-master-api.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "disabled", "MemoryCurrent": "557899776", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target atomic-openshift-node.service atomic-openshift-master-controllers.service", "TasksCurrent": "18446744073709551615", "RestartUSec": "5s", "ConditionTimestamp": "Thu 2018-06-28 07:35:17 EDT", "CPUAccounting": "yes", "RemainAfterExit": "no", "RequiresMountsFor": "/var/lib/origin", "PrivateNetwork": "no", "Restart": "always", "CPUSchedulingPolicy": "0", "LimitNOFILE": "131072", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "TTYVHangup": "no", "InactiveEnterTimestamp": "Thu 2018-06-28 07:35:17 EDT", "StandardInput": "null", "AssertTimestampMonotonic": "38021952979", "DefaultDependencies": "yes", "Requires": "-.mount network-online.target basic.target", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "ExecMainExitTimestampMonotonic": "0", "NotifyAccess": "main", "PermissionsStartOnly": "no", "BlockIOAccounting": "yes", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "38021978195", "AllowIsolate": "no", "Wants": "system.slice", "After": "system.slice chronyd.service network-online.target systemd-journald.socket basic.target etcd.service ntpd.service -.mount", "FailureAction": "none", "CanIsolate": "no", "Conflicts": "shutdown.target", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "38021945599", "MemoryAccounting": "yes", "IgnoreSIGPIPE": "yes", "Transient": "no", "IOScheduling": "0", "Description": "Atomic OpenShift Master API", "ActiveExitTimestampMonotonic": "38021888240", "CanReload": "no", "ControlPID": "0", "LimitNICE": "0", "BlockIOWeight": "18446744073709551615", "Names": "atomic-openshift-master-api.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "atomic-openshift-master-api.service"}, "invocation": {"module_args": {"no_block": false, "name": "atomic-openshift-master-api", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}, "state": "started", "changed": true, "name": "atomic-openshift-master-api"}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "daemon_reload": false, > "enabled": null, > "masked": null, > "name": "atomic-openshift-master-api", > "no_block": false, > "state": "restarted", > "user": false > } > }, > "name": "atomic-openshift-master-api", > "state": "started", > "status": { > "ActiveEnterTimestamp": "Thu 2018-06-28 07:35:26 EDT", > "ActiveEnterTimestampMonotonic": "38030866527", > "ActiveExitTimestamp": "Thu 2018-06-28 07:35:17 EDT", > "ActiveExitTimestampMonotonic": "38021888240", > "ActiveState": "active", > "After": "system.slice chronyd.service network-online.target systemd-journald.socket basic.target etcd.service ntpd.service -.mount", > "AllowIsolate": "no", > "AmbientCapabilities": "0", > "AssertResult": "yes", > "AssertTimestamp": "Thu 2018-06-28 07:35:17 EDT", > "AssertTimestampMonotonic": "38021952979", > "Before": "atomic-openshift-master-controllers.service multi-user.target atomic-openshift-node.service shutdown.target", > "BlockIOAccounting": "yes", > "BlockIOWeight": "18446744073709551615", > "CPUAccounting": "yes", > "CPUQuotaPerSecUSec": "infinity", > "CPUSchedulingPolicy": "0", > "CPUSchedulingPriority": "0", > "CPUSchedulingResetOnFork": "no", > "CPUShares": "18446744073709551615", > "CanIsolate": "no", > "CanReload": "no", > "CanStart": "yes", > "CanStop": "yes", > "CapabilityBoundingSet": "18446744073709551615", > "ConditionResult": "yes", > "ConditionTimestamp": "Thu 2018-06-28 07:35:17 EDT", > "ConditionTimestampMonotonic": "38021952979", > "Conflicts": "shutdown.target", > "ControlGroup": "/system.slice/atomic-openshift-master-api.service", > "ControlPID": "0", > "DefaultDependencies": "yes", > "Delegate": "no", > "Description": "Atomic OpenShift Master API", > "DevicePolicy": "auto", > "Documentation": "https://github.com/openshift/origin", > "Environment": "GOTRACEBACK=crash", > "EnvironmentFile": "/etc/sysconfig/atomic-openshift-master-api (ignore_errors=no)", > "ExecMainCode": "0", > "ExecMainExitTimestampMonotonic": "0", > "ExecMainPID": "30087", > "ExecMainStartTimestamp": "Thu 2018-06-28 07:35:17 EDT", > "ExecMainStartTimestampMonotonic": "38021978195", > "ExecMainStatus": "0", > "ExecStart": "{ path=/usr/bin/openshift ; argv[]=/usr/bin/openshift start master api --config=${CONFIG_FILE} $OPTIONS ; ignore_errors=no ; start_time=[Thu 2018-06-28 07:35:17 EDT] ; stop_time=[n/a] ; pid=30087 ; code=(null) ; status=0/0 }", > "FailureAction": "none", > "FileDescriptorStoreMax": "0", > "FragmentPath": "/usr/lib/systemd/system/atomic-openshift-master-api.service", > "GuessMainPID": "yes", > "IOScheduling": "0", > "Id": "atomic-openshift-master-api.service", > "IgnoreOnIsolate": "no", > "IgnoreOnSnapshot": "no", > "IgnoreSIGPIPE": "yes", > "InactiveEnterTimestamp": "Thu 2018-06-28 07:35:17 EDT", > "InactiveEnterTimestampMonotonic": "38021945599", > "InactiveExitTimestamp": "Thu 2018-06-28 07:35:17 EDT", > "InactiveExitTimestampMonotonic": "38021978244", > "JobTimeoutAction": "none", > "JobTimeoutUSec": "0", > "KillMode": "control-group", > "KillSignal": "15", > "LimitAS": "18446744073709551615", > "LimitCORE": "18446744073709551615", > "LimitCPU": "18446744073709551615", > "LimitDATA": "18446744073709551615", > "LimitFSIZE": "18446744073709551615", > "LimitLOCKS": "18446744073709551615", > "LimitMEMLOCK": "65536", > "LimitMSGQUEUE": "819200", > "LimitNICE": "0", > "LimitNOFILE": "131072", > "LimitNPROC": "31182", > "LimitRSS": "18446744073709551615", > "LimitRTPRIO": "0", > "LimitRTTIME": "18446744073709551615", > "LimitSIGPENDING": "31182", > "LimitSTACK": "18446744073709551615", > "LoadState": "loaded", > "MainPID": "30087", > "MemoryAccounting": "yes", > "MemoryCurrent": "557899776", > "MemoryLimit": "18446744073709551615", > "MountFlags": "0", > "Names": "atomic-openshift-master-api.service", > "NeedDaemonReload": "no", > "Nice": "0", > "NoNewPrivileges": "no", > "NonBlocking": "no", > "NotifyAccess": "main", > "OOMScoreAdjust": "0", > "OnFailureJobMode": "replace", > "PermissionsStartOnly": "no", > "PrivateDevices": "no", > "PrivateNetwork": "no", > "PrivateTmp": "no", > "ProtectHome": "no", > "ProtectSystem": "no", > "RefuseManualStart": "no", > "RefuseManualStop": "no", > "RemainAfterExit": "no", > "Requires": "-.mount network-online.target basic.target", > "RequiresMountsFor": "/var/lib/origin", > "Restart": "always", > "RestartUSec": "5s", > "Result": "success", > "RootDirectoryStartOnly": "no", > "RuntimeDirectoryMode": "0755", > "SameProcessGroup": "no", > "SecureBits": "0", > "SendSIGHUP": "no", > "SendSIGKILL": "yes", > "Slice": "system.slice", > "StandardError": "inherit", > "StandardInput": "null", > "StandardOutput": "journal", > "StartLimitAction": "none", > "StartLimitBurst": "5", > "StartLimitInterval": "10000000", > "StartupBlockIOWeight": "18446744073709551615", > "StartupCPUShares": "18446744073709551615", > "StatusErrno": "0", > "StopWhenUnneeded": "no", > "SubState": "running", > "SyslogIdentifier": "atomic-openshift-master-api", > "SyslogLevelPrefix": "yes", > "SyslogPriority": "30", > "SystemCallErrorNumber": "0", > "TTYReset": "no", > "TTYVHangup": "no", > "TTYVTDisallocate": "no", > "TasksAccounting": "no", > "TasksCurrent": "18446744073709551615", > "TasksMax": "18446744073709551615", > "TimeoutStartUSec": "1min 30s", > "TimeoutStopUSec": "1min 30s", > "TimerSlackNSec": "50000", > "Transient": "no", > "Type": "notify", > "UMask": "0022", > "UnitFilePreset": "disabled", > "UnitFileState": "enabled", > "WantedBy": "multi-user.target atomic-openshift-node.service atomic-openshift-master-controllers.service", > "Wants": "system.slice", > "WatchdogTimestamp": "Thu 2018-06-28 07:35:26 EDT", > "WatchdogTimestampMonotonic": "38030866473", > "WatchdogUSec": "0", > "WorkingDirectory": "/var/lib/origin" > } >} > >TASK [openshift_master : Wait for master API to come back online] *********************************************************************************************************************** >task path: /home/yapei/openshift-ansible/roles/openshift_master/tasks/restart.yml:6 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/utilities/logic/wait_for.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408 `" && echo ansible-tmp-1530185883.48-77518756355408="` echo /root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185883.48-77518756355408=/root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpuTf_DE TO /root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408/wait_for.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpuTf_DE /root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408/wait_for.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408/ /root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408/wait_for.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408/wait_for.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185883.48-77518756355408/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"elapsed": 10, "search_regex": null, "state": "started", "invocation": {"module_args": {"active_connection_states": ["ESTABLISHED", "FIN_WAIT1", "FIN_WAIT2", "SYN_RECV", "SYN_SENT", "TIME_WAIT"], "state": "started", "port": 8443, "delay": 10, "msg": null, "host": "qe-juzhao-39-qeos-1-master-etcd-1", "sleep": 1, "timeout": 600, "exclude_hosts": null, "search_regex": null, "path": null, "connect_timeout": 5}}, "path": null, "port": 8443}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": false, > "elapsed": 10, > "invocation": { > "module_args": { > "active_connection_states": [ > "ESTABLISHED", > "FIN_WAIT1", > "FIN_WAIT2", > "SYN_RECV", > "SYN_SENT", > "TIME_WAIT" > ], > "connect_timeout": 5, > "delay": 10, > "exclude_hosts": null, > "host": "qe-juzhao-39-qeos-1-master-etcd-1", > "msg": null, > "path": null, > "port": 8443, > "search_regex": null, > "sleep": 1, > "state": "started", > "timeout": 600 > } > }, > "path": null, > "port": 8443, > "search_regex": null, > "state": "started" >} > >TASK [openshift_master : restart master controllers] ************************************************************************************************************************************ >task path: /home/yapei/openshift-ansible/roles/openshift_master/tasks/restart.yml:14 >Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566 `" && echo ansible-tmp-1530185893.89-257304841626566="` echo /root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185893.89-257304841626566=/root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpmphuf6 TO /root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566/command.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpmphuf6 /root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566/command.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566/ /root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566/command.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185893.89-257304841626566/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"changed": true, "end": "2018-06-28 07:38:05.211320", "stdout": "", "cmd": ["systemctl", "restart", "atomic-openshift-master-controllers"], "rc": 0, "start": "2018-06-28 07:38:04.986850", "stderr": "", "delta": "0:00:00.224470", "invocation": {"module_args": {"warn": true, "executable": null, "_uses_shell": false, "_raw_params": "systemctl restart atomic-openshift-master-controllers", "removes": null, "creates": null, "chdir": null, "stdin": null}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": true, > "cmd": [ > "systemctl", > "restart", > "atomic-openshift-master-controllers" > ], > "delta": "0:00:00.224470", > "end": "2018-06-28 07:38:05.211320", > "invocation": { > "module_args": { > "_raw_params": "systemctl restart atomic-openshift-master-controllers", > "_uses_shell": false, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-06-28 07:38:04.986850", > "stderr": "", > "stderr_lines": [], > "stdout": "", > "stdout_lines": [] >} >META: ran handlers > >PLAY [Update web console certificates] ************************************************************************************************************************************************** > >TASK [Gathering Facts] ****************************************************************************************************************************************************************** >Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951 `" && echo ansible-tmp-1530185894.45-149433060332951="` echo /root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185894.45-149433060332951=/root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmp9zFq3M TO /root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951/setup.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmp9zFq3M /root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951/setup.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951/ /root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951/setup.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951/setup.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185894.45-149433060332951/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"filter": "*", "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_veth0cd3377f": {"macaddress": "7a:84:5a:bd:a3:db", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth0cd3377f", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::7884:5aff:febd:a3db"}], "active": true, "speed": 10000}, "module_setup": true, "ansible_distribution_version": "7.5", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "TERM": "xterm-256color", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SSH_TTY": "/dev/pts/4", "_": "/usr/bin/python", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "MAIL": "/var/mail/root", "LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:", "XDG_SESSION_ID": "25", "SSH_CLIENT": "10.8.241.33 35570 22", "SSH_CONNECTION": "10.8.241.33 35570 172.16.120.82 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "fa:16:3e:9a:3e:f5", "network": "172.16.120.0", "mtu": 1500, "broadcast": "172.16.120.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "172.16.120.82", "interface": "eth0", "type": "ether", "gateway": "172.16.120.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/vmlinuz-3.10.0-862.3.3.el7.x86_64", "quiet": true, "rhgb": true, "rd.lvm.lv": "rhel/root", "crashkernel": "auto", "ro": true, "root": "/dev/mapper/rhel-root"}, "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_ovs_system": {"macaddress": "92:e9:4c:73:f2:71", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1500, "device": "ovs-system", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}, "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "1AC1D46B-FCDD-4396-9659-42CBD8CCC28E", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_all_ipv6_addresses": ["fe80::4c62:ff:fe24:5317", "fe80::706c:30ff:fe48:5979", "fe80::ccda:a1ff:fe19:50d0", "fe80::e848:f4ff:feaf:5c5a", "fe80::7884:5aff:febd:a3db", "fe80::f816:3eff:fe9a:3ef5", "fe80::e0df:fbff:feb4:f056", "fe80::44ca:cbff:feb9:8bf7", "fe80::2c9a:bcff:fe0d:6b01", "fe80::c1:30ff:fe95:c24a"], "ansible_uptime_seconds": 38189, "ansible_kernel": "3.10.0-862.3.3.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "df502311-410b-4a58-8830-f3e5b443144e", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_local": {"openshift": {"node": {"bootstrapped": false}, "builddefaults": {"config": {"BuildDefaults": {"configuration": {"kind": "BuildDefaultsConfig", "resources": {"requests": {}, "limits": {}}, "env": [{"name": "HTTP_PROXY", "value": ""}, {"name": "HTTPS_PROXY", "value": ""}, {"name": "NO_PROXY", "value": ""}, {"name": "http_proxy", "value": ""}, {"name": "https_proxy", "value": ""}, {"name": "no_proxy", "value": ""}], "apiVersion": "v1"}}}}, "cloudprovider": {"kind": "openstack"}, "master": {"named_certificates": [], "admission_plugin_config": {"openshift.io/ImagePolicy": {"configuration": {"kind": "ImagePolicyConfig", "executionRules": [{"skipOnResolutionFailure": true, "matchImageAnnotations": [{"key": "images.openshift.io/deny-execution", "value": "true"}], "reject": true, "name": "execution-denied", "onResources": [{"resource": "pods"}, {"resource": "builds"}]}], "apiVersion": "v1"}}}, "identity_providers": [{"challenge": "true", "login": "true", "kind": "AllowAllPasswordIdentityProvider", "name": "allow_all"}], "manage_htpasswd": true, "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"}, "common": {"rolling_restart_mode": "services", "deployment_subtype": "basic", "generate_no_proxy_hosts": true, "no_proxy_etcd_host_ips": "172.16.120.82", "public_hostname": "host-8-252-199.host.centralci.eng.rdu2.redhat.com", "deployment_type": "openshift-enterprise"}, "buildoverrides": {"config": {"BuildOverrides": {"configuration": {"kind": "BuildOverridesConfig", "apiVersion": "v1"}}}}}}, "ansible_vxlan_sys_4789": {"macaddress": "ea:48:f4:af:5c:5a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65000, "device": "vxlan_sys_4789", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e848:f4ff:feaf:5c5a"}], "active": true, "type": "ether"}, "ansible_processor_vcpus": 4, "ansible_docker0": {"macaddress": "02:42:73:e0:b2:2d", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "on", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "on", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "interfaces": [], "id": "8000.024273e0b22d", "mtu": 1500, "device": "docker0", "promisc": false, "stp": false, "ipv4": {"broadcast": "global", "netmask": "255.255.0.0", "network": "172.17.0.0", "address": "172.17.0.1"}, "active": false, "timestamping": ["rx_software", "software"], "type": "bridge", "hw_timestamp_filters": []}, "ansible_processor": ["0", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "1", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "2", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)", "3", "GenuineIntel", "Intel Core Processor (Haswell, no TSX)"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/VKCemeqnLN8ubDrH8Eg7onfkaeclOzrMmggI8ke+qKW3/6An2cALxiPnYMwcr3bcpxF0UPXe26OA/vr0DZog=", "ansible_veth1830c414": {"macaddress": "ce:da:a1:19:50:d0", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth1830c414", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::ccda:a1ff:fe19:50d0"}], "active": true, "speed": 10000}, "ansible_mounts": [{"block_used": 2522462, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/", "block_available": 2193570, "size_available": 8984862720, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/mapper/rhel-root", "inode_used": 41805, "block_size": 4096, "inode_available": 9395379}, {"block_used": 40009, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "size_total": 520785920, "block_total": 127145, "mount": "/boot", "block_available": 87136, "size_available": 356909056, "fstype": "xfs", "inode_total": 256000, "options": "rw,seclabel,relatime,attr2,inode64,noquota", "device": "/dev/vda1", "inode_used": 326, "block_size": 4096, "inode_available": 255674}, {"block_used": 2522462, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "block_available": 2193570, "size_available": 8984862720, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "inode_used": 41805, "block_size": 4096, "inode_available": 9395379}, {"block_used": 2522462, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "block_available": 2193570, "size_available": 8984862720, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "inode_used": 41805, "block_size": 4096, "inode_available": 9395379}, {"block_used": 2522462, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "block_available": 2193570, "size_available": 8984862720, "fstype": "xfs", "inode_total": 9437184, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "inode_used": 41805, "block_size": 4096, "inode_available": 9395379}, {"block_used": 2522462, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper/mnt/4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "block_available": 2193570, "size_available": 8984862720, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "inode_used": 41805, "block_size": 4096, "inode_available": 9395379}, {"block_used": 2522462, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/containers", "block_available": 2193570, "size_available": 8984862720, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41805, "block_size": 4096, "inode_available": 9395379}, {"block_used": 2522462, "uuid": "77f1a2a8-2535-4527-b9c0-b24712906377", "size_total": 19316867072, "block_total": 4716032, "mount": "/var/lib/docker/devicemapper", "block_available": 2193570, "size_available": 8984862720, "fstype": "xfs", "inode_total": 9437184, "options": "rw,seclabel,relatime,attr2,inode64,noquota,bind", "device": "/dev/mapper/rhel-root", "inode_used": 41805, "block_size": 4096, "inode_available": 9395379}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c443,c736\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 70394, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "block_available": 2548486, "size_available": 10438598656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c1\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "inode_used": 11981, "block_size": 4096, "inode_available": 5230899}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 88105, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "block_available": 2530775, "size_available": 10366054400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,seclabel,relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "inode_used": 18128, "block_size": 4096, "inode_available": 5224752}, {"block_used": 83773, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "block_available": 2535107, "size_available": 10383798272, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "inode_used": 11393, "block_size": 4096, "inode_available": 5231487}, {"block_used": 86680, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "block_available": 2532200, "size_available": 10371891200, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c11\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "inode_used": 11392, "block_size": 4096, "inode_available": 5231488}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 65846, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "block_available": 2553034, "size_available": 10457227264, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "inode_used": 11386, "block_size": 4096, "inode_available": 5231494}, {"block_used": 126275, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "block_available": 2492605, "size_available": 10209710080, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c4,c9\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "inode_used": 15294, "block_size": 4096, "inode_available": 5227586}, {"block_used": 83769, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "block_available": 2535111, "size_available": 10383814656, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c0,c10\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "inode_used": 11387, "block_size": 4096, "inode_available": 5231493}, {"block_used": 170833, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "block_available": 2448047, "size_available": 10027200512, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "inode_used": 39552, "block_size": 4096, "inode_available": 5203328}, {"block_used": 69605, "uuid": "2ad9355d-e053-4dfd-b17e-adccbe0ace47", "size_total": 10726932480, "block_total": 2618880, "mount": "/var/lib/docker/devicemapper/mnt/af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "block_available": 2549275, "size_available": 10441830400, "fstype": "xfs", "inode_total": 5242880, "options": "rw,context=\\"system_u:object_r:container_file_t:s0:c7,c8\\",relatime,nouuid,attr2,inode64,sunit=1024,swidth=1024,noquota", "device": "/dev/mapper/docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938", "inode_used": 13329, "block_size": 4096, "inode_available": 5229551}], "ansible_system_vendor": "Red Hat", "ansible_veth2c414dea": {"macaddress": "72:6c:30:48:59:79", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth2c414dea", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::706c:30ff:fe48:5979"}], "active": true, "speed": 10000}, "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {"release": "7.5", "major_release": "7", "codename": "Maipo", "id": "RedHatEnterpriseServer", "description": "Red Hat Enterprise Linux Server release 7.5 (Maipo)"}, "ansible_vethedbdbf1a": {"macaddress": "2e:9a:bc:0d:6b:01", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "vethedbdbf1a", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::2c9a:bcff:fe0d:6b01"}], "active": true, "speed": 10000}, "ansible_tun0": {"macaddress": "e2:df:fb:b4:f0:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "tun0", "promisc": true, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.128.1.255", "netmask": "255.255.254.0", "network": "10.128.0.0", "address": "10.128.0.1"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::e0df:fbff:feb4:f056"}], "active": true, "type": "ether"}, "ansible_veth7984c4c1": {"macaddress": "4e:62:00:24:53:17", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth7984c4c1", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::4c62:ff:fe24:5317"}], "active": true, "speed": 10000}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA8kVxLQQiAEhlbFxRhxTwAYw89iZQK2h3fnseBH9XIvco7x8pvSaFJXyZX796uL+Q5qCb/4i64l+CaqbiPlCdHowLDQI4Dg9ermrxelc/cLLqLxLzfz17Jd9xi80Hdh41iUMpZl2dYElVSiq3uD1ngAKTn9ddwzZpEh3lb9lpk3vkI4nl0UNiPOvIXuXzMzaUOvTlxVYk6uPU09GRJ692HvEKNSOFyWk0MgMJq2xXvRZ6cwT83izgXQEMp5DLM7anxfdwY2zAbL3RxmIWLwiZstNDblCKVRihyonOsjLX1mREKMccTM4PdwSzOgmCodTgFS+v4o+P9bCL8VaIrth", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "fa:16:3e:9a:3e:f5", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "172.16.120.255", "netmask": "255.255.255.0", "network": "172.16.120.0", "address": "172.16.120.82"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::f816:3eff:fe9a:3ef5"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_all_ipv4_addresses": ["172.16.120.82", "10.128.0.1", "172.17.0.1"], "ansible_python_version": "2.7.5", "ansible_product_version": "14.1.0-3.el7ost", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 7821, "used": 7532, "free": 289}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 1757, "free": 6064}}, "ansible_user_dir": "/root", "gather_subset": ["all"], "ansible_real_user_id": 0, "ansible_virtualization_role": "host", "ansible_dns": {"nameservers": ["172.16.120.82"], "search": ["cluster.local", "int.0627-8x6.qe.rhcloud.com", "openstacklocal"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 7821, "ansible_device_links": {"masters": {"dm-1": ["dm-3"], "dm-2": ["dm-3"], "dm-3": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "vda2": ["dm-0", "dm-1", "dm-2"]}, "labels": {}, "ids": {"dm-14": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "dm-15": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "dm-16": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "dm-17": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "dm-10": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "dm-11": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "dm-12": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "dm-13": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "dm-18": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "dm-19": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "vda2": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "dm-8": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "dm-9": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "dm-6": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "dm-7": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "dm-4": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "dm-5": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "dm-21": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "dm-20": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "dm-0": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "dm-22": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"]}, "uuids": {"vda1": ["febd68f0-75ce-4a3a-9708-472675eeaee7"], "dm-0": ["77f1a2a8-2535-4527-b9c0-b24712906377"], "dm-22": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_memfree_mb": 289, "ansible_processor_count": 4, "ansible_hostname": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_interfaces": ["docker0", "veth2c414dea", "lo", "ovs-system", "tun0", "vxlan_sys_4789", "veth598576ee", "veth1830c414", "veth98b6230b", "veth7984c4c1", "vethedbdbf1a", "veth0cd3377f", "br0", "eth0"], "ansible_machine_id": "1aa0c0c064da415da66aff60c2053155", "ansible_fqdn": "host-172-16-120-82.openstacklocal", "ansible_user_gid": 0, "ansible_nodename": "qe-juzhao-39-qeos-1-master-etcd-1", "ansible_lvm": {"pvs": {"/dev/vda2": {"free_g": "9.22", "size_g": "39.51", "vg": "rhel"}}, "lvs": {"docker-pool": {"size_g": "12.20", "vg": "rhel"}, "root": {"size_g": "18.00", "vg": "rhel"}}, "vgs": {"rhel": {"free_g": "9.22", "size_g": "39.51", "num_lvs": "2", "num_pvs": "1"}}}, "ansible_domain": "openstacklocal", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20180628T073805", "tz": "EDT", "weeknumber": "26", "hour": "07", "year": "2018", "minute": "38", "tz_offset": "-0400", "month": "06", "epoch": "1530185885", "iso8601_micro": "2018-06-28T11:38:05.629692Z", "weekday": "Thursday", "time": "07:38:05", "date": "2018-06-28", "iso8601": "2018-06-28T11:38:05Z", "day": "28", "iso8601_basic": "20180628T073805629595", "second": "05"}, "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBp6YCxME1OLLJgFEz+YJkvquFHYKB4fee7Cm5k9+C11", "ansible_processor_cores": 1, "ansible_bios_version": "1.11.0-2.el7", "ansible_virtualization_type": "kvm", "ansible_distribution_release": "Maipo", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_veth98b6230b": {"macaddress": "46:ca:cb:b9:8b:f7", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth98b6230b", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::44ca:cbff:feb9:8bf7"}], "active": true, "speed": 10000}, "ansible_product_name": "OpenStack Compute", "ansible_devices": {"dm-21": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-20": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-22": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "uuids": ["2ad9355d-e053-4dfd-b17e-adccbe0ace47"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "12.20 GB"}, "dm-3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "25583616", "links": {"masters": ["dm-10", "dm-11", "dm-12", "dm-13", "dm-14", "dm-15", "dm-16", "dm-17", "dm-18", "dm-19", "dm-20", "dm-21", "dm-22", "dm-4", "dm-5", "dm-6", "dm-7", "dm-8", "dm-9"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["docker-253:0-41943105-b9183e7b40f081072be8dd1f5638640b6aff9eda2ada1991936e0416fe749c47", "docker-253:0-41943105-05fc9e3bb04e22b9cf7440ea2e7b646ca435ebe16f81a2feda802a633a7b0bf2", "docker-253:0-41943105-fe54b9849ba4454fcf3c49cadb3fd6ea0f62e2e8407e561e4fcb343b7a3e2a46", "docker-253:0-41943105-19df57d4476f757307ff209287a4f5233e0f9914fcd0f9434c7691edcbc5dc05", "docker-253:0-41943105-ece5f8caaec2ef277c85115fd2e9950bbbe297626cbfcc7a4e4f61621f474437", "docker-253:0-41943105-8d5e5f66f41780cbd4aaa5af31832f27aa841d9becf29454cb97136a7e341f52", "docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e", "docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6", "docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409", "docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696", "docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776", "docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init", "docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b", "docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959", "docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c", "docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40", "docker-253:0-41943105-1ef4265af4e81264e2f5d6af8a3806a488ad0f6c5cef8659bbbd3713fb41760f", "docker-253:0-41943105-24ef817dd568f71eda28d5f39b75f221a564d83b73327dceff9bb58f7f07fe8b", "docker-253:0-41943105-af51187cc7264b20423653d264aedab364d2749d7b388d4a66b9e69850594938"], "size": "12.20 GB"}, "dm-0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "37748736", "links": {"masters": [], "labels": [], "ids": ["dm-name-rhel-root", "dm-uuid-LVM-HlfHuWpEJdsnVWNysqnOragmUIXwW3CYjZXaxM8e5rNciK2kqCVWBc7STdhe6znX"], "uuids": ["77f1a2a8-2535-4527-b9c0-b24712906377"]}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "18.00 GB"}, "dm-1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "90112", "links": {"masters": ["dm-3"], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": ["rhel-docker--pool"], "size": "44.00 MB"}, "dm-14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-c9ef13f146a94bc262d6b2f55694e354cf55c47041d361524e4aeb7462c28776"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-4a010d8c12caea429ea7f1dea0e40227fd361dc6966ab9e3f0d2f6c74c87ed9b-init"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-16": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ccc18212a8fcbd4a80bed5b07ed0cb20c6164497d24c071251f37ac263bdae9b"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-17": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-9c556fd99fa4b5fdd5edeeb3bfbed151fe3589d2aa2daa52fbaf784786fb9959"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-20cc99db3e7718dc283c4cc75ad3ea5b4897523fdfb5851e6a23fd57a4c30a3e"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-55bf5703ff19b722a3ec39b2a84f6bbc80963c86c6389e6bb1ad8f9a70c3dfe6"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-15f691799a05ec6d10dc79d1329826b26e2d3180385f976eb9887e67e3acb409"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-ad61648bf1422cb25c0e6b7b6d77af024726319c376c0f70f22f8f45be8af696"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-18": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d35e6c3eb5b2b7e0c102f747bb2c2c1826bea58a890e8b3d3a24e1cfcfef894c"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "dm-19": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": ["dm-name-docker-253:0-41943105-d948c864e93b673ab526301f571e884fbb0e40cef0d937695a2fe3ff0d3bab40"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "524288", "model": null, "partitions": {}, "holders": [], "size": "10.00 GB"}, "vda": {"scheduler_mode": "mq-deadline", "rotational": "1", "vendor": "0x1af4", "sectors": "83886080", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "febd68f0-75ce-4a3a-9708-472675eeaee7", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["febd68f0-75ce-4a3a-9708-472675eeaee7"]}, "sectors": "1024000", "start": "2048", "holders": [], "size": "500.00 MB"}, "vda2": {"sectorsize": 512, "uuid": null, "links": {"masters": ["dm-0", "dm-1", "dm-2"], "labels": [], "ids": ["lvm-pv-uuid-W28hA5-XiO7-k44L-wRyU-BpI3-MKiR-t8F2oi"], "uuids": []}, "sectors": "82859999", "start": "1026048", "holders": ["rhel-root", "rhel-docker--pool_tmeta", "rhel-docker--pool_tdata"], "size": "39.51 GB"}}, "holders": [], "size": "40.00 GB"}}, "ansible_user_uid": 0, "ansible_veth598576ee": {"macaddress": "02:c1:30:95:c2:4a", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "on", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "on", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "type": "ether", "hw_timestamp_filters": [], "mtu": 1450, "device": "veth598576ee", "promisc": true, "timestamping": ["rx_software", "software"], "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::c1:30ff:fe95:c24a"}], "active": true, "speed": 10000}, "ansible_bios_date": "04/01/2014", "ansible_system_capabilities": ["cap_chown", "cap_dac_override", "cap_dac_read_search", "cap_fowner", "cap_fsetid", "cap_kill", "cap_setgid", "cap_setuid", "cap_setpcap", "cap_linux_immutable", "cap_net_bind_service", "cap_net_broadcast", "cap_net_admin", "cap_net_raw", "cap_ipc_lock", "cap_ipc_owner", "cap_sys_module", "cap_sys_rawio", "cap_sys_chroot", "cap_sys_ptrace", "cap_sys_pacct", "cap_sys_admin", "cap_sys_boot", "cap_sys_nice", "cap_sys_resource", "cap_sys_time", "cap_sys_tty_config", "cap_mknod", "cap_lease", "cap_audit_write", "cap_audit_control", "cap_setfcap", "cap_mac_override", "cap_mac_admin", "cap_syslog", "35", "36+ep"], "ansible_br0": {"macaddress": "b6:a7:0f:77:4c:48", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on", "rx_all": "off [fixed]", "highdma": "on", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "on", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "on", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "on", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "on", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "on", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "on", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "on"}, "hw_timestamp_filters": [], "mtu": 1450, "device": "br0", "promisc": true, "timestamping": ["rx_software", "software"], "active": false, "type": "ether"}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] >META: ran handlers > >TASK [Remove certificates secret] ******************************************************************************************************************************************************* >task path: /home/yapei/openshift-ansible/playbooks/openshift-web-console/private/redeploy-certificates.yml:9 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967 `" && echo ansible-tmp-1530185896.26-124335560516967="` echo /root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185896.26-124335560516967=/root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpu_fc2c TO /root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpu_fc2c /root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967/ /root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185896.26-124335560516967/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "secret", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "openshift-web-console", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "absent", "debug": false, "selector": null, "name": "webconsole-serving-cert"}}, "state": "absent", "changed": true, "results": {"returncode": 0, "cmd": "/usr/bin/oc delete secret webconsole-serving-cert -n openshift-web-console", "results": {}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "secret", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "webconsole-serving-cert", > "namespace": "openshift-web-console", > "selector": null, > "state": "absent" > } > }, > "results": { > "cmd": "/usr/bin/oc delete secret webconsole-serving-cert -n openshift-web-console", > "results": {}, > "returncode": 0 > }, > "state": "absent" >} > >TASK [Remove web console pods] ********************************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-web-console/private/redeploy-certificates.yml:16 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772 `" && echo ansible-tmp-1530185897.2-275549509737772="` echo /root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185897.2-275549509737772=/root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpLYIevM TO /root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpLYIevM /root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772/ /root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185897.2-275549509737772/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "pod", "force": false, "name": null, "field_selector": null, "all_namespaces": null, "namespace": "openshift-web-console", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "absent", "debug": false, "selector": "webconsole=true"}}, "state": "absent", "changed": true, "results": {"returncode": 0, "cmd": "/usr/bin/oc delete pod --selector=webconsole=true -n openshift-web-console", "results": {}}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >changed: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "changed": true, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "pod", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": null, > "namespace": "openshift-web-console", > "selector": "webconsole=true", > "state": "absent" > } > }, > "results": { > "cmd": "/usr/bin/oc delete pod --selector=webconsole=true -n openshift-web-console", > "results": {}, > "returncode": 0 > }, > "state": "absent" >} > >TASK [Verify that the console is running] *********************************************************************************************************************************************** >task path: /home/yapei/openshift-ansible/playbooks/openshift-web-console/private/redeploy-certificates.yml:23 >Using module file /home/yapei/openshift-ansible/roles/lib_openshift/library/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '/root\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300 `" && echo ansible-tmp-1530185898.11-238725118328300="` echo /root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300 `" ) && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'ansible-tmp-1530185898.11-238725118328300=/root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> PUT /tmp/tmpfVPgR8 TO /root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300/oc_obj.py ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd '[host-8-252-199.host.centralci.eng.rdu2.redhat.com]' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, 'sftp> put /tmp/tmpfVPgR8 /root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300/oc_obj.py\n', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300/ /root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300/oc_obj.py && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '', '') ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> ESTABLISH SSH CONNECTION FOR USER: root ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o 'IdentityFile="/home/yapei/.ssh/libra.pem"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=60 -o ControlPath=/home/yapei/.ansible/cp/4985982fdd -tt host-8-252-199.host.centralci.eng.rdu2.redhat.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300/oc_obj.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1530185898.11-238725118328300/" > /dev/null 2>&1 && sleep 0'"'"'' ><host-8-252-199.host.centralci.eng.rdu2.redhat.com> (0, '\r\n{"invocation": {"module_args": {"files": null, "kind": "deployment", "force": false, "all_namespaces": null, "field_selector": null, "namespace": "openshift-web-console", "delete_after": false, "kubeconfig": "/etc/origin/master/admin.kubeconfig", "content": null, "state": "list", "debug": false, "selector": null, "name": "webconsole"}}, "state": "list", "changed": false, "results": {"returncode": 0, "cmd": "/usr/bin/oc get deployment webconsole -o json -n openshift-web-console", "results": [{"status": {"replicas": 1, "observedGeneration": 1, "updatedReplicas": 1, "availableReplicas": 1, "readyReplicas": 1, "conditions": [{"status": "True", "lastUpdateTime": "2018-06-28T01:20:27Z", "lastTransitionTime": "2018-06-28T01:17:47Z", "reason": "NewReplicaSetAvailable", "message": "ReplicaSet \\"webconsole-6b74f5c578\\" has successfully progressed.", "type": "Progressing"}, {"status": "True", "lastUpdateTime": "2018-06-28T11:36:45Z", "lastTransitionTime": "2018-06-28T11:36:45Z", "reason": "MinimumReplicasAvailable", "message": "Deployment has minimum availability.", "type": "Available"}]}, "kind": "Deployment", "spec": {"selector": {"matchLabels": {"app": "openshift-web-console", "webconsole": "true"}}, "replicas": 1, "strategy": {"type": "Recreate"}, "template": {"spec": {"dnsPolicy": "ClusterFirst", "securityContext": {}, "serviceAccountName": "webconsole", "schedulerName": "default-scheduler", "serviceAccount": "webconsole", "nodeSelector": {"node-role.kubernetes.io/master": "true"}, "terminationGracePeriodSeconds": 30, "restartPolicy": "Always", "volumes": [{"secret": {"defaultMode": 288, "secretName": "webconsole-serving-cert"}, "name": "serving-cert"}, {"configMap": {"defaultMode": 288, "name": "webconsole-config"}, "name": "webconsole-config"}], "containers": [{"livenessProbe": {"successThreshold": 1, "periodSeconds": 10, "exec": {"command": ["/bin/sh", "-c", "if [[ ! -f /tmp/webconsole-config.hash ]]; then \\\\\\n md5sum /var/webconsole-config/webconsole-config.yaml > /tmp/webconsole-config.hash; \\\\\\nelif [[ $(md5sum /var/webconsole-config/webconsole-config.yaml) != $(cat /tmp/webconsole-config.hash) ]]; then \\\\\\n echo \'webconsole-config.yaml has changed.\'; \\\\\\n exit 1; \\\\\\nfi && curl -k -f https://0.0.0.0:8443/console/"]}, "timeoutSeconds": 1, "failureThreshold": 3}, "terminationMessagePath": "/dev/termination-log", "name": "webconsole", "image": "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31", "volumeMounts": [{"mountPath": "/var/serving-cert", "name": "serving-cert"}, {"mountPath": "/var/webconsole-config", "name": "webconsole-config"}], "terminationMessagePolicy": "File", "command": ["/usr/bin/origin-web-console", "--audit-log-path=-", "-v=0", "--config=/var/webconsole-config/webconsole-config.yaml"], "imagePullPolicy": "IfNotPresent", "readinessProbe": {"successThreshold": 1, "httpGet": {"path": "/healthz", "scheme": "HTTPS", "port": 8443}, "failureThreshold": 3, "timeoutSeconds": 1, "periodSeconds": 10}, "ports": [{"protocol": "TCP", "containerPort": 8443}], "resources": {"requests": {"cpu": "100m", "memory": "100Mi"}}}]}, "metadata": {"labels": {"app": "openshift-web-console", "webconsole": "true"}, "creationTimestamp": null, "name": "webconsole"}}, "revisionHistoryLimit": 2, "progressDeadlineSeconds": 600}, "apiVersion": "extensions/v1beta1", "metadata": {"name": "webconsole", "generation": 1, "labels": {"app": "openshift-web-console", "webconsole": "true"}, "namespace": "openshift-web-console", "resourceVersion": "81239", "creationTimestamp": "2018-06-28T01:17:47Z", "annotations": {"deployment.kubernetes.io/revision": "1", "kubectl.kubernetes.io/last-applied-configuration": "{\\"apiVersion\\":\\"apps/v1beta1\\",\\"kind\\":\\"Deployment\\",\\"metadata\\":{\\"annotations\\":{},\\"labels\\":{\\"app\\":\\"openshift-web-console\\",\\"webconsole\\":\\"true\\"},\\"name\\":\\"webconsole\\",\\"namespace\\":\\"openshift-web-console\\"},\\"spec\\":{\\"replicas\\":1,\\"strategy\\":{\\"type\\":\\"Recreate\\"},\\"template\\":{\\"metadata\\":{\\"labels\\":{\\"app\\":\\"openshift-web-console\\",\\"webconsole\\":\\"true\\"},\\"name\\":\\"webconsole\\"},\\"spec\\":{\\"containers\\":[{\\"command\\":[\\"/usr/bin/origin-web-console\\",\\"--audit-log-path=-\\",\\"-v=0\\",\\"--config=/var/webconsole-config/webconsole-config.yaml\\"],\\"image\\":\\"registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31\\",\\"imagePullPolicy\\":\\"IfNotPresent\\",\\"livenessProbe\\":{\\"exec\\":{\\"command\\":[\\"/bin/sh\\",\\"-c\\",\\"if [[ ! -f /tmp/webconsole-config.hash ]]; then \\\\\\\\\\\\n md5sum /var/webconsole-config/webconsole-config.yaml \\\\u003e /tmp/webconsole-config.hash; \\\\\\\\\\\\nelif [[ $(md5sum /var/webconsole-config/webconsole-config.yaml) != $(cat /tmp/webconsole-config.hash) ]]; then \\\\\\\\\\\\n echo \'webconsole-config.yaml has changed.\'; \\\\\\\\\\\\n exit 1; \\\\\\\\\\\\nfi \\\\u0026\\\\u0026 curl -k -f https://0.0.0.0:8443/console/\\"]}},\\"name\\":\\"webconsole\\",\\"ports\\":[{\\"containerPort\\":8443}],\\"readinessProbe\\":{\\"httpGet\\":{\\"path\\":\\"/healthz\\",\\"port\\":8443,\\"scheme\\":\\"HTTPS\\"}},\\"resources\\":{\\"requests\\":{\\"cpu\\":\\"100m\\",\\"memory\\":\\"100Mi\\"}},\\"volumeMounts\\":[{\\"mountPath\\":\\"/var/serving-cert\\",\\"name\\":\\"serving-cert\\"},{\\"mountPath\\":\\"/var/webconsole-config\\",\\"name\\":\\"webconsole-config\\"}]}],\\"nodeSelector\\":{\\"node-role.kubernetes.io/master\\":\\"true\\"},\\"serviceAccountName\\":\\"webconsole\\",\\"volumes\\":[{\\"name\\":\\"serving-cert\\",\\"secret\\":{\\"defaultMode\\":288,\\"secretName\\":\\"webconsole-serving-cert\\"}},{\\"configMap\\":{\\"defaultMode\\":288,\\"name\\":\\"webconsole-config\\"},\\"name\\":\\"webconsole-config\\"}]}}}}\\n"}, "selfLink": "/apis/extensions/v1beta1/namespaces/openshift-web-console/deployments/webconsole", "uid": "113b0b8d-7a71-11e8-91c7-fa163e9a3ef5"}}]}}\r\n', 'Shared connection to host-8-252-199.host.centralci.eng.rdu2.redhat.com closed.\r\n') >ok: [host-8-252-199.host.centralci.eng.rdu2.redhat.com] => { > "attempts": 1, > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": null, > "files": null, > "force": false, > "kind": "deployment", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": "webconsole", > "namespace": "openshift-web-console", > "selector": null, > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get deployment webconsole -o json -n openshift-web-console", > "results": [ > { > "apiVersion": "extensions/v1beta1", > "kind": "Deployment", > "metadata": { > "annotations": { > "deployment.kubernetes.io/revision": "1", > "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"apps/v1beta1\",\"kind\":\"Deployment\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"openshift-web-console\",\"webconsole\":\"true\"},\"name\":\"webconsole\",\"namespace\":\"openshift-web-console\"},\"spec\":{\"replicas\":1,\"strategy\":{\"type\":\"Recreate\"},\"template\":{\"metadata\":{\"labels\":{\"app\":\"openshift-web-console\",\"webconsole\":\"true\"},\"name\":\"webconsole\"},\"spec\":{\"containers\":[{\"command\":[\"/usr/bin/origin-web-console\",\"--audit-log-path=-\",\"-v=0\",\"--config=/var/webconsole-config/webconsole-config.yaml\"],\"image\":\"registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31\",\"imagePullPolicy\":\"IfNotPresent\",\"livenessProbe\":{\"exec\":{\"command\":[\"/bin/sh\",\"-c\",\"if [[ ! -f /tmp/webconsole-config.hash ]]; then \\\\\\n md5sum /var/webconsole-config/webconsole-config.yaml \\u003e /tmp/webconsole-config.hash; \\\\\\nelif [[ $(md5sum /var/webconsole-config/webconsole-config.yaml) != $(cat /tmp/webconsole-config.hash) ]]; then \\\\\\n echo 'webconsole-config.yaml has changed.'; \\\\\\n exit 1; \\\\\\nfi \\u0026\\u0026 curl -k -f https://0.0.0.0:8443/console/\"]}},\"name\":\"webconsole\",\"ports\":[{\"containerPort\":8443}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8443,\"scheme\":\"HTTPS\"}},\"resources\":{\"requests\":{\"cpu\":\"100m\",\"memory\":\"100Mi\"}},\"volumeMounts\":[{\"mountPath\":\"/var/serving-cert\",\"name\":\"serving-cert\"},{\"mountPath\":\"/var/webconsole-config\",\"name\":\"webconsole-config\"}]}],\"nodeSelector\":{\"node-role.kubernetes.io/master\":\"true\"},\"serviceAccountName\":\"webconsole\",\"volumes\":[{\"name\":\"serving-cert\",\"secret\":{\"defaultMode\":288,\"secretName\":\"webconsole-serving-cert\"}},{\"configMap\":{\"defaultMode\":288,\"name\":\"webconsole-config\"},\"name\":\"webconsole-config\"}]}}}}\n" > }, > "creationTimestamp": "2018-06-28T01:17:47Z", > "generation": 1, > "labels": { > "app": "openshift-web-console", > "webconsole": "true" > }, > "name": "webconsole", > "namespace": "openshift-web-console", > "resourceVersion": "81239", > "selfLink": "/apis/extensions/v1beta1/namespaces/openshift-web-console/deployments/webconsole", > "uid": "113b0b8d-7a71-11e8-91c7-fa163e9a3ef5" > }, > "spec": { > "progressDeadlineSeconds": 600, > "replicas": 1, > "revisionHistoryLimit": 2, > "selector": { > "matchLabels": { > "app": "openshift-web-console", > "webconsole": "true" > } > }, > "strategy": { > "type": "Recreate" > }, > "template": { > "metadata": { > "creationTimestamp": null, > "labels": { > "app": "openshift-web-console", > "webconsole": "true" > }, > "name": "webconsole" > }, > "spec": { > "containers": [ > { > "command": [ > "/usr/bin/origin-web-console", > "--audit-log-path=-", > "-v=0", > "--config=/var/webconsole-config/webconsole-config.yaml" > ], > "image": "registry.reg-aws.openshift.com:443/openshift3/ose-web-console:v3.9.31", > "imagePullPolicy": "IfNotPresent", > "livenessProbe": { > "exec": { > "command": [ > "/bin/sh", > "-c", > "if [[ ! -f /tmp/webconsole-config.hash ]]; then \\\n md5sum /var/webconsole-config/webconsole-config.yaml > /tmp/webconsole-config.hash; \\\nelif [[ $(md5sum /var/webconsole-config/webconsole-config.yaml) != $(cat /tmp/webconsole-config.hash) ]]; then \\\n echo 'webconsole-config.yaml has changed.'; \\\n exit 1; \\\nfi && curl -k -f https://0.0.0.0:8443/console/" > ] > }, > "failureThreshold": 3, > "periodSeconds": 10, > "successThreshold": 1, > "timeoutSeconds": 1 > }, > "name": "webconsole", > "ports": [ > { > "containerPort": 8443, > "protocol": "TCP" > } > ], > "readinessProbe": { > "failureThreshold": 3, > "httpGet": { > "path": "/healthz", > "port": 8443, > "scheme": "HTTPS" > }, > "periodSeconds": 10, > "successThreshold": 1, > "timeoutSeconds": 1 > }, > "resources": { > "requests": { > "cpu": "100m", > "memory": "100Mi" > } > }, > "terminationMessagePath": "/dev/termination-log", > "terminationMessagePolicy": "File", > "volumeMounts": [ > { > "mountPath": "/var/serving-cert", > "name": "serving-cert" > }, > { > "mountPath": "/var/webconsole-config", > "name": "webconsole-config" > } > ] > } > ], > "dnsPolicy": "ClusterFirst", > "nodeSelector": { > "node-role.kubernetes.io/master": "true" > }, > "restartPolicy": "Always", > "schedulerName": "default-scheduler", > "securityContext": {}, > "serviceAccount": "webconsole", > "serviceAccountName": "webconsole", > "terminationGracePeriodSeconds": 30, > "volumes": [ > { > "name": "serving-cert", > "secret": { > "defaultMode": 288, > "secretName": "webconsole-serving-cert" > } > }, > { > "configMap": { > "defaultMode": 288, > "name": "webconsole-config" > }, > "name": "webconsole-config" > } > ] > } > } > }, > "status": { > "availableReplicas": 1, > "conditions": [ > { > "lastTransitionTime": "2018-06-28T01:17:47Z", > "lastUpdateTime": "2018-06-28T01:20:27Z", > "message": "ReplicaSet \"webconsole-6b74f5c578\" has successfully progressed.", > "reason": "NewReplicaSetAvailable", > "status": "True", > "type": "Progressing" > }, > { > "lastTransitionTime": "2018-06-28T11:36:45Z", > "lastUpdateTime": "2018-06-28T11:36:45Z", > "message": "Deployment has minimum availability.", > "reason": "MinimumReplicasAvailable", > "status": "True", > "type": "Available" > } > ], > "observedGeneration": 1, > "readyReplicas": 1, > "replicas": 1, > "updatedReplicas": 1 > } > } > ], > "returncode": 0 > }, > "state": "list" >} >META: ran handlers >META: ran handlers > >PLAY RECAP ****************************************************************************************************************************************************************************** >host-8-252-148.host.centralci.eng.rdu2.redhat.com : ok=41 changed=6 unreachable=0 failed=0 >host-8-252-199.host.centralci.eng.rdu2.redhat.com : ok=225 changed=57 unreachable=0 failed=0 >localhost : ok=15 changed=0 unreachable=0 failed=0 > > >INSTALLER STATUS ************************************************************************************************************************************************************************ >Initialization : Complete (0:00:28) >
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 1592303
:
1455244
| 1455251 |
1455280