Updates Kuberef to use BMRA v21.08
[kuberef.git] / sw_config / bmra / patched_packages.yml
index 3c7256f..14d7291 100644 (file)
@@ -1,18 +1,7 @@
-##
-##   Copyright (c) 2020-2021 Intel Corporation.
-##
-##   Licensed under the Apache License, Version 2.0 (the "License");
-##   you may not use this file except in compliance with the License.
-##   You may obtain a copy of the License at
-##
-##       http://www.apache.org/licenses/LICENSE-2.0
-##
-##   Unless required by applicable law or agreed to in writing, software
-##   distributed under the License is distributed on an "AS IS" BASIS,
-##   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-##   See the License for the specific language governing permissions and
-##   limitations under the License.
-##
+# SPDX-FileCopyrightText: 2021 Intel Corporation.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 ---
 - name: install packages on RHEL-based distro
   include_tasks: rhel.yml
       - setuptools<=44
     extra_args: --upgrade
 
-#pinned python package versions
+#pinned python packages versions
 - name: install Python packages
   pip:
     name:
       - jmespath==0.9.5
+      - ruamel.yaml.clib==0.2.2
       - ruamel.yaml==0.16.13
-      - cachetools==3.1.1
+      - cachetools=={{ (ansible_os_family == 'RedHat' and ansible_distribution_version < '8') | ternary('3.1.1', '4.2.1') }}
+      - markupsafe==1.1.1
+      - jinja2==2.11.3
       - openshift==0.11.2
+      - six>=1.15.0
+      - websocket-client==0.58.0
+      - oauthlib==3.1.0
     state: present
   register: pip_result
   retries: 5