Skip to content

Commit

Permalink
Change 8to9 upgrade aws sap upgrade entry in the cloud map
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Hecko authored and Rezney committed Jul 29, 2022
1 parent 4e43445 commit ad1bbf1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions repos/system_upgrade/common/libraries/rhui.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,16 @@
('leapp-aws.repo', YUM_REPOS_PATH)
],
},
# not yet enabled
'aws-sap-e4s': {
'src_pkg': 'rh-amazon-rhui-client-sap-bundle',
'src_pkg': 'rh-amazon-rhui-client-sap-bundle-e4s',
'target_pkg': 'rh-amazon-rhui-client-sap-bundle-e4s',
'leapp_pkg': 'leapp-rhui-aws-sap-e4s',
'leapp_pkg_repo': 'leapp-aws-sap-e4s.repo',
'files_map': [
('rhui-client-config-server-9-sap-bundle.crt', RHUI_PKI_PRODUCT_DIR),
('rhui-client-config-server-9-sap-bundle.key', RHUI_PKI_DIR),
('content-rhel9-sap.crt', RHUI_PKI_PRODUCT_DIR),
('content-rhel9-sap.key', RHUI_PKI_DIR),
('content-rhel9-sap-bundle-e4s.crt', RHUI_PKI_PRODUCT_DIR),
('content-rhel9-sap-bundle-e4s.key', RHUI_PKI_DIR),
('cdn.redhat.com-chain.crt', RHUI_PKI_DIR),
('leapp-aws-sap-e4s.repo', YUM_REPOS_PATH)
],
Expand Down

0 comments on commit ad1bbf1

Please sign in to comment.