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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20ccc2cf0a1d6ba0b26e0a5bcdb893436e244bd3
4
- data.tar.gz: b4926f2fb82bc8d69f571186162a650ae0904744
3
+ metadata.gz: 5591b23e043bc9d838800912365f1bcd58b048fa
4
+ data.tar.gz: 9d0e05448b444852afd7270c9bfdf951338afab9
5
5
  SHA512:
6
- metadata.gz: 45c91c2a17ec5d818194b7e6a794cc4722a8d189d734eee98ab8cc8860b671b556014432512435477a20ce6006ca0346e0789a73e54e73893b25fb8db0bacbb0
7
- data.tar.gz: 3bdb417b706e1526938423cbc6d2ca40200b9d2da27270e4d84a3519156cc45c653bd7ef4a6e7e1ef6397828ee06499eff98ba39353376a7c674dcb857fd829f
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/run/nifty/appliances # Directory from where appliance descriptors will be loaded.
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
@@ -1,3 +1,3 @@
1
1
  module Nifty
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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.3
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-18 00:00:00.000000000 Z
11
+ date: 2016-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler