commit | f853ded9637ed86a98c4ed88da5335e1b825a242 | [log] [tgz] |
---|---|---|
author | Vnaumov <vnaumov@mirantis.com> | Fri Sep 29 15:58:56 2017 +0300 |
committer | Jakub Josef <jjosef@mirantis.com> | Wed Oct 11 13:01:15 2017 +0000 |
tree | 8d31bbb53724c105630038ed5054f6f1aede619b | |
parent | 907c62c39dc5a28353312eae9655c91b1df772ec [diff] |
remove redundant network rundeck jobs structure switched to common backend network relatedc us: https://mirantis.jira.com/browse/PROD-14650 Change-Id: Ia009b3024989b8ff306c2be55dedff31bc22a2e0
diff --git a/docker/swarm/network/runbook.yml b/docker/swarm/network/runbook.yml deleted file mode 100644 index 557b852..0000000 --- a/docker/swarm/network/runbook.yml +++ /dev/null
@@ -1,10 +0,0 @@ -parameters: - _param: - docker_runbook_subnet: 10.40.0.0/24 - docker: - client: - network: - runbook: - subnet: ${_param:docker_runbook_subnet} - driver: overlay - attachable: true