From: Ferenc Tóth Date: Wed, 26 Jun 2019 13:30:23 +0000 (+0200) Subject: Use date instead of ansible_date_time module X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=1d21c6e2afdf5646c6a14c998ac05d6d222b8a1c;p=ta%2Fcaas-install.git Use date instead of ansible_date_time module Signed-off-by: Ferenc Tóth Change-Id: Ib6f87a0392d093858ee297a643902b1b3100cfed --- diff --git a/SPECS/infra-charts.spec b/SPECS/infra-charts.spec index 54d3b2d..04ea249 100644 --- a/SPECS/infra-charts.spec +++ b/SPECS/infra-charts.spec @@ -15,7 +15,7 @@ %define COMPONENT infra-charts %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 7 +%define RPM_MINOR_VERSION 8 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/infra-charts/values_fluentd.yaml.j2 b/infra-charts/values_fluentd.yaml.j2 index 736d8b5..d4e2134 100644 --- a/infra-charts/values_fluentd.yaml.j2 +++ b/infra-charts/values_fluentd.yaml.j2 @@ -39,4 +39,4 @@ fluentd: {% endif %} {%- endfor %} {% endif %} - config_timestamp: {{ ansible_date_time.epoch }} + config_timestamp: {{ lookup('pipe', 'date +%s') }}