Fixes #61: Add Solr automated test and bump version to 6.5.1.

This commit is contained in:
Jeff Geerling
2017-06-01 21:54:26 -05:00
parent 76020d4444
commit 65ce5fd71c
4 changed files with 8 additions and 6 deletions
+2 -3
View File
@@ -45,9 +45,8 @@ env:
# - playbook: orchestration.yml
# distro: ubuntu1604
# TODO.
# - playbook: solr.yml
# distro: ubuntu1604
- playbook: solr.yml
distro: ubuntu1604
script:
# Download test shim.
+1 -1
View File
@@ -6,7 +6,7 @@ This repository contains Ansible examples developed to support different section
Most of the examples are full-fledged VM examples, which use Vagrant, VirtualBox, and Ansible to boot and configure VMs on your local workstation. Not all playbooks follow all of Ansible's best practices, as they illustrate particular Ansible features in an instructive manner.
For even more interesting examples of what you can do with Ansible, please see the [Ansible Vagrant Examples](https://github.com/geerlingguy/ansible-vagrant-examples) repository.
For more interesting examples of what you can do with Ansible, please see the [Ansible Vagrant Examples](https://github.com/geerlingguy/ansible-vagrant-examples) repository, and browse through some of [geerlingguy's roles on Ansible Galaxy](https://galaxy.ansible.com/geerlingguy/).
## License
+2 -2
View File
@@ -6,5 +6,5 @@ download_dir: /tmp
solr_dir: /opt/solr
# Solr version and download information.
solr_version: 6.1.0
solr_checksum: sha1:41045799ed9b5f826b0dcab4b28b3b1986afa523
solr_version: 6.5.1
solr_checksum: sha1:2cc43b837743949a46bd7efbab14b43f6d92b4b8
+3
View File
@@ -0,0 +1,3 @@
---
# Solr test.
- include: ../solr/provisioning/playbook.yml