teamd-installer 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dee573ce7e3c560c5e1e2c73435670f0cc78079e
4
- data.tar.gz: 79f446c5edb01db6ab73a4ee06bfb30882eb9b2d
3
+ metadata.gz: 87bb8a2296fe082b6d74cdcdfdb7a37aca7f07fb
4
+ data.tar.gz: 36203c495dde6dcbd24f5aff328c204cc0330455
5
5
  SHA512:
6
- metadata.gz: 4036ef2da5ff42f1c465bb06419df22e23fcd4e1d24988b8ad42e05cabdc31fc0e51856d8da0b20a0a2a02d54ee303d3605658c3b54e5d1f3c42165a833d56a5
7
- data.tar.gz: 6b3d07a6e7cad554f5b2c2163bdc8df69aa3b3a4dac7b73954e97bc407e22d8131e6d7ab209f8ff4c820f34fd1e8bbc58ef75b4a22af6a3fe157bf51378a3a5a
6
+ metadata.gz: 4e91d5f385e0162b2d5b85e687b078abf2dc6283d00e1fb1160a3baf82164024a6284e2a40c57447a8c000ddde1fb5a8ce4b709462a33991dbbf09fe9354aeeb
7
+ data.tar.gz: cd8d704652a3b21095da2292fb5c8998ba03d33218ea4458ed047ed2e96ba2ac0c37352df7bb22a9bf99998781b100392bbc4d84f37d06ba1c776dda348bb394
data/docker/Dockerfile CHANGED
@@ -1,9 +1,9 @@
1
- FROM alpine:3.1
1
+ FROM steigr/teamd-ruby
2
2
  MAINTAINER Mathias Kaufmann <me@stei.gr>
3
3
 
4
4
  RUN apk update && \
5
- apk add ruby ruby-dev ca-certificates bash wget gnupg util-linux coreutils bzip2 && \
5
+ apk add bash wget gnupg util-linux coreutils bzip2 && \
6
6
  gem update --system --no-ri --no-rdoc
7
- RUN gem install --no-ri --no-rdoc --version 0.0.22 teamd-installer
7
+ RUN gem install --no-ri --no-rdoc --version 0.0.23 teamd-installer
8
8
 
9
9
  ENTRYPOINT ["/usr/bin/teamd-installer"]
@@ -13,6 +13,10 @@ module Teamd
13
13
  "coreos" => {
14
14
  "etcd" => {
15
15
  "discovery" => "https://discovery.etcd.io/#{@etcd_discovery_id}",
16
+ "advertise-client-urls" => "http://$private_ipv4:2379",
17
+ "initial-advertise-peer-urls" => "http://$private_ipv4:2380",
18
+ "listen-client-urls" => "http://0.0.0.0:2379,http://0.0.0.0:4001",
19
+ "listen-peer-urls" => "http://$private_ipv4:2380,http://$private_ipv4:7001",
16
20
  },
17
21
  "units" => [],
18
22
  },
@@ -1,5 +1,5 @@
1
1
  module Teamd
2
2
  module Installer
3
- VERSION = "0.0.22"
3
+ VERSION = "0.0.23"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamd-installer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Kaufmann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-26 00:00:00.000000000 Z
11
+ date: 2015-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor