Skip to content

This repo is automatic initialization (setup) of docker swarm cluster and runs a simple web app demoing simple CI/CD.

Notifications You must be signed in to change notification settings

lmEshoo/swarm-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-swarm-cicd

simple_cicd

USAGE

make

Prerequisites

  • Update tools/configure.sh fill the following required:
    • user is the username of the instance launched
    • total_managers is Total number of manager nodes
    • total_workers is Total number of worker nodes
    • manager_ip_1 is initial master node
    • manager_ip_n nth initial master node
    • worker_ip_1 nth initial worker node
    • worker_ip_n nth initial worker node
    • be sure that total_workers + total_managers = number of specified IP addresses
  • Update pem
    • cert is the directory where the Certificate to connect to the instances is located

About

This repo is automatic initialization (setup) of docker swarm cluster and runs a simple web app demoing simple CI/CD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published