From: Balint Varga Date: Tue, 3 Sep 2019 11:28:35 +0000 (+0200) Subject: Quick correction for fact cache issue X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-cpupooler.git;a=commitdiff_plain;h=b9ac39f73c57f3438962b37d70d95fd1f63464f0 Quick correction for fact cache issue Change-Id: I535a00e44e2e70e2770d0843c06fa4f76b041ca8 Signed-off-by: Balint Varga --- diff --git a/ansible/playbooks/cpupooler.yaml b/ansible/playbooks/cpupooler.yaml index 0b930ed..a0e4845 100644 --- a/ansible/playbooks/cpupooler.yaml +++ b/ansible/playbooks/cpupooler.yaml @@ -17,6 +17,6 @@ - hosts: caas_master strategy: free become: true - become_user: "{{ users.admin_user_name }}" + become_user: "root" roles: - cpupooler diff --git a/rpmbuild.spec b/rpmbuild.spec index dfe4c54..6a9f159 100644 --- a/rpmbuild.spec +++ b/rpmbuild.spec @@ -16,7 +16,7 @@ %define COMPONENT_PART process-starter %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 0.3.0 -%define RPM_MINOR_VERSION 2 +%define RPM_MINOR_VERSION 3 %define CPUPOOLER_VERSION d94704e4b2f9f91ee712c6385038413fb7aa064a %define DEPENDENCY_MANAGER_VERSION 0.5.0 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}