Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Add instackenv.json spec
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Apr 22, 2020
1 parent 3e0be06 commit 3b8259d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion uploader.json
Original file line number Diff line number Diff line change
Expand Up @@ -5066,6 +5066,11 @@
}
]
},
{
"command": "/usr/bin/find -L $HOME /var/lib -name 'instackenv.json'",
"pattern": [],
"symbolic_name": "instackenv_json"
},
"ifcfg": {
"docker_container": [
{
Expand Down Expand Up @@ -9121,4 +9126,4 @@
}
},
"version": "2020-04-16T15:39:56.829508"
}
}
7 changes: 6 additions & 1 deletion uploader.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down Expand Up @@ -3607,4 +3612,4 @@
"iface": "/sbin/ip -o link | awk -F ': ' '/.*link\\/ether/ {print $2}'"
},
"version": "2020-04-16T15:39:51.691847"
}
}

0 comments on commit 3b8259d

Please sign in to comment.