vm_shepherd 1.7.0 → 1.7.1

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: f9dff91e8705699b028d932fca884d70920cd183
4
- data.tar.gz: 574acbac07103a58ec844d9aec09b5a4de2b38e6
3
+ metadata.gz: 99a0f22efce7d9dfcbc9d57fed83296f53ba78f4
4
+ data.tar.gz: cddee95e088cfeb14da595da8ba90440124b540f
5
5
  SHA512:
6
- metadata.gz: 1428e5edecb8f5f3cd0fbe3a0551fe379fe318027a39567fe52971df159202a6cd9bb9070a717664e2dc326056815b85bd553d7a88a6a61d3b0b440cac58f027
7
- data.tar.gz: 11360f94e2f18c126d54e18c20ccfbf1d72a68c8b3eba2a305df85e532409eba0f411dc4650a13cb39cc013711090a4b2eb88dfc89e6f3237f2b9bfb1d5a834d
6
+ metadata.gz: a4bfb0896dc269d8a88cefd12372e9fa9aa463d47d34c5a0d56164151cb5471bbafe9cb2c0eb2e4d10edb00601fa7bb82865a78c0bad76686696e9ce2ba9a9e0
7
+ data.tar.gz: b56fdd0f724900ebe79af8261c40988141b3355137105143937533c410ac8d0ab9756c70393beff9a0684a1c90ff08e1b48a45988265e4541f1fbb0d39736e5b
@@ -206,7 +206,7 @@ module VmShepherd
206
206
  def create_security_group(stack, elb_config)
207
207
  vpc_id = vpc_id(stack, elb_config)
208
208
  sg_params = {
209
- group_name: stack.name,
209
+ group_name: [stack.name, elb_config[:name]].join('_'),
210
210
  description: 'ELB Security Group',
211
211
  vpc_id: vpc_id,
212
212
  }
@@ -1,3 +1,3 @@
1
1
  module VmShepherd
2
- VERSION = '1.7.0'.freeze
2
+ VERSION = '1.7.1'.freeze
3
3
  end
@@ -163,7 +163,7 @@ module VmShepherd
163
163
 
164
164
  it 'creates and attaches a security group for the first ELB' do
165
165
  security_group_args = {
166
- group_name: 'fake-stack-name',
166
+ group_name: 'fake-stack-name_elb-1-name',
167
167
  description: 'ELB Security Group',
168
168
  vpc_id: 'fake-vpc-id',
169
169
  }
@@ -189,7 +189,7 @@ module VmShepherd
189
189
 
190
190
  it 'creates and attaches a security group for the second ELB' do
191
191
  security_group_args = {
192
- group_name: 'fake-stack-name',
192
+ group_name: 'fake-stack-name_elb-2-name',
193
193
  description: 'ELB Security Group',
194
194
  vpc_id: 'fake-vpc-id',
195
195
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vm_shepherd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ops Manager Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-22 00:00:00.000000000 Z
11
+ date: 2015-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-v1