alpha_omega 0.0.94 → 0.0.95

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,15 +75,16 @@ module AlphaOmega
75
75
  end
76
76
  end
77
77
 
78
+ node_dna = { }
78
79
  hosts =
79
80
  AlphaOmega.what_hosts pod do |task_name, remote_name, node|
80
81
  n = AlphaOmega.node_defaults(node, pods_config, opsdb, pod_name, this_pod, remote_name)
82
+ node_dna[remote_name] = {}
83
+ node_dna[remote_name].deep_merge!(n)
81
84
 
82
85
  if node_filter.nil? || node_filter.call(this_node, n)
83
86
  config.task "#{task_name}.#{pod_name}" do # task host.default, host.pod1
84
87
  role :app, remote_name
85
- node_dna[remote_name] = {}
86
- node_dna[remote_name].deep_merge!(n)
87
88
  set :dna, node_dna[remote_name]
88
89
  end
89
90
 
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.94"
2
+ Version = "0.0.95"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 163
4
+ hash: 161
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 94
10
- version: 0.0.94
9
+ - 95
10
+ version: 0.0.95
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem