foreman_datacenter 0.1.40 → 0.1.41
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 +4 -4
- data/README.md +1 -1
- data/lib/foreman_datacenter/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: f3f1e1785915f63d2cb71873ce7edeed4961c78b
|
|
4
|
+
data.tar.gz: 2deabcdffbd933e25496dd73056685905cde1050
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 278b4c77fae54a567db3ebb6ba4d5dcc9c8afa34981d440cc72ffe2a30e5f89921fbff0b7d19e0ae5395e05f025cdf33d1ae947f71c485b8f2966fb9102242b1
|
|
7
|
+
data.tar.gz: 7e5e0698c619978b1640298dbcd09536c425bada7e49e3ee9a903ae8d956ba90cf6683da02114d09cdfce2f2abeaa346b73804dacc98f72ac0e6262e26c2c4b5
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Foreman Datacenter plugin documents following:
|
|
|
10
10
|
* **Devices** - contains all devices (switches, servers, etc.)
|
|
11
11
|
* **Device types** - contains all device types (e.g. HP ProLiant DL180 G6)
|
|
12
12
|
* **Device roles** - e.g. server, switch, etc.
|
|
13
|
-
* **
|
|
13
|
+
* **Manufacturers** - contains all manufacturers (HP, Dell, etc.)
|
|
14
14
|
* **Platforms** - e.g. ipmi, mgmt interface, etc.
|
|
15
15
|
* **Console connections** - lists all e.g. RS232 connections
|
|
16
16
|
* **Power connections** - lists all connections of power cables
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_datacenter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Ivanov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deface
|