beaker-answers 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjA5MDk3MGY1YWY2ZmI3NGE0ZDhkNzc2MTk2N2IzNDNiYzhlYmJlYQ==
4
+ OTEzYjcyMGUwYTQzMjExYjcxYzkzNjM0YmIyOGUwMTc4Y2EyNDc3ZQ==
5
5
  data.tar.gz: !binary |-
6
- OGEwYWMwZjhlZjVjNTNjMGQ3MTA2MzBmZWVmMWU0MTVjMDM1NGU3Yg==
6
+ ODE3NGM3ZWRjOTI1YTYzM2I5YjI4NjUxN2ExNTQwNzkwMzg5ZDNkMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDExMDhlMWMwNjgzNjdlM2JlNjVjNDk0MTU1MWQ4MmY0NmIyNWUzYjExMGY4
10
- ZjI0MTMzODhlNzhiZDA1YjcxY2MwNGY5M2I2NTM3ZGMzNTk3ZWVhNTFmMjg4
11
- NDVmOTJmNDI4NjI2MDQ4ZTczYWVmYjc2MzczMzkyMjFhNTdlZjA=
9
+ M2I0ZjQzMjI4NzgxZDEyOGU3ODZhNTg2YzY4MWJlZDQ3ZjAyYjYzNmVhZTc1
10
+ ODBjOWNmYjIwZTg4MGM1ODU5MjdkMDc0MDlhYjZjMzcxNTM4NDBiN2U5YjQw
11
+ NDQ2NjkwYTMwNjE1ZTRiY2ZhNmExNWZkNzFiNDg5NWIxMGVmNDU=
12
12
  data.tar.gz: !binary |-
13
- ZmMzNTRhYmMzOTJkYjBkZjcyOTlhMjUxZTExOTZkM2U2YTJhNGNjMWRlYzgy
14
- MDIwYTNiZDE3MDQwYzcyNDk5OWMyMWMxMjM2ODdhMzI4NzhlZTNjODlhMGM3
15
- OGJmNjNjODRjMDlhNzg4ZDI5NzcyYmYyMzhmZDNhZDkyYTVlMjQ=
13
+ NmI2MjZiNDQ3NmM3YzQ4ZGUwMjFlNzU3Nzk2YjYzMDc3NjQ1ZDI0YTkxODJh
14
+ MzdmOGM0MGU2NTEwMWNlOTU2ZDRkZmI5MjhlZmNhZjM0YTVjNTYyMDk2NWM1
15
+ ZGIwZDJhZGMxYmI3OWJkZTI1M2FjNjYyNWRjODU5MDVkYTRlYjc=
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 2 Nov, 2015 (367ecd87)](#LATEST)
3
+ * [LATEST - 10 Nov, 2015 (fbcdbd73)](#LATEST)
4
+ * [0.3.1 - 2 Nov, 2015 (e5922067)](#0.3.1)
4
5
  * [0.3.0 - 22 Oct, 2015 (0c56067d)](#0.3.0)
5
6
  * [0.2.2 - 1 Sep, 2015 (6c5d8035)](#0.2.2)
6
7
  * [0.2.1 - 31 Aug, 2015 (5aa509e2)](#0.2.1)
@@ -8,7 +9,42 @@
8
9
  * [0.1.0 - 26 Aug, 2015 (ef47972d)](#0.1.0)
9
10
 
10
11
  ## Details
11
- ### <a name = "LATEST">LATEST - 2 Nov, 2015 (367ecd87)
12
+ ### <a name = "LATEST">LATEST - 10 Nov, 2015 (fbcdbd73)
13
+
14
+ * (GEM) update beaker-answers version to 0.3.2 (fbcdbd73)
15
+
16
+ * Merge pull request #8 from highb/maint/app_services_on_console (6d3ad2b2)
17
+
18
+
19
+ ```
20
+ Merge pull request #8 from highb/maint/app_services_on_console
21
+
22
+ (PE-12849) Add q_use_application_services to console
23
+ ```
24
+ * (PE-12849) Update specs, remove unnecessary string (85945826)
25
+
26
+
27
+ ```
28
+ (PE-12849) Update specs, remove unnecessary string
29
+
30
+ Prior to this commit there were no specs to test the
31
+ `q_use_application_services` answer on 2015.3.
32
+ This commit adds specs for that answer, as well as
33
+ de-quoting the answer.
34
+ ```
35
+ * (PE-12849) Add q_use_application_services to console (44fa342b)
36
+
37
+
38
+ ```
39
+ (PE-12849) Add q_use_application_services to console
40
+
41
+ Both the master and console must be given the
42
+ `q_use_application_services` answer, since the console
43
+ needs to know that it needs classify the orchestrator.
44
+ ```
45
+ ### <a name = "0.3.1">0.3.1 - 2 Nov, 2015 (e5922067)
46
+
47
+ * (HISTORY) update beaker-answers history for gem release 0.3.1 (e5922067)
12
48
 
13
49
  * (GEM) update beaker-answers version to 0.3.1 (367ecd87)
14
50
 
@@ -1,5 +1,5 @@
1
1
  module BeakerAnswers
2
2
  module Version
3
- STRING = '0.3.1'
3
+ STRING = '0.3.2'
4
4
  end
5
5
  end
@@ -17,6 +17,7 @@ module BeakerAnswers
17
17
 
18
18
  master = only_host_with_role(@hosts, 'master')
19
19
  database = only_host_with_role(@hosts, 'database')
20
+ console = only_host_with_role(@hosts, 'dashboard')
20
21
 
21
22
  orchestrator_db = {
22
23
  :q_orchestrator_database_name => answer_for(@options, :q_orchestrator_database_name),
@@ -29,7 +30,8 @@ module BeakerAnswers
29
30
 
30
31
  the_answers[master.name][:q_database_host] = answer_for(@options, :q_database_host, database.to_s)
31
32
  the_answers[master.name][:q_database_port] = answer_for(@options, :q_database_port)
32
- the_answers[master.name][:q_use_application_services] = "'#{answer_for(@options, :q_use_application_services, 'y')}'"
33
+ the_answers[master.name][:q_use_application_services] = answer_for(@options, :q_use_application_services, 'y')
34
+ the_answers[console.name][:q_use_application_services] = answer_for(@options, :q_use_application_services, 'y')
33
35
 
34
36
  the_answers
35
37
  end
@@ -350,6 +350,11 @@ describe BeakerAnswers::Version20153 do
350
350
  expect( @answers['vm3'][:q_orchestrator_database_user] ).to be === 'Orc3Str8R'
351
351
  expect( @answers['vm3'][:q_orchestrator_database_password] ).to be === "'~!@#$%^*-/ aZ'"
352
352
  end
353
+
354
+ it 'should add q_use_application_services answers to master and console' do
355
+ expect( @answers['vm1'][:q_use_application_services] ).to be === 'y'
356
+ expect( @answers['vm2'][:q_use_application_services] ).to be === 'y'
357
+ end
353
358
  end
354
359
 
355
360
  describe BeakerAnswers::Version32 do
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.3.1
4
+ version: 0.3.2
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: 2015-11-02 00:00:00.000000000 Z
12
+ date: 2015-11-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec