Version information
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 6.0.0
This module has been deprecated by its author since Oct 29th 2019.
The reason given was: No longer maintained
The author has suggested fervid-docker_ee as its replacement.
Tasks:
- assign_leader
- assign_node
- enable_kubernetes_scheduler
- inspect_scheduler
Start using this module
Documentation
docker_ee
Table of Contents
- Description
- Setup - The basics of getting started with docker_ee
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
Docker Enterprise Edition is a large piece of vendor software. This module simplifies the installation on RedHat. The only input needed is the Docker URL assigned to you by the vendor.
This module installs Docker Enterprise Edition. Use it instead of a manual install.
Setup
Setup Requirements
This module requires that, at a minimum, the Docker EE URL be passed in as a parameter.
Beginning with docker_ee
The very basic steps needed for a user to get the module up and running. This can include setup steps, if necessary, or it can be an example of the most basic use of the module.
Usage
class { '::docker_ee':
docker_ee_url => 'https://storebits.docker.com/ee/abc123',
}
Reference
Classes
Public classes
- docker_ee: Main class, includes all other classes.
Private classes
- docker_ee::pre_install: Adds the YUM meta information necessary to configure the YUM repo.
- docker_ee::yum_memcache: Reset the YUM memchache to reflect the newly added repository.
- docker_ee::install: Installs the Docker Enterprise Edition package.
Parameters
The following parameters are available in the ::docker_ee
class
docker_ee_url
Required.
Data type: Stdlib::Httpurl
The Docker EE URL you will be assigned by the vendor.
docker_os_version
Optional.
Data Type: Numeric
The version of the RedHat OS you are using.
Limitations
This currently only works for RedHat.
Development
Any contributions are welcomed!
What are tasks?
Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.
Tasks in this module release
inspect_self
Report on a node's scheduler setting (manager nodes only)
list_nodes
Only run on UCP managers, outputs all the clustered nodes
nfs_restart
Restart the nfs service
print_manager_token
Display Docker UCP manager token (docker swarm join-token manager).
print_tokens
Display Docker UCP manager token (docker swarm join-token manager).
print_worker_token
Display Docker UCP worker token (docker swarm join-token worker).
Release 1.0.3
Removed hardening. This security enforcement belongs elsewhere.
Release 1.0.1
Utilize RedHat yum-config-manager to install docker-ee repo
Release 1.0.0
Summary
Possible release candidate. Has some hardening included. Needs more; possibly in new module.
Release 0.1.5
Summary
Change version param from Numeric to String to satisfy file content param.
Release 0.1.4
Summary
initial release.
Dependencies
- puppetlabs-stdlib (>= 4.0.0 < 6.0.0)
- puppetlabs-docker (>= 3.1.0 < 4.0.0)
- autostructure-harden_docker (>= 1.0.6 < 2.0.0)
- derdanne-nfs (>= 2.0.10 < 3.0.0)