cookbook 'consul-platform', '~> 1.1.0'
consul-platform (2) Versions 1.1.0 Follow0
Install and Configure a Consul cluster
cookbook 'consul-platform', '~> 1.1.0', :supermarket
knife supermarket install consul-platform
knife supermarket download consul-platform
Consul Platform
Description
Consul is a completely distributed,
highly available, and datacenter aware solution for service discovery.
Requirements
Cookbooks and gems
Declared in [metadata.rb](metadata.rb) and in [Gemfile](Gemfile).
Platforms
A systemd managed distribution:
- RHEL Family 7, tested on Centos
Usage
Easy Setup
Set node['consul-platform']['hosts']
to an array containing the
hostnames of the server nodes of the consul cluster and add the default recipe
to all nodes.
Search
The recommended way to use this cookbook is through the creation of a role per
consul cluster. This enables the search by role feature, allowing a
simple service discovery.
In fact, there are two ways to configure the search:
- With a static configuration through a list of hostnames (attributes
hosts
that isnode['consul-platform']['hosts']
) for servers belonging to consul cluster. - With a real search, performed on a role (attributes
role
andsize
like innode['consul-platform']['role']
). The role should be in the run-list of all servers of the cluster. The size is a safety and should be the number of nodes of this role.
If hosts is configured, role
and size
are ignored
See [roles](test/integration/roles) for some examples and
Cluster Search documentation for more information.
Test
This cookbook is fully tested through the installation of a working 4-nodes
cluster in docker hosts. This uses kitchen, docker and some monkey-patching.
For more information, see [.kitchen.yml](.kitchen.yml) and [test](test)
directory.
Attributes
Configuration is done by overriding default attributes. All configuration keys
have a default defined in [attributes/default.rb](attributes/default.rb).
Please read it to have a comprehensive view of what and how you can configure
this cookbook behavior.
Recipes
default
Include search
, user
, install
, config
and systemd
recipes.
search
Search the node (initiator) that will initialize first the consul cluster
using Cluster Search.
Other nodes will join the consul cluster after the initiator using its
address.
user
Create user/group used by consul.
install
Install consul using ark.
config
Generate configuration files for the consul node. They are generated through
the following attribute: node['consul-platform']['config']
. Read
[attributes/default.rb](attributes/default.rb) for more information.
systemd
Create systemd service file for consul.
Changelog
Available in [CHANGELOG.md](CHANGELOG.md).
Contributing
Please read carefully [CONTRIBUTING.md](CONTRIBUTING.md) before making a merge
request.
License and Author
- Author:: Samuel Bernard (samuel.bernard@gmail.com)
- Author:: Florian Philippon (florian.philippon@gmail.com)
Copyright (c) 2016-2017 Sam4Mobile, 2017 Make.org Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Changelog
1.1.0
Main:
- BREAKING CHANGE RELEASE
- Set default version to 0.8.3
- Use config file instead of cli options for configuration
- Handover maintainance to Make.org
- Fix package_retries utilisation (for Chef 13)
Tests:
- Use latest template for .gitlab-ci.yml [20170529] (support shared runner)
- Fix destroy in CI tests, remove suite order constraint
- Set build_pull to true (always pull latest images)
- Add a client with its tests, remame nodes, move config from role
- Reduce max wait in tests
Misc:
- Fix foodcritic offenses in metadata
- Fix misc rubocop offenses (mostly %i stuff)
- Simplify tests and adapt them to 0.8.3, remove deprecated RPC service
1.0.0
- Initial version working with consul 0.7.2.
Collaborator Number Metric
1.1.0 passed this metric
Contributing File Metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.1.0 passed this metric
No Binaries Metric
1.1.0 passed this metric
Testing File Metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.1.0 passed this metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.1.0 passed this metric
No Binaries Metric
1.1.0 passed this metric
Testing File Metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.1.0 passed this metric
1.1.0 passed this metric
Testing File Metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.1.0 failed this metric
1.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number