summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix extension script for catalogMichael Gugino2017-11-131-2/+0
| | | | | | | | | | | | | Currently, playbook wire_aggregator places an empty plugin script for openshift master called openshift-ansible-catalog-console.js This file should not be empty if using template_service_broker. I have updated this file to include a boolean and the proper string. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506502
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-0/+2
- Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install