This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from realityforge/prep-release
Prep release
- Loading branch information
Showing
38 changed files
with
114 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby-2.3.0 | ||
ruby-2.3.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: ruby | ||
rvm: | ||
- 2.3.0 | ||
- 2.3.5 | ||
|
||
sudo: required | ||
services: docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# frozen_string_literal: true | ||
|
||
source 'https://supermarket.chef.io/' | ||
|
||
metadata | ||
|
||
group :vagrant do | ||
cookbook 'ark', '= 2.2.1' | ||
cookbook 'apt' | ||
cookbook 'apache2' | ||
cookbook 'elasticsearch', '~ 2.4.0' | ||
cookbook 'java' | ||
cookbook 'ohai' | ||
cookbook 'netstat' | ||
cookbook 'chef_nginx', '~ 2.9.0' | ||
cookbook 'ark', '>= 2.2.1' | ||
cookbook 'apt' | ||
cookbook 'apache2' | ||
cookbook 'build-essential' | ||
cookbook 'elasticsearch', '~ 2.4.0' | ||
cookbook 'java' | ||
cookbook 'netstat' | ||
cookbook 'ohai' | ||
cookbook 'chef_nginx', '~ 2.9.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Kibana requires ElasticSearch index to be configured to work as per logstash req | |
|
||
## Platform: | ||
|
||
* Ubuntu 12.04, 14.04. | ||
* Ubuntu 14.04, 16.04 | ||
* CentOS 6, 7 | ||
|
||
## Cookbooks: | ||
|
@@ -33,7 +33,7 @@ Kibana requires ElasticSearch index to be configured to work as per logstash req | |
* `node['kibana']['base_dir']` - The base directory of kibana. Defaults to `/opt/kibana`. | ||
* `node['kibana']['user']` - The user under which Kibana is installed. Defaults to `kibana`. | ||
* `node['kibana']['group']` - The group under which Kibana is installed. Defaults to `kibana`. | ||
* `node['kibana']['install_method']` - Install method. Can be source or release. Defaults to `release`. | ||
* `node['kibana']['install_method']` - Install method. Can be `package` or `release`. Defaults to `release`. | ||
* `node['kibana']['url']` - Url of tarball. Defaults to `https://download.elasticsearch.org/kibana/kibana/kibana-#{node['kibana']['kibana3_version']}.tar.gz`. | ||
* `node['kibana']['kibana3_checksum']` - Checksum of the tarball. | ||
* `node['kibana']['kibana4_checksum']` - Checksum of the tarball. | ||
|
@@ -81,6 +81,7 @@ Kibana requires ElasticSearch index to be configured to work as per logstash req | |
* [kibana::default](#kibanadefault) - Install Kibana. | ||
* kibana::kibana3 | ||
* kibana::kibana4 | ||
* kibana::kibana5 | ||
* kibana::nginx | ||
|
||
## kibana::apache | ||
|
@@ -139,6 +140,6 @@ end | |
|
||
# License and Maintainers | ||
|
||
Maintainers:: Peter Donald (<[email protected]>), Dimitry Ryobryshkin (@cyberflow), Scott Nelson Windels (<[email protected]>) | ||
Maintainers:: Peter Donald (<[email protected]>), Dimitry Ryobryshkin (@cyberflow), Scott Nelson Windels (<[email protected]>), Michael Burns (@mburns) | ||
|
||
License:: Apache 2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Encoding: utf-8 | ||
# frozen_string_literal: true | ||
|
||
class Kibana | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# Encoding: utf-8 | ||
# frozen_string_literal: true | ||
|
||
name 'kibana' | ||
maintainer 'Peter Donald' | ||
maintainer_email '[email protected]' | ||
license 'Apache 2.0' | ||
license 'Apache-2.0' | ||
description 'Installs/Configures kibana, the logstash UI' | ||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) | ||
version '0.2.1' | ||
version '0.2.2' | ||
source_url 'https://github.com/realityforge/chef-kibana' | ||
issues_url 'https://github.com/realityforge/chef-kibana/issues' | ||
|
||
chef_version '>= 12' if respond_to?(:chef_version) | ||
|
||
supports 'ubuntu' | ||
supports 'debian' | ||
supports 'centos' | ||
|
||
depends 'build-essential' | ||
depends 'ark' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Encoding: utf-8 | ||
# frozen_string_literal: true | ||
|
||
=begin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Encoding: utf-8 | ||
# frozen_string_literal: true | ||
|
||
=begin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Encoding: utf-8 | ||
# frozen_string_literal: true | ||
|
||
include_recipe 'kibana' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Encoding: utf-8 | ||
# frozen_string_literal: true | ||
|
||
require 'spec_helper' | ||
|
||
describe 'kibana' do | ||
|
Oops, something went wrong.