From 3b8259de3a0ac6ac741c129f1ab24781b64f3fa4 Mon Sep 17 00:00:00 2001 From: abregman Date: Wed, 22 Apr 2020 22:11:07 +0300 Subject: [PATCH] Add instackenv.json spec --- uploader.json | 7 ++++++- uploader.v2.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/uploader.json b/uploader.json index 87da7889..cae7c5af 100644 --- a/uploader.json +++ b/uploader.json @@ -5066,6 +5066,11 @@ } ] }, + { + "command": "/usr/bin/find -L $HOME /var/lib -name 'instackenv.json'", + "pattern": [], + "symbolic_name": "instackenv_json" + }, "ifcfg": { "docker_container": [ { @@ -9121,4 +9126,4 @@ } }, "version": "2020-04-16T15:39:56.829508" -} \ No newline at end of file +} diff --git a/uploader.v2.json b/uploader.v2.json index a7b5b433..c4a8ca64 100644 --- a/uploader.v2.json +++ b/uploader.v2.json @@ -1919,6 +1919,11 @@ ], "symbolic_name": "jbcs_httpd24_httpd_error_log" }, + { + "command": "/usr/bin/find -L $HOME /var/lib -name 'instackenv.json'", + "pattern": [], + "symbolic_name": "instackenv_json" + }, { "file": "/etc/sysconfig/network-scripts/()*ifcfg-.*", "pattern": [], @@ -3607,4 +3612,4 @@ "iface": "/sbin/ip -o link | awk -F ': ' '/.*link\\/ether/ {print $2}'" }, "version": "2020-04-16T15:39:51.691847" -} \ No newline at end of file +}