brpm_module_bladelogic 0.1.5 → 0.1.6
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 +8 -8
- data/automations/create_package.meta +12 -0
- data/automations/deploy_package.meta +39 -0
- data/config.yml +1 -4
- data/resource_automations/select_job.meta +2 -0
- metadata +5 -5
- data/automations/create_package.txt +0 -26
- data/automations/deploy_package.txt +0 -53
- data/resource_automations/select_job.txt +0 -15
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTc1OTY4NjE3YTkwNjg5ZTU5ZjNiOWFlNzc3MDVhNzdhZjdjMTVhMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YWY3ZDk2ZjJlZDZkMDdjMjRhYzJhODc2MzBjYjEwOGM4MjdiYjY5Yw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
N2QyNjRlNDNmZDkzOGU5Y2JmMzRiN2JlZjc5YmVjNTUzOGQ4MTAxNTQyMWYx
|
10
|
+
MTQ1MzJjNTU4NjViOTg5ZjEzMmMwMmRlZDZiZjY0Yzg0MDRmNGU2NDhkZjM5
|
11
|
+
MDBmMzg5YjczOTFjNjMzZWQ0ODg5ODAyOTE1NzBlMWFkM2U2M2Y=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjhlZWJjYTk0ZTRlNjg2ZmI3OTMzOWM3YTY0N2YzYzE4OGZhMmQyNmQ4NWQ1
|
14
|
+
Mjk3YmI3Y2MwMmVhNzQ0YTBlNzQ2YzJmMzEyZWNlYThmZGM4MzA4OWFmOWJl
|
15
|
+
NTkwY2M4NGUyMTRkNjgyNDljM2Q3NGFhMmM0ZGFmYTgzMTBiNDQ=
|
@@ -0,0 +1,12 @@
|
|
1
|
+
params:
|
2
|
+
bl_build_component_name:
|
3
|
+
name: Bladelogic build component name
|
4
|
+
position: A1:C1
|
5
|
+
depot_group_path:
|
6
|
+
name: Depot group path
|
7
|
+
position: A2:D2
|
8
|
+
bl_package_name:
|
9
|
+
name: Bladelogic package name
|
10
|
+
position: A3:C3
|
11
|
+
|
12
|
+
integration_server_type: Bladelogic
|
@@ -0,0 +1,39 @@
|
|
1
|
+
params:
|
2
|
+
depot_group_path:
|
3
|
+
name: Depot group path
|
4
|
+
position: A1:F1
|
5
|
+
bl_package_name:
|
6
|
+
name: Bladelogic package name
|
7
|
+
position: A2:D2
|
8
|
+
deploy_job_group_path:
|
9
|
+
name: Deploy job group path
|
10
|
+
position: A3:F3
|
11
|
+
deploy_job_name:
|
12
|
+
name: Deploy job name
|
13
|
+
position: A4:D4
|
14
|
+
target_type:
|
15
|
+
name: Target type
|
16
|
+
type: in-list-single
|
17
|
+
list_pairs: 0,Server group|1,Component group
|
18
|
+
position: A5:C5
|
19
|
+
target_path:
|
20
|
+
name: Target path
|
21
|
+
position: A6:F6
|
22
|
+
job_status:
|
23
|
+
name: Job Status
|
24
|
+
type: out-text
|
25
|
+
position: A1:C1
|
26
|
+
results_summary:
|
27
|
+
name: Summary
|
28
|
+
type: out-text
|
29
|
+
position: A2:E2
|
30
|
+
results:
|
31
|
+
name: Installs
|
32
|
+
type: out-table
|
33
|
+
position: A3:E3
|
34
|
+
results_link:
|
35
|
+
name: Link
|
36
|
+
type: out-file
|
37
|
+
position: A4:E4
|
38
|
+
|
39
|
+
integration_server_type: Bladelogic
|
data/config.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brpm_module_bladelogic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: brpm_content
|
@@ -68,10 +68,10 @@ files:
|
|
68
68
|
- LICENSE
|
69
69
|
- README.md
|
70
70
|
- Rakefile
|
71
|
+
- automations/create_package.meta
|
71
72
|
- automations/create_package.rb
|
72
|
-
- automations/
|
73
|
+
- automations/deploy_package.meta
|
73
74
|
- automations/deploy_package.rb
|
74
|
-
- automations/deploy_package.txt
|
75
75
|
- bin/create_bl_package
|
76
76
|
- brpm_module_bladelogic.gemspec
|
77
77
|
- config.yml
|
@@ -95,8 +95,8 @@ files:
|
|
95
95
|
- lib/bl_soap/server.rb
|
96
96
|
- lib/bl_soap/template.rb
|
97
97
|
- lib/bl_soap/utility.rb
|
98
|
+
- resource_automations/select_job.meta
|
98
99
|
- resource_automations/select_job.rb
|
99
|
-
- resource_automations/select_job.txt
|
100
100
|
- tests/create_package_spec.rb
|
101
101
|
- tests/deploy_package_spec.rb
|
102
102
|
- tests/spec_helper.rb
|
@@ -1,26 +0,0 @@
|
|
1
|
-
###
|
2
|
-
# bl_build_component_name:
|
3
|
-
# name: Bladelogic build component name
|
4
|
-
# position: A1:C1
|
5
|
-
# depot_group_path:
|
6
|
-
# name: Depot group path
|
7
|
-
# position: A2:D2
|
8
|
-
# bl_package_name:
|
9
|
-
# name: Bladelogic package name
|
10
|
-
# position: A3:C3
|
11
|
-
###
|
12
|
-
|
13
|
-
#=== BMC Application Automation Integration Server: BladeLogic on aws ===#
|
14
|
-
# [integration_id=6]
|
15
|
-
#=== End ===#
|
16
|
-
|
17
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
18
|
-
|
19
|
-
params["direct_execute"] = true
|
20
|
-
|
21
|
-
params["SS_integration_dns"] = SS_integration_dns
|
22
|
-
params["SS_integration_username"] = SS_integration_username
|
23
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
24
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
25
|
-
|
26
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_bladelogic", "create_package", params)
|
@@ -1,53 +0,0 @@
|
|
1
|
-
###
|
2
|
-
# depot_group_path:
|
3
|
-
# name: Depot group path
|
4
|
-
# position: A1:F1
|
5
|
-
# bl_package_name:
|
6
|
-
# name: Bladelogic package name
|
7
|
-
# position: A2:D2
|
8
|
-
# deploy_job_group_path:
|
9
|
-
# name: Deploy job group path
|
10
|
-
# position: A3:F3
|
11
|
-
# deploy_job_name:
|
12
|
-
# name: Deploy job name
|
13
|
-
# position: A4:D4
|
14
|
-
# target_type:
|
15
|
-
# name: Target type
|
16
|
-
# type: in-list-single
|
17
|
-
# list_pairs: 0,Server group|1,Component group
|
18
|
-
# position: A5:C5
|
19
|
-
# target_path:
|
20
|
-
# name: Target path
|
21
|
-
# position: A6:F6
|
22
|
-
# job_status:
|
23
|
-
# name: Job Status
|
24
|
-
# type: out-text
|
25
|
-
# position: A1:C1
|
26
|
-
# results_summary:
|
27
|
-
# name: Summary
|
28
|
-
# type: out-text
|
29
|
-
# position: A2:E2
|
30
|
-
# results:
|
31
|
-
# name: Installs
|
32
|
-
# type: out-table
|
33
|
-
# position: A3:E3
|
34
|
-
# results_link:
|
35
|
-
# name: Link
|
36
|
-
# type: out-file
|
37
|
-
# position: A4:E4
|
38
|
-
###
|
39
|
-
|
40
|
-
#=== BMC Application Automation Integration Server: BladeLogic on aws ===#
|
41
|
-
# [integration_id=6]
|
42
|
-
#=== End ===#
|
43
|
-
|
44
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
45
|
-
|
46
|
-
params["direct_execute"] = true
|
47
|
-
|
48
|
-
params["SS_integration_dns"] = SS_integration_dns
|
49
|
-
params["SS_integration_username"] = SS_integration_username
|
50
|
-
params["SS_integration_password_enc"] = SS_integration_password_enc
|
51
|
-
params["SS_integration_details"] = YAML.load(SS_integration_details)
|
52
|
-
|
53
|
-
BrpmScriptExecutor.execute_automation_script_from_gem("brpm_module_bladelogic", "deploy_package", params)
|
@@ -1,15 +0,0 @@
|
|
1
|
-
|
2
|
-
#=== BMC Application Automation Integration Server: BladeLogic on C4 ===#
|
3
|
-
# [integration_id=6]
|
4
|
-
#=== End ===#
|
5
|
-
|
6
|
-
require "#{ENV["BRPM_CONTENT_HOME"] || "#{ENV["BRPM_HOME"]}/modules"}/gems/brpm_content-#{ENV["BRPM_CONTENT_VERSION"] || "latest"}/modules/framework/brpm_script_executor.rb"
|
7
|
-
|
8
|
-
def execute(script_params, parent_id, offset, max_records)
|
9
|
-
script_params["SS_integration_dns"] = SS_integration_dns
|
10
|
-
script_params["SS_integration_username"] = SS_integration_username
|
11
|
-
script_params["SS_integration_password_enc"] = SS_integration_password_enc
|
12
|
-
script_params["SS_integration_details"] = YAML.load(SS_integration_details)
|
13
|
-
|
14
|
-
BrpmScriptExecutor.execute_resource_automation_script_from_gem("brpm_module_bladelogic", "select_job", script_params, parent_id, offset, max_records)
|
15
|
-
end
|