foreman_theme_satellite 15.1.0 → 15.2.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: f25ab3f13ed0e2a3c20cfefe5a22544cbaa3cc76f67820531cf1c6f71879c278
4
- data.tar.gz: fe23419ce5454691d1adddfd65823e326605b8dd195aa5731eaff93ff3077ba7
3
+ metadata.gz: 28d862fbdb104b79fa833150bb249feab7187f414864781f125cb257ba515dd4
4
+ data.tar.gz: 50f529104715b7cc4946768896f85aa01f1fa33b1efa84f6f45395c2440c1a1c
5
5
  SHA512:
6
- metadata.gz: 4ddb7b971c78aea2d42901638e265d9de961d1a8833bf41fe80843063242fb7431f2e271af9fd37fcf5245fc733f44b5cf0c7722ff82a576d1b061af646c71ef
7
- data.tar.gz: ec19b46e28efd50619923dcf409cb11a29cfee7c595fa4627a25c389421ba4f9d47127c579c1ad23c54d0d53c0f505a20ee8d880bb0c450341f5680b3fa2b057
6
+ metadata.gz: 60a19d65b32f48568cd7c50e4a2afd0ed3313e4e217b3b52b888834cecdace43dfb3c961f00fcdcfa5e17ae35e94d9af0152d8e25722860e09a2bad48f8bb582
7
+ data.tar.gz: 647be6e21bb8a1508828af5ab46f7c7854e7654c72ef0fe0c0826ea5e9068a750a5b8f1a317929576c0f529eed3b3592d287620185c8f75ca793f125c1f0d6e7
data/README.md CHANGED
@@ -361,7 +361,6 @@ class ComputeResource < ApplicationRecord
361
361
  def self.supported_providers
362
362
  {
363
363
  'Libvirt' => 'Foreman::Model::Libvirt',
364
- 'Ovirt' => 'Foreman::Model::Ovirt',
365
364
  'EC2' => 'Foreman::Model::EC2',
366
365
  'Vmware' => 'Foreman::Model::Vmware',
367
366
  'Openstack' => 'Foreman::Model::Openstack',
@@ -379,7 +378,7 @@ module ComputeResourceBranding
379
378
  end
380
379
 
381
380
  def providers_requiring_url
382
- _('Libvirt, oVirt and OpenStack')
381
+ _('Libvirt and OpenStack')
383
382
  end
384
383
  end
385
384
  end
@@ -47,8 +47,6 @@ module ProvisioningTemplatesControllerBranding
47
47
  'kickstart_ifcfg_get_identifier_names',
48
48
  'kickstart_kernel_options',
49
49
  'kickstart_networking_setup',
50
- 'Kickstart oVirt-RHVH',
51
- 'Kickstart oVirt-RHVH PXELinux',
52
50
  'kickstart_rhsm',
53
51
  'Linux host_init_config default',
54
52
  'ntp',
@@ -22,7 +22,6 @@ module ForemanThemeSatellite
22
22
  'ComputeResources' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/",
23
23
  'NoVNC' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/configuring_provisioning_resources_provisioning#using-novnc-to-access-virtual-machines_provisioning",
24
24
  'VMwareNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_virtual_machines_in_vmware_vmware-provisioning",
25
- 'RHEVNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_virtual_machines_on_ovirt_rhv-provisioning",
26
25
  'OpenStackNotes' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_cloud_instances_openstack_openstack-provisioning",
27
26
  'LibvirtNote' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_virtual_machines_on_kvm_kvm-provisioning",
28
27
  'EC2' => "#{ForemanThemeSatellite.documentation_root}/provisioning_hosts/provisioning_cloud_instances_in_amazon_ec2_ec2-provisioning",
@@ -41,7 +40,7 @@ module ForemanThemeSatellite
41
40
  'ConfigurationOptions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/",
42
41
  'PuppetReports' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/monitoring_resources_admin#Using_the_Project_Content_Dashboard_admin",
43
42
  'Mail_Notifications' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/configuring_email_notifications_admin",
44
- 'Realm' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/configuring-external-services#configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm_satellite",
43
+ 'Realm' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm_satellite",
45
44
  'Searching' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/searching_and_bookmarking_admin",
46
45
  'RolesandPermissions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/managing_users_and_roles_admin",
47
46
  'LDAPAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/configuring-an-ldap-server-as-an-external-identity-provider-for-project_authentication",
@@ -69,7 +69,6 @@ module ForemanThemeSatellite
69
69
  ::ForemanGoogle::GCE.send(:prepend, GCE::ClassMethods) if Foreman::Plugin.installed?("foreman_google")
70
70
  UINotifications::RssNotificationsChecker.send :prepend, RssCheckerBranding
71
71
  Foreman::Model::Openstack.send :include, Openstack
72
- Foreman::Model::Ovirt.send :include, Ovirt
73
72
  Realm.send :include, RealmTheme
74
73
  ProvisioningTemplate.send :include, Provisioning
75
74
 
@@ -33,7 +33,6 @@ module ForemanThemeSatellite
33
33
  /\b[Ss]mart[- ]?[pP]roxies\b(?!-)/ => 'Capsules',
34
34
  /\b[Pp]roxy\b(?!-)/ => 'Capsule',
35
35
  /\b[Pp]roxies\b(?!-)/ => 'Capsules',
36
- /\b[Oo][Vv]irt\b(?!-)/ => 'RHV',
37
36
  /\bFreeIPA\b(?!-)/ => 'Red Hat Identity Management',
38
37
  /\b[Oo]pen[Ss]tack\b(?!-)/ => 'Red Hat OpenStack Platform',
39
38
  /\b[Kk]atello 4.0\b(?!-)/ => 'Satellite 6.11',
@@ -1,3 +1,3 @@
1
1
  module ForemanThemeSatellite
2
- VERSION = '15.1.0'.freeze
2
+ VERSION = '15.2.0'.freeze
3
3
  end
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.1.0
4
+ version: 15.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shimon Stein
@@ -105,7 +105,6 @@ files:
105
105
  - app/controllers/concerns/documentation_controller_branding.rb
106
106
  - app/controllers/concerns/provisioning_templates_controller_branding.rb
107
107
  - app/helpers/provisioning_templates_helper_branding.rb
108
- - app/helpers/rhev_helper.rb
109
108
  - app/helpers/theme_application_helper.rb
110
109
  - app/helpers/theme_css_class_helper.rb
111
110
  - app/helpers/theme_discovery_helper.rb
@@ -117,7 +116,6 @@ files:
117
116
  - app/models/concerns/distributor_version.rb
118
117
  - app/models/concerns/gce.rb
119
118
  - app/models/concerns/openstack.rb
120
- - app/models/concerns/ovirt.rb
121
119
  - app/models/concerns/provisioning.rb
122
120
  - app/models/concerns/realm_theme.rb
123
121
  - app/models/concerns/satellite_packages.rb
@@ -128,15 +126,12 @@ files:
128
126
  - app/overrides/layouts/base/theme_react_root.html.erb.deface
129
127
  - app/overrides/layouts/base/theme_resources.html.erb.deface
130
128
  - app/overrides/layouts/base/theme_style_resources.html.erb.deface
131
- - app/overrides/rhev.rb
132
129
  - app/overrides/satellite_name_override.rb
133
130
  - app/services/concerns/setting_registry_branding.rb
134
131
  - app/services/foreman_theme_satellite/lifecycle.rb
135
132
  - app/services/foreman_theme_satellite/renderer_methods.rb
136
133
  - app/views/api/v2/home/status_extensions.json.rabl
137
134
  - app/views/foreman_theme_satellite/_theme_client_side_branding.js.erb
138
- - app/views/foreman_theme_satellite/rhev/_form.erb
139
- - app/views/foreman_theme_satellite/rhev/_show.html.erb
140
135
  - config/initializers/inflections.rb
141
136
  - config/initializers/zeitwerk.rb
142
137
  - db/migrate/20160404130619_remove_satellite_from_notification_name.rb
@@ -1,10 +0,0 @@
1
- module RhevHelper
2
- def rhev_deprecation_alert
3
- header = _('RHEV integration is deprecated.')
4
- text = _('On August 31, 2022, Red Hat Virtualization entered the Maintenance Support Phase. The Maintenance Support Phase runs until August 31, 2024, followed by the Extended Life Phase, which runs until August 31, 2026.')
5
- link = link_to(_('More information'), 'https://access.redhat.com/announcements/6960518', target: '_blank', rel: 'noopener')
6
- alert = "<strong>#{header}</strong><p>#{text}&nbsp;#{link}</p>"
7
-
8
- content_tag(:div, alert.html_safe, class: 'alert alert-warning')
9
- end
10
- end
@@ -1,8 +0,0 @@
1
- module Ovirt
2
- extend ActiveSupport::Concern
3
- included do
4
- define_singleton_method :provider_friendly_name do
5
- "RHV"
6
- end
7
- end
8
- end
@@ -1,14 +0,0 @@
1
- Deface::Override.new(virtual_path: 'compute_resources/form/_ovirt',
2
- name: 'rhev_new',
3
- insert_before: "erb[loud]:contains(':url')",
4
- partial: 'foreman_theme_satellite/rhev/form')
5
-
6
- Deface::Override.new(virtual_path: 'compute_resources/show/_ovirt',
7
- name: 'rhev_show',
8
- insert_after: 'tr:nth-child(4)',
9
- partial: 'foreman_theme_satellite/rhev/show')
10
-
11
- Deface::Override.new(virtual_path: 'compute_resources_vms/form/ovirt/_base',
12
- name: 'rhev_vm',
13
- insert_after: "erb[loud]:contains(':keyboard_layout')",
14
- partial: 'foreman_theme_satellite/rhev/form')
@@ -1,8 +0,0 @@
1
- <div class="clearfix">
2
- <div class="form-group ">
3
- <label class="col-md-2 control-label">&nbsp;</label>
4
- <div class="col-md-8">
5
- <%= rhev_deprecation_alert %>
6
- </div>
7
- </div>
8
- </div>
@@ -1,6 +0,0 @@
1
- <tr>
2
- <td>&nbsp;</td>
3
- <td colspan="2">
4
- <%= rhev_deprecation_alert %>
5
- </td>
6
- </tr>