staypuft 0.5.4 → 0.5.5

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
- YWI4ZTliYmU2MjdjNjk0ZDg1Yzk5Yzk3NDg4YjVmMjE1MjYxNjI2OA==
4
+ NDcwZDhkOTZjODlhNzg5N2NmZTQ1ZTY0N2VjNzNkMWQ1YzZmNWExMQ==
5
5
  data.tar.gz: !binary |-
6
- NjQ4Y2U3OTJhNmRkZGQ5ZmRhYzg0NzVhMDM5NzAyYzAxZDczYmRmZA==
6
+ ZDI0Y2YxOWY1ZjA2OGNhNTQ0MGZkYWJkNWMzNzU4NGFlZWI3NzA5Nw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NGU3Y2Q4ODIxMWY5ZWU5NDRkNmRjYjNiMTQwMWNjZGNjY2U0OTg1OGQ2YjI5
10
- YTZjMGI3NTc2YzkxMTM5Njk0NDQzYTI0OTA4YTU4ZWQ1ZGY5ODkwZGM4M2Jm
11
- MDVlYjgwMzkxZjY3ZDdhZWVhZTgwOWQxZTEyMzQ5NTgzZTYwMGM=
9
+ M2NhYmRkNjQzZGVlYmQwMDUyZDljMjc4Y2I2MjRlNjhlNWViMDU0OThiMGMx
10
+ YjM4ZTc1ZjE5MWZiMzQzMmNjOTQ1ZGVlNjc2NWJhMmJkYmU2MTcxZDMzOGQ5
11
+ OTgwZjdhNzQ2NmE4NWYwMzAyZDQ3MjU2YWQ1MjMwNDUyNmEwNzU=
12
12
  data.tar.gz: !binary |-
13
- NjEyMTlhMDQ5MjgwNjcyZGJiNTU5ZjdhZmU0OWNlZTExY2YwMDYyODM3ODhk
14
- ZmZiYjcxMTlhN2IwNzk0ODQ5OGQxODA3YTFjZThmN2M4ZTk3ZjdjOTI0Yzdm
15
- MmI4YTljZDllM2JhZjViOWE2MDQwMmZhNGNhZGNkZDFiZTcxNTc=
13
+ NDU4MDlkZTcwODEzY2JjNGJkYTlhMDBlYmI2Y2Y1OGQ5NDRiMDUwZmI5MDQ1
14
+ YTYyZmU5M2RiZWI2NGVjZWEyMjc3Mjg5NDk0NzA3NzliZjhiYmUwZWViMjJl
15
+ NDFkNTQ4ODMyMzgwMmIxY2I2ZWQyMTIyMDA4OTc1ZWNlMThmNDc=
data/README.md CHANGED
@@ -4,6 +4,8 @@ Staypuft is the name of the OpenStack Foreman Installer plugin for The Foreman.
4
4
 
5
5
  ## Installation
6
6
 
7
+ NOTE: Staypuft requires a [nightly build of Foreman](http://yum.theforeman.org/nightly/)
8
+
7
9
  You can either use [staypuft-installer](https://github.com/theforeman/foreman-installer-staypuft) which is basically
8
10
  foreman installer with staypuft specific wizards or you can install staypuft
9
11
  plugin into existing foreman instance. The first options is preferred and you
@@ -151,7 +151,7 @@ module Staypuft
151
151
  end
152
152
 
153
153
  def suggest_ip(interface)
154
- interface.ip = @subnet.unused_ip if interface.ip.blank?
154
+ interface.ip = @subnet.unused_ip(interface.mac) if interface.ip.blank?
155
155
  end
156
156
  end
157
157
  end
@@ -1,3 +1,3 @@
1
1
  module Staypuft
2
- VERSION = '0.5.4'
2
+ VERSION = '0.5.5'
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.5.4
4
+ version: 0.5.5
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-12-09 00:00:00.000000000 Z
11
+ date: 2014-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foreman-tasks