beaker-answers 0.7.0 → 0.8.0

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmFiZGY4ZWRiMDFhMjU2OThkOWZiNWY5NjRiYTIwOGQ1ZjUwMzFjNg==
4
+ NzcyY2IzZWQ0YTE0OTg3NTYwOWQwZWExM2YyNWVhMjgwNWUyOThlNQ==
5
5
  data.tar.gz: !binary |-
6
- NWJlODJmNzNkZDUxYjY3NmJkMzkzOTY4ZDM1MzA1ZGYzNmQ0ZDM2OA==
6
+ NGJiNWJmNzkyNWZkNTgzM2IwYzczZThlZDE1ZWNlMDJmZmU1NTA4MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzIzZGZjMjNkNjg4MmE3OWUzMTU5MjNhYmJlNzQ4N2M0MDg0MmFkNTE3Yjdh
10
- M2U3MjhkNTBkNDQ1MmQ2ODk5Y2FhZjgwOTI4MzBlNzk4Y2U2YmRlNzk2MWVm
11
- ZmJkZTQzYTk1YWMxYTgxNTMzMzdkZmYyYmM3ZWFlOWY0NWRmNjU=
9
+ MmNhZTg3ZWQ0ZTQ1ZDAxMDhmMThlYzZkZjIyMzlhNzBhN2JlYTQ1ZTY2Y2Zh
10
+ MGEwZDk2ZjA4MmI5N2Q4OGZlNWQ1MDE0NGRiNTkwMzU1ZTRhMDcwNDQ4ZWQ3
11
+ MDViMzZlMGY0MWQwYWI1ODU5Zjg0MWFhZWE5Y2M2YzZjMzVmNDE=
12
12
  data.tar.gz: !binary |-
13
- OGQzNWY2YmNhMDM5ZWQyZTQyYWMyYzZhZDkyNTk1NmE3YTljNTMyNGNhZmRm
14
- NTAyODg4OGVmNDE2ZDNjMmZjN2E1NTczOWU0YmUxNDI2OGRmNTI5MTgwZDky
15
- NzZjNzAwMTAzYzNkZDU0OGIxZGUzNzU2N2Q2YjY0YTNkNWNlZjg=
13
+ NGYxMTVjZjg3NTMyOWE3YzNmYjYzOTA5MWQ3ZjExMWZlOWNhYWI4MGIwMGQ5
14
+ ZTI1MTI2MTcxMjRjYjViZmU0OTJmYzIyZDBmYjk2ZjcxYmE3NTAzNGZkODQz
15
+ MzU2YjJiYjkyYzUzZGU3MzE0ZTY3MjRlNDJiM2FjYzVkOTVmMzM=
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 21 Jun, 2016 (006c1921)](#LATEST)
3
+ * [LATEST - 28 Jun, 2016 (e29fe388)](#LATEST)
4
+ * [0.7.0 - 21 Jun, 2016 (993cf93a)](#0.7.0)
4
5
  * [0.6.0 - 15 Jun, 2016 (a0800e46)](#0.6.0)
5
6
  * [0.5.2 - 6 Jun, 2016 (bb16b018)](#0.5.2)
6
7
  * [0.5.1 - 26 May, 2016 (c74a3fec)](#0.5.1)
@@ -18,7 +19,36 @@
18
19
  * [0.1.0 - 26 Aug, 2015 (ef47972d)](#0.1.0)
19
20
 
20
21
  ## Details
21
- ### <a name = "LATEST">LATEST - 21 Jun, 2016 (006c1921)
22
+ ### <a name = "LATEST">LATEST - 28 Jun, 2016 (e29fe388)
23
+
24
+ * (GEM) update beaker-answers version to 0.8.0 (e29fe388)
25
+
26
+ * Merge pull request #23 from demophoon/fix/master/pe-16065-38-upgrade-puppetdb-hostname (16271feb)
27
+
28
+
29
+ ```
30
+ Merge pull request #23 from demophoon/fix/master/pe-16065-38-upgrade-puppetdb-hostname
31
+
32
+ (PE-16065) Do not fall back to ip address when setting puppetdb hostname
33
+ ```
34
+ * (PE-16065) Do not fall back to ip address when setting puppetdb hostname (effd8f21)
35
+
36
+
37
+ ```
38
+ (PE-16065) Do not fall back to ip address when setting puppetdb hostname
39
+
40
+ Before this commit the puppetdb hostname answer would fallback to being
41
+ an ip address which would cause the installer to do incorrect things as
42
+ we depend on those answers to be hostnames for certificate generation
43
+ and configuration bootstrap purposes.
44
+
45
+ This commit changes the q_puppetdb_hostname answer to be the hostname of
46
+ the puppetdb node instead of its ip address which is returned by the
47
+ reachable_name method on the host object.
48
+ ```
49
+ ### <a name = "0.7.0">0.7.0 - 21 Jun, 2016 (993cf93a)
50
+
51
+ * (HISTORY) update beaker-answers history for gem release 0.7.0 (993cf93a)
22
52
 
23
53
  * (GEM) update beaker-answers version to 0.7.0 (006c1921)
24
54
 
@@ -1,5 +1,5 @@
1
1
  module BeakerAnswers
2
2
  module Version
3
- STRING = '0.7.0'
3
+ STRING = '0.8.0'
4
4
  end
5
5
  end
@@ -27,7 +27,7 @@ module BeakerAnswers
27
27
  # The dashboard also needs additional answers about puppetdb on the remote host
28
28
  if host == dashboard
29
29
  the_answers[host.name][:q_puppet_enterpriseconsole_auth_password] = "'#{answer_for(@options, :q_puppet_enterpriseconsole_auth_password)}'"
30
- the_answers[host.name][:q_puppetdb_hostname] = answer_for(@options, :q_puppetdb_hostname, database.reachable_name)
30
+ the_answers[host.name][:q_puppetdb_hostname] = answer_for(@options, :q_puppetdb_hostname)
31
31
  the_answers[host.name][:q_puppetdb_database_password] = "'#{answer_for(@options, :q_puppetdb_database_password)}'"
32
32
  the_answers[host.name][:q_puppetdb_database_name] = answer_for(@options, :q_puppetdb_database_name)
33
33
  the_answers[host.name][:q_puppetdb_database_user] = answer_for(@options, :q_puppetdb_database_user)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-answers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-21 00:00:00.000000000 Z
12
+ date: 2016-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec