seiso-import_ansible 0.0.1 → 0.0.2
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/lib/seiso/import_ansible.rb +1 -1
- data/seiso-import_ansible.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTNkZTQ0ZGI1ZDM2OGE4ZGZjYWRlMTRkM2MyZjM1YzM0MjI5NTZkOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Y2M5ZTNjNjM0MzcyYmI1MTU1YTEzOWExZDYyMGEzYjk2OGQxZTRkYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjQ1MTI5Y2FiOWE4OThkMzlkMzAzMWIwOTAxOTRiY2FhM2MzOTM0ODE4MTEw
|
|
10
|
+
NTRjZWFhMWQ4N2Q5ZDk3OGYyNjY0NDk3MDUzMjhlZmM1ODVhZDU3YTQ4ZjE2
|
|
11
|
+
OTdkMGQ5NDI4ZTNkNDU2OGVkNTBmMjQ0YjVkNjcwZWMyOWFjZjc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmE5M2VjMjBjMjA2NzRmNTFjZmE1YTY2NzA5OTIzYzBkYjQ4NTdiNDc1MzBm
|
|
14
|
+
NmIxZWQ1MWNhZjJkODQ5NzY5NjU3YjgzYjMxMWU1ZTQ3YzFkNDU2NTk4ZDVm
|
|
15
|
+
NjhlMjI0NzgwMzExZTg2MDE3NTc1ZjlkZTVjYzA1OTg5OTVjMDY=
|
data/lib/seiso/import_ansible.rb
CHANGED
|
@@ -48,7 +48,7 @@ module Seiso
|
|
|
48
48
|
# - service_instance_key: service instance key
|
|
49
49
|
def import_inventory(inv, group_name, service_instance_key)
|
|
50
50
|
hostnames = inv[group_name]
|
|
51
|
-
delete_stale_nodes_and_machines(hostnames, service_instance_key)
|
|
51
|
+
# delete_stale_nodes_and_machines(hostnames, service_instance_key)
|
|
52
52
|
machines = import_machines hostnames
|
|
53
53
|
import_nodes(machines, service_instance_key)
|
|
54
54
|
end
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "seiso-import_ansible"
|
|
7
|
-
spec.version = "0.0.
|
|
7
|
+
spec.version = "0.0.2"
|
|
8
8
|
spec.authors = ["Willie Wheeler"]
|
|
9
9
|
spec.email = ["wwheeler@expedia.com"]
|
|
10
10
|
spec.summary = "Imports Ansible inventory files into Seiso."
|