Upgrade rhel_reg_sat_repo to 6.2
authorEmilien Macchi <emilien@redhat.com>
Mon, 30 Oct 2017 15:51:44 +0000 (08:51 -0700)
committerEmilien Macchi <emilien@redhat.com>
Thu, 2 Nov 2017 16:26:27 +0000 (16:26 +0000)
When deploying with RHSM, sat-tools 6.2 will be installed instead of 6.1.
The new version is supported by RHEL 7.4 and provides katello-agent package.

Change-Id: I04a9feab02bf606ad6ca923a17947dcca30258da
Closes-Bug: #1728638
(cherry picked from commit b248ae1447940f81513be9904a24197bd4af1126)

extraconfig/pre_deploy/rhel-registration/environment-rhel-registration.yaml
releasenotes/notes/sat-tools-0d0f0c53de9d34a5.yaml [new file with mode: 0644]

index 2455751..a5eb35c 100644 (file)
@@ -20,7 +20,7 @@ parameter_defaults:
   rhel_reg_user: ""
   rhel_reg_type: ""
   rhel_reg_method: ""
-  rhel_reg_sat_repo: "rhel-7-server-satellite-tools-6.1-rpms"
+  rhel_reg_sat_repo: "rhel-7-server-satellite-tools-6.2-rpms"
   rhel_reg_http_proxy_host: ""
   rhel_reg_http_proxy_port: ""
   rhel_reg_http_proxy_username: ""
diff --git a/releasenotes/notes/sat-tools-0d0f0c53de9d34a5.yaml b/releasenotes/notes/sat-tools-0d0f0c53de9d34a5.yaml
new file mode 100644 (file)
index 0000000..eb3ab5f
--- /dev/null
@@ -0,0 +1,5 @@
+---
+upgrade:
+  - |
+    When deploying with RHSM, sat-tools 6.2 will be installed instead of 6.1.
+    The new version is supported by RHEL 7.4 and provides katello-agent package.