From f34b4bd424a99a5adcbfe888c713cf18a1ac10ac Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Fri, 8 Feb 2019 10:57:53 +0200 Subject: [PATCH] TT#51416 Remove shared-files dir from CE checks In CE this dir was created and used only to keep sipwise.cnf file. Now sipwise.cnf is generated from constants.yml so no need to place it to shared-files so there is no such dir on CE. Add explicit check of this dir to PRO checks. Change-Id: I35503275c8fb22b731a37747c649e9691a6674c2 --- templates/130_filesys-ngcp.yaml.tt2 | 8 -------- templates/131_filesys-ngcp-pro.yaml.tt2 | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/130_filesys-ngcp.yaml.tt2 b/templates/130_filesys-ngcp.yaml.tt2 index 0759f75..f58f33d 100644 --- a/templates/130_filesys-ngcp.yaml.tt2 +++ b/templates/130_filesys-ngcp.yaml.tt2 @@ -72,14 +72,6 @@ file: filetype: directory contains: [] - /etc/ngcp-config/shared-files: - exists: true - mode: "0755" - owner: root - group: root - filetype: directory - contains: [] - /etc/ngcp_version: exists: true mode: "0644" diff --git a/templates/131_filesys-ngcp-pro.yaml.tt2 b/templates/131_filesys-ngcp-pro.yaml.tt2 index 99ca9d1..9ef592f 100644 --- a/templates/131_filesys-ngcp-pro.yaml.tt2 +++ b/templates/131_filesys-ngcp-pro.yaml.tt2 @@ -1,5 +1,13 @@ file: + /etc/ngcp-config/shared-files: + exists: true + mode: "0755" + owner: root + group: root + filetype: directory + contains: [] + /etc/ngcp-config/shared-files/ssh: exists: true mode: "0755"