conoha 0.6.1 → 0.7.0

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: 3dc1e16f98b94045e8e47bd5ac8b47829c039b05
4
- data.tar.gz: a12ec22930adedd6657e9bc50cc3af031c18e925
3
+ metadata.gz: 14de2beea1c8f8f65a9c10816a4c6fb3b485c628
4
+ data.tar.gz: 6352c23526475462eec88ce416bf963da2709f82
5
5
  SHA512:
6
- metadata.gz: d8118a4c9482bb959fc3fdd9375077c71befb7ab8f054b3f6524333a5762b8e6c6f43dcb0e04c0f2d209903b2d4a15cd181c7b034ee94d711ebd0bf67db6c31d
7
- data.tar.gz: 1ad06d8818769e52ed7cd730e116eff2ce4f62e1f707e1ccb67aa93bb195b1875073a8287f59985ad9f1a8aec1f1f10827e48e39888b3eae47495b294ef5d8f5
6
+ metadata.gz: 308118cefca4cdbd253cdddd30dafd7dd0cc8e637e21956ea10190c5949a447b3b2901c62c333088ecfba2575156ce5727cfa202b060580cf348bde3d5257227
7
+ data.tar.gz: 9d4ad909b2319357e9567001efc007ac5d5c41267cb94e8b1bb7e43e85e4a9a36f273f4b9f6070416d30d7324f5c2e66b3e9f1ef3b1a6edcb471327f1f104313
data/README.md CHANGED
@@ -131,15 +131,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/kaosf/
131
131
 
132
132
  ## WIP feature
133
133
 
134
- `Conoharantfile`
135
-
136
- ```yml
137
- # vim: ft=yaml
138
- ---
139
- os: centos67
140
- ram: g-1gb
141
- tagprefix: tagnameprefixasyoulike
142
- ```
134
+ Run `conoharant init` to generate `Conoharantfile`.
143
135
 
144
136
  You should ignore `.conoharant` directory if you manage `Conoharantfile` with VCS.
145
137
 
@@ -15,7 +15,9 @@ unless File.exist? 'Conoharantfile'
15
15
  File.open('Conoharantfile', 'w') do |f|
16
16
  f.write(<<EOF
17
17
  os: centos72
18
+ # os: fedora23
18
19
  # os: centos67
20
+ # os: debian
19
21
  # os: ubuntu
20
22
  # os: arch
21
23
  ram: g-1gb
@@ -66,12 +66,12 @@ end
66
66
  # @raise [StandardError] When the OS name isn't be contained.
67
67
  def image_ref_from_os(os)
68
68
  dictionary = {
69
- 'ubuntu' => 'a87dfe9f-a8a4-4634-9a40-dbeba7ee7013', # Ubuntu 14.04 amd64
70
- 'centos66' => '14961158-a69c-4af1-b375-b9a72982837d', # CentOS 6.6
71
- 'centos67' => '91944101-df61-4c41-b7c5-76cebfc48318', # CentOS 6.7
72
- 'centos71' => 'edc9457e-e4a8-4974-8217-c254d215b460', # CentOS 7.1
73
- 'centos72' => '78c0d074-fe07-4408-9582-b5525534e975', # CentOS 7.2
74
- 'arch' => 'fe22a9e4-8ba1-4ea3-90ce-d59d5e5b35b9', # Arch
69
+ 'ubuntu' => '793be3e1-3c33-4ab3-9779-f4098ea90eb5', # Ubuntu 14.04 amd64
70
+ 'debian' => 'c14d5dd5-debc-464c-9cc3-ada6e48f5d0c', # Debian 8 amd64
71
+ 'fedora23' => 'c633d75f-6504-4541-80d6-20f2ced0bece', # Fedora 23 amd64
72
+ 'centos67' => 'cd13a8b9-6b57-467b-932e-eee5edcd8d6c', # CentOS 6.7
73
+ 'centos72' => 'e6f59a37-93d2-47cc-91a2-eb35abdfe45b', # CentOS 7.2
74
+ 'arch' => 'f5e5b475-ebec-4973-99c7-bc8add5d16c4', # Arch
75
75
  }
76
76
  if dictionary.keys.include? os
77
77
  dictionary[os]
@@ -1,3 +1,3 @@
1
1
  module ConohaVersion
2
- ITSELF = "0.6.1"
2
+ ITSELF = "0.7.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conoha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-22 00:00:00.000000000 Z
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler