Install cron for disabling calico offloading

After switch to ucp 3.4.5 and kernel 5.4 issue [1]
started to reproduce each time on node reboot or adding.

[1] https://github.com/kubernetes/kubernetes/issues/96868

Related-Prod: https://mirantis.jira.com/browse/PRODX-20052
Change-Id: I63c879947889adb24f8ef7e3e3fb243deef07841
diff --git a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
index f9c2ce9..d66dae9 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
@@ -172,6 +172,10 @@
             owner: "root:root"
             permissions: "0644"
             content: { get_param: hardware_metadata}
+          - path: /usr/sbin/calico_disable_offloading.sh
+            owner: "root:root"
+            permissions: "0755"
+            content: {get_file: ../scripts/calico_disable_offloading.sh}
 
   install_config_agent:
     type: "OS::Heat::MultipartMime"