Commit graph

16 commits

Author SHA1 Message Date
Scott Lowe
7ba159ad01 Add SSH-based Docker provider example
Add Go program illustrating use of an SSH-based Docker provider

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2024-01-20 02:16:14 -07:00
Scott Lowe
6db1e636d0
Update documentation
Update documentation in various directories. Add missing documentation to some environments. Fix typos in some documentation.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2019-07-13 08:03:36 -06:00
Scott Lowe
643b064af3
Remove hard-coded path references
Remove hard-coded path references in some Ansible configuration files

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-12-20 07:43:10 -07:00
Scott S. Lowe
99bdc12926 Merge pull request #92 from lowescott/ubu-sw-mode
Add learning environment for running a local Docker Swarm mode cluster
2017-09-14 07:17:33 -06:00
Scott Lowe
fe8b4dfad7
Finalize environment
Add documentation in the form of README.md with instructions for using the environment. Fix variable references in create-swarm.yml so that the Ansible playbook works as expected.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-14 07:15:01 -06:00
Scott Lowe
0eb0ea7e0d
Update Ansible playbook
Update Ansible playbook to work with Vagrant instead of Terraform/EC2

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-13 11:13:27 -06:00
Scott Lowe
d5dc506b41
Incorporate minor fixes
Fix incorrect placement of Ansible provisioner in Vagrantfile. Update Ansible playbook to create swarm based on learnings from Interop ITX Swarm demo. Change machines.yml to use bento/ubuntu-14.04 instead of ubuntu/trusty64.

Unable to test due to slowness/connectivity issues to Ubuntu repositories.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-07 20:22:16 -06:00
Scott Lowe
f2952181fe
Clean up .gitignore files
Remove extraneous .gitignore files, add definitions to main .gitignore file in the root of the repository

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-05-23 15:04:03 -06:00
Scott Lowe
d9504bffff
Add environment for Docker CE
Add environment to run Docker CE on Ubuntu 16.04, provisioned by Ansible

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-05-17 12:50:57 -06:00
Mikhail Vasilenko
71ad20f8dc port is required, otherwise it would give an error "--advertise should be of the form ip:port or hostname:port" 2017-04-28 18:27:00 +03:00
Mikhail Vasilenko
cb9c0986bb change from 0.7.0 to latest consul version
add temporary consul config files to .gitignore
2017-04-28 17:17:47 +03:00
Scott Lowe
d5afc5e4c4
Commit initial set of files for creating Swarm on Ubuntu with Ansible
Commit initial set of files to creating a Docker Swarm cluster (in Swarm mode) using Ubuntu and Ansible. Environment is currently not functional (Ansible/SSH won't correctly authenticate against the hosts).

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-04-11 10:50:15 -06:00
Scott Lowe
845f96e0df
Add files to support learning environment for Swarm mode on CentOS Atomic Host
Add Vagrantfile, external YAML data file, and README.md for a learning environment leveraging CentOS Atomic Host to build a Docker cluster using swarm mode.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-03-15 15:24:09 -06:00
Scott Lowe
afd339df33
Add files to support learning Docker Swarm Mode on CoreOS
Add Vagrantfile, external YAML data file, and README.md for environment used to learn/experiment with Docker Swarm Mode on CoreOS. This environment also serves as early prototyping for future AWS-based environment.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-03-13 10:00:37 -06:00
Scott Lowe
9d9d81f711
Add technology-specific README files
Add README.md files for specific technology areas (Ansible, CentOS Atomic Host, Consul, CoreOS, Debian, Docker, and etcd).

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 17:08:46 -07:00
Scott Lowe
43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00