commit | 5b0c764fa420bf57e824958c9bef4641e9fba5a8 | [log] [tgz] |
---|---|---|
author | Ilya Kharin <ikharin@mirantis.com> | Thu Jun 08 13:32:01 2017 +0400 |
committer | Ilya Kharin <ikharin@mirantis.com> | Thu Jun 08 14:19:36 2017 +0400 |
tree | acd3752f4ca31a646721e207de1db3c9ac6fe577 | |
parent | ff1de27ed45e802035786158d4e026413331391d [diff] |
Docker overlay network for Rundeck executions Change-Id: I7fc1a1ad6410e8035c0f9171cf31f11ce55110e0
diff --git a/docker/swarm/network/runbook.yml b/docker/swarm/network/runbook.yml new file mode 100644 index 0000000..557b852 --- /dev/null +++ b/docker/swarm/network/runbook.yml
@@ -0,0 +1,10 @@ +parameters: + _param: + docker_runbook_subnet: 10.40.0.0/24 + docker: + client: + network: + runbook: + subnet: ${_param:docker_runbook_subnet} + driver: overlay + attachable: true