Install logrotate formula during SaltMaster bootstrap
Logrotate is basic system functionality we should manage on each host.
Since we are going to add it to linux.single metadata, it should be
preinstalled on cfg node to render pillar successfully.
Change-Id: I72aecb3a9ce4010e5cb43fa323c8b7e54c5f9243
Related-Prod: PROD-19346
diff --git a/classes/cluster/os-ha-contrail/.env b/classes/cluster/os-ha-contrail/.env
index 83ae21f..ffe5d4d 100644
--- a/classes/cluster/os-ha-contrail/.env
+++ b/classes/cluster/os-ha-contrail/.env
@@ -1,4 +1,4 @@
EXTRA_FORMULAS="barbican linux salt reclass maas memcached openssh ntp sphinx \
grafana libvirt rsyslog glusterfs postfix xtrabackup freeipa prometheus telegraf \
elasticsearch kibana rundeck devops-portal rsync docker keepalived aptly jenkins \
- gerrit artifactory influxdb horizon nginx collectd heka mysql nova opencontrail"
+ gerrit artifactory influxdb horizon nginx collectd heka mysql nova opencontrail logrotate"