foreman_theme_satellite 16.0.2 → 16.1.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 +4 -4
- data/app/models/concerns/kubevirt.rb +8 -0
- data/lib/foreman_theme_satellite/documentation.rb +55 -54
- data/lib/foreman_theme_satellite/engine.rb +2 -1
- data/lib/foreman_theme_satellite/foreman_brand.rb +1 -0
- data/lib/foreman_theme_satellite/version.rb +1 -1
- data/lib/tasks/foreman_theme_satellite_tasks.rake +1 -1
- data/package.json +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6193f3dfd700d81eb3953539aec077ac5c5721deae872d2380f16a6a5422fbf4
|
|
4
|
+
data.tar.gz: 21a47827c036edc11c5c6e1256ce173283d095d057f701c84d2cca22d8da2a94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e555ecc538a1991b8ab7f28de2d0b814dff0f22d8a64cec39f879f4a39cb911693a7332fedb7392b5164b64b75741e6a7da6621e24bb5424db4b11519b3523a3
|
|
7
|
+
data.tar.gz: 989d2555797d21afc5dcf7ee15e8c9b00559ac823e48deaa86c1ce0e99e6ae9a7da225194588758b1c70a7af7fdaee46b382ee78fb155621a849fab57f2d869e
|
|
@@ -5,86 +5,87 @@ 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/
|
|
11
|
-
'ReportTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
12
|
-
'Reports' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
8
|
+
'ForemanRemoteExecution' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#configuring-and-setting-up-remote-jobs",
|
|
9
|
+
'ExecutingaJob' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#configuring-the-global-capsule-remote-execution-setting-by-using-web-ui",
|
|
10
|
+
'JobTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#customizing-job-templates",
|
|
11
|
+
'ReportTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#Using_Report_Templates_to_Monitor_Hosts_managing-hosts",
|
|
12
|
+
'Reports' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#Using_Report_Templates_to_Monitor_Hosts_managing-hosts",
|
|
13
13
|
|
|
14
14
|
# Provisioning Hosts
|
|
15
|
-
'Architectures' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
16
|
-
'Provisioning' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/",
|
|
17
|
-
'InstallationMedia' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
18
|
-
'PartitionTables' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
19
|
-
'ProvisioningTemplates' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
20
|
-
'OperatingSystems' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
21
|
-
'UsingComputeProfiles' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
22
|
-
'ComputeResources' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/",
|
|
23
|
-
'NoVNC' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/using-novnc-to-access-virtual-machines_provisioning",
|
|
24
|
-
'VMwareNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
25
|
-
'OpenStackNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
26
|
-
'LibvirtNote' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
27
|
-
'EC2' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning-cloud-instances-on-amazon-ec2",
|
|
28
|
-
'GoogleComputeEngineNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
29
|
-
'Networking' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
15
|
+
'Architectures' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#creating-architectures-by-using-web-ui",
|
|
16
|
+
'Provisioning' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index",
|
|
17
|
+
'InstallationMedia' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#adding-installation-media-by-using-web-ui",
|
|
18
|
+
'PartitionTables' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#creating-partition-tables-by-using-web-ui",
|
|
19
|
+
'ProvisioningTemplates' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#provisioning-templates",
|
|
20
|
+
'OperatingSystems' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#creating-operating-systems-by-using-web-ui",
|
|
21
|
+
'UsingComputeProfiles' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#creating-compute-profiles-by-using-web-ui",
|
|
22
|
+
'ComputeResources' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index",
|
|
23
|
+
'NoVNC' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#using-novnc-to-access-virtual-machines_provisioning",
|
|
24
|
+
'VMwareNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#Provisioning_Virtual_Machines_in_VMware_vmware-provisioning",
|
|
25
|
+
'OpenStackNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#Provisioning_Cloud_Instances_OpenStack_openstack-provisioning",
|
|
26
|
+
'LibvirtNote' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#Provisioning_Virtual_Machines_on_KVM_kvm-provisioning",
|
|
27
|
+
'EC2' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#provisioning-cloud-instances-on-amazon-ec2",
|
|
28
|
+
'GoogleComputeEngineNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#Provisioning_Cloud_Instances_on_Google_Compute_Engine_gce-provisioning",
|
|
29
|
+
'Networking' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#adding-a-subnet-to-server-by-using-web-ui",
|
|
30
30
|
|
|
31
31
|
# Puppet Guide
|
|
32
|
-
'FactsandtheENC' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/
|
|
33
|
-
'using-config-groups' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/creating-a-puppet-config-group_managing-configurations-puppet",
|
|
34
|
-
'SmartMatchers' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/
|
|
35
|
-
'Parameters' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/
|
|
36
|
-
'Classes' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/
|
|
37
|
-
'Environments' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/
|
|
32
|
+
'FactsandtheENC' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/index#performing-configuration-management_managing-configurations-puppet",
|
|
33
|
+
'using-config-groups' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/index#creating-a-puppet-config-group_managing-configurations-puppet",
|
|
34
|
+
'SmartMatchers' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/index#Configuring_Puppet_Smart_Class_Parameters_managing-configurations-puppet",
|
|
35
|
+
'Parameters' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/index#Configuring_Puppet_Smart_Class_Parameters_managing-configurations-puppet",
|
|
36
|
+
'Classes' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/index#Importing_Puppet_Classes_and_Environments_managing-configurations-puppet",
|
|
37
|
+
'Environments' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_puppet_integration/index#Creating_a_Custom_Puppet_Environment_managing-configurations-puppet",
|
|
38
38
|
|
|
39
39
|
# Administering
|
|
40
|
-
'ConfigurationOptions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/",
|
|
41
|
-
'PuppetReports' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/
|
|
42
|
-
'Mail_Notifications' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/
|
|
43
|
-
'Realm' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/
|
|
44
|
-
'Searching' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/
|
|
45
|
-
'RolesandPermissions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/
|
|
46
|
-
'LDAPAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/configuring-an-ldap-server-as-an-external-identity-provider-for-project_authentication",
|
|
47
|
-
'ExternalAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/",
|
|
48
|
-
'Bookmarks' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/
|
|
49
|
-
'Policydeploymentoptions' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/
|
|
50
|
-
'CreatingSCAPcontent' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/
|
|
40
|
+
'ConfigurationOptions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/index",
|
|
41
|
+
'PuppetReports' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/index#Using_the_Project_Content_Dashboard_admin",
|
|
42
|
+
'Mail_Notifications' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/index#Configuring_Email_Notifications_admin",
|
|
43
|
+
'Realm' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/index#configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm_satellite",
|
|
44
|
+
'Searching' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/index#Searching_and_Bookmarking_admin",
|
|
45
|
+
'RolesandPermissions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/index#Managing_Users_and_Roles_admin",
|
|
46
|
+
'LDAPAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/index#configuring-an-ldap-server-as-an-external-identity-provider-for-project_authentication",
|
|
47
|
+
'ExternalAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/index",
|
|
48
|
+
'Bookmarks' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/index#Searching_and_Bookmarking_admin",
|
|
49
|
+
'Policydeploymentoptions' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/index#compliance-policy-deployment-options_security-compliance",
|
|
50
|
+
'CreatingSCAPcontent' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/index#Configuring_SCAP_Contents_security-compliance",
|
|
51
51
|
|
|
52
52
|
# Planning
|
|
53
|
-
'SmartProxies' => "#{ForemanThemeSatellite.documentation_root}/overview_concepts_and_deployment_considerations/
|
|
54
|
-
'Auditing' => "#{ForemanThemeSatellite.documentation_root}/overview_concepts_and_deployment_considerations/glossary-of-terms-used-in-satellite_planning
|
|
53
|
+
'SmartProxies' => "#{ForemanThemeSatellite.documentation_root}/overview_concepts_and_deployment_considerations/index#Major-Satellite-Components_planning",
|
|
54
|
+
'Auditing' => "#{ForemanThemeSatellite.documentation_root}/overview_concepts_and_deployment_considerations/index#glossary-of-terms-used-in-satellite_planning",
|
|
55
55
|
|
|
56
56
|
# Install
|
|
57
|
-
'HTTP(S)Proxy' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/
|
|
57
|
+
'HTTP(S)Proxy' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/index#Configuring_Server_with_an_HTTP_Proxy_satellite",
|
|
58
58
|
|
|
59
59
|
# Misc
|
|
60
60
|
'GettingHelp' => "https://access.redhat.com/products/red-hat-satellite/#support",
|
|
61
61
|
|
|
62
62
|
# Managing Security Compliance
|
|
63
|
-
'Monitoring_Compliance_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/
|
|
64
|
-
'Managing_Compliance_Policies_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/
|
|
65
|
-
'Configuring_SCAP_Contents_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/
|
|
66
|
-
'tailoring-xccdf-profiles_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/
|
|
67
|
-
'deploying-compliance-policies_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/deploying-compliance-policies_security-compliance",
|
|
63
|
+
'Monitoring_Compliance_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/index#Monitoring_Compliance_security-compliance",
|
|
64
|
+
'Managing_Compliance_Policies_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/index#Managing_Compliance_Policies_security-compliance",
|
|
65
|
+
'Configuring_SCAP_Contents_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/index#Configuring_SCAP_Contents_security-compliance",
|
|
66
|
+
'tailoring-xccdf-profiles_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/index#tailoring-xccdf-profiles_security-compliance",
|
|
67
|
+
'deploying-compliance-policies_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/index#deploying-compliance-policies_security-compliance",
|
|
68
68
|
}.freeze
|
|
69
69
|
|
|
70
70
|
PLUGINS_DOCUMENTATION = {
|
|
71
|
-
'foreman_azure' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/
|
|
72
|
-
'foreman_discovery' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/discovering-hosts-on-a-network",
|
|
71
|
+
'foreman_azure' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#Provisioning_Cloud_Instances_on_Microsoft_Azure_Resource_Manager_azure-provisioning",
|
|
72
|
+
'foreman_discovery' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#discovering-hosts-on-a-network",
|
|
73
|
+
'foreman_kubevirt' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/index#Provisioning_Virtual_Machines_Kubevirt_kubevirt-provisioning",
|
|
73
74
|
}.freeze
|
|
74
75
|
|
|
75
76
|
DOCS_GUIDES_LINKS = {
|
|
76
77
|
'Managing_Content' => {
|
|
77
|
-
'Products_and_Repositories_content-management' => "#{ForemanThemeSatellite.documentation_root}/managing_content/
|
|
78
|
+
'Products_and_Repositories_content-management' => "#{ForemanThemeSatellite.documentation_root}/managing_content/index#Products_and_Repositories_content-management",
|
|
78
79
|
},
|
|
79
80
|
'Managing_Hosts' => {
|
|
80
|
-
'creating-a-job-template_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
81
|
-
'executing-a-remote-job_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
82
|
-
'registering-a-host_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
83
|
-
'setting-minimal-data-collection' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/
|
|
81
|
+
'creating-a-job-template_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#creating-a-job-template-by-using-web-ui",
|
|
82
|
+
'executing-a-remote-job_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#Remote-Execution-in-Satellite_managing-hosts",
|
|
83
|
+
'registering-a-host_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#Registering_Hosts_by_Using_Global_Registration_managing-hosts",
|
|
84
|
+
'setting-minimal-data-collection' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/index#data-control-settings",
|
|
84
85
|
},
|
|
85
86
|
'Managing_Configurations_Ansible' => {
|
|
86
|
-
'Importing_Ansible_Roles_and_Variables_ansible' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_ansible_integration/
|
|
87
|
-
'Overriding_Ansible_Variables_in_foreman_ansible' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_ansible_integration/
|
|
87
|
+
'Importing_Ansible_Roles_and_Variables_ansible' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_ansible_integration/index#Importing_Ansible_Roles_and_Variables_ansible",
|
|
88
|
+
'Overriding_Ansible_Variables_in_foreman_ansible' => "#{ForemanThemeSatellite.documentation_root}/managing_configurations_by_using_ansible_integration/index#Overriding_Ansible_Variables_in_satellite_ansible",
|
|
88
89
|
}
|
|
89
90
|
}.freeze
|
|
90
91
|
|
|
@@ -67,6 +67,7 @@ module ForemanThemeSatellite
|
|
|
67
67
|
SettingRegistry.prepend SettingRegistryBranding
|
|
68
68
|
# Include your monkey-patches over here
|
|
69
69
|
::ForemanGoogle::GCE.send(:prepend, GCE::ClassMethods) if Foreman::Plugin.installed?("foreman_google")
|
|
70
|
+
::ForemanKubevirt::Kubevirt.send(:prepend, Kubevirt) if Foreman::Plugin.installed?("foreman_kubevirt")
|
|
70
71
|
UINotifications::RssNotificationsChecker.send :prepend, RssCheckerBranding
|
|
71
72
|
Foreman::Model::Openstack.send :include, Openstack
|
|
72
73
|
Realm.send :include, RealmTheme
|
|
@@ -136,7 +137,7 @@ module ForemanThemeSatellite
|
|
|
136
137
|
|
|
137
138
|
def self.documentation_root
|
|
138
139
|
@documentation_root ||= begin
|
|
139
|
-
"#{unversioned_documentation_root}/#{documentation_version}/html"
|
|
140
|
+
"#{unversioned_documentation_root}/#{documentation_version}/html-single"
|
|
140
141
|
end
|
|
141
142
|
end
|
|
142
143
|
|
|
@@ -36,6 +36,7 @@ module ForemanThemeSatellite
|
|
|
36
36
|
/\b[Pp]roxies\b(?!-)/ => 'Capsules',
|
|
37
37
|
/\bFreeIPA\b(?!-)/ => 'Red Hat Identity Management',
|
|
38
38
|
/\b[Oo]pen[Ss]tack\b(?!-)/ => 'Red Hat OpenStack Platform',
|
|
39
|
+
/\b[Kk]ube[Vv]irt\b(?!-)/ => 'OpenShift Virtualization',
|
|
39
40
|
/\b[Rr]ed [Hh]at [Ii]nsights\b(?!-)/ => 'Red Hat Lightspeed',
|
|
40
41
|
/\b[Ii]nsights\b(?!-)/ => 'Red Hat Lightspeed',
|
|
41
42
|
/\b[Kk]atello 4.0\b(?!-)/ => 'Satellite 6.11',
|
|
@@ -31,7 +31,7 @@ namespace :foreman_theme_satellite do
|
|
|
31
31
|
.merge(ForemanThemeSatellite::Documentation::PLUGINS_DOCUMENTATION)
|
|
32
32
|
.merge(ForemanThemeSatellite::Documentation.flat_docs_guides_links)
|
|
33
33
|
|
|
34
|
-
failed = all_links.filter { |_key, doc_address| doc_address.include?('/html/') && !checker.test_link(doc_address) }
|
|
34
|
+
failed = all_links.filter { |_key, doc_address| doc_address.include?('/html-single/') && !checker.test_link(doc_address) }
|
|
35
35
|
|
|
36
36
|
abort((failed.map { |key, doc_address| "FAILED: Cannot find #{doc_address} in TOC for entry: #{key}" } + ["Total failed: #{failed.count} entries"]).join("\n")) unless failed.empty?
|
|
37
37
|
|
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: 16.0
|
|
4
|
+
version: 16.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shimon Stein
|
|
@@ -115,6 +115,7 @@ files:
|
|
|
115
115
|
- app/models/concerns/deprecation_notification.rb
|
|
116
116
|
- app/models/concerns/distributor_version.rb
|
|
117
117
|
- app/models/concerns/gce.rb
|
|
118
|
+
- app/models/concerns/kubevirt.rb
|
|
118
119
|
- app/models/concerns/openstack.rb
|
|
119
120
|
- app/models/concerns/provisioning.rb
|
|
120
121
|
- app/models/concerns/realm_theme.rb
|