File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ Some articles which inspired this work.
39
39
- [ Vagrant Docker Swarm] ( http://jamesdmorgan.github.io/2016/docker-swarm/ )
40
40
- https://github.com/denverdino/docker-swarm-mode-vagrant/blob/master/Vagrantfile
41
41
- https://github.com/mrlesmithjr/vagrant-ansible-docker-swarm
42
- - https://www.simonholywell.com/post/2016/02/intelligent-vagrant-and-ansible-files/
42
+ - https://www.simonholywell.com/post/2016/02/intelligent-vagrant-and-ansible-files/
43
+ - http://jamesdmorgan.github.io/2016/docker-swarm/#swarm-node-labels !!!
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ $ vagrant --config-file=/configs/config.dev.yml up
75
75
| ` VBGUEST_NO_REMOTE ` | Boolean | Prevent downloading VBGuest binaries from remote
76
76
| ` NETWORK_BRIDGED ` | Boolean | Whether to add a bridged network.
77
77
| ` NETWORK_BRIDGED_DEFAULT ` | String | Default network device for network bridge.
78
+ | `` | |
79
+ | `` | |
78
80
79
81
### Multi-Machine Options
80
82
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ opts = GetoptLong.new(
30
30
[ '--debug' , GetoptLong ::NO_ARGUMENT ] ,
31
31
32
32
# Custom options
33
- [ '--config-file' , GetoptLong ::OPTIONAL_ARGUMENT ]
33
+ [ '--config-file' , GetoptLong ::OPTIONAL_ARGUMENT ]
34
34
)
35
35
36
36
configFile = './configs/config.yml'
@@ -246,8 +246,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
246
246
247
247
# Todo: Not really nice, but couldn't find any better way to provision one of the managers at "the end" of the process
248
248
# Todo: This ugly hack is actually the main reason why this solution is not really nice and a combination of
249
- # - vagrant & bash
250
- # - vagrant & ansible
249
+ # - vagrant & bash (see repo local-vagrant-bash)
250
+ # - vagrant & ansible (see repo local-vagrant-ansible)
251
251
# might be the better and more stable approach.
252
252
253
253
# Any hint welcome how to improve this ...
You can’t perform that action at this time.
0 commit comments