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 +4 -4
- data/config/comfy.yml +5 -5
- data/lib/comfy/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: 2fd2785ea423236aa3a4e7de486a6ed42d4be0c8
|
4
|
+
data.tar.gz: 4d25bf0549eaf000b8eee1fc7a94f464b9b75b21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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: /
|
4
|
-
cache-dir: /
|
5
|
-
#template-dir: /
|
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:
|
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
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
|
+
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-
|
12
|
+
date: 2016-01-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|