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 1476156 Details for
Bug 1616047
[3.11.0-0.14.0] logging installation using openshift ansible logging playbook fails.
[?]
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.
The ansible log with -vvv
ansible.log (text/plain), 172.70 KB, created by
Siva Reddy
on 2018-08-15 14:11:22 UTC
(
hide
)
Description:
The ansible log with -vvv
Filename:
MIME Type:
Creator:
Siva Reddy
Created:
2018-08-15 14:11:22 UTC
Size:
172.70 KB
patch
obsolete
>2018-08-15 14:05:39,687 p=43683 u=root | ansible-playbook 2.6.2 > config file = /etc/ansible/ansible.cfg > configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] > ansible python module location = /usr/lib/python2.7/site-packages/ansible > executable location = /usr/bin/ansible-playbook > python version = 2.7.5 (default, Jul 16 2018, 19:52:45) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] >2018-08-15 14:05:39,687 p=43683 u=root | Using /etc/ansible/ansible.cfg as config file >2018-08-15 14:05:39,705 p=43683 u=root | Parsed /root/inv inventory source with ini plugin >2018-08-15 14:05:40,101 p=43683 u=root | statically imported: /root/openshift-ansible/roles/rhel_subscribe/tasks/satellite.yml >2018-08-15 14:05:40,417 p=43683 u=root | PLAYBOOK: config.yml ******************************************************************************************************************************************************** >2018-08-15 14:05:40,417 p=43683 u=root | 22 plays in openshift-ansible/playbooks/openshift-logging/config.yml >2018-08-15 14:05:40,446 passlib.registry registered 'md5_crypt' handler: <class 'passlib.handlers.md5_crypt.md5_crypt'> >2018-08-15 14:05:40,466 p=43683 u=root | PLAY [Initialization Checkpoint Start] ************************************************************************************************************************************** >2018-08-15 14:05:40,477 p=43683 u=root | META: ran handlers >2018-08-15 14:05:40,484 p=43683 u=root | TASK [Set install initialization 'In Progress'] ***************************************************************************************************************************** >2018-08-15 14:05:40,485 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/main.yml:11 >2018-08-15 14:05:40,525 p=43683 u=root | ok: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => { > "ansible_stats": { > "aggregate": true, > "data": { > "installer_phase_initialize": { > "playbook": "", > "start": "20180815140540Z", > "status": "In Progress", > "title": "Initialization" > } > }, > "per_host": false > }, > "changed": false >} >2018-08-15 14:05:40,526 p=43683 u=root | META: ran handlers >2018-08-15 14:05:40,527 p=43683 u=root | META: ran handlers >2018-08-15 14:05:40,533 p=43683 u=root | PLAY [Populate config host groups] ****************************************************************************************************************************************** >2018-08-15 14:05:40,535 p=43683 u=root | META: ran handlers >2018-08-15 14:05:40,539 p=43683 u=root | TASK [Load group name mapping variables] ************************************************************************************************************************************ >2018-08-15 14:05:40,540 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:7 >2018-08-15 14:05:40,558 p=43683 u=root | 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": [ > "/root/openshift-ansible/playbooks/init/vars/cluster_hosts.yml" > ], > "changed": false >} >2018-08-15 14:05:40,563 p=43683 u=root | TASK [Evaluate groups - g_nfs_hosts is single host] ************************************************************************************************************************* >2018-08-15 14:05:40,563 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:10 >2018-08-15 14:05:40,578 p=43683 u=root | skipping: [localhost] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:40,582 p=43683 u=root | TASK [Evaluate oo_all_hosts] ************************************************************************************************************************************************ >2018-08-15 14:05:40,582 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:15 >2018-08-15 14:05:40,622 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-217-107-181.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,626 p=43683 u=root | ok: [localhost] => (item=ec2-34-217-107-181.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_all_hosts" > ], > "host_name": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,629 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-219-122-245.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,632 p=43683 u=root | ok: [localhost] => (item=ec2-34-219-122-245.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_all_hosts" > ], > "host_name": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,635 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-219-75-19.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,639 p=43683 u=root | ok: [localhost] => (item=ec2-34-219-75-19.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_all_hosts" > ], > "host_name": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,641 p=43683 u=root | creating host via 'add_host': hostname=ec2-54-191-42-68.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,646 p=43683 u=root | ok: [localhost] => (item=ec2-54-191-42-68.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_all_hosts" > ], > "host_name": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,648 p=43683 u=root | creating host via 'add_host': hostname=ec2-52-27-241-18.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,650 p=43683 u=root | ok: [localhost] => (item=ec2-52-27-241-18.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_all_hosts" > ], > "host_name": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,659 p=43683 u=root | TASK [Evaluate oo_masters] ************************************************************************************************************************************************** >2018-08-15 14:05:40,659 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:24 >2018-08-15 14:05:40,686 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-217-107-181.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,690 p=43683 u=root | ok: [localhost] => (item=ec2-34-217-107-181.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_masters" > ], > "host_name": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,697 p=43683 u=root | TASK [Evaluate oo_first_master] ********************************************************************************************************************************************* >2018-08-15 14:05:40,697 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:33 >2018-08-15 14:05:40,720 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-217-107-181.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,724 p=43683 u=root | ok: [localhost] => { > "add_host": { > "groups": [ > "oo_first_master" > ], > "host_name": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false >} >2018-08-15 14:05:40,728 p=43683 u=root | TASK [Evaluate oo_new_etcd_to_config] *************************************************************************************************************************************** >2018-08-15 14:05:40,728 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:42 >2018-08-15 14:05:40,746 p=43683 u=root | TASK [Evaluate oo_masters_to_config] **************************************************************************************************************************************** >2018-08-15 14:05:40,747 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:51 >2018-08-15 14:05:40,782 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-217-107-181.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,787 p=43683 u=root | ok: [localhost] => (item=ec2-34-217-107-181.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_masters_to_config" > ], > "host_name": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,792 p=43683 u=root | TASK [Evaluate oo_etcd_to_config] ******************************************************************************************************************************************* >2018-08-15 14:05:40,793 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:60 >2018-08-15 14:05:40,818 p=43683 u=root | creating host via 'add_host': hostname=ec2-52-27-241-18.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,822 p=43683 u=root | ok: [localhost] => (item=ec2-52-27-241-18.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_etcd_to_config" > ], > "host_name": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,828 p=43683 u=root | TASK [Evaluate oo_first_etcd] *********************************************************************************************************************************************** >2018-08-15 14:05:40,829 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:69 >2018-08-15 14:05:40,855 p=43683 u=root | creating host via 'add_host': hostname=ec2-52-27-241-18.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,858 p=43683 u=root | ok: [localhost] => { > "add_host": { > "groups": [ > "oo_first_etcd" > ], > "host_name": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false >} >2018-08-15 14:05:40,864 p=43683 u=root | TASK [Evaluate oo_etcd_hosts_to_upgrade] ************************************************************************************************************************************ >2018-08-15 14:05:40,864 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:81 >2018-08-15 14:05:40,888 p=43683 u=root | creating host via 'add_host': hostname=ec2-52-27-241-18.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,892 p=43683 u=root | ok: [localhost] => (item=ec2-52-27-241-18.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_etcd_hosts_to_upgrade" > ], > "host_name": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,897 p=43683 u=root | TASK [Evaluate oo_etcd_hosts_to_backup] ************************************************************************************************************************************* >2018-08-15 14:05:40,897 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:88 >2018-08-15 14:05:40,919 p=43683 u=root | creating host via 'add_host': hostname=ec2-52-27-241-18.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,923 p=43683 u=root | ok: [localhost] => (item=ec2-52-27-241-18.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_etcd_hosts_to_backup" > ], > "host_name": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,928 p=43683 u=root | TASK [Evaluate oo_nodes_to_config] ****************************************************************************************************************************************** >2018-08-15 14:05:40,928 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:95 >2018-08-15 14:05:40,954 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-217-107-181.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,957 p=43683 u=root | ok: [localhost] => (item=ec2-34-217-107-181.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_nodes_to_config" > ], > "host_name": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,961 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-219-122-245.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,962 p=43683 u=root | ok: [localhost] => (item=ec2-34-219-122-245.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_nodes_to_config" > ], > "host_name": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,967 p=43683 u=root | creating host via 'add_host': hostname=ec2-34-219-75-19.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,969 p=43683 u=root | ok: [localhost] => (item=ec2-34-219-75-19.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_nodes_to_config" > ], > "host_name": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,973 p=43683 u=root | creating host via 'add_host': hostname=ec2-54-191-42-68.us-west-2.compute.amazonaws.com >2018-08-15 14:05:40,975 p=43683 u=root | ok: [localhost] => (item=ec2-54-191-42-68.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_nodes_to_config" > ], > "host_name": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:40,980 p=43683 u=root | TASK [Evaluate oo_lb_to_config] ********************************************************************************************************************************************* >2018-08-15 14:05:40,981 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:104 >2018-08-15 14:05:40,997 p=43683 u=root | TASK [Evaluate oo_nfs_to_config] ******************************************************************************************************************************************** >2018-08-15 14:05:40,998 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:113 >2018-08-15 14:05:41,015 p=43683 u=root | TASK [Evaluate oo_glusterfs_to_config] ************************************************************************************************************************************** >2018-08-15 14:05:41,015 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:122 >2018-08-15 14:05:41,033 p=43683 u=root | TASK [Evaluate oo_etcd_to_migrate] ****************************************************************************************************************************************** >2018-08-15 14:05:41,033 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/evaluate_groups.yml:131 >2018-08-15 14:05:41,060 p=43683 u=root | creating host via 'add_host': hostname=ec2-52-27-241-18.us-west-2.compute.amazonaws.com >2018-08-15 14:05:41,063 p=43683 u=root | ok: [localhost] => (item=ec2-52-27-241-18.us-west-2.compute.amazonaws.com) => { > "add_host": { > "groups": [ > "oo_etcd_to_migrate" > ], > "host_name": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com", > "host_vars": {} > }, > "changed": false, > "item": "ec2-52-27-241-18.us-west-2.compute.amazonaws.com" >} >2018-08-15 14:05:41,065 p=43683 u=root | META: ran handlers >2018-08-15 14:05:41,065 p=43683 u=root | META: ran handlers >2018-08-15 14:05:41,069 p=43683 u=root | [WARNING]: Could not match supplied host pattern, ignoring: oo_lb_to_config > >2018-08-15 14:05:41,070 p=43683 u=root | [WARNING]: Could not match supplied host pattern, ignoring: oo_nfs_to_config > >2018-08-15 14:05:41,072 p=43683 u=root | PLAY [Ensure that all non-node hosts are accessible] ************************************************************************************************************************ >2018-08-15 14:05:41,077 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:05:41,077 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:2 >2018-08-15 14:05:41,994 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:05:41,994 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:05:43,580 p=43683 u=root | ok: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] >2018-08-15 14:05:44,879 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] >2018-08-15 14:05:44,906 p=43683 u=root | META: ran handlers >2018-08-15 14:05:44,906 p=43683 u=root | META: ran handlers >2018-08-15 14:05:44,907 p=43683 u=root | META: ran handlers >2018-08-15 14:05:44,914 p=43683 u=root | PLAY [Initialize basic host facts] ****************************************************************************************************************************************** >2018-08-15 14:05:44,958 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:05:44,958 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:7 >2018-08-15 14:05:45,035 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:05:45,668 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] >2018-08-15 14:05:45,696 p=43683 u=root | META: ran handlers >2018-08-15 14:05:45,738 p=43683 u=root | TASK [openshift_sanitize_inventory : include_tasks] ************************************************************************************************************************* >2018-08-15 14:05:45,738 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:4 >2018-08-15 14:05:45,806 p=43683 u=root | statically imported: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_logging.yml >2018-08-15 14:05:45,807 p=43683 u=root | included: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml for ec2-34-217-107-181.us-west-2.compute.amazonaws.com >2018-08-15 14:05:45,863 p=43683 u=root | TASK [openshift_sanitize_inventory : Check for usage of deprecated variables] *********************************************************************************************** >2018-08-15 14:05:45,863 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml:4 >2018-08-15 14:05:45,994 p=43683 u=root | changed: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", > "changed": true >} >2018-08-15 14:05:46,039 p=43683 u=root | TASK [openshift_sanitize_inventory : debug] ********************************************************************************************************************************* >2018-08-15 14:05:46,039 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml:13 >2018-08-15 14:05:46,074 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "msg": "[DEPRECATION WARNING]: The following are deprecated variables and will be no longer be used in the next minor release. Please update your inventory accordingly.\n\topenshift_node_labels" >} >2018-08-15 14:05:46,117 p=43683 u=root | TASK [openshift_sanitize_inventory : set_stats] ***************************************************************************************************************************** >2018-08-15 14:05:46,118 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml:14 >2018-08-15 14:05:46,157 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_stats": { > "aggregate": true, > "data": { > "installer_phase_initialize": { > "message": "[DEPRECATION WARNING]: The following are deprecated variables and will be no longer be used in the next minor release. Please update your inventory accordingly.\n\topenshift_node_labels" > } > }, > "per_host": false > }, > "changed": false >} >2018-08-15 14:05:46,202 p=43683 u=root | TASK [openshift_sanitize_inventory : set_fact] ****************************************************************************************************************************** >2018-08-15 14:05:46,202 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_logging.yml:10 >2018-08-15 14:05:46,242 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.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 >} >2018-08-15 14:05:46,286 p=43683 u=root | TASK [openshift_sanitize_inventory : Standardize on latest variable names] ************************************************************************************************** >2018-08-15 14:05:46,286 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:7 >2018-08-15 14:05:46,319 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "deployment_subtype": "basic", > "openshift_deployment_subtype": "basic" > }, > "changed": false >} >2018-08-15 14:05:46,363 p=43683 u=root | TASK [openshift_sanitize_inventory : Normalize openshift_release] *********************************************************************************************************** >2018-08-15 14:05:46,364 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:12 >2018-08-15 14:05:46,402 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_release": "3.11" > }, > "changed": false >} >2018-08-15 14:05:46,446 p=43683 u=root | TASK [openshift_sanitize_inventory : Abort when openshift_release is invalid] *********************************************************************************************** >2018-08-15 14:05:46,446 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:22 >2018-08-15 14:05:46,463 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:46,506 p=43683 u=root | TASK [openshift_sanitize_inventory : include_tasks] ************************************************************************************************************************* >2018-08-15 14:05:46,506 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:31 >2018-08-15 14:05:46,569 p=43683 u=root | included: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml for ec2-34-217-107-181.us-west-2.compute.amazonaws.com >2018-08-15 14:05:46,615 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure that openshift_use_dnsmasq is true] ********************************************************************************************* >2018-08-15 14:05:46,616 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:5 >2018-08-15 14:05:46,630 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:46,672 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure that openshift_node_dnsmasq_install_network_manager_hook is true] *************************************************************** >2018-08-15 14:05:46,673 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:14 >2018-08-15 14:05:46,687 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:46,730 p=43683 u=root | TASK [openshift_sanitize_inventory : set_fact] ****************************************************************************************************************************** >2018-08-15 14:05:46,730 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:22 >2018-08-15 14:05:46,837 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=openshift_hosted_registry_storage_kind) => { > "changed": false, > "item": "openshift_hosted_registry_storage_kind", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:46,880 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure that dynamic provisioning is set if using dynamic storage] ********************************************************************** >2018-08-15 14:05:46,880 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:29 >2018-08-15 14:05:46,898 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:46,942 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] **************************************************************** >2018-08-15 14:05:46,942 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:45 >2018-08-15 14:05:46,957 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,000 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] **************************************************************** >2018-08-15 14:05:47,000 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml:58 >2018-08-15 14:05:47,018 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,063 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure clusterid is set along with the cloudprovider] ********************************************************************************** >2018-08-15 14:05:47,063 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:35 >2018-08-15 14:05:47,078 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,122 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure ansible_service_broker_remove and ansible_service_broker_install are mutually exclusive] **************************************** >2018-08-15 14:05:47,122 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:48 >2018-08-15 14:05:47,138 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,181 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure template_service_broker_remove and template_service_broker_install are mutually exclusive] ************************************** >2018-08-15 14:05:47,182 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:57 >2018-08-15 14:05:47,196 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,241 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure that all requires vsphere configuration variables are set] ********************************************************************** >2018-08-15 14:05:47,242 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:66 >2018-08-15 14:05:47,259 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,302 p=43683 u=root | TASK [openshift_sanitize_inventory : ensure provider configuration variables are defined] *********************************************************************************** >2018-08-15 14:05:47,302 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:83 >2018-08-15 14:05:47,317 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,360 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure removed web console extension variables are not set] **************************************************************************** >2018-08-15 14:05:47,360 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:102 >2018-08-15 14:05:47,375 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,423 p=43683 u=root | TASK [openshift_sanitize_inventory : Ensure that web console port matches API server port] ********************************************************************************** >2018-08-15 14:05:47,424 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:113 >2018-08-15 14:05:47,438 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,482 p=43683 u=root | TASK [openshift_sanitize_inventory : At least one master is schedulable] **************************************************************************************************** >2018-08-15 14:05:47,482 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:123 >2018-08-15 14:05:47,593 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:47,636 p=43683 u=root | TASK [Detecting Operating System from ostree_booted] ************************************************************************************************************************ >2018-08-15 14:05:47,636 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:19 >2018-08-15 14:05:47,880 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py >2018-08-15 14:05:48,101 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": false, > "get_checksum": false, > "get_md5": null, > "get_mime": false, > "path": "/run/ostree-booted" > } > }, > "stat": { > "exists": false > } >} >2018-08-15 14:05:48,202 p=43683 u=root | TASK [set openshift_deployment_type if unset] ******************************************************************************************************************************* >2018-08-15 14:05:48,203 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:28 >2018-08-15 14:05:48,218 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:48,263 p=43683 u=root | TASK [check for node already bootstrapped] ********************************************************************************************************************************** >2018-08-15 14:05:48,263 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:35 >2018-08-15 14:05:48,341 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py >2018-08-15 14:05:48,540 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": false, > "get_checksum": false, > "get_md5": null, > "get_mime": false, > "path": "/etc/origin/node/bootstrap-node-config.yaml" > } > }, > "stat": { > "atime": 1534258545.8426042, > "block_size": 4096, > "blocks": 8, > "ctime": 1534258402.2471488, > "dev": 66307, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 125829684, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "mode": "0600", > "mtime": 1534258401.4141288, > "nlink": 1, > "path": "/etc/origin/node/bootstrap-node-config.yaml", > "pw_name": "root", > "readable": true, > "rgrp": false, > "roth": false, > "rusr": true, > "size": 1705, > "uid": 0, > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} >2018-08-15 14:05:48,585 p=43683 u=root | TASK [initialize_facts set fact openshift_is_bootstrapped] ****************************************************************************************************************** >2018-08-15 14:05:48,586 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:42 >2018-08-15 14:05:48,619 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_is_bootstrapped": true > }, > "changed": false >} >2018-08-15 14:05:48,662 p=43683 u=root | TASK [initialize_facts set fact openshift_is_atomic and openshift_is_containerized] ***************************************************************************************** >2018-08-15 14:05:48,663 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:46 >2018-08-15 14:05:48,698 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_is_atomic": false, > "openshift_is_containerized": false > }, > "changed": false >} >2018-08-15 14:05:48,741 p=43683 u=root | TASK [Determine Atomic Host Docker Version] ********************************************************************************************************************************* >2018-08-15 14:05:48,742 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:63 >2018-08-15 14:05:48,756 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:48,799 p=43683 u=root | TASK [assert atomic host docker version is 1.12 or later] ******************************************************************************************************************* >2018-08-15 14:05:48,799 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:67 >2018-08-15 14:05:48,818 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:48,818 p=43683 u=root | META: ran handlers >2018-08-15 14:05:48,819 p=43683 u=root | META: ran handlers >2018-08-15 14:05:48,826 p=43683 u=root | PLAY [Retrieve existing master configs and validate] ************************************************************************************************************************ >2018-08-15 14:05:48,828 p=43683 u=root | META: ran handlers >2018-08-15 14:05:48,870 p=43683 u=root | TASK [openshift_control_plane : stat] *************************************************************************************************************************************** >2018-08-15 14:05:48,870 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/check_existing_config.yml:3 >2018-08-15 14:05:48,947 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/files/stat.py >2018-08-15 14:05:49,148 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "invocation": { > "module_args": { > "checksum_algorithm": "sha1", > "follow": false, > "get_attributes": false, > "get_checksum": false, > "get_md5": null, > "get_mime": false, > "path": "/etc/origin/master/master-config.yaml" > } > }, > "stat": { > "atime": 1534258674.1925476, > "block_size": 4096, > "blocks": 16, > "ctime": 1534258588.0986001, > "dev": 66307, > "device_type": 0, > "executable": false, > "exists": true, > "gid": 0, > "gr_name": "root", > "inode": 201327213, > "isblk": false, > "ischr": false, > "isdir": false, > "isfifo": false, > "isgid": false, > "islnk": false, > "isreg": true, > "issock": false, > "isuid": false, > "mode": "0644", > "mtime": 1534258588.0986001, > "nlink": 1, > "path": "/etc/origin/master/master-config.yaml", > "pw_name": "root", > "readable": true, > "rgrp": true, > "roth": true, > "rusr": true, > "size": 6017, > "uid": 0, > "wgrp": false, > "woth": false, > "writeable": true, > "wusr": true, > "xgrp": false, > "xoth": false, > "xusr": false > } >} >2018-08-15 14:05:49,192 p=43683 u=root | TASK [openshift_control_plane : slurp] ************************************************************************************************************************************** >2018-08-15 14:05:49,192 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/check_existing_config.yml:10 >2018-08-15 14:05:49,360 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/net_tools/basics/slurp.py >2018-08-15 14:05:49,558 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "content": "YWRtaXNzaW9uQ29uZmlnOgogIHBsdWdpbkNvbmZpZzoKICAgIEJ1aWxkRGVmYXVsdHM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBlbnY6IFtdCiAgICAgICAga2luZDogQnVpbGREZWZhdWx0c0NvbmZpZwogICAgICAgIHJlc291cmNlczoKICAgICAgICAgIGxpbWl0czoge30KICAgICAgICAgIHJlcXVlc3RzOiB7fQogICAgQnVpbGRPdmVycmlkZXM6CiAgICAgIGNvbmZpZ3VyYXRpb246CiAgICAgICAgYXBpVmVyc2lvbjogdjEKICAgICAgICBraW5kOiBCdWlsZE92ZXJyaWRlc0NvbmZpZwogICAgb3BlbnNoaWZ0LmlvL0ltYWdlUG9saWN5OgogICAgICBjb25maWd1cmF0aW9uOgogICAgICAgIGFwaVZlcnNpb246IHYxCiAgICAgICAgZXhlY3V0aW9uUnVsZXM6CiAgICAgICAgLSBtYXRjaEltYWdlQW5ub3RhdGlvbnM6CiAgICAgICAgICAtIGtleTogaW1hZ2VzLm9wZW5zaGlmdC5pby9kZW55LWV4ZWN1dGlvbgogICAgICAgICAgICB2YWx1ZTogJ3RydWUnCiAgICAgICAgICBuYW1lOiBleGVjdXRpb24tZGVuaWVkCiAgICAgICAgICBvblJlc291cmNlczoKICAgICAgICAgIC0gcmVzb3VyY2U6IHBvZHMKICAgICAgICAgIC0gcmVzb3VyY2U6IGJ1aWxkcwogICAgICAgICAgcmVqZWN0OiB0cnVlCiAgICAgICAgICBza2lwT25SZXNvbHV0aW9uRmFpbHVyZTogdHJ1ZQogICAgICAgIGtpbmQ6IEltYWdlUG9saWN5Q29uZmlnCmFnZ3JlZ2F0b3JDb25maWc6CiAgcHJveHlDbGllbnRJbmZvOgogICAgY2VydEZpbGU6IGFnZ3JlZ2F0b3ItZnJvbnQtcHJveHkuY3J0CiAgICBrZXlGaWxlOiBhZ2dyZWdhdG9yLWZyb250LXByb3h5LmtleQphcGlMZXZlbHM6Ci0gdjEKYXBpVmVyc2lvbjogdjEKYXV0aENvbmZpZzoKICByZXF1ZXN0SGVhZGVyOgogICAgY2xpZW50Q0E6IGZyb250LXByb3h5LWNhLmNydAogICAgY2xpZW50Q29tbW9uTmFtZXM6CiAgICAtIGFnZ3JlZ2F0b3ItZnJvbnQtcHJveHkKICAgIGV4dHJhSGVhZGVyUHJlZml4ZXM6CiAgICAtIFgtUmVtb3RlLUV4dHJhLQogICAgZ3JvdXBIZWFkZXJzOgogICAgLSBYLVJlbW90ZS1Hcm91cAogICAgdXNlcm5hbWVIZWFkZXJzOgogICAgLSBYLVJlbW90ZS1Vc2VyCmNvbnRyb2xsZXJDb25maWc6CiAgZWxlY3Rpb246CiAgICBsb2NrTmFtZTogb3BlbnNoaWZ0LW1hc3Rlci1jb250cm9sbGVycwogIHNlcnZpY2VTZXJ2aW5nQ2VydDoKICAgIHNpZ25lcjoKICAgICAgY2VydEZpbGU6IHNlcnZpY2Utc2lnbmVyLmNydAogICAgICBrZXlGaWxlOiBzZXJ2aWNlLXNpZ25lci5rZXkKY29udHJvbGxlcnM6ICcqJwpjb3JzQWxsb3dlZE9yaWdpbnM6Ci0gKD9pKS8vMTI3XC4wXC4wXC4xKDp8XHopCi0gKD9pKS8vbG9jYWxob3N0KDp8XHopCi0gKD9pKS8vMTcyXC4zMVwuNjJcLjEzMSg6fFx6KQotICg/aSkvLzM0XC4yMTdcLjEwN1wuMTgxKDp8XHopCi0gKD9pKS8va3ViZXJuZXRlc1wuZGVmYXVsdCg6fFx6KQotICg/aSkvL2t1YmVybmV0ZXNcLmRlZmF1bHRcLnN2Y1wuY2x1c3RlclwubG9jYWwoOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0KDp8XHopCi0gKD9pKS8vZWMyXC0zNFwtMjE3XC0xMDdcLTE4MVwudXNcLXdlc3RcLTJcLmNvbXB1dGVcLmFtYXpvbmF3c1wuY29tKDp8XHopCi0gKD9pKS8vb3BlbnNoaWZ0XC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy9vcGVuc2hpZnRcLmRlZmF1bHRcLnN2Y1wuY2x1c3RlclwubG9jYWwoOnxceikKLSAoP2kpLy9rdWJlcm5ldGVzXC5kZWZhdWx0XC5zdmMoOnxceikKLSAoP2kpLy9vcGVuc2hpZnQoOnxceikKLSAoP2kpLy9pcFwtMTcyXC0zMVwtNjJcLTEzMVwudXNcLXdlc3RcLTJcLmNvbXB1dGVcLmludGVybmFsKDp8XHopCi0gKD9pKS8vMTcyXC4yNFwuMFwuMSg6fFx6KQpkbnNDb25maWc6CiAgYmluZEFkZHJlc3M6IDAuMC4wLjA6ODA1MwogIGJpbmROZXR3b3JrOiB0Y3A0CmV0Y2RDbGllbnRJbmZvOgogIGNhOiBtYXN0ZXIuZXRjZC1jYS5jcnQKICBjZXJ0RmlsZTogbWFzdGVyLmV0Y2QtY2xpZW50LmNydAogIGtleUZpbGU6IG1hc3Rlci5ldGNkLWNsaWVudC5rZXkKICB1cmxzOgogIC0gaHR0cHM6Ly9pcC0xNzItMzEtOS0yNTMudXMtd2VzdC0yLmNvbXB1dGUuaW50ZXJuYWw6MjM3OQpldGNkU3RvcmFnZUNvbmZpZzoKICBrdWJlcm5ldGVzU3RvcmFnZVByZWZpeDoga3ViZXJuZXRlcy5pbwogIGt1YmVybmV0ZXNTdG9yYWdlVmVyc2lvbjogdjEKICBvcGVuU2hpZnRTdG9yYWdlUHJlZml4OiBvcGVuc2hpZnQuaW8KICBvcGVuU2hpZnRTdG9yYWdlVmVyc2lvbjogdjEKaW1hZ2VDb25maWc6CiAgZm9ybWF0OiByZWdpc3RyeS5yZWctYXdzLm9wZW5zaGlmdC5jb206NDQzL29wZW5zaGlmdDMvb3NlLSR7Y29tcG9uZW50fToke3ZlcnNpb259CiAgbGF0ZXN0OiBmYWxzZQppbWFnZVBvbGljeUNvbmZpZzoKICBpbnRlcm5hbFJlZ2lzdHJ5SG9zdG5hbWU6IGRvY2tlci1yZWdpc3RyeS5kZWZhdWx0LnN2Yzo1MDAwCmtpbmQ6IE1hc3RlckNvbmZpZwprdWJlbGV0Q2xpZW50SW5mbzoKICBjYTogY2EtYnVuZGxlLmNydAogIGNlcnRGaWxlOiBtYXN0ZXIua3ViZWxldC1jbGllbnQuY3J0CiAga2V5RmlsZTogbWFzdGVyLmt1YmVsZXQtY2xpZW50LmtleQogIHBvcnQ6IDEwMjUwCmt1YmVybmV0ZXNNYXN0ZXJDb25maWc6CiAgYXBpU2VydmVyQXJndW1lbnRzOgogICAgY2xvdWQtY29uZmlnOgogICAgLSAvZXRjL29yaWdpbi9jbG91ZHByb3ZpZGVyL2F3cy5jb25mCiAgICBjbG91ZC1wcm92aWRlcjoKICAgIC0gYXdzCiAgICBzdG9yYWdlLWJhY2tlbmQ6CiAgICAtIGV0Y2QzCiAgICBzdG9yYWdlLW1lZGlhLXR5cGU6CiAgICAtIGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgY29udHJvbGxlckFyZ3VtZW50czoKICAgIGNsb3VkLWNvbmZpZzoKICAgIC0gL2V0Yy9vcmlnaW4vY2xvdWRwcm92aWRlci9hd3MuY29uZgogICAgY2xvdWQtcHJvdmlkZXI6CiAgICAtIGF3cwogICAgY2x1c3Rlci1zaWduaW5nLWNlcnQtZmlsZToKICAgIC0gL2V0Yy9vcmlnaW4vbWFzdGVyL2NhLmNydAogICAgY2x1c3Rlci1zaWduaW5nLWtleS1maWxlOgogICAgLSAvZXRjL29yaWdpbi9tYXN0ZXIvY2Eua2V5CiAgICBkaXNhYmxlLWF0dGFjaC1kZXRhY2gtcmVjb25jaWxlLXN5bmM6CiAgICAtICd0cnVlJwogIG1hc3RlckNvdW50OiAxCiAgbWFzdGVySVA6IDE3Mi4zMS42Mi4xMzEKICBwb2RFdmljdGlvblRpbWVvdXQ6IG51bGwKICBwcm94eUNsaWVudEluZm86CiAgICBjZXJ0RmlsZTogbWFzdGVyLnByb3h5LWNsaWVudC5jcnQKICAgIGtleUZpbGU6IG1hc3Rlci5wcm94eS1jbGllbnQua2V5CiAgc2NoZWR1bGVyQXJndW1lbnRzOiBudWxsCiAgc2NoZWR1bGVyQ29uZmlnRmlsZTogL2V0Yy9vcmlnaW4vbWFzdGVyL3NjaGVkdWxlci5qc29uCiAgc2VydmljZXNOb2RlUG9ydFJhbmdlOiAnJwogIHNlcnZpY2VzU3VibmV0OiAxNzIuMjQuMC4wLzE0CiAgc3RhdGljTm9kZU5hbWVzOiBbXQptYXN0ZXJDbGllbnRzOgogIGV4dGVybmFsS3ViZXJuZXRlc0NsaWVudENvbm5lY3Rpb25PdmVycmlkZXM6CiAgICBhY2NlcHRDb250ZW50VHlwZXM6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmLGFwcGxpY2F0aW9uL2pzb24KICAgIGJ1cnN0OiA0MDAKICAgIGNvbnRlbnRUeXBlOiBhcHBsaWNhdGlvbi92bmQua3ViZXJuZXRlcy5wcm90b2J1ZgogICAgcXBzOiAyMDAKICBleHRlcm5hbEt1YmVybmV0ZXNLdWJlQ29uZmlnOiAnJwogIG9wZW5zaGlmdExvb3BiYWNrQ2xpZW50Q29ubmVjdGlvbk92ZXJyaWRlczoKICAgIGFjY2VwdENvbnRlbnRUeXBlczogYXBwbGljYXRpb24vdm5kLmt1YmVybmV0ZXMucHJvdG9idWYsYXBwbGljYXRpb24vanNvbgogICAgYnVyc3Q6IDYwMAogICAgY29udGVudFR5cGU6IGFwcGxpY2F0aW9uL3ZuZC5rdWJlcm5ldGVzLnByb3RvYnVmCiAgICBxcHM6IDMwMAogIG9wZW5zaGlmdExvb3BiYWNrS3ViZUNvbmZpZzogb3BlbnNoaWZ0LW1hc3Rlci5rdWJlY29uZmlnCm1hc3RlclB1YmxpY1VSTDogaHR0cHM6Ly9lYzItMzQtMjE3LTEwNy0xODEudXMtd2VzdC0yLmNvbXB1dGUuYW1hem9uYXdzLmNvbTo4NDQzCm5ldHdvcmtDb25maWc6CiAgY2x1c3Rlck5ldHdvcmtzOgogIC0gY2lkcjogMTcyLjIwLjAuMC8xNAogICAgaG9zdFN1Ym5ldExlbmd0aDogOQogIGV4dGVybmFsSVBOZXR3b3JrQ0lEUnM6CiAgLSAwLjAuMC4wLzAKICBuZXR3b3JrUGx1Z2luTmFtZTogcmVkaGF0L29wZW5zaGlmdC1vdnMtbmV0d29ya3BvbGljeQogIHNlcnZpY2VOZXR3b3JrQ0lEUjogMTcyLjI0LjAuMC8xNApvYXV0aENvbmZpZzoKICBhc3NldFB1YmxpY1VSTDogaHR0cHM6Ly9lYzItMzQtMjE3LTEwNy0xODEudXMtd2VzdC0yLmNvbXB1dGUuYW1hem9uYXdzLmNvbTo4NDQzL2NvbnNvbGUvCiAgZ3JhbnRDb25maWc6CiAgICBtZXRob2Q6IGF1dG8KICBpZGVudGl0eVByb3ZpZGVyczoKICAtIGNoYWxsZW5nZTogdHJ1ZQogICAgbG9naW46IHRydWUKICAgIG1hcHBpbmdNZXRob2Q6IGNsYWltCiAgICBuYW1lOiBhbGxvd19hbGwKICAgIHByb3ZpZGVyOgogICAgICBhcGlWZXJzaW9uOiB2MQogICAgICBraW5kOiBBbGxvd0FsbFBhc3N3b3JkSWRlbnRpdHlQcm92aWRlcgogIG1hc3RlckNBOiBjYS1idW5kbGUuY3J0CiAgbWFzdGVyUHVibGljVVJMOiBodHRwczovL2VjMi0zNC0yMTctMTA3LTE4MS51cy13ZXN0LTIuY29tcHV0ZS5hbWF6b25hd3MuY29tOjg0NDMKICBtYXN0ZXJVUkw6IGh0dHBzOi8vaXAtMTcyLTMxLTYyLTEzMS51cy13ZXN0LTIuY29tcHV0ZS5pbnRlcm5hbDo4NDQzCiAgc2Vzc2lvbkNvbmZpZzoKICAgIHNlc3Npb25NYXhBZ2VTZWNvbmRzOiAzNjAwCiAgICBzZXNzaW9uTmFtZTogc3NuCiAgICBzZXNzaW9uU2VjcmV0c0ZpbGU6IC9ldGMvb3JpZ2luL21hc3Rlci9zZXNzaW9uLXNlY3JldHMueWFtbAogIHRva2VuQ29uZmlnOgogICAgYWNjZXNzVG9rZW5NYXhBZ2VTZWNvbmRzOiA4NjQwMAogICAgYXV0aG9yaXplVG9rZW5NYXhBZ2VTZWNvbmRzOiA1MDAKcGF1c2VDb250cm9sbGVyczogZmFsc2UKcG9saWN5Q29uZmlnOgogIGJvb3RzdHJhcFBvbGljeUZpbGU6IC9ldGMvb3JpZ2luL21hc3Rlci9wb2xpY3kuanNvbgogIG9wZW5zaGlmdEluZnJhc3RydWN0dXJlTmFtZXNwYWNlOiBvcGVuc2hpZnQtaW5mcmEKICBvcGVuc2hpZnRTaGFyZWRSZXNvdXJjZXNOYW1lc3BhY2U6IG9wZW5zaGlmdApwcm9qZWN0Q29uZmlnOgogIGRlZmF1bHROb2RlU2VsZWN0b3I6IG5vZGUtcm9sZS5rdWJlcm5ldGVzLmlvL2NvbXB1dGU9dHJ1ZQogIHByb2plY3RSZXF1ZXN0TWVzc2FnZTogJycKICBwcm9qZWN0UmVxdWVzdFRlbXBsYXRlOiAnJwogIHNlY3VyaXR5QWxsb2NhdG9yOgogICAgbWNzQWxsb2NhdG9yUmFuZ2U6IHMwOi8yCiAgICBtY3NMYWJlbHNQZXJQcm9qZWN0OiA1CiAgICB1aWRBbGxvY2F0b3JSYW5nZTogMTAwMDAwMDAwMC0xOTk5OTk5OTk5LzEwMDAwCnJvdXRpbmdDb25maWc6CiAgc3ViZG9tYWluOiBhcHBzLjA4MTQtcm5qLnFlLnJoY2xvdWQuY29tCnNlcnZpY2VBY2NvdW50Q29uZmlnOgogIGxpbWl0U2VjcmV0UmVmZXJlbmNlczogZmFsc2UKICBtYW5hZ2VkTmFtZXM6CiAgLSBkZWZhdWx0CiAgLSBidWlsZGVyCiAgLSBkZXBsb3llcgogIG1hc3RlckNBOiBjYS1idW5kbGUuY3J0CiAgcHJpdmF0ZUtleUZpbGU6IHNlcnZpY2VhY2NvdW50cy5wcml2YXRlLmtleQogIHB1YmxpY0tleUZpbGVzOgogIC0gc2VydmljZWFjY291bnRzLnB1YmxpYy5rZXkKc2VydmluZ0luZm86CiAgYmluZEFkZHJlc3M6IDAuMC4wLjA6ODQ0MwogIGJpbmROZXR3b3JrOiB0Y3A0CiAgY2VydEZpbGU6IG1hc3Rlci5zZXJ2ZXIuY3J0CiAgY2xpZW50Q0E6IGNhLmNydAogIGtleUZpbGU6IG1hc3Rlci5zZXJ2ZXIua2V5CiAgbWF4UmVxdWVzdHNJbkZsaWdodDogNTAwCiAgcmVxdWVzdFRpbWVvdXRTZWNvbmRzOiAzNjAwCnZvbHVtZUNvbmZpZzoKICBkeW5hbWljUHJvdmlzaW9uaW5nRW5hYmxlZDogdHJ1ZQo=", > "encoding": "base64", > "invocation": { > "module_args": { > "src": "/etc/origin/master/master-config.yaml" > } > }, > "source": "/etc/origin/master/master-config.yaml" >} >2018-08-15 14:05:49,604 p=43683 u=root | TASK [openshift_control_plane : set_fact] *********************************************************************************************************************************** >2018-08-15 14:05:49,604 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/check_existing_config.yml:17 >2018-08-15 14:05:49,682 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "l_existing_config_master_config": { > "admissionConfig": { > "pluginConfig": { > "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" > } > } > } > }, > "aggregatorConfig": { > "proxyClientInfo": { > "certFile": "aggregator-front-proxy.crt", > "keyFile": "aggregator-front-proxy.key" > } > }, > "apiLevels": [ > "v1" > ], > "apiVersion": "v1", > "authConfig": { > "requestHeader": { > "clientCA": "front-proxy-ca.crt", > "clientCommonNames": [ > "aggregator-front-proxy" > ], > "extraHeaderPrefixes": [ > "X-Remote-Extra-" > ], > "groupHeaders": [ > "X-Remote-Group" > ], > "usernameHeaders": [ > "X-Remote-User" > ] > } > }, > "controllerConfig": { > "election": { > "lockName": "openshift-master-controllers" > }, > "serviceServingCert": { > "signer": { > "certFile": "service-signer.crt", > "keyFile": "service-signer.key" > } > } > }, > "controllers": "*", > "corsAllowedOrigins": [ > "(?i)//127\\.0\\.0\\.1(:|\\z)", > "(?i)//localhost(:|\\z)", > "(?i)//172\\.31\\.62\\.131(:|\\z)", > "(?i)//34\\.217\\.107\\.181(:|\\z)", > "(?i)//kubernetes\\.default(:|\\z)", > "(?i)//kubernetes\\.default\\.svc\\.cluster\\.local(:|\\z)", > "(?i)//kubernetes(:|\\z)", > "(?i)//openshift\\.default(:|\\z)", > "(?i)//ec2\\-34\\-217\\-107\\-181\\.us\\-west\\-2\\.compute\\.amazonaws\\.com(:|\\z)", > "(?i)//openshift\\.default\\.svc(:|\\z)", > "(?i)//openshift\\.default\\.svc\\.cluster\\.local(:|\\z)", > "(?i)//kubernetes\\.default\\.svc(:|\\z)", > "(?i)//openshift(:|\\z)", > "(?i)//ip\\-172\\-31\\-62\\-131\\.us\\-west\\-2\\.compute\\.internal(:|\\z)", > "(?i)//172\\.24\\.0\\.1(:|\\z)" > ], > "dnsConfig": { > "bindAddress": "0.0.0.0:8053", > "bindNetwork": "tcp4" > }, > "etcdClientInfo": { > "ca": "master.etcd-ca.crt", > "certFile": "master.etcd-client.crt", > "keyFile": "master.etcd-client.key", > "urls": [ > "https://ip-172-31-9-253.us-west-2.compute.internal:2379" > ] > }, > "etcdStorageConfig": { > "kubernetesStoragePrefix": "kubernetes.io", > "kubernetesStorageVersion": "v1", > "openShiftStoragePrefix": "openshift.io", > "openShiftStorageVersion": "v1" > }, > "imageConfig": { > "format": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "latest": false > }, > "imagePolicyConfig": { > "internalRegistryHostname": "docker-registry.default.svc:5000" > }, > "kind": "MasterConfig", > "kubeletClientInfo": { > "ca": "ca-bundle.crt", > "certFile": "master.kubelet-client.crt", > "keyFile": "master.kubelet-client.key", > "port": 10250 > }, > "kubernetesMasterConfig": { > "apiServerArguments": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ], > "storage-backend": [ > "etcd3" > ], > "storage-media-type": [ > "application/vnd.kubernetes.protobuf" > ] > }, > "controllerArguments": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ], > "cluster-signing-cert-file": [ > "/etc/origin/master/ca.crt" > ], > "cluster-signing-key-file": [ > "/etc/origin/master/ca.key" > ], > "disable-attach-detach-reconcile-sync": [ > "true" > ] > }, > "masterCount": 1, > "masterIP": "172.31.62.131", > "podEvictionTimeout": null, > "proxyClientInfo": { > "certFile": "master.proxy-client.crt", > "keyFile": "master.proxy-client.key" > }, > "schedulerArguments": null, > "schedulerConfigFile": "/etc/origin/master/scheduler.json", > "servicesNodePortRange": "", > "servicesSubnet": "172.24.0.0/14", > "staticNodeNames": [] > }, > "masterClients": { > "externalKubernetesClientConnectionOverrides": { > "acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json", > "burst": 400, > "contentType": "application/vnd.kubernetes.protobuf", > "qps": 200 > }, > "externalKubernetesKubeConfig": "", > "openshiftLoopbackClientConnectionOverrides": { > "acceptContentTypes": "application/vnd.kubernetes.protobuf,application/json", > "burst": 600, > "contentType": "application/vnd.kubernetes.protobuf", > "qps": 300 > }, > "openshiftLoopbackKubeConfig": "openshift-master.kubeconfig" > }, > "masterPublicURL": "https://ec2-34-217-107-181.us-west-2.compute.amazonaws.com:8443", > "networkConfig": { > "clusterNetworks": [ > { > "cidr": "172.20.0.0/14", > "hostSubnetLength": 9 > } > ], > "externalIPNetworkCIDRs": [ > "0.0.0.0/0" > ], > "networkPluginName": "redhat/openshift-ovs-networkpolicy", > "serviceNetworkCIDR": "172.24.0.0/14" > }, > "oauthConfig": { > "assetPublicURL": "https://ec2-34-217-107-181.us-west-2.compute.amazonaws.com:8443/console/", > "grantConfig": { > "method": "auto" > }, > "identityProviders": [ > { > "challenge": true, > "login": true, > "mappingMethod": "claim", > "name": "allow_all", > "provider": { > "apiVersion": "v1", > "kind": "AllowAllPasswordIdentityProvider" > } > } > ], > "masterCA": "ca-bundle.crt", > "masterPublicURL": "https://ec2-34-217-107-181.us-west-2.compute.amazonaws.com:8443", > "masterURL": "https://ip-172-31-62-131.us-west-2.compute.internal:8443", > "sessionConfig": { > "sessionMaxAgeSeconds": 3600, > "sessionName": "ssn", > "sessionSecretsFile": "/etc/origin/master/session-secrets.yaml" > }, > "tokenConfig": { > "accessTokenMaxAgeSeconds": 86400, > "authorizeTokenMaxAgeSeconds": 500 > } > }, > "pauseControllers": false, > "policyConfig": { > "bootstrapPolicyFile": "/etc/origin/master/policy.json", > "openshiftInfrastructureNamespace": "openshift-infra", > "openshiftSharedResourcesNamespace": "openshift" > }, > "projectConfig": { > "defaultNodeSelector": "node-role.kubernetes.io/compute=true", > "projectRequestMessage": "", > "projectRequestTemplate": "", > "securityAllocator": { > "mcsAllocatorRange": "s0:/2", > "mcsLabelsPerProject": 5, > "uidAllocatorRange": "1000000000-1999999999/10000" > } > }, > "routingConfig": { > "subdomain": "apps.0814-rnj.qe.rhcloud.com" > }, > "serviceAccountConfig": { > "limitSecretReferences": false, > "managedNames": [ > "default", > "builder", > "deployer" > ], > "masterCA": "ca-bundle.crt", > "privateKeyFile": "serviceaccounts.private.key", > "publicKeyFiles": [ > "serviceaccounts.public.key" > ] > }, > "servingInfo": { > "bindAddress": "0.0.0.0:8443", > "bindNetwork": "tcp4", > "certFile": "master.server.crt", > "clientCA": "ca.crt", > "keyFile": "master.server.key", > "maxRequestsInFlight": 500, > "requestTimeoutSeconds": 3600 > }, > "volumeConfig": { > "dynamicProvisioningEnabled": true > } > } > }, > "changed": false >} >2018-08-15 14:05:49,732 p=43683 u=root | TASK [openshift_control_plane : Check for file paths outside of /etc/origin/master in master's config] ********************************************************************** >2018-08-15 14:05:49,732 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/check_existing_config.yml:23 >2018-08-15 14:05:49,778 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "msg": "Aight, configs looking good" >} >2018-08-15 14:05:49,822 p=43683 u=root | TASK [openshift_control_plane : set_fact] *********************************************************************************************************************************** >2018-08-15 14:05:49,822 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/check_existing_config.yml:28 >2018-08-15 14:05:49,872 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_master_existing_idproviders": [ > { > "challenge": true, > "login": true, > "mappingMethod": "claim", > "name": "allow_all", > "provider": { > "apiVersion": "v1", > "kind": "AllowAllPasswordIdentityProvider" > } > } > ] > }, > "changed": false >} >2018-08-15 14:05:49,922 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:05:49,923 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:88 >2018-08-15 14:05:49,964 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_portal_net": "172.24.0.0/14" > }, > "changed": false >} >2018-08-15 14:05:50,013 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:05:50,014 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:91 >2018-08-15 14:05:50,060 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "osm_cluster_network_cidr": "172.20.0.0/14", > "osm_host_subnet_length": "9" > }, > "changed": false >} >2018-08-15 14:05:50,062 p=43683 u=root | META: ran handlers >2018-08-15 14:05:50,062 p=43683 u=root | META: ran handlers >2018-08-15 14:05:50,069 p=43683 u=root | PLAY [Initialize special first-master variables] **************************************************************************************************************************** >2018-08-15 14:05:50,126 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:05:50,127 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:98 >2018-08-15 14:05:50,210 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:05:50,865 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] >2018-08-15 14:05:50,893 p=43683 u=root | META: ran handlers >2018-08-15 14:05:50,936 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:05:50,936 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:105 >2018-08-15 14:05:50,951 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:50,996 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:05:50,996 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:114 >2018-08-15 14:05:51,032 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.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 >} >2018-08-15 14:05:51,033 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,033 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,038 p=43683 u=root | PLAY [Disable web console if required] ************************************************************************************************************************************** >2018-08-15 14:05:51,040 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,082 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:05:51,083 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/basic_facts.yml:127 >2018-08-15 14:05:51,101 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,101 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,102 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,107 p=43683 u=root | PLAY [Setup yum repositories for all hosts] ********************************************************************************************************************************* >2018-08-15 14:05:51,107 p=43683 u=root | skipping: no hosts matched >2018-08-15 14:05:51,113 p=43683 u=root | PLAY [Install packages necessary for installer] ***************************************************************************************************************************** >2018-08-15 14:05:51,160 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:05:51,160 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/base_packages.yml:5 >2018-08-15 14:05:51,182 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,192 p=43683 u=root | skipping: [ec2-34-219-122-245.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,223 p=43683 u=root | skipping: [ec2-34-219-75-19.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,224 p=43683 u=root | skipping: [ec2-54-191-42-68.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,234 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,235 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,285 p=43683 u=root | TASK [Determine if chrony is installed] ************************************************************************************************************************************* >2018-08-15 14:05:51,285 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/base_packages.yml:9 >2018-08-15 14:05:51,311 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,323 p=43683 u=root | skipping: [ec2-34-219-122-245.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,357 p=43683 u=root | skipping: [ec2-34-219-75-19.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,358 p=43683 u=root | skipping: [ec2-54-191-42-68.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,373 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,417 p=43683 u=root | TASK [Install ntp package] ************************************************************************************************************************************************** >2018-08-15 14:05:51,417 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/base_packages.yml:16 >2018-08-15 14:05:51,440 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,450 p=43683 u=root | skipping: [ec2-34-219-122-245.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,480 p=43683 u=root | skipping: [ec2-34-219-75-19.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,481 p=43683 u=root | skipping: [ec2-54-191-42-68.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,490 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,533 p=43683 u=root | TASK [Start and enable ntpd/chronyd] **************************************************************************************************************************************** >2018-08-15 14:05:51,533 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/base_packages.yml:24 >2018-08-15 14:05:51,554 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,564 p=43683 u=root | skipping: [ec2-34-219-122-245.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,594 p=43683 u=root | skipping: [ec2-34-219-75-19.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,595 p=43683 u=root | skipping: [ec2-54-191-42-68.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,608 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,650 p=43683 u=root | TASK [Ensure openshift-ansible installer package deps are installed] ******************************************************************************************************** >2018-08-15 14:05:51,650 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/base_packages.yml:31 >2018-08-15 14:05:51,685 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=iproute) => { > "changed": false, > "item": "iproute", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,732 p=43683 u=root | skipping: [ec2-34-219-75-19.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,733 p=43683 u=root | skipping: [ec2-34-219-122-245.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,734 p=43683 u=root | skipping: [ec2-54-191-42-68.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,736 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=dbus-python) => { > "changed": false, > "item": "dbus-python", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,737 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=PyYAML) => { > "changed": false, > "item": "PyYAML", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,739 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=python-ipaddress) => { > "changed": false, > "item": "python-ipaddress", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,741 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=libsemanage-python) => { > "changed": false, > "item": "libsemanage-python", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,743 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=yum-utils) => { > "changed": false, > "item": "yum-utils", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,744 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => (item=python-docker) => { > "changed": false, > "item": "python-docker", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,753 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => (item=iproute) => { > "changed": false, > "item": "iproute", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,760 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => (item=dbus-python) => { > "changed": false, > "item": "dbus-python", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,776 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => (item=PyYAML) => { > "changed": false, > "item": "PyYAML", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,780 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => (item=python-ipaddress) => { > "changed": false, > "item": "python-ipaddress", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,796 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => (item=libsemanage-python) => { > "changed": false, > "item": "libsemanage-python", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,797 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => (item=yum-utils) => { > "changed": false, > "item": "yum-utils", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,798 p=43683 u=root | skipping: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => (item=python-docker) => { > "changed": false, > "item": "python-docker", > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:51,802 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,803 p=43683 u=root | META: ran handlers >2018-08-15 14:05:51,811 p=43683 u=root | PLAY [Initialize cluster facts] ********************************************************************************************************************************************* >2018-08-15 14:05:51,859 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:05:51,860 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:2 >2018-08-15 14:05:51,987 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:05:52,661 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] >2018-08-15 14:05:52,700 p=43683 u=root | META: ran handlers >2018-08-15 14:05:52,777 p=43683 u=root | TASK [get openshift_current_version] **************************************************************************************************************************************** >2018-08-15 14:05:52,778 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:10 >2018-08-15 14:05:52,946 p=43683 u=root | Using module file /root/openshift-ansible/roles/lib_utils/library/get_current_openshift_version.py >2018-08-15 14:05:54,343 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_current_version": "3.11.0" > }, > "changed": false, > "invocation": { > "module_args": { > "deployment_type": "openshift-enterprise" > } > } >} >2018-08-15 14:05:54,395 p=43683 u=root | TASK [set_fact openshift_portal_net if present on masters] ****************************************************************************************************************** >2018-08-15 14:05:54,395 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:19 >2018-08-15 14:05:54,556 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_portal_net": "172.24.0.0/14" > }, > "changed": false >} >2018-08-15 14:05:54,625 p=43683 u=root | TASK [Gather Cluster facts] ************************************************************************************************************************************************* >2018-08-15 14:05:54,625 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:27 >2018-08-15 14:05:55,066 p=43683 u=root | Using module file /root/openshift-ansible/roles/openshift_facts/library/openshift_facts.py >2018-08-15 14:05:55,930 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.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": "aws" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "openshift.default.svc", > "openshift.default.svc.cluster.local", > "34.217.107.181", > "kubernetes.default.svc", > "172.31.62.131", > "openshift", > "ip-172-31-62-131.us-west-2.compute.internal", > "172.24.0.1" > ], > "config_base": "/etc/origin", > "dns_domain": "cluster.local", > "generate_no_proxy_hosts": true, > "hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "172.31.62.131", > "openshift", > "ip-172-31-62-131.us-west-2.compute.internal", > "172.24.0.1" > ], > "ip": "172.31.62.131", > "kube_svc_ip": "172.24.0.1", > "no_proxy_etcd_host_ips": "172.31.9.253", > "portal_net": "172.24.0.0/14", > "public_hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public_ip": "34.217.107.181", > "raw_hostname": "ip-172-31-62-131.us-west-2.compute.internal" > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "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/aws.conf" > ], > "cloud-provider": [ > "aws" > ] > }, > "api_url": "https://ip-172-31-62-131.us-west-2.compute.internal:8443", > "api_use_ssl": true, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://ip-172-31-62-131.us-west-2.compute.internal:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ], > "disable-attach-detach-reconcile-sync": [ > "true" > ] > }, > "controllers_port": "8444", > "loopback_api_url": "https://ip-172-31-62-131.us-west-2.compute.internal:8443", > "loopback_cluster_name": "ip-172-31-62-131-us-west-2-compute-internal:8443", > "loopback_context_name": "default/ip-172-31-62-131-us-west-2-compute-internal:8443/system:openshift-master", > "loopback_user": "system:openshift-master/ip-172-31-62-131-us-west-2-compute-internal:8443", > "named_certificates": [], > "portal_net": "172.30.0.0/16", > "public_api_url": "https://ec2-34-217-107-181.us-west-2.compute.amazonaws.com:8443", > "public_console_url": "https://ec2-34-217-107-181.us-west-2.compute.amazonaws.com:8443/console", > "registry_selector": "node-role.kubernetes.io/infra=true", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "session_max_seconds": 3600, > "session_name": "ssn" > }, > "node": { > "bootstrapped": true, > "nodename": "ip-172-31-62-131.us-west-2.compute.internal", > "sdn_mtu": "8951" > }, > "provider": { > "metadata": { > "ami-id": "ami-02782a36590875277", > "ami-launch-index": "0", > "ami-manifest-path": "(unknown)", > "block-device-mapping": { > "ami": "sda1", > "ebs5": "sdb", > "root": "/dev/sda1" > }, > "hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "instance-action": "none", > "instance-id": "i-03e0e8c6b92a59da7", > "instance-type": "m5.xlarge", > "local-hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "local-ipv4": "172.31.62.131", > "mac": "02:d9:5d:88:e8:76", > "metrics": { > "vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > }, > "network": { > "interfaces": { > "macs": { > "02:d9:5d:88:e8:76": { > "device-number": "0", > "interface-id": "eni-023df1aa7508c1288", > "ipv4-associations": { > "34.217.107.181": "172.31.62.131" > }, > "local-hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "local-ipv4s": "172.31.62.131", > "mac": "02:d9:5d:88:e8:76", > "owner-id": "925374498059", > "public-hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public-ipv4s": "34.217.107.181", > "security-group-ids": "sg-5c5ace38", > "security-groups": "default", > "subnet-id": "subnet-4879292d", > "subnet-ipv4-cidr-block": "172.31.0.0/18", > "vpc-id": "vpc-33b5f656", > "vpc-ipv4-cidr-block": "172.31.0.0/16", > "vpc-ipv4-cidr-blocks": "172.31.0.0/16" > } > } > } > }, > "placement": { > "availability-zone": "us-west-2b" > }, > "profile": "default-hvm", > "public-hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public-ipv4": "34.217.107.181", > "public-keys/": "0=libra", > "reservation-id": "r-0eae5d30753379ea1", > "security-groups": "default", > "services": { > "domain": "amazonaws.com", > "partition": "aws" > } > }, > "name": "aws", > "network": { > "hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "interfaces": [ > { > "ips": [ > "172.31.62.131" > ], > "network_id": "subnet-4879292d", > "network_type": "vpc", > "public_ips": [ > "34.217.107.181" > ] > } > ], > "ip": "172.31.62.131", > "ipv6_enabled": false, > "public_hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public_ip": "34.217.107.181" > }, > "zone": "us-west-2b" > } > } > }, > "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": { > "generate_no_proxy_hosts": true, > "hostname": "", > "http_proxy": "", > "https_proxy": "", > "ip": "", > "no_proxy": "", > "portal_net": "172.24.0.0/14", > "public_hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.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 > } > } >} >2018-08-15 14:05:55,982 p=43683 u=root | TASK [Set fact of no_proxy_internal_hostnames] ****************************************************************************************************************************** >2018-08-15 14:05:55,983 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:41 >2018-08-15 14:05:55,998 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:56,047 p=43683 u=root | TASK [Initialize openshift.node.sdn_mtu] ************************************************************************************************************************************ >2018-08-15 14:05:56,047 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:59 >2018-08-15 14:05:56,129 p=43683 u=root | Using module file /root/openshift-ansible/roles/openshift_facts/library/openshift_facts.py >2018-08-15 14:05:56,835 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.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": "aws" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "openshift.default.svc", > "openshift.default.svc.cluster.local", > "34.217.107.181", > "kubernetes.default.svc", > "172.31.62.131", > "openshift", > "ip-172-31-62-131.us-west-2.compute.internal", > "172.24.0.1" > ], > "config_base": "/etc/origin", > "dns_domain": "cluster.local", > "generate_no_proxy_hosts": true, > "hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "openshift.default.svc", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "172.31.62.131", > "openshift", > "ip-172-31-62-131.us-west-2.compute.internal", > "172.24.0.1" > ], > "ip": "172.31.62.131", > "kube_svc_ip": "172.24.0.1", > "no_proxy_etcd_host_ips": "172.31.9.253", > "portal_net": "172.24.0.0/14", > "public_hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public_ip": "34.217.107.181", > "raw_hostname": "ip-172-31-62-131.us-west-2.compute.internal" > }, > "current_config": { > "roles": [ > "node", > "builddefaults", > "cloudprovider", > "master", > "buildoverrides" > ] > }, > "master": { > "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/aws.conf" > ], > "cloud-provider": [ > "aws" > ] > }, > "api_url": "https://ip-172-31-62-131.us-west-2.compute.internal:8443", > "api_use_ssl": true, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://ip-172-31-62-131.us-west-2.compute.internal:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ], > "disable-attach-detach-reconcile-sync": [ > "true" > ] > }, > "controllers_port": "8444", > "loopback_api_url": "https://ip-172-31-62-131.us-west-2.compute.internal:8443", > "loopback_cluster_name": "ip-172-31-62-131-us-west-2-compute-internal:8443", > "loopback_context_name": "default/ip-172-31-62-131-us-west-2-compute-internal:8443/system:openshift-master", > "loopback_user": "system:openshift-master/ip-172-31-62-131-us-west-2-compute-internal:8443", > "named_certificates": [], > "portal_net": "172.30.0.0/16", > "public_api_url": "https://ec2-34-217-107-181.us-west-2.compute.amazonaws.com:8443", > "public_console_url": "https://ec2-34-217-107-181.us-west-2.compute.amazonaws.com:8443/console", > "registry_selector": "node-role.kubernetes.io/infra=true", > "registry_url": "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}", > "session_max_seconds": 3600, > "session_name": "ssn" > }, > "node": { > "bootstrapped": true, > "nodename": "ip-172-31-62-131.us-west-2.compute.internal", > "sdn_mtu": "8951" > }, > "provider": { > "metadata": { > "ami-id": "ami-02782a36590875277", > "ami-launch-index": "0", > "ami-manifest-path": "(unknown)", > "block-device-mapping": { > "ami": "sda1", > "ebs5": "sdb", > "root": "/dev/sda1" > }, > "hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "instance-action": "none", > "instance-id": "i-03e0e8c6b92a59da7", > "instance-type": "m5.xlarge", > "local-hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "local-ipv4": "172.31.62.131", > "mac": "02:d9:5d:88:e8:76", > "metrics": { > "vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > }, > "network": { > "interfaces": { > "macs": { > "02:d9:5d:88:e8:76": { > "device-number": "0", > "interface-id": "eni-023df1aa7508c1288", > "ipv4-associations": { > "34.217.107.181": "172.31.62.131" > }, > "local-hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "local-ipv4s": "172.31.62.131", > "mac": "02:d9:5d:88:e8:76", > "owner-id": "925374498059", > "public-hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public-ipv4s": "34.217.107.181", > "security-group-ids": "sg-5c5ace38", > "security-groups": "default", > "subnet-id": "subnet-4879292d", > "subnet-ipv4-cidr-block": "172.31.0.0/18", > "vpc-id": "vpc-33b5f656", > "vpc-ipv4-cidr-block": "172.31.0.0/16", > "vpc-ipv4-cidr-blocks": "172.31.0.0/16" > } > } > } > }, > "placement": { > "availability-zone": "us-west-2b" > }, > "profile": "default-hvm", > "public-hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public-ipv4": "34.217.107.181", > "public-keys/": "0=libra", > "reservation-id": "r-0eae5d30753379ea1", > "security-groups": "default", > "services": { > "domain": "amazonaws.com", > "partition": "aws" > } > }, > "name": "aws", > "network": { > "hostname": "ip-172-31-62-131.us-west-2.compute.internal", > "interfaces": [ > { > "ips": [ > "172.31.62.131" > ], > "network_id": "subnet-4879292d", > "network_type": "vpc", > "public_ips": [ > "34.217.107.181" > ] > } > ], > "ip": "172.31.62.131", > "ipv6_enabled": false, > "public_hostname": "ec2-34-217-107-181.us-west-2.compute.amazonaws.com", > "public_ip": "34.217.107.181" > }, > "zone": "us-west-2b" > } > } > }, > "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": { > "bootstrapped": true, > "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 > } > } >} >2018-08-15 14:05:56,840 p=43683 u=root | META: ran handlers >2018-08-15 14:05:56,841 p=43683 u=root | META: ran handlers >2018-08-15 14:05:56,845 p=43683 u=root | PLAY [Initialize etcd host variables] *************************************************************************************************************************************** >2018-08-15 14:05:56,902 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:05:56,902 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:66 >2018-08-15 14:05:56,983 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:05:57,626 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] >2018-08-15 14:05:57,654 p=43683 u=root | META: ran handlers >2018-08-15 14:05:57,700 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:05:57,700 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:75 >2018-08-15 14:05:57,775 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_master_etcd_hosts": "", > "openshift_master_etcd_port": "2379", > "openshift_no_proxy_etcd_host_ips": "" > }, > "changed": false >} >2018-08-15 14:05:57,836 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:05:57,837 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/cluster_facts.yml:86 >2018-08-15 14:05:57,872 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_master_etcd_urls": [] > }, > "changed": false >} >2018-08-15 14:05:57,873 p=43683 u=root | META: ran handlers >2018-08-15 14:05:57,873 p=43683 u=root | META: ran handlers >2018-08-15 14:05:57,881 p=43683 u=root | PLAY [Determine openshift_version to configure on first master] ************************************************************************************************************* >2018-08-15 14:05:57,930 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:05:57,930 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/version.yml:2 >2018-08-15 14:05:58,008 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:05:58,605 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] >2018-08-15 14:05:58,632 p=43683 u=root | META: ran handlers >2018-08-15 14:05:58,679 p=43683 u=root | TASK [include_role : openshift_version] ************************************************************************************************************************************* >2018-08-15 14:05:58,679 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/version.yml:5 >2018-08-15 14:05:58,813 p=43683 u=root | TASK [openshift_version : Use openshift_current_version fact as version to configure if already installed] ****************************************************************** >2018-08-15 14:05:58,813 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:6 >2018-08-15 14:05:58,852 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_version": "3.11.0" > }, > "changed": false >} >2018-08-15 14:05:58,902 p=43683 u=root | TASK [openshift_version : Set openshift_version to openshift_release if undefined] ****************************************************************************************** >2018-08-15 14:05:58,902 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:14 >2018-08-15 14:05:58,917 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:05:58,969 p=43683 u=root | TASK [openshift_version : debug] ******************************************************************************************************************************************** >2018-08-15 14:05:58,969 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:21 >2018-08-15 14:05:59,013 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "msg": "openshift_pkg_version was not defined. Falling back to -3.11.0" >} >2018-08-15 14:05:59,091 p=43683 u=root | TASK [openshift_version : set_fact] ***************************************************************************************************************************************** >2018-08-15 14:05:59,091 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:23 >2018-08-15 14:05:59,135 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_pkg_version": "-3.11.0*" > }, > "changed": false >} >2018-08-15 14:05:59,188 p=43683 u=root | TASK [openshift_version : debug] ******************************************************************************************************************************************** >2018-08-15 14:05:59,188 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:30 >2018-08-15 14:05:59,231 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "msg": "openshift_image_tag was not defined. Falling back to v3.11.0" >} >2018-08-15 14:05:59,283 p=43683 u=root | TASK [openshift_version : set_fact] ***************************************************************************************************************************************** >2018-08-15 14:05:59,283 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:32 >2018-08-15 14:05:59,372 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_image_tag": "v3.11.0" > }, > "changed": false >} >2018-08-15 14:05:59,436 p=43683 u=root | TASK [openshift_version : assert openshift_release in openshift_image_tag] ************************************************************************************************** >2018-08-15 14:05:59,436 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:36 >2018-08-15 14:05:59,513 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "msg": "All assertions passed" >} >2018-08-15 14:05:59,562 p=43683 u=root | TASK [openshift_version : assert openshift_release in openshift_pkg_version] ************************************************************************************************ >2018-08-15 14:05:59,562 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:43 >2018-08-15 14:05:59,636 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "msg": "All assertions passed" >} >2018-08-15 14:05:59,686 p=43683 u=root | TASK [openshift_version : debug] ******************************************************************************************************************************************** >2018-08-15 14:05:59,686 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:51 >2018-08-15 14:05:59,759 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "openshift_release": "3.11" >} >2018-08-15 14:05:59,841 p=43683 u=root | TASK [openshift_version : debug] ******************************************************************************************************************************************** >2018-08-15 14:05:59,841 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:53 >2018-08-15 14:05:59,876 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "openshift_image_tag": "v3.11.0" >} >2018-08-15 14:05:59,926 p=43683 u=root | TASK [openshift_version : debug] ******************************************************************************************************************************************** >2018-08-15 14:05:59,926 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:55 >2018-08-15 14:05:59,961 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "openshift_pkg_version": "-3.11.0*" >} >2018-08-15 14:06:00,011 p=43683 u=root | TASK [openshift_version : debug] ******************************************************************************************************************************************** >2018-08-15 14:06:00,011 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_version/tasks/first_master.yml:57 >2018-08-15 14:06:00,045 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "openshift_version": "3.11.0" >} >2018-08-15 14:06:00,094 p=43683 u=root | TASK [set openshift_version booleans (first master)] ************************************************************************************************************************ >2018-08-15 14:06:00,094 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/version.yml:11 >2018-08-15 14:06:00,128 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_examples_content_version": "v3.11", > "openshift_version_gte_3_10": true, > "openshift_version_gte_3_11": true > }, > "changed": false, > "msg": "Version facts set" >} >2018-08-15 14:06:00,129 p=43683 u=root | META: ran handlers >2018-08-15 14:06:00,129 p=43683 u=root | META: ran handlers >2018-08-15 14:06:00,134 p=43683 u=root | PLAY [Set openshift_version for etcd, node, and master hosts] *************************************************************************************************************** >2018-08-15 14:06:00,135 p=43683 u=root | skipping: no hosts matched >2018-08-15 14:06:00,138 p=43683 u=root | PLAY [Verify Requirements] ************************************************************************************************************************************************** >2018-08-15 14:06:00,189 p=43683 u=root | TASK [Gathering Facts] ****************************************************************************************************************************************************** >2018-08-15 14:06:00,190 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/sanity_checks.yml:3 >2018-08-15 14:06:00,273 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py >2018-08-15 14:06:00,867 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] >2018-08-15 14:06:00,894 p=43683 u=root | META: ran handlers >2018-08-15 14:06:00,946 p=43683 u=root | TASK [Run variable sanity checks] ******************************************************************************************************************************************* >2018-08-15 14:06:00,946 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/sanity_checks.yml:14 >2018-08-15 14:06:05,404 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "msg": "Sanity Checks passed" >} >2018-08-15 14:06:05,456 p=43683 u=root | TASK [Validate openshift_node_groups and openshift_node_group_name] ********************************************************************************************************* >2018-08-15 14:06:05,457 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/sanity_checks.yml:18 >2018-08-15 14:06:05,544 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "msg": "Node group checks passed" >} >2018-08-15 14:06:05,545 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,546 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,550 p=43683 u=root | PLAY [Initialization Checkpoint End] **************************************************************************************************************************************** >2018-08-15 14:06:05,553 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,574 p=43683 u=root | TASK [Set install initialization 'Complete'] ******************************************************************************************************************************** >2018-08-15 14:06:05,574 p=43683 u=root | task path: /root/openshift-ansible/playbooks/init/main.yml:44 >2018-08-15 14:06:05,615 p=43683 u=root | ok: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => { > "ansible_stats": { > "aggregate": true, > "data": { > "installer_phase_initialize": { > "end": "20180815140605Z", > "status": "Complete" > } > }, > "per_host": false > }, > "changed": false >} >2018-08-15 14:06:05,616 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,617 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,621 p=43683 u=root | PLAY [Logging Install Checkpoint Start] ************************************************************************************************************************************* >2018-08-15 14:06:05,624 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,646 p=43683 u=root | TASK [Set Logging install 'In Progress'] ************************************************************************************************************************************ >2018-08-15 14:06:05,646 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:6 >2018-08-15 14:06:05,693 p=43683 u=root | ok: [ec2-52-27-241-18.us-west-2.compute.amazonaws.com] => { > "ansible_stats": { > "aggregate": true, > "data": { > "installer_phase_logging": { > "playbook": "playbooks/openshift-logging/config.yml", > "start": "20180815140605Z", > "status": "In Progress", > "title": "Logging Install" > } > }, > "per_host": false > }, > "changed": false >} >2018-08-15 14:06:05,695 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,696 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,703 p=43683 u=root | PLAY [Get common IP facts when necessary] *********************************************************************************************************************************** >2018-08-15 14:06:05,708 p=43683 u=root | META: ran handlers >2018-08-15 14:06:05,713 p=43683 u=root | TASK [Gather Cluster facts] ************************************************************************************************************************************************* >2018-08-15 14:06:05,713 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:22 >2018-08-15 14:06:05,961 p=43683 u=root | Using module file /root/openshift-ansible/roles/openshift_facts/library/openshift_facts.py >2018-08-15 14:06:06,034 p=43683 u=root | Using module file /root/openshift-ansible/roles/openshift_facts/library/openshift_facts.py >2018-08-15 14:06:06,219 p=43683 u=root | Using module file /root/openshift-ansible/roles/openshift_facts/library/openshift_facts.py >2018-08-15 14:06:06,640 p=43683 u=root | ok: [ec2-34-219-122-245.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift": { > "cloudprovider": { > "kind": "aws" > }, > "common": { > "all_hostnames": [ > "34.219.122.245", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "ip-172-31-55-8.us-west-2.compute.internal", > "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "openshift.default.svc", > "kubernetes.default", > "172.31.55.8", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "openshift", > "172.24.0.1" > ], > "config_base": "/etc/origin", > "dns_domain": "cluster.local", > "generate_no_proxy_hosts": true, > "hostname": "ip-172-31-55-8.us-west-2.compute.internal", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "ip-172-31-55-8.us-west-2.compute.internal", > "openshift.default.svc", > "172.31.55.8", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "openshift", > "172.24.0.1" > ], > "ip": "172.31.55.8", > "kube_svc_ip": "172.24.0.1", > "portal_net": "172.24.0.0/14", > "public_hostname": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "public_ip": "34.219.122.245", > "raw_hostname": "ip-172-31-55-8.us-west-2.compute.internal" > }, > "current_config": { > "roles": [ > "node", > "master", > "cloudprovider" > ] > }, > "master": { > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ] > }, > "api_url": "https://ip-172-31-55-8.us-west-2.compute.internal:8443", > "api_use_ssl": true, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://ip-172-31-55-8.us-west-2.compute.internal:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ], > "disable-attach-detach-reconcile-sync": [ > "true" > ] > }, > "controllers_port": "8444", > "loopback_api_url": "https://ip-172-31-55-8.us-west-2.compute.internal:8443", > "loopback_cluster_name": "ip-172-31-55-8-us-west-2-compute-internal:8443", > "loopback_context_name": "default/ip-172-31-55-8-us-west-2-compute-internal:8443/system:openshift-master", > "loopback_user": "system:openshift-master/ip-172-31-55-8-us-west-2-compute-internal:8443", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://ec2-34-219-122-245.us-west-2.compute.amazonaws.com:8443", > "public_console_url": "https://ec2-34-219-122-245.us-west-2.compute.amazonaws.com:8443/console", > "session_max_seconds": 3600, > "session_name": "ssn" > }, > "node": { > "bootstrapped": true, > "nodename": "ip-172-31-55-8.us-west-2.compute.internal", > "sdn_mtu": "8951" > }, > "provider": { > "metadata": { > "ami-id": "ami-02782a36590875277", > "ami-launch-index": "0", > "ami-manifest-path": "(unknown)", > "block-device-mapping": { > "ami": "sda1", > "ebs5": "sdb", > "root": "/dev/sda1" > }, > "hostname": "ip-172-31-55-8.us-west-2.compute.internal", > "instance-action": "none", > "instance-id": "i-013b98104cc3a2fa0", > "instance-type": "m5.xlarge", > "local-hostname": "ip-172-31-55-8.us-west-2.compute.internal", > "local-ipv4": "172.31.55.8", > "mac": "02:b1:c7:5a:75:b6", > "metrics": { > "vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > }, > "network": { > "interfaces": { > "macs": { > "02:b1:c7:5a:75:b6": { > "device-number": "0", > "interface-id": "eni-018cb3d95bb1107f7", > "ipv4-associations": { > "34.219.122.245": "172.31.55.8" > }, > "local-hostname": "ip-172-31-55-8.us-west-2.compute.internal", > "local-ipv4s": "172.31.55.8", > "mac": "02:b1:c7:5a:75:b6", > "owner-id": "925374498059", > "public-hostname": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "public-ipv4s": "34.219.122.245", > "security-group-ids": "sg-5c5ace38", > "security-groups": "default", > "subnet-id": "subnet-4879292d", > "subnet-ipv4-cidr-block": "172.31.0.0/18", > "vpc-id": "vpc-33b5f656", > "vpc-ipv4-cidr-block": "172.31.0.0/16", > "vpc-ipv4-cidr-blocks": "172.31.0.0/16" > } > } > } > }, > "placement": { > "availability-zone": "us-west-2b" > }, > "profile": "default-hvm", > "public-hostname": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "public-ipv4": "34.219.122.245", > "public-keys/": "0=libra", > "reservation-id": "r-05efcd5f766a3c257", > "security-groups": "default", > "services": { > "domain": "amazonaws.com", > "partition": "aws" > } > }, > "name": "aws", > "network": { > "hostname": "ip-172-31-55-8.us-west-2.compute.internal", > "interfaces": [ > { > "ips": [ > "172.31.55.8" > ], > "network_id": "subnet-4879292d", > "network_type": "vpc", > "public_ips": [ > "34.219.122.245" > ] > } > ], > "ip": "172.31.55.8", > "ipv6_enabled": false, > "public_hostname": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "public_ip": "34.219.122.245" > }, > "zone": "us-west-2b" > } > } > }, > "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": { > "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 > } > } >} >2018-08-15 14:06:07,616 p=43683 u=root | ok: [ec2-54-191-42-68.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift": { > "cloudprovider": { > "kind": "aws" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "172.24.0.1", > "openshift.default", > "ec2-54-191-42-68.us-west-2.compute.amazonaws.com", > "openshift.default.svc", > "ip-172-31-39-213.us-west-2.compute.internal", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "openshift", > "54.191.42.68", > "172.31.39.213" > ], > "config_base": "/etc/origin", > "dns_domain": "cluster.local", > "generate_no_proxy_hosts": true, > "hostname": "ip-172-31-39-213.us-west-2.compute.internal", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "172.24.0.1", > "openshift.default", > "openshift.default.svc", > "ip-172-31-39-213.us-west-2.compute.internal", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "openshift", > "172.31.39.213" > ], > "ip": "172.31.39.213", > "kube_svc_ip": "172.24.0.1", > "portal_net": "172.24.0.0/14", > "public_hostname": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com", > "public_ip": "54.191.42.68", > "raw_hostname": "ip-172-31-39-213.us-west-2.compute.internal" > }, > "current_config": { > "roles": [ > "node", > "master", > "cloudprovider" > ] > }, > "master": { > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ] > }, > "api_url": "https://ip-172-31-39-213.us-west-2.compute.internal:8443", > "api_use_ssl": true, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://ip-172-31-39-213.us-west-2.compute.internal:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ], > "disable-attach-detach-reconcile-sync": [ > "true" > ] > }, > "controllers_port": "8444", > "loopback_api_url": "https://ip-172-31-39-213.us-west-2.compute.internal:8443", > "loopback_cluster_name": "ip-172-31-39-213-us-west-2-compute-internal:8443", > "loopback_context_name": "default/ip-172-31-39-213-us-west-2-compute-internal:8443/system:openshift-master", > "loopback_user": "system:openshift-master/ip-172-31-39-213-us-west-2-compute-internal:8443", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://ec2-54-191-42-68.us-west-2.compute.amazonaws.com:8443", > "public_console_url": "https://ec2-54-191-42-68.us-west-2.compute.amazonaws.com:8443/console", > "session_max_seconds": 3600, > "session_name": "ssn" > }, > "node": { > "bootstrapped": true, > "nodename": "ip-172-31-39-213.us-west-2.compute.internal", > "sdn_mtu": "8951" > }, > "provider": { > "metadata": { > "ami-id": "ami-02782a36590875277", > "ami-launch-index": "0", > "ami-manifest-path": "(unknown)", > "block-device-mapping": { > "ami": "sda1", > "ebs5": "sdb", > "root": "/dev/sda1" > }, > "hostname": "ip-172-31-39-213.us-west-2.compute.internal", > "instance-action": "none", > "instance-id": "i-0cbc6f449002f08c0", > "instance-type": "m5.xlarge", > "local-hostname": "ip-172-31-39-213.us-west-2.compute.internal", > "local-ipv4": "172.31.39.213", > "mac": "02:f0:1c:e3:5e:50", > "metrics": { > "vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > }, > "network": { > "interfaces": { > "macs": { > "02:f0:1c:e3:5e:50": { > "device-number": "0", > "interface-id": "eni-07ea6fad6402f7170", > "ipv4-associations": { > "54.191.42.68": "172.31.39.213" > }, > "local-hostname": "ip-172-31-39-213.us-west-2.compute.internal", > "local-ipv4s": "172.31.39.213", > "mac": "02:f0:1c:e3:5e:50", > "owner-id": "925374498059", > "public-hostname": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com", > "public-ipv4s": "54.191.42.68", > "security-group-ids": "sg-5c5ace38", > "security-groups": "default", > "subnet-id": "subnet-4879292d", > "subnet-ipv4-cidr-block": "172.31.0.0/18", > "vpc-id": "vpc-33b5f656", > "vpc-ipv4-cidr-block": "172.31.0.0/16", > "vpc-ipv4-cidr-blocks": "172.31.0.0/16" > } > } > } > }, > "placement": { > "availability-zone": "us-west-2b" > }, > "profile": "default-hvm", > "public-hostname": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com", > "public-ipv4": "54.191.42.68", > "public-keys/": "0=libra", > "reservation-id": "r-062f8ee31747d54df", > "security-groups": "default", > "services": { > "domain": "amazonaws.com", > "partition": "aws" > } > }, > "name": "aws", > "network": { > "hostname": "ip-172-31-39-213.us-west-2.compute.internal", > "interfaces": [ > { > "ips": [ > "172.31.39.213" > ], > "network_id": "subnet-4879292d", > "network_type": "vpc", > "public_ips": [ > "54.191.42.68" > ] > } > ], > "ip": "172.31.39.213", > "ipv6_enabled": false, > "public_hostname": "ec2-54-191-42-68.us-west-2.compute.amazonaws.com", > "public_ip": "54.191.42.68" > }, > "zone": "us-west-2b" > } > } > }, > "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": { > "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 > } > } >} >2018-08-15 14:06:07,649 p=43683 u=root | ok: [ec2-34-219-75-19.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift": { > "cloudprovider": { > "kind": "aws" > }, > "common": { > "all_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "ip-172-31-11-157.us-west-2.compute.internal", > "openshift.default.svc", > "172.31.11.157", > "ec2-34-219-75-19.us-west-2.compute.amazonaws.com", > "34.219.75.19", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "openshift", > "172.24.0.1" > ], > "config_base": "/etc/origin", > "dns_domain": "cluster.local", > "generate_no_proxy_hosts": true, > "hostname": "ip-172-31-11-157.us-west-2.compute.internal", > "internal_hostnames": [ > "kubernetes.default", > "kubernetes.default.svc.cluster.local", > "kubernetes", > "openshift.default", > "ip-172-31-11-157.us-west-2.compute.internal", > "openshift.default.svc", > "172.31.11.157", > "openshift.default.svc.cluster.local", > "kubernetes.default.svc", > "openshift", > "172.24.0.1" > ], > "ip": "172.31.11.157", > "kube_svc_ip": "172.24.0.1", > "portal_net": "172.24.0.0/14", > "public_hostname": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com", > "public_ip": "34.219.75.19", > "raw_hostname": "ip-172-31-11-157.us-west-2.compute.internal" > }, > "current_config": { > "roles": [ > "node", > "master", > "cloudprovider" > ] > }, > "master": { > "api_port": "8443", > "api_server_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ] > }, > "api_url": "https://ip-172-31-11-157.us-west-2.compute.internal:8443", > "api_use_ssl": true, > "bind_addr": "0.0.0.0", > "console_path": "/console", > "console_port": "8443", > "console_url": "https://ip-172-31-11-157.us-west-2.compute.internal:8443/console", > "console_use_ssl": true, > "controller_args": { > "cloud-config": [ > "/etc/origin/cloudprovider/aws.conf" > ], > "cloud-provider": [ > "aws" > ], > "disable-attach-detach-reconcile-sync": [ > "true" > ] > }, > "controllers_port": "8444", > "loopback_api_url": "https://ip-172-31-11-157.us-west-2.compute.internal:8443", > "loopback_cluster_name": "ip-172-31-11-157-us-west-2-compute-internal:8443", > "loopback_context_name": "default/ip-172-31-11-157-us-west-2-compute-internal:8443/system:openshift-master", > "loopback_user": "system:openshift-master/ip-172-31-11-157-us-west-2-compute-internal:8443", > "portal_net": "172.30.0.0/16", > "public_api_url": "https://ec2-34-219-75-19.us-west-2.compute.amazonaws.com:8443", > "public_console_url": "https://ec2-34-219-75-19.us-west-2.compute.amazonaws.com:8443/console", > "session_max_seconds": 3600, > "session_name": "ssn" > }, > "node": { > "bootstrapped": true, > "nodename": "ip-172-31-11-157.us-west-2.compute.internal", > "sdn_mtu": "8951" > }, > "provider": { > "metadata": { > "ami-id": "ami-02782a36590875277", > "ami-launch-index": "1", > "ami-manifest-path": "(unknown)", > "block-device-mapping": { > "ami": "sda1", > "ebs5": "sdb", > "root": "/dev/sda1" > }, > "hostname": "ip-172-31-11-157.us-west-2.compute.internal", > "instance-action": "none", > "instance-id": "i-0b25a9298585edc57", > "instance-type": "m5.xlarge", > "local-hostname": "ip-172-31-11-157.us-west-2.compute.internal", > "local-ipv4": "172.31.11.157", > "mac": "02:07:db:a0:50:56", > "metrics": { > "vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > }, > "network": { > "interfaces": { > "macs": { > "02:07:db:a0:50:56": { > "device-number": "0", > "interface-id": "eni-0f7b7aad6971dd3ca", > "ipv4-associations": { > "34.219.75.19": "172.31.11.157" > }, > "local-hostname": "ip-172-31-11-157.us-west-2.compute.internal", > "local-ipv4s": "172.31.11.157", > "mac": "02:07:db:a0:50:56", > "owner-id": "925374498059", > "public-hostname": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com", > "public-ipv4s": "34.219.75.19", > "security-group-ids": "sg-5c5ace38", > "security-groups": "default", > "subnet-id": "subnet-4879292d", > "subnet-ipv4-cidr-block": "172.31.0.0/18", > "vpc-id": "vpc-33b5f656", > "vpc-ipv4-cidr-block": "172.31.0.0/16", > "vpc-ipv4-cidr-blocks": "172.31.0.0/16" > } > } > } > }, > "placement": { > "availability-zone": "us-west-2b" > }, > "profile": "default-hvm", > "public-hostname": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com", > "public-ipv4": "34.219.75.19", > "public-keys/": "0=libra", > "reservation-id": "r-062f8ee31747d54df", > "security-groups": "default", > "services": { > "domain": "amazonaws.com", > "partition": "aws" > } > }, > "name": "aws", > "network": { > "hostname": "ip-172-31-11-157.us-west-2.compute.internal", > "interfaces": [ > { > "ips": [ > "172.31.11.157" > ], > "network_id": "subnet-4879292d", > "network_type": "vpc", > "public_ips": [ > "34.219.75.19" > ] > } > ], > "ip": "172.31.11.157", > "ipv6_enabled": false, > "public_hostname": "ec2-34-219-75-19.us-west-2.compute.amazonaws.com", > "public_ip": "34.219.75.19" > }, > "zone": "us-west-2b" > } > } > }, > "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": { > "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 > } > } >} >2018-08-15 14:06:07,653 p=43683 u=root | META: ran handlers >2018-08-15 14:06:07,653 p=43683 u=root | META: ran handlers >2018-08-15 14:06:07,658 p=43683 u=root | PLAY [Verify and collect ES hosts] ****************************************************************************************************************************************** >2018-08-15 14:06:07,660 p=43683 u=root | META: ran handlers >2018-08-15 14:06:07,707 p=43683 u=root | TASK [assert] *************************************************************************************************************************************************************** >2018-08-15 14:06:07,707 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:34 >2018-08-15 14:06:07,743 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "msg": "All assertions passed" >} >2018-08-15 14:06:07,793 p=43683 u=root | TASK [openshift_control_plane : Retrieve list of schedulable nodes matching selector] *************************************************************************************** >2018-08-15 14:06:07,793 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/ensure_nodes_matching_selector.yml:2 >2018-08-15 14:06:08,049 p=43683 u=root | Using module file /root/openshift-ansible/roles/lib_openshift/library/oc_obj.py >2018-08-15 14:06:08,518 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "invocation": { > "module_args": { > "all_namespaces": null, > "content": null, > "debug": false, > "delete_after": false, > "field_selector": "spec.unschedulable!=true", > "files": null, > "force": false, > "kind": "node", > "kubeconfig": "/etc/origin/master/admin.kubeconfig", > "name": null, > "namespace": "default", > "selector": "node-role.kubernetes.io/infra=true", > "state": "list" > } > }, > "results": { > "cmd": "/usr/bin/oc get node --selector=node-role.kubernetes.io/infra=true --field-selector=spec.unschedulable!=true -o json -n default", > "results": [ > { > "apiVersion": "v1", > "items": [ > { > "apiVersion": "v1", > "kind": "Node", > "metadata": { > "annotations": { > "volumes.kubernetes.io/controller-managed-attach-detach": "true" > }, > "creationTimestamp": "2018-08-14T15:02:23Z", > "labels": { > "beta.kubernetes.io/arch": "amd64", > "beta.kubernetes.io/instance-type": "m5.xlarge", > "beta.kubernetes.io/os": "linux", > "failure-domain.beta.kubernetes.io/region": "us-west-2", > "failure-domain.beta.kubernetes.io/zone": "us-west-2b", > "kubernetes.io/hostname": "ip-172-31-55-8.us-west-2.compute.internal", > "node-role.kubernetes.io/infra": "true" > }, > "name": "ip-172-31-55-8.us-west-2.compute.internal", > "namespace": "", > "resourceVersion": "323471", > "selfLink": "/api/v1/nodes/ip-172-31-55-8.us-west-2.compute.internal", > "uid": "0c7ff167-9fd3-11e8-b08c-02d95d88e876" > }, > "spec": { > "providerID": "aws:///us-west-2b/i-013b98104cc3a2fa0" > }, > "status": { > "addresses": [ > { > "address": "172.31.55.8", > "type": "InternalIP" > }, > { > "address": "34.219.122.245", > "type": "ExternalIP" > }, > { > "address": "ip-172-31-55-8.us-west-2.compute.internal", > "type": "InternalDNS" > }, > { > "address": "ec2-34-219-122-245.us-west-2.compute.amazonaws.com", > "type": "ExternalDNS" > }, > { > "address": "ip-172-31-55-8.us-west-2.compute.internal", > "type": "Hostname" > } > ], > "allocatable": { > "cpu": "4", > "hugepages-1Gi": "0", > "hugepages-2Mi": "0", > "memory": "15689556Ki", > "pods": "250" > }, > "capacity": { > "cpu": "4", > "hugepages-1Gi": "0", > "hugepages-2Mi": "0", > "memory": "15791956Ki", > "pods": "250" > }, > "conditions": [ > { > "lastHeartbeatTime": "2018-08-15T14:06:03Z", > "lastTransitionTime": "2018-08-14T15:02:23Z", > "message": "kubelet has sufficient disk space available", > "reason": "KubeletHasSufficientDisk", > "status": "False", > "type": "OutOfDisk" > }, > { > "lastHeartbeatTime": "2018-08-15T14:06:03Z", > "lastTransitionTime": "2018-08-14T15:02:23Z", > "message": "kubelet has sufficient memory available", > "reason": "KubeletHasSufficientMemory", > "status": "False", > "type": "MemoryPressure" > }, > { > "lastHeartbeatTime": "2018-08-15T14:06:03Z", > "lastTransitionTime": "2018-08-14T15:02:23Z", > "message": "kubelet has no disk pressure", > "reason": "KubeletHasNoDiskPressure", > "status": "False", > "type": "DiskPressure" > }, > { > "lastHeartbeatTime": "2018-08-15T14:06:03Z", > "lastTransitionTime": "2018-08-14T15:02:23Z", > "message": "kubelet has sufficient PID available", > "reason": "KubeletHasSufficientPID", > "status": "False", > "type": "PIDPressure" > }, > { > "lastHeartbeatTime": "2018-08-15T14:06:03Z", > "lastTransitionTime": "2018-08-14T15:03:42Z", > "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-node@sha256:afb5c336685e833991ff51f9d102b7dead3a81aed5e482c7251dd4bc41cfea3f", > "registry.reg-aws.openshift.com:443/openshift3/ose-node:v3.11.0" > ], > "sizeBytes": 1340207290 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker@sha256:85c79b8a53425f5a1b64a8bdc7dd07799d70abd23dd2081a8e559ccf55f1637a", > "registry.reg-aws.openshift.com:443/openshift3/ose-ansible-service-broker:v3.11.0" > ], > "sizeBytes": 464330820 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router@sha256:9e417fa5e834d1f14f8bdfe2f67941fd5730cdcecef619744dd1f568cf330763", > "registry.reg-aws.openshift.com:443/openshift3/ose-haproxy-router:v3.11.0" > ], > "sizeBytes": 384825790 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer@sha256:7c4c2ae011232ff1e07b6618f739cf0f0731a1a402633d616db72148e0e10419", > "registry.reg-aws.openshift.com:443/openshift3/ose-deployer:v3.11.0-0.14.0" > ], > "sizeBytes": 367243137 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry@sha256:0523abb67ba33cf9dfd89fb94b07b8f08ce95d8217b6cc55a69540dcd45cd53e", > "registry.reg-aws.openshift.com:443/openshift3/ose-docker-registry:v3.11.0" > ], > "sizeBytes": 294395550 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/prometheus@sha256:fccdb2f790daacf97377e2ed10b20f4442d8e903f60d0ae452d0799cd94c49d5", > "registry.reg-aws.openshift.com:443/openshift3/prometheus:v3.11.0" > ], > "sizeBytes": 290175933 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/oauth-proxy@sha256:dd754bced62f565888c43d5ba037b33a079654aa10918b57d586a2576104267f", > "registry.reg-aws.openshift.com:443/openshift3/oauth-proxy:v3.11.0" > ], > "sizeBytes": 247843419 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/ose-pod@sha256:197af2b6738461a233701dba3b766a7b6340bb00d76ce65d6f855d553993e57b", > "registry.reg-aws.openshift.com:443/openshift3/ose-pod:v3.11.0" > ], > "sizeBytes": 244331698 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/prometheus-alertmanager@sha256:c6aebdc08e672c7488c9fa5ef890f82dfcb4f6a0b69f483ceffa1f9383c31d5c", > "registry.reg-aws.openshift.com:443/openshift3/prometheus-alertmanager:v3.11.0" > ], > "sizeBytes": 242959310 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/prometheus-node-exporter@sha256:5e3935ab1911cbb7798c7bb3c17014eee8056ca3666828c0b27a9222a135b984", > "registry.reg-aws.openshift.com:443/openshift3/prometheus-node-exporter:v3.11.0" > ], > "sizeBytes": 232084585 > }, > { > "names": [ > "registry.reg-aws.openshift.com:443/openshift3/prometheus-alert-buffer@sha256:723dd511094059dc547c91cc8190e678da2af6068733662c507213231482488f", > "registry.reg-aws.openshift.com:443/openshift3/prometheus-alert-buffer:v3.11.0" > ], > "sizeBytes": 227384234 > }, > { > "names": [ > "docker.io/grafana/grafana@sha256:00fddaee1d77e8ca37d25c4eaed2dcf40f860ecc64b96bfa102394979a88a9e4", > "docker.io/grafana/grafana:master" > ], > "sizeBytes": 225016812 > } > ], > "nodeInfo": { > "architecture": "amd64", > "bootID": "20213bab-6509-4bac-8882-d16fac0a74f7", > "containerRuntimeVersion": "cri-o://1.11.1", > "kernelVersion": "3.10.0-862.el7.x86_64", > "kubeProxyVersion": "v1.11.0+d4cacc0", > "kubeletVersion": "v1.11.0+d4cacc0", > "machineID": "ec2e9b8c0fdc7f1ff2e5e60ac280fa83", > "operatingSystem": "linux", > "osImage": "Red Hat Enterprise Linux Server 7.5 (Maipo)", > "systemUUID": "EC2B1D11-C825-F4BE-BD5B-184317C73C1A" > } > } > } > ], > "kind": "List", > "metadata": { > "resourceVersion": "", > "selfLink": "" > } > } > ], > "returncode": 0 > }, > "state": "list" >} >2018-08-15 14:06:08,571 p=43683 u=root | TASK [openshift_control_plane : Ensure that Elasticsearch has nodes to run on] ********************************************************************************************** >2018-08-15 14:06:08,571 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/ensure_nodes_matching_selector.yml:10 >2018-08-15 14:06:08,610 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "msg": "All assertions passed" >} >2018-08-15 14:06:08,658 p=43683 u=root | TASK [command] ************************************************************************************************************************************************************** >2018-08-15 14:06:08,658 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:46 >2018-08-15 14:06:08,867 p=43683 u=root | Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py >2018-08-15 14:06:09,252 p=43683 u=root | changed: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": true, > "cmd": [ > "oc", > "--config=/etc/origin/master/admin.kubeconfig", > "get", > "nodes", > "-l", > "node-role.kubernetes.io/infra=true", > "-o", > "jsonpath={.items[*].status.addresses[?(@.type==\"InternalIP\")].address}" > ], > "delta": "0:00:00.186919", > "end": "2018-08-15 14:06:09.212067", > "invocation": { > "module_args": { > "_raw_params": "oc --config=/etc/origin/master/admin.kubeconfig get nodes -l node-role.kubernetes.io/infra=true -o jsonpath={.items[*].status.addresses[?(@.type==\\\"InternalIP\\\")].address}", > "_uses_shell": false, > "argv": null, > "chdir": null, > "creates": null, > "executable": null, > "removes": null, > "stdin": null, > "warn": true > } > }, > "rc": 0, > "start": "2018-08-15 14:06:09.025148", > "stderr": "", > "stderr_lines": [], > "stdout": "172.31.55.8", > "stdout_lines": [ > "172.31.55.8" > ] >} >2018-08-15 14:06:09,301 p=43683 u=root | TASK [assert] *************************************************************************************************************************************************************** >2018-08-15 14:06:09,302 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:56 >2018-08-15 14:06:09,320 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:06:09,368 p=43683 u=root | TASK [openshift_control_plane : Retrieve list of schedulable nodes matching selector] *************************************************************************************** >2018-08-15 14:06:09,369 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/ensure_nodes_matching_selector.yml:2 >2018-08-15 14:06:09,387 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:06:09,438 p=43683 u=root | TASK [openshift_control_plane : Ensure that Elasticsearch Ops has nodes to run on] ****************************************************************************************** >2018-08-15 14:06:09,438 p=43683 u=root | task path: /root/openshift-ansible/roles/openshift_control_plane/tasks/ensure_nodes_matching_selector.yml:10 >2018-08-15 14:06:09,456 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:06:09,504 p=43683 u=root | TASK [command] ************************************************************************************************************************************************************** >2018-08-15 14:06:09,504 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:68 >2018-08-15 14:06:09,521 p=43683 u=root | skipping: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "changed": false, > "skip_reason": "Conditional result was False" >} >2018-08-15 14:06:09,569 p=43683 u=root | TASK [set_fact] ************************************************************************************************************************************************************* >2018-08-15 14:06:09,569 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:76 >2018-08-15 14:06:09,645 p=43683 u=root | ok: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com] => { > "ansible_facts": { > "openshift_logging_elasticsearch_hosts": [ > "172.31.55.8" > ] > }, > "changed": false >} >2018-08-15 14:06:09,733 p=43683 u=root | TASK [Evaluate oo_elasticsearch_nodes] ************************************************************************************************************************************** >2018-08-15 14:06:09,733 p=43683 u=root | task path: /root/openshift-ansible/playbooks/openshift-logging/private/config.yml:82 >2018-08-15 14:06:09,781 p=43683 u=root | fatal: [ec2-34-217-107-181.us-west-2.compute.amazonaws.com]: FAILED! => { > "msg": "The conditional check 'hostvars[item]['openshift']['common']['ip'] in openshift_logging_elasticsearch_hosts' failed. The error was: error while evaluating conditional (hostvars[item]['openshift']['common']['ip'] in openshift_logging_elasticsearch_hosts): 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'openshift'\n\nThe error appears to have been in '/root/openshift-ansible/playbooks/openshift-logging/private/config.yml': line 82, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n # files for specific nodes based on <node>.status.addresses[@.type==InternalIP].address\n - name: Evaluate oo_elasticsearch_nodes\n ^ here\n" >} >2018-08-15 14:06:09,781 p=43683 u=root | NO MORE HOSTS LEFT ********************************************************************************************************************************************************** >2018-08-15 14:06:09,782 p=43683 u=root | to retry, use: --limit @/root/openshift-ansible/playbooks/openshift-logging/config.retry > >2018-08-15 14:06:09,782 p=43683 u=root | PLAY RECAP ****************************************************************************************************************************************************************** >2018-08-15 14:06:09,783 p=43683 u=root | ec2-34-217-107-181.us-west-2.compute.amazonaws.com : ok=52 changed=2 unreachable=0 failed=1 >2018-08-15 14:06:09,783 p=43683 u=root | ec2-34-219-122-245.us-west-2.compute.amazonaws.com : ok=1 changed=0 unreachable=0 failed=0 >2018-08-15 14:06:09,783 p=43683 u=root | ec2-34-219-75-19.us-west-2.compute.amazonaws.com : ok=1 changed=0 unreachable=0 failed=0 >2018-08-15 14:06:09,783 p=43683 u=root | ec2-52-27-241-18.us-west-2.compute.amazonaws.com : ok=4 changed=0 unreachable=0 failed=0 >2018-08-15 14:06:09,783 p=43683 u=root | ec2-54-191-42-68.us-west-2.compute.amazonaws.com : ok=1 changed=0 unreachable=0 failed=0 >2018-08-15 14:06:09,783 p=43683 u=root | localhost : ok=11 changed=0 unreachable=0 failed=0 >2018-08-15 14:06:09,784 p=43683 u=root | INSTALLER STATUS ************************************************************************************************************************************************************ >2018-08-15 14:06:09,786 p=43683 u=root | Initialization : Complete (0:00:25) >2018-08-15 14:06:09,786 p=43683 u=root | [DEPRECATION WARNING]: The following are deprecated variables and will be no longer be used in the next minor release. Please update your inventory accordingly. > openshift_node_labels >2018-08-15 14:06:09,786 p=43683 u=root | Logging Install : In Progress (0:00:04) >2018-08-15 14:06:09,786 p=43683 u=root | This phase can be restarted by running: playbooks/openshift-logging/config.yml
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 1616047
: 1476156 |
1476167