teamd-installer 0.0.15 → 0.0.16

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: f02d805c542d4d113b188105614d3706f29f90eb
4
- data.tar.gz: 5183d155fe6664af8a0af5480169ec424133ce2d
3
+ metadata.gz: e32e9668221d3bd80ba155414a2dd8886a8bc8c8
4
+ data.tar.gz: 798b2452ef18d89c88df9b086b2f1d3106a924c1
5
5
  SHA512:
6
- metadata.gz: 3b49f80cc865529a571b4d4d6fd121be3646ef72581d02b786fc0c59092897bf093b1f37f9cf3f8894713914aaade4f76d0ce03160510d4c1f4bcfc7b3dc36dc
7
- data.tar.gz: 656c8406f433708aef78639c60de32d444b3e37e5b1fcc7f2ef948937f5e989db7725c8b8115054da16495b6711f43900ce76d3fa7b4fe416cf4d626c214fb87
6
+ metadata.gz: 1ca65677b5276e2f0239beffe0da50c8eda9b0cae4a06dc745aab8018fed41111645da7e49a5ee14e61f02f035921f2a22c632115cd38261fe366c355cf1441a
7
+ data.tar.gz: 27aba54eefc1613aa98dbf0093c8a2c09218f27a93cebdc99d39b984ad0642257d5862ca9265a1c393bcdf7753497a3f07c7079871c5ae9cce46996c2357b66a
data/docker/Dockerfile CHANGED
@@ -4,6 +4,6 @@ MAINTAINER Mathias Kaufmann <me@stei.gr>
4
4
  RUN apk update && \
5
5
  apk add ruby ruby-dev ca-certificates 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.15 teamd-installer
7
+ RUN gem install --no-ri --no-rdoc --version 0.0.16 teamd-installer
8
8
 
9
9
  ENTRYPOINT ["/usr/bin/teamd-installer"]
@@ -11,7 +11,7 @@ module Teamd
11
11
  output = {
12
12
  "coreos" => {
13
13
  "etcd" => {
14
- "discovery" => @etcd_discovery_id,
14
+ "discovery" => "https://discovery.etcd.io/#{@etcd_discovery_id}",
15
15
  },
16
16
  "units" => [],
17
17
  },
@@ -1,5 +1,5 @@
1
1
  module Teamd
2
2
  module Installer
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamd-installer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Kaufmann