foreman_virt_who_configure 0.1.4 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '00828a04059a2127b00c406050e482d09a14c42a'
|
4
|
+
data.tar.gz: cd043f391d7311cc3daf7dd63b8be65740c155c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72adb1410ffe0227b945b1d317992dda1d7d11a974f7dbdaeaca092ef9bc1787b6b02b8045dd507098b3587cbdf8c5a02260eeddb52806ce086087e36202d29a
|
7
|
+
data.tar.gz: 78ae37c6993a476425536300217098bf06e4c81fa6b238f43e1703277f8a9c345287bf7b9919701bc50808b3d449c3bbb9271f71c3ff5b3bd8df3e3ba84ac0ed
|
@@ -89,6 +89,8 @@ if verify_minimal_version; then
|
|
89
89
|
|
90
90
|
step 3 "Creating virt-who configuration"
|
91
91
|
cat > #{config_file_path} << EOF
|
92
|
+
### This configuration file is managed via the virt-who configure plugin
|
93
|
+
### manual edits will be deleted.
|
92
94
|
[#{identifier}]
|
93
95
|
type=#{type}
|
94
96
|
hypervisor_id=#{hypervisor_id}
|
@@ -106,6 +108,8 @@ EOF
|
|
106
108
|
|
107
109
|
step 4 "Creating sysconfig virt-who configuration"
|
108
110
|
cat > #{sysconfig_file_path} << EOF
|
111
|
+
### This configuration file is managed via the virt-who configure plugin
|
112
|
+
### manual edits will be deleted.
|
109
113
|
VIRTWHO_SATELLITE6=1
|
110
114
|
VIRTWHO_DEBUG=#{config.debug? ? 1 : 0}
|
111
115
|
VIRTWHO_INTERVAL=#{config.interval * 60}#{proxy_strings}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_virt_who_configure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman virt-who-configure team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: katello
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
138
138
|
version: '0'
|
139
139
|
requirements: []
|
140
140
|
rubyforge_project:
|
141
|
-
rubygems_version: 2.
|
141
|
+
rubygems_version: 2.6.8
|
142
142
|
signing_key:
|
143
143
|
specification_version: 4
|
144
144
|
summary: A plugin to make virt-who configuration easy
|