foreman_theme_satellite 15.3.4 → 15.3.6
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/lib/foreman_theme_satellite/documentation.rb +11 -11
- data/lib/foreman_theme_satellite/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5f2ba3f458702c455aefc8f54d57745aa020a5bc47b7762f2abf9fa9db4c3a6
|
|
4
|
+
data.tar.gz: c09d72ea0e77e98f1ca952f1a9d75fea74d9bc4b9574d2aa0c40250c55817366
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5b4bfed73fde4bf627b2b3a124d61c4d6768da84730d6c1658edaa98753a230be976754dce55d71c1329e0734ad423e8931bae5d4881c204ba26a4d3fb413d9
|
|
7
|
+
data.tar.gz: 67c81dbff2c1331855e33c531522adc35e004b422b93a74ee01f5778751d2804d2498283fa04b2671f6f95ae2124060e15b893a1eb741c2d976585bc9dadaf4e
|
|
@@ -5,20 +5,20 @@ module ForemanThemeSatellite
|
|
|
5
5
|
module Documentation
|
|
6
6
|
USER_GUIDE_DICTIONARY = {
|
|
7
7
|
# Managing Hosts
|
|
8
|
-
'ForemanRemoteExecution' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
9
|
-
'ExecutingaJob' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
10
|
-
'JobTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
8
|
+
'ForemanRemoteExecution' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring-and-setting-up-remote-jobs",
|
|
9
|
+
'ExecutingaJob' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring-and-setting-up-remote-jobs#configuring-the-global-capsule-remote-execution-setting-by-using-web-ui",
|
|
10
|
+
'JobTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring-and-setting-up-remote-jobs#customizing-job-templates",
|
|
11
11
|
'ReportTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/using_report_templates_to_monitor_hosts_managing-hosts",
|
|
12
12
|
'Reports' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/using_report_templates_to_monitor_hosts_managing-hosts",
|
|
13
13
|
|
|
14
14
|
# Provisioning Hosts
|
|
15
|
-
'Architectures' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-client-platforms#creating-
|
|
15
|
+
'Architectures' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-client-platforms#creating-architectures-by-using-web-ui",
|
|
16
16
|
'Provisioning' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/",
|
|
17
|
-
'InstallationMedia' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-provisioning-content#adding-installation-
|
|
18
|
-
'PartitionTables' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-templates-for-provisioning#creating-partition-
|
|
17
|
+
'InstallationMedia' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-provisioning-content#adding-installation-media-by-using-web-ui",
|
|
18
|
+
'PartitionTables' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-templates-for-provisioning#creating-partition-tables-by-using-web-ui",
|
|
19
19
|
'ProvisioningTemplates' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-templates-for-provisioning#provisioning-templates",
|
|
20
|
-
'OperatingSystems' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-client-platforms#creating-operating-
|
|
21
|
-
'UsingComputeProfiles' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-client-platforms#creating-compute-
|
|
20
|
+
'OperatingSystems' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-client-platforms#creating-operating-systems-by-using-web-ui",
|
|
21
|
+
'UsingComputeProfiles' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-client-platforms#creating-compute-profiles-by-using-web-ui",
|
|
22
22
|
'ComputeResources' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/",
|
|
23
23
|
'NoVNC' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/using-novnc-to-access-virtual-machines_provisioning",
|
|
24
24
|
'VMwareNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_virtual_machines_in_vmware_vmware-provisioning",
|
|
@@ -26,7 +26,7 @@ module ForemanThemeSatellite
|
|
|
26
26
|
'LibvirtNote' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_virtual_machines_on_kvm_kvm-provisioning",
|
|
27
27
|
'EC2' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning-cloud-instances-on-amazon-ec2",
|
|
28
28
|
'GoogleComputeEngineNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_cloud_instances_on_google_compute_engine_gce-provisioning",
|
|
29
|
-
'Networking' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-networking#
|
|
29
|
+
'Networking' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/preparing-networking#adding-a-subnet-to-server-by-using-web-ui",
|
|
30
30
|
|
|
31
31
|
# Puppet Guide
|
|
32
32
|
'FactsandtheENC' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/introducing-configuration-management-by-using-puppet#performing-configuration-management_managing-configurations-puppet",
|
|
@@ -54,7 +54,7 @@ module ForemanThemeSatellite
|
|
|
54
54
|
'Auditing' => "#{ForemanThemeSatellite.documentation_root}/overview_concepts_and_deployment_considerations/glossary-of-terms-used-in-satellite_planning#Audits",
|
|
55
55
|
|
|
56
56
|
# Install
|
|
57
|
-
'HTTP(S)Proxy' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#
|
|
57
|
+
'HTTP(S)Proxy' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#configuring-satellite-server-to-use-an-http-proxy",
|
|
58
58
|
|
|
59
59
|
# Misc
|
|
60
60
|
'GettingHelp' => "https://access.redhat.com/products/red-hat-satellite/#support",
|
|
@@ -78,7 +78,7 @@ module ForemanThemeSatellite
|
|
|
78
78
|
},
|
|
79
79
|
'Managing_Hosts' => {
|
|
80
80
|
'registering-a-host_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/registering-hosts-and-setting-up-host-integration_managing-hosts#Registering_Hosts_by_Using_Global_Registration_managing-hosts",
|
|
81
|
-
'setting-minimal-data-collection' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/monitoring-hosts-by-using-
|
|
81
|
+
'setting-minimal-data-collection' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/monitoring-hosts-by-using-red-hat-lightspeed-in-cloud#data-control-settings",
|
|
82
82
|
},
|
|
83
83
|
'Managing_Configurations_Ansible' => {
|
|
84
84
|
'Importing_Ansible_Roles_and_Variables_ansible' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_ansible_integration/getting_started_with_ansible_in_satellite_ansible#Importing_Ansible_Roles_and_Variables_ansible",
|
data/package.json
CHANGED
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: 15.3.
|
|
4
|
+
version: 15.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shimon Stein
|
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
- !ruby/object:Gem::Version
|
|
198
198
|
version: '0'
|
|
199
199
|
requirements: []
|
|
200
|
-
rubygems_version:
|
|
200
|
+
rubygems_version: 4.0.3
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: This is a plugin that enables building a theme for Foreman.
|
|
203
203
|
test_files: []
|