Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Created September 13, 2016 19:37
Show Gist options
  • Save tbielawa/c3de42160addbb90da4db1b54bbc89f6 to your computer and use it in GitHub Desktop.
Save tbielawa/c3de42160addbb90da4db1b54bbc89f6 to your computer and use it in GitHub Desktop.
openshift/openshift-ansible/issues#2445 - Filtering installer output
PLAY [localhost] ***************************************************************
TASK [Verify Ansible version is greater than or equal to 2.1.0.0] **************
skipping: [localhost]
PLAY [localhost] ***************************************************************
TASK [include_vars] ************************************************************
ok: [localhost]
TASK [add_host] ****************************************************************
changed: [localhost] => (item=192.168.0.15)
PLAY [l_oo_all_hosts] **********************************************************
TASK [include_vars] ************************************************************
ok: [192.168.0.15]
PLAY [Populate config host groups] *********************************************
TASK [fail] ********************************************************************
skipping: [localhost]
TASK [fail] ********************************************************************
skipping: [localhost]
TASK [fail] ********************************************************************
skipping: [localhost]
TASK [fail] ********************************************************************
skipping: [localhost]
TASK [fail] ********************************************************************
skipping: [localhost]
TASK [fail] ********************************************************************
skipping: [localhost]
TASK [Evaluate oo_all_hosts] ***************************************************
changed: [localhost] => (item=192.168.0.15)
TASK [Evaluate oo_masters] *****************************************************
changed: [localhost] => (item=192.168.0.15)
TASK [Evaluate oo_etcd_to_config] **********************************************
changed: [localhost] => (item=192.168.0.15)
TASK [Evaluate oo_masters_to_config] *******************************************
changed: [localhost] => (item=192.168.0.15)
TASK [Evaluate oo_nodes_to_config] *********************************************
changed: [localhost] => (item=192.168.0.15)
TASK [Evaluate oo_nodes_to_config] *********************************************
skipping: [localhost] => (item=192.168.0.15)
TASK [Evaluate oo_first_etcd] **************************************************
changed: [localhost]
TASK [Evaluate oo_first_master] ************************************************
changed: [localhost]
TASK [Evaluate oo_lb_to_config] ************************************************
TASK [Evaluate oo_nfs_to_config] ***********************************************
changed: [localhost] => (item=192.168.0.15)
PLAY [Gather Cluster facts] ****************************************************
TASK [setup] *******************************************************************
ok: [192.168.0.15]
TASK [openshift_facts : Detecting Operating System] ****************************
ok: [192.168.0.15]
TASK [openshift_facts : set_fact] **********************************************
ok: [192.168.0.15]
TASK [openshift_facts : set_fact] **********************************************
ok: [192.168.0.15]
TASK [openshift_facts : Ensure PyYaml is installed] ****************************
ok: [192.168.0.15]
TASK [openshift_facts : Ensure yum-utils is installed] *************************
ok: [192.168.0.15]
TASK [openshift_facts : Gather Cluster facts and set is_containerized if needed] ***
ok: [192.168.0.15]
TASK [openshift_facts : Set repoquery command] *********************************
ok: [192.168.0.15]
TASK [openshift_facts] *********************************************************
ok: [192.168.0.15]
TASK [debug] *******************************************************************
ok: [192.168.0.15] => {
"result": {
"ansible_facts": {
"openshift": {
"common": {
"admin_binary": "oadm",
"all_hostnames": [
"192.168.0.15",
"deepfryer.redhat.com"
],
"cli_image": "openshift3/ose",
"client_binary": "oc",
"cluster_id": "default",
"config_base": "/etc/origin",
"data_dir": "/var/lib/origin",
"debug_level": 2,
"deployer_image": "openshift3/ose-deployer",
"deployment_subtype": "basic",
"deployment_type": "openshift-enterprise",
"dns_domain": "cluster.local",
"examples_content_version": "v1.2",
"generate_no_proxy_hosts": true,
"hostname": "deepfryer.redhat.com",
"install_examples": true,
"installed_variant_rpms": [],
"internal_hostnames": [
"192.168.0.15",
"deepfryer.redhat.com"
],
"ip": "192.168.0.15",
"is_atomic": false,
"is_containerized": false,
"kube_svc_ip": "172.30.0.1",
"pod_image": "openshift3/ose-pod",
"portal_net": "172.30.0.0/16",
"public_hostname": "deepfryer.redhat.com",
"public_ip": "192.168.0.15",
"registry_image": "openshift3/ose-docker-registry",
"router_image": "openshift3/ose-haproxy-router",
"sdn_network_plugin_name": "redhat/openshift-ovs-subnet",
"service_type": "atomic-openshift",
"use_dnsmasq": true,
"use_flannel": false,
"use_manageiq": true,
"use_nuage": false,
"use_openshift_sdn": true,
"version_gte_3_1_1_or_1_1_1": true,
"version_gte_3_1_or_1_1": true,
"version_gte_3_2_or_1_2": true,
"version_gte_3_3_or_1_3": false
},
"current_config": {
"roles": [
"node",
"docker"
]
},
"docker": {
"additional_registries": [
"registry.access.redhat.com"
],
"api_version": 1.22,
"disable_push_dockerhub": false,
"gte_1_10": true,
"hosted_registry_insecure": true,
"options": "--log-driver=json-file --log-opt max-size=50m",
"version": "1.10.3"
},
"hosted": {
"logging": {
"selector": null
},
"metrics": {
"selector": null
},
"registry": {
"selector": "region=infra"
},
"router": {
"selector": "region=infra"
}
},
"node": {
"annotations": {},
"iptables_sync_period": "30s",
"labels": {},
"local_quota_per_fsgroup": "",
"node_image": "openshift3/node",
"ovs_image": "openshift3/openvswitch",
"registry_url": "openshift3/ose-${component}:${version}",
"schedulable": true,
"sdn_mtu": "1450",
"set_node_ip": false,
"storage_plugin_deps": [
"ceph",
"glusterfs",
"iscsi"
]
}
}
},
"changed": false
}
}
PLAY RECAP *********************************************************************
192.168.0.15 : ok=11 changed=0 unreachable=0 failed=0
localhost : ok=10 changed=9 unreachable=0 failed=0
[OSEv3:children]
nodes
masters
nfs
etcd
[OSEv3:vars]
ansible_ssh_user=root
deployment_type=openshift-enterprise
[nodes]
192.168.0.15 openshift_public_ip=192.168.0.15 openshift_ip=192.168.0.15 openshift_public_hostname=deepfryer.redhat.com openshift_hostname=deepfryer.redhat.com openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True
[masters]
192.168.0.15 openshift_public_ip=192.168.0.15 openshift_ip=192.168.0.15 openshift_public_hostname=deepfryer.redhat.com openshift_hostname=deepfryer.redhat.com
[nfs]
192.168.0.15 openshift_public_ip=192.168.0.15 openshift_ip=192.168.0.15 openshift_public_hostname=deepfryer.redhat.com openshift_hostname=deepfryer.redhat.com
[etcd]
192.168.0.15 openshift_public_ip=192.168.0.15 openshift_ip=192.168.0.15 openshift_public_hostname=deepfryer.redhat.com openshift_hostname=deepfryer.redhat.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment