foreman_theme_satellite 16.2.4 → 16.4.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98e86beca598ceb4aa66b0d6e4754371ab48e72ee48387518809d4ec647f6bfc
|
|
4
|
+
data.tar.gz: 7fed07fd050888777ed18dd85a2831708436665b42d79ef9f2b999c47031c247
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 592a0e3703da9e37d7e53ff45afa35f138a5701991f186fc775a17a4c5fb8f94421c85131e58828f0d056be55b6f980bcde9b13ae448dff1fcba243387ab6842
|
|
7
|
+
data.tar.gz: 7f744e256220ab575cea9fbb8d4bbd5e7b578c6c8ee7e302af351f800d053d2c933cf6a572d42ac579d1ffdb9dc87399637e1f47ada894718b58aab0cfbb062a
|
data/Rakefile
CHANGED
|
@@ -4,21 +4,6 @@ begin
|
|
|
4
4
|
rescue LoadError
|
|
5
5
|
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
|
6
6
|
end
|
|
7
|
-
begin
|
|
8
|
-
require 'rdoc/task'
|
|
9
|
-
rescue LoadError
|
|
10
|
-
require 'rdoc/rdoc'
|
|
11
|
-
require 'rake/rdoctask'
|
|
12
|
-
RDoc::Task = Rake::RDocTask
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
RDoc::Task.new(:rdoc) do |rdoc|
|
|
16
|
-
rdoc.rdoc_dir = 'rdoc'
|
|
17
|
-
rdoc.title = 'ForemanThemeSatellite'
|
|
18
|
-
rdoc.options << '--line-numbers'
|
|
19
|
-
rdoc.rdoc_files.include('README.rdoc')
|
|
20
|
-
rdoc.rdoc_files.include('lib/**/*.rb')
|
|
21
|
-
end
|
|
22
7
|
|
|
23
8
|
APP_RAKEFILE = File.expand_path('test/dummy/Rakefile', __dir__)
|
|
24
9
|
|
|
@@ -14,19 +14,19 @@ module ForemanThemeSatellite
|
|
|
14
14
|
# Provisioning Hosts
|
|
15
15
|
'Architectures' => "provisioning_hosts/index#creating-architectures-by-using-web-ui",
|
|
16
16
|
'Provisioning' => "provisioning_hosts/index",
|
|
17
|
-
'InstallationMedia' => "provisioning_hosts/index#adding-installation-media-by-using-web-ui",
|
|
17
|
+
'InstallationMedia' => "provisioning_hosts/index#adding-installation-media-to-satellite-by-using-web-ui",
|
|
18
18
|
'PartitionTables' => "provisioning_hosts/index#creating-partition-tables-by-using-web-ui",
|
|
19
19
|
'ProvisioningTemplates' => "provisioning_hosts/index#provisioning-templates",
|
|
20
20
|
'OperatingSystems' => "provisioning_hosts/index#creating-operating-systems-by-using-web-ui",
|
|
21
21
|
'UsingComputeProfiles' => "provisioning_hosts/index#creating-compute-profiles-by-using-web-ui",
|
|
22
22
|
'ComputeResources' => "provisioning_hosts/index",
|
|
23
|
-
'NoVNC' => "provisioning_hosts/index#using-novnc-to-access-virtual-
|
|
24
|
-
'VMwareNotes' => "provisioning_hosts/index#
|
|
25
|
-
'OpenStackNotes' => "provisioning_hosts/index#
|
|
26
|
-
'LibvirtNote' => "provisioning_hosts/index#
|
|
23
|
+
'NoVNC' => "provisioning_hosts/index#using-novnc-to-access-virtual-machines",
|
|
24
|
+
'VMwareNotes' => "provisioning_hosts/index#provisioning-virtual-machines-in-vmware",
|
|
25
|
+
'OpenStackNotes' => "provisioning_hosts/index#provisioning-cloud-instances-on-red-hat-openstack-services-on-openshift",
|
|
26
|
+
'LibvirtNote' => "provisioning_hosts/index#provisioning-virtual-machines-on-kvm",
|
|
27
27
|
'EC2' => "provisioning_hosts/index#provisioning-cloud-instances-on-amazon-ec2",
|
|
28
|
-
'GoogleComputeEngineNotes' => "provisioning_hosts/index#
|
|
29
|
-
'Networking' => "provisioning_hosts/index#adding-a-subnet-to-server-by-using-web-ui",
|
|
28
|
+
'GoogleComputeEngineNotes' => "provisioning_hosts/index#provisioning-cloud-instances-on-google-compute-engine",
|
|
29
|
+
'Networking' => "provisioning_hosts/index#adding-a-subnet-to-satellite-server-by-using-web-ui",
|
|
30
30
|
|
|
31
31
|
# Puppet Guide
|
|
32
32
|
'FactsandtheENC' => "managing_configurations_by_using_puppet_integration/index#high-level-steps-for-configuration-management-with-puppet",
|
|
@@ -40,12 +40,12 @@ module ForemanThemeSatellite
|
|
|
40
40
|
'ConfigurationOptions' => "administering_red_hat_satellite/index",
|
|
41
41
|
'PuppetReports' => "administering_red_hat_satellite/index#Using_the_Project_Content_Dashboard_admin",
|
|
42
42
|
'Mail_Notifications' => "administering_red_hat_satellite/index#Configuring_Email_Notifications_admin",
|
|
43
|
-
'Realm' => "
|
|
44
|
-
'Searching' => "administering_red_hat_satellite/index#
|
|
43
|
+
'Realm' => "integrating_provisioning_infrastructure_services/index#configuring-satellite-to-manage-the-lifecycle-of-a-host-registered-to-a-identity-management-realm",
|
|
44
|
+
'Searching' => "administering_red_hat_satellite/index#working-efficiently-with-web-ui",
|
|
45
45
|
'RolesandPermissions' => "administering_red_hat_satellite/index#Managing_Users_and_Roles_admin",
|
|
46
46
|
'LDAPAuthentication' => "configuring_authentication_for_red_hat_satellite_users/index#configuring-an-ldap-server-as-an-external-identity-provider-for-project_authentication",
|
|
47
47
|
'ExternalAuthentication' => "configuring_authentication_for_red_hat_satellite_users/index",
|
|
48
|
-
'Bookmarks' => "administering_red_hat_satellite/index#
|
|
48
|
+
'Bookmarks' => "administering_red_hat_satellite/index#working-efficiently-with-web-ui",
|
|
49
49
|
|
|
50
50
|
# Planning
|
|
51
51
|
'SmartProxies' => "overview_concepts_and_deployment_considerations/index#Major-Satellite-Components_planning",
|
|
@@ -59,20 +59,23 @@ module ForemanThemeSatellite
|
|
|
59
59
|
}.freeze
|
|
60
60
|
|
|
61
61
|
PLUGINS_DOCUMENTATION = {
|
|
62
|
-
'foreman_azure' => "provisioning_hosts/index#
|
|
62
|
+
'foreman_azure' => "provisioning_hosts/index#provisioning-cloud-instances-on-microsoft-azure",
|
|
63
63
|
'foreman_discovery' => "provisioning_hosts/index#discovering-hosts-on-a-network",
|
|
64
|
-
'foreman_kubevirt' => "provisioning_hosts/index#
|
|
64
|
+
'foreman_kubevirt' => "provisioning_hosts/index#provisioning-virtual-machines-on-openshift-virtualization",
|
|
65
65
|
}.freeze
|
|
66
66
|
|
|
67
67
|
DOCS_GUIDES_LINKS = {
|
|
68
|
+
'Administering_Project' => {
|
|
69
|
+
'configuring-foreman-server-for-cloud-connection' => "administering_red_hat_satellite/index#configuring-satellite-server-for-cloud-connection",
|
|
70
|
+
},
|
|
68
71
|
'Managing_Content' => {
|
|
69
72
|
'Products_and_Repositories_content-management' => "managing_content/index#Products_and_Repositories_content-management",
|
|
70
73
|
},
|
|
71
74
|
'Managing_Hosts' => {
|
|
72
75
|
'creating-a-job-template_managing-hosts' => "managing_hosts/index#creating-a-job-template-by-using-web-ui",
|
|
73
76
|
'executing-a-remote-job_managing-hosts' => "managing_hosts/index#Remote-Execution-in-Satellite_managing-hosts",
|
|
74
|
-
'registering-a-host_managing-hosts' => "managing_hosts/index#
|
|
75
|
-
'setting-minimal-data-collection' => "
|
|
77
|
+
'registering-a-host_managing-hosts' => "managing_hosts/index#registering-hosts-by-using-global-registration",
|
|
78
|
+
'setting-minimal-data-collection' => "administering_red_hat_satellite/index#data-control-settings-for-hosted-red-hat-lightspeed",
|
|
76
79
|
},
|
|
77
80
|
'Managing_Configurations_Ansible' => {
|
|
78
81
|
'Importing_Ansible_Roles_and_Variables_ansible' => "managing_configurations_by_using_ansible_integration/index#Importing_Ansible_Roles_and_Variables_ansible",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_theme_satellite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.
|
|
4
|
+
version: 16.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shimon Stein
|
|
@@ -38,34 +38,6 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: rdoc
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - ">="
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0'
|
|
48
|
-
type: :development
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - ">="
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0'
|
|
55
|
-
- !ruby/object:Gem::Dependency
|
|
56
|
-
name: theforeman-rubocop
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - "~>"
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.1.0
|
|
62
|
-
type: :development
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - "~>"
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.1.0
|
|
69
41
|
description: Theme changes for Satellite 6.
|
|
70
42
|
email:
|
|
71
43
|
- sshtein@redhat.com
|
|
@@ -190,14 +162,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
190
162
|
requirements:
|
|
191
163
|
- - ">="
|
|
192
164
|
- !ruby/object:Gem::Version
|
|
193
|
-
version: '
|
|
165
|
+
version: '3.0'
|
|
166
|
+
- - "<"
|
|
167
|
+
- !ruby/object:Gem::Version
|
|
168
|
+
version: '4.0'
|
|
194
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
170
|
requirements:
|
|
196
171
|
- - ">="
|
|
197
172
|
- !ruby/object:Gem::Version
|
|
198
173
|
version: '0'
|
|
199
174
|
requirements: []
|
|
200
|
-
rubygems_version: 4.0.
|
|
175
|
+
rubygems_version: 4.0.16
|
|
201
176
|
specification_version: 4
|
|
202
177
|
summary: This is a plugin that enables building a theme for Foreman.
|
|
203
178
|
test_files: []
|