OpenShift Logging Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:


=Procedure=
=Procedure=
==Installation During the Main Procedure==


Logging must be explicitly enabled during the advanced installation, as described here:  
Logging must be explicitly enabled during the advanced installation, as described here:  


{{Internal|OpenShift_hosts#openshift_hosted_logging_deploy|openshift_hosted_logging_deploy}}
{{Internal|OpenShift_hosts#openshift_hosted_logging_deploy|openshift_hosted_logging_deploy}}
==Installation Independent of the Main Procedure==


There is also a dedicated Ansible playbook that can be used to deploy and upgrade logging independently of the main installation procedure:
There is also a dedicated Ansible playbook that can be used to deploy and upgrade logging independently of the main installation procedure:

Revision as of 03:00, 11 November 2017

Internal

Procedure

Installation During the Main Procedure

Logging must be explicitly enabled during the advanced installation, as described here:

openshift_hosted_logging_deploy

Installation Independent of the Main Procedure

There is also a dedicated Ansible playbook that can be used to deploy and upgrade logging independently of the main installation procedure:

ansible-playbook [-i </path/to/inventory>] /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/openshift-logging.yml

Then, the post-install logging configuration must be applied, as described here:

Post-Install Logging Configuration


Ansible installation deploys all resources needed to support the stack: Secrets, Service Accounts and DeploymentConfigs.