Skip to content

Commit

Permalink
Fixes #61: Add Solr automated test and bump version to 6.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jun 2, 2017
1 parent 76020d4 commit 65ce5fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions solr/provisioning/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 0 deletions tests/solr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# Solr test.
- include: ../solr/provisioning/playbook.yml

0 comments on commit 65ce5fd

Please sign in to comment.