staypuft 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +2 -0
- data/app/models/staypuft/interface_assigner.rb +1 -1
- data/lib/staypuft/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDcwZDhkOTZjODlhNzg5N2NmZTQ1ZTY0N2VjNzNkMWQ1YzZmNWExMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDI0Y2YxOWY1ZjA2OGNhNTQ0MGZkYWJkNWMzNzU4NGFlZWI3NzA5Nw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
M2NhYmRkNjQzZGVlYmQwMDUyZDljMjc4Y2I2MjRlNjhlNWViMDU0OThiMGMx
|
10
|
+
YjM4ZTc1ZjE5MWZiMzQzMmNjOTQ1ZGVlNjc2NWJhMmJkYmU2MTcxZDMzOGQ5
|
11
|
+
OTgwZjdhNzQ2NmE4NWYwMzAyZDQ3MjU2YWQ1MjMwNDUyNmEwNzU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
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
|
data/lib/staypuft/version.rb
CHANGED
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
|
+
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-
|
11
|
+
date: 2014-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foreman-tasks
|