comfy 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7aa53fce44a918f5b54b65237682bd48d1dbd3a0
4
- data.tar.gz: 510cf9dafec3ff2fd810601347a827f81591ab74
3
+ metadata.gz: 2fd2785ea423236aa3a4e7de486a6ed42d4be0c8
4
+ data.tar.gz: 4d25bf0549eaf000b8eee1fc7a94f464b9b75b21
5
5
  SHA512:
6
- metadata.gz: b244a4337590a89b8f12f83931add985d99179b339de3869a8bb3b3b190d2f898daf4b8493307294df710195ecfdf951c08ed424f3aff895af8677574785ddde
7
- data.tar.gz: 22d4c419e028fd6c95d41ccd76ce2399431ad96fb575a65ce870da0295030d9c698c78998a51bd292ac9a72476c42cdd080c188313b53a5b40d73e4f5fd4e35c
6
+ metadata.gz: 73bf80223ebe9ec96621ea9eedec0cc8506286d32650e2772e2fbd0d03e630a8eba3d2aa7c310b1e289d935b3207c6e759bb9cc791054bfc6f6a4811c5b55900
7
+ data.tar.gz: e681ec71a3f7e6ce663bbefe3370e152a004c712a61fd1f9246397d436e0cfc39ad0a5acc527ffaf3e69feab654ee4a06cd7787e8a49072211340d7ae8c434db
data/config/comfy.yml CHANGED
@@ -1,20 +1,20 @@
1
1
  ---
2
2
  production:
3
- output-dir: /opt/comfy/virtualmachines/ # Directory to which COMFY will produce virtual machine files
4
- cache-dir: /opt/comfy/packer_cache/ # Directory for packer's cache e.g. distribution installation images
5
- #template-dir: /opt/comfy/templates/ # When used, COMFY uses templates from this directory to create virtual machines
3
+ output-dir: /var/spool/comfy/appliances/ # Directory to which COMFY will produce virtual machine files
4
+ cache-dir: /var/spool/comfy/cache/ # Directory for packer's cache e.g. distribution installation images
5
+ #template-dir: /etc/comfy/templates/ # When used, COMFY uses templates from this directory to create virtual machines
6
6
  formats:
7
7
  - qemu
8
8
  size: 10000
9
9
  description: true
10
- #packer-binary: # When used, COMFY will use this binary to run Packer instead of the one found by the system in PATH
10
+ #packer-binary: # When used, COMFY will use this binary to run Packer instead of the one found by the system in PATH
11
11
  groups: # groups VM belongs to, used when creating cloud-appliance-descriptor
12
12
  - comfy
13
13
  # $t - timestamp
14
14
  # $v - distribution version, consisting of major, minor, and patch version if possible
15
15
  # $n - distribution name
16
16
  # $g - groups the VM belongs to, separated by commas
17
- identifier: METACLOUD-$n-$v # vm identifier, used in multiple places
17
+ identifier: COMFY-$n-$v # vm identifier, used in multiple places
18
18
  logging:
19
19
  level: ERROR
20
20
  file: /var/log/comfy/comfy.log # File to write log to
data/lib/comfy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Comfy
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Kimle
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-19 00:00:00.000000000 Z
12
+ date: 2016-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler