Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.
/ devops Public archive

Deployments repo - Docker and scripts

License

Notifications You must be signed in to change notification settings

Ferlab-Ste-Justine/devops

Folders and files

NameName
Last commit message
Last commit date
Jun 4, 2020
Aug 22, 2019
Aug 22, 2019
Aug 6, 2020
Jul 31, 2020
Aug 22, 2019
Aug 22, 2019
Sep 9, 2019
May 25, 2020
Jun 25, 2019
Jun 3, 2019
Jul 1, 2020
May 25, 2020
May 28, 2019
May 28, 2019
Jun 30, 2020
Jun 4, 2020
Jun 29, 2020
Jul 1, 2020
Jul 31, 2020
Jul 16, 2020
May 28, 2019
Jun 4, 2020

Repository files navigation

Devops

Deployments repo - Docker and scripts

Instructions For Collab

update label of all manager node

docker node update --label-add node_role=generic workflow
docker node update --label-add state_anchor=true workflow
docker node update --label-add node_role=generic emma
docker node update --label-add node_role=generic dev-server-1
docker node update --label-add node_role=generic dev-server-3

Clone repo to all manager role into src/ git clone https://github.com/cr-ste-justine/devops.git

Instructions For Dockerized Local Environment

  1. Create a single node docker swarm cluster (if you got a single networking interface, docker swarm init should work without having to pass extra arguments)

  2. Type the following:

docker node update --label-add app_role=generic $(docker node ls -q)
docker node update --label-add state_anchor=true $(docker node ls -q)

About

Deployments repo - Docker and scripts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published