the_foreman_proxmox 0.3.0 → 0.3.1

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: bf3212dca2de868b8be57b11bf5bb29589b16cbc
4
- data.tar.gz: e430f356f2e9f84f3f780b53e8caf57489b39151
3
+ metadata.gz: fd85f0ea2fb921a50a8c64643a9bfede3afec960
4
+ data.tar.gz: d98df5e81619b7691dfc590108ad8f75480cd354
5
5
  SHA512:
6
- metadata.gz: 2f0a7f3ea7101d6a923b86110adec037a4a8cf774c8903304ea89405eebb9125c196b2a698681bc6d766220ab5be13c0e731de1d332f46e851fdeddcf9f0aa69
7
- data.tar.gz: 44a5ca34cbbc07dced3b3b3ef2a3695e8928ef263bced726aa06a26ce7571ccad201708ade876e76f344724c34e8657ce5843053e8ad414f457a7c463f272376
6
+ metadata.gz: c554e0f3293c3239759cedf575b2b193df847e9f2b005e899f1be555905e7dfd6abb88afd546187879216115f7d347f465ad4a98b36122da4e7f2f7835720fd1
7
+ data.tar.gz: 2781907e087f9978af2375d6ada70dc141ce2b5f0f45639e44fbd88e64a1fca2ed942392118c51c642ad4fab7594526f24fafaf1c18f6b3ad28139589ec704ab
data/README.md CHANGED
@@ -25,23 +25,23 @@ Tested with:
25
25
  gem install the_foreman_proxmox
26
26
  ```
27
27
 
28
+ You can see it in about foreman page:
29
+
30
+ ![About resources](.github/images/about_resources.png)
31
+ ![About greffon](.github/images/about_greffon.png)
32
+
28
33
  ### Packages
29
34
 
30
35
  Deb, yum, rpm: work in progress...
31
36
 
32
- Please see the Foreman manual for appropriate instructions:
37
+ Please see the Foreman manual for complete instructions:
33
38
 
34
39
  * [Foreman: How to Install a Plugin](http://theforeman.org/manuals/latest/index.html#6.1InstallaPlugin)
35
40
 
36
41
  ## Usage
37
42
 
38
43
  * [Compute resource](.github/compute_resource.md)
39
-
40
- ![Create host](.github/images/create_host.png)
41
- ![List hosts](.github/images/hosts.png)
42
- ![Show host](.github/images/show_host.png)
43
- ![VNC Console](.github/images/vnc_console.png)
44
- ![VNC Console 2](.github/images/vnc_console2.png)
44
+ * [Manage hosts](.github/hosts.md)
45
45
 
46
46
  ## Development
47
47
 
@@ -18,5 +18,5 @@
18
18
  # along with ForemanProxmox. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module TheForemanProxmox
21
- VERSION = '0.3.0'.freeze
21
+ VERSION = '0.3.1'.freeze
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the_foreman_proxmox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tristan Robert
@@ -30,42 +30,42 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '6.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '6.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubocop
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '0.52'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '0.52'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: simplecov
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: '0.16'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '0.16'
69
69
  description: Foreman plugin adds Proxmox VE compute resource using fog-proxmox. It
70
70
  is compatible with Foreman 1.17
71
71
  email: