manageiq-appliance_console 7.0.3 → 7.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1896708eace4f8dfb3dba1f628158b9c7a27bab56aa61393417a573db36b038
|
4
|
+
data.tar.gz: 25e543b7c8636d2f8522a8121d5b2b5fca7a14b6ed26fc1a3bcfe56614c5c5ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8074bd6fc3eb533abb23a413415ec19627a94ca8c3d330eedf6832c86b81f61d348c3e4f9d070c1849bbf92d7b5cf1d141a880e52cbc6a19f486833ccf2dbc79
|
7
|
+
data.tar.gz: 448c18b7393ab34900d360b6103457c8a8b9f18aa90100f5da6b71f676df5f41ee24a969b9d683916b01d9bfd9db3faa28f713cc14eef42a0df01b1ccdb0f034
|
@@ -89,7 +89,7 @@ module ApplianceConsole
|
|
89
89
|
hint = "Please stop the EVM server process on all appliances in the region"
|
90
90
|
ManageIQ::ApplianceConsole::Utilities.bail_if_db_connections("preventing the setup of a database region.\n#{hint}")
|
91
91
|
log_and_feedback(__method__) do
|
92
|
-
ManageIQ::ApplianceConsole::Utilities.rake("evm:db:region",
|
92
|
+
ManageIQ::ApplianceConsole::Utilities.rake("evm:db:region", {}, {'REGION' => region, 'VERBOSE' => 'false'})
|
93
93
|
end
|
94
94
|
end
|
95
95
|
|
@@ -10,8 +10,8 @@ module ApplianceConsole
|
|
10
10
|
rake_run(task, params).success?
|
11
11
|
end
|
12
12
|
|
13
|
-
def self.rake_run(task, params)
|
14
|
-
result = AwesomeSpawn.run("rake #{task}", :chdir => ManageIQ::ApplianceConsole::RAILS_ROOT, :params => params)
|
13
|
+
def self.rake_run(task, params, env = {})
|
14
|
+
result = AwesomeSpawn.run("rake #{task}", :chdir => ManageIQ::ApplianceConsole::RAILS_ROOT, :params => params, :env => env)
|
15
15
|
ManageIQ::ApplianceConsole.logger.error(result.error) if result.failure?
|
16
16
|
result
|
17
17
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: manageiq-appliance_console
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ManageIQ Developers
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -329,7 +329,7 @@ dependencies:
|
|
329
329
|
- !ruby/object:Gem::Version
|
330
330
|
version: '0'
|
331
331
|
description: ManageIQ Appliance Console
|
332
|
-
email:
|
332
|
+
email:
|
333
333
|
executables:
|
334
334
|
- appliance_console
|
335
335
|
- appliance_console_cli
|
@@ -395,7 +395,7 @@ homepage: https://github.com/ManageIQ/manageiq-appliance_console
|
|
395
395
|
licenses:
|
396
396
|
- Apache-2.0
|
397
397
|
metadata: {}
|
398
|
-
post_install_message:
|
398
|
+
post_install_message:
|
399
399
|
rdoc_options: []
|
400
400
|
require_paths:
|
401
401
|
- lib
|
@@ -410,8 +410,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
410
410
|
- !ruby/object:Gem::Version
|
411
411
|
version: '0'
|
412
412
|
requirements: []
|
413
|
-
rubygems_version: 3.3.
|
414
|
-
signing_key:
|
413
|
+
rubygems_version: 3.3.17
|
414
|
+
signing_key:
|
415
415
|
specification_version: 4
|
416
416
|
summary: ManageIQ Appliance Console
|
417
417
|
test_files: []
|