ops_manager_ui_drivers 1.24.4 → 1.25.0

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
  SHA1:
3
- metadata.gz: 6a6a1ecd72f75b5d9d665e07b02047524c7edaf4
4
- data.tar.gz: df8aa5611ff360341aea5952fad67cc5a2028012
3
+ metadata.gz: bc70a7d2f5e3c63cf1aeab4966fbbd105511d059
4
+ data.tar.gz: 87d194666d3a287da4e09016fcf835a8e9df3072
5
5
  SHA512:
6
- metadata.gz: 784af0bd15b2a84a06a6b72aeca949d46d943e5e491b517d3bafe25968985d9fda8ef5582d0fee1f72c9817ffc537f9b3fa77452b89422ee7195540b0d1a8976
7
- data.tar.gz: df2515fb5477b43bc270037a853e1cc239f4392b72c564e06503f52030ac136b18ac4b755f5e8db2bd11a27bc279fbb76c26000e466eca950cd33331828ddf7d
6
+ metadata.gz: 1455c692779de0fba101a3ed9a59d4839e706826f08105a7b427623cd78576b6ecdda952aa6fe4f96f04cc444cb9befe8665e1b1cecfba7682b776bbbe05a05a
7
+ data.tar.gz: 317494648af69764ed2166e778af01e4c58f616147b5afffd5d6b5f711f18765cb7ae7ec297c6292cecd17af731807dec9a9f92f4fcfc3c2e21bb6ee2e1d9036
@@ -1,3 +1,3 @@
1
1
  module OpsManagerUiDrivers
2
- VERSION = '1.24.4'
2
+ VERSION = '1.25.0'
3
3
  end
@@ -64,6 +64,11 @@ module OpsManagerUiDrivers
64
64
  end
65
65
  end
66
66
 
67
+ def assign_azs_and_network_for_product(product_name:, zones:, network:)
68
+ job_network_mapping_for(product_name).assign_product_to_network(network)
69
+ assign_availability_zones_for_product(product: product_name, zones: zones)
70
+ end
71
+
67
72
  def current_time
68
73
  uri = URI(Capybara.app_host)
69
74
  uri.path = '/'
@@ -64,6 +64,11 @@ module OpsManagerUiDrivers
64
64
  end
65
65
  end
66
66
 
67
+ def assign_azs_and_network_for_product(product_name:, zones:, network:)
68
+ job_network_mapping_for(product_name).assign_product_to_network(network)
69
+ assign_availability_zones_for_product(product: product_name, zones: zones)
70
+ end
71
+
67
72
  def current_time
68
73
  uri = URI(Capybara.app_host)
69
74
  uri.path = '/'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_manager_ui_drivers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.4
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal, Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-05 00:00:00.000000000 Z
11
+ date: 2015-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  version: '0'
297
297
  requirements: []
298
298
  rubyforge_project:
299
- rubygems_version: 2.4.5
299
+ rubygems_version: 2.2.5
300
300
  signing_key:
301
301
  specification_version: 4
302
302
  summary: Capybara helpers for configuring Pivotal Ops Manager