staypuft 0.4.8 → 0.4.9

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzQ3MmEzM2QyZmU1YmJhYzkxYjY2NWNhZWE5NGE3ZjNhY2M3Zjk2MQ==
4
+ MjU3ZWM3ZmMwMGNkNGY0YWFjNGQ2MzQzNTE3ZWFmMjRmNjFjNTFiNw==
5
5
  data.tar.gz: !binary |-
6
- MmQxYjQ4MmI4YTAzMjYwMmIwOWYwZGU2ZDZjMmIzOTQwMjkxNmYwYw==
6
+ ZDM2NDlmNGZiNGI2MjQ1ZDIzMDA3YjQ4OTA3MDY5OTM3ZWU1ZTdmMw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OGJlYjI5MmRkYjE5MDBlMTEwNWIwNzdlYmUyOTU4NTNkOGQ4MDgxNzJiNDc3
10
- OGU2YzQ1NjBiNjMxMmYzMWVhNWNmYWFhN2E4YjEwYzUwN2FiYmYyZGY1ODU3
11
- ZmJlNzBiZWU5ODZkMWU4YzBmMjA2OWRkYTE4ZDU1YWY1MjlmZWE=
9
+ ZTQwNGEzYWFmMDM0NzQ5ZjAzYzVhMWQwNDAxMmNlNjYwMDRhNTFiZGUxMGYw
10
+ YmE0YjcyMzNiZDE3OGE5NDFhYzE2ZjllY2VkODczYTA4M2RiYTI1N2M4ZWI0
11
+ MTgxMjhiMjkwZjUzNTMwYTU2NDc0OWNmMTliOGI3ODJkY2E3ZDk=
12
12
  data.tar.gz: !binary |-
13
- NGMwZjBjMjM0MWFmOWI5NzA3ZDczYzgzNmNmMmI1MWQzMmJjNTk5YzMyNTM2
14
- YzMxZTcwZTJmOWYzYjQ4ZDA0NmE4OTJjZjdjOWI5YmI0NzRlZTUwM2E4MGZj
15
- M2ViMDY3YmQ2ZTJhYmU1M2UyODQyOTA5NjI1YTE3OTJiMWYyNjk=
13
+ ODZkY2NiM2YwOWIxODJhNmY4MmQzZjFmMDNhYWE4NjU0ZTZmNjlkYzNkZjBl
14
+ ZTFjNTk2Zjk2ODNiMzlkM2IxZTM2NDA4YThiZjg4OGRmZjRkMGMxZjMyODlm
15
+ OWMyZGY5NmVmZWU4ZGJlMGIyN2YyZTM5YzIxYzYzNjEwNzBiNjU=
@@ -106,7 +106,8 @@ module Staypuft
106
106
  :generic_rhel_7 => { :name => 'Generic RHEL 7', :class => ['quickstack::openstack_common'] },
107
107
  :ceph_osd => { :name => 'Ceph Storage (OSD) (node)',
108
108
  :class => ['quickstack::openstack_common',
109
- 'quickstack::ceph::config'] },
109
+ 'quickstack::ceph::config',
110
+ 'quickstack::firewall::ceph_osd'] },
110
111
  }
111
112
 
112
113
  # The list of roles is still from astapor
@@ -28,7 +28,7 @@ Deface::Override.new(:virtual_path => "hosts/_form",
28
28
  :replace => "#{erb_tag}:contains(':hostgroup_id')",
29
29
  :original => '04903c858c6f96ed5c015cac5960e02708d8fea8'
30
30
  ) do
31
- " <% hostgroups = accessible_hostgroups.reject { |hg| hg.to_label =~ /\#{Setting[:base_hostgroup]}\\/.*/ && hg.to_label != @host.hostgroup.to_label } %>
31
+ " <% hostgroups = accessible_hostgroups.reject { |hg| hg.to_label =~ /\#{Setting[:base_hostgroup]}\\/.*/ && (@host.hostgroup ? hg.to_label != @host.hostgroup.to_label : true) } -%>
32
32
  <%= select_f f, :hostgroup_id, hostgroups, :id, :to_label,
33
33
  { :include_blank => true},
34
34
  { :onchange => 'hostgroup_changed(this);', :'data-host-id' => @host.id,
@@ -1,3 +1,3 @@
1
1
  module Staypuft
2
- VERSION = '0.4.8'
2
+ VERSION = '0.4.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: staypuft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Staypuft team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-21 00:00:00.000000000 Z
11
+ date: 2014-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foreman-tasks