nifty 0.2.3 → 0.2.4
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 +4 -4
- data/config/nifty.yml +2 -1
- data/lib/nifty/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5591b23e043bc9d838800912365f1bcd58b048fa
|
|
4
|
+
data.tar.gz: 9d0e05448b444852afd7270c9bfdf951338afab9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26b0ccf1af50d091ce7d7145c747fd7df1b3f9a8eeb63402dfbd71ed244775e11bb083c40e91c194d58e58275b3065e4bf255bb44931be3e853543419f4c1d7d
|
|
7
|
+
data.tar.gz: 59641bfa248ac314da3ec51bb226a6fb81daee88a8f6ba491dfe525c1d43462af10c1901a94443884f5e798f1237c32779f079f7de05ee49b3c843ba93c3e573
|
data/config/nifty.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
production:
|
|
2
|
-
appliance-dir: /var/
|
|
2
|
+
appliance-dir: /var/spool/nifty/appliances # Directory from where appliance descriptors will be loaded.
|
|
3
3
|
transfer:
|
|
4
4
|
method: noop # Transfer method for image upload. Available methods can be listed in help.
|
|
5
5
|
destination: # Image upload destination. Format depends on transfer method.
|
|
@@ -7,6 +7,7 @@ production:
|
|
|
7
7
|
secret: oneadmin:opennebula # If not specified, looking for secret in environment variable ONE_AUTH and file ~/.one/one_auth
|
|
8
8
|
endpoint: http://localhost:2633/RPC2 # If not specified, looking for endpoint in environment variable ONE_XMLRPC and file ~/.one/one_endpoint
|
|
9
9
|
datastores: # Array of names of OpenNebula datastores images will be uploaded to. Has to contain at least one datastore if opennebula backend is selected
|
|
10
|
+
- default
|
|
10
11
|
expiration-interval: 2w # How long should expired images be kept in OpenNebula before removal, 0 means don't remove
|
|
11
12
|
template-dir: # If set, templates within this directory are used to construct images and templates in OpenNebula
|
|
12
13
|
description-naming: false # If true, uses identifier and version from appliance description as template/image name instead of generated uuids
|
data/lib/nifty/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nifty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Kimle
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|