foreman_theme_satellite 16.3.0 → 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
|
|
@@ -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
|
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: '0'
|
|
174
174
|
requirements: []
|
|
175
|
-
rubygems_version: 4.0.
|
|
175
|
+
rubygems_version: 4.0.16
|
|
176
176
|
specification_version: 4
|
|
177
177
|
summary: This is a plugin that enables building a theme for Foreman.
|
|
178
178
|
test_files: []
|