Skip to content

Commit

Permalink
Fix outdated branded words:
Browse files Browse the repository at this point in the history
- Red Hat Virtualization: Change from "RHEV" to "RHV"
- Red Hat Openstack Platform: Change from "RHEL Openstack Platform" to "Red Hat Openstack Platform"
- Fix link to docs for registering hosts using bootstrap script
  • Loading branch information
Thorben-D committed Jul 3, 2024
1 parent b6ee897 commit 10946db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/foreman_theme_satellite/branded_words.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ module ForemanThemeSatellite
/\bSmart-Proxies\b(?!-)/ => 'Capsules',
/\bSmart proxy\b(?!-)/ => 'Capsule',
/\bSmart-Proxy\b(?!-)/ => 'Capsule',
/\boVirt\b(?!-)/ => 'RHEV',
/\bovirt\b(?!-)/ => 'RHEV',
/\bOvirt\b(?!-)/ => 'RHEV',
/\boVirt\b(?!-)/ => 'RHV',
/\bovirt\b(?!-)/ => 'RHV',
/\bOvirt\b(?!-)/ => 'RHV',
/\bFreeIPA\b(?!-)/ => 'Red Hat Identity Management',
/\bOpenStack\b(?!-)/ => 'RHEL OpenStack Platform',
/\bopenstack\b(?!-)/ => 'RHEL OpenStack Platform',
/\bOpenstack\b(?!-)/ => 'RHEL OpenStack Platform',
/\bOpenStack\b(?!-)/ => 'Red Hat OpenStack Platform',
/\bopenstack\b(?!-)/ => 'Red Hat OpenStack Platform',
/\bOpenstack\b(?!-)/ => 'Red Hat OpenStack Platform',
/\bProxy\b(?!-)/ => 'Capsule',
/\bproxy\b(?!-)/ => 'Capsule',
/\bProxies\b(?!-)/ => 'Capsules',
Expand All @@ -53,6 +53,6 @@ module ForemanThemeSatellite
/\b[Kk]atello 4.11\b(?!-)/ => 'Satellite 6.15',
/\b[Kk]atello 4.12\b(?!-)/ => 'Satellite 6.16',
/\b[Kk]atello 4.13\b(?!-)/ => 'Satellite 6.16',
%r{https://theforeman.org/plugins/katello/(?!-)} => "https://access.redhat.com/documentation/en-us/red_hat_satellite/#{ForemanThemeSatellite::SATELLITE_SHORT_VERSION}/html/managing_hosts/registering_hosts#registering-a-host-to-satellite-using-the-bootstrap-script"
%r{https://theforeman.org/plugins/katello/(?!-)} => "https://access.redhat.com/documentation/en-us/red_hat_satellite/#{ForemanThemeSatellite::SATELLITE_SHORT_VERSION}/html/managing_hosts/registering_hosts_to_server_managing-hosts#Registering_Hosts_by_Using_the_Bootstrap_Script_managing-hosts"
}.freeze
end

0 comments on commit 10946db

Please sign in to comment.