Remove 'python-jenkins' package to avoid grains load errors
Change-Id: I0c848110d1840e2df8721be2b53f3f0c48552596
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index 22acb9a..a8b29f9 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -597,6 +597,12 @@
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 3, delay: 10}
skip_fail: false
+
+- description: "*Workaround* for https://mirantis.jira.com/browse/PROD-17822"
+ cmd: apt-get remove -y python-jenkins
+ node_name: {{ HOSTNAME_CFG01 }}
+ retry: {count: 1, delay: 5}
+ skip_fail: true
{%- endmacro %}
{%- macro MACRO_GENERATE_INVENTORY(RERUN_SALTMASTER_STATE=false) %}