Aggregate logging deployment after upgrade to openshift 3.5 doesn't work
Issue
Following instructions from the official documentation. Running the mentioned playbook after setting the ansible vars in the inventory shows all ok but no logging project is created, no dc, pods, ...
Logging variables used:
[root@shift35-ha-m1 ~]# grep logging /etc/ansible/hosts
openshift_hosted_logging_deploy=true
openshift_hosted_logging_hostname=logging-kibana.example.com
openshift_logging_curator_nodeselector={"region": "primary"}
openshift_logging_kibana_nodeselector={"region": "primary"}
openshift_logging_es_nodeselector={"region": "primary"}
openshift_logging_fluentd_nodeselector={"region": "primary"}
[root@shift35-ha-m1 ~]#
Now, we run the playbook as per documentation
# ansible-playbook -i /etc/ansible/hosts /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/openshift-logging.yml
...
PLAY RECAP *********************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0
shift35-ha-lb.example.com : ok=1 changed=0 unreachable=0 failed=0
shift35-ha-m1.example.com : ok=10 changed=0 unreachable=0 failed=0
shift35-ha-m2.example.com : ok=10 changed=0 unreachable=0 failed=0
shift35-ha-m3.example.com : ok=10 changed=0 unreachable=0 failed=0
shift35-ha-n1.example.com : ok=1 changed=0 unreachable=0 failed=0
shift35-ha-n2.example.com : ok=1 changed=0 unreachable=0 failed=0
shift35-ha-n3.example.com : ok=1 changed=0 unreachable=0 failed=0
The playbook ends without apparent issue. But when checking the artifacts within the logging project:
[root@shift35-ha-m1 ~]# oc project
Using project "logging" on server "https://shift35-ha-lb.example.com:8443".
[root@shift35-ha-m1 ~]#
[root@shift35-ha-m1 ~]# oc get pods
No resources found.
Environment
OpenShift Container Platform 3.5
Packages used:
==================================================================================================
Package Arch Version ==================================================================================================
openshift-ansible noarch 3.5.53-1.git.0.8ade9f2.el7
openshift-ansible-callback-plugins noarch 3.5.53-1.git.0.8ade9f2.el7
openshift-ansible-docs noarch 3.5.53-1.git.0.8ade9f2.el7
openshift-ansible-filter-plugins noarch 3.5.53-1.git.0.8ade9f2.el7
openshift-ansible-lookup-plugins noarch 3.5.53-1.git.0.8ade9f2.el7
openshift-ansible-playbooks noarch 3.5.53-1.git.0.8ade9f2.el7
openshift-ansible-roles noarch 3.5.53-1.git.0.8ade9f2.el7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
