aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/bundleconfig-local/etc/scriptdata/addmanualdata/README
diff options
context:
space:
mode:
Diffstat (limited to 'ajsc-aai/bundleconfig-local/etc/scriptdata/addmanualdata/README')
-rw-r--r--ajsc-aai/bundleconfig-local/etc/scriptdata/addmanualdata/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/ajsc-aai/bundleconfig-local/etc/scriptdata/addmanualdata/README b/ajsc-aai/bundleconfig-local/etc/scriptdata/addmanualdata/README
new file mode 100644
index 0000000..defac35
--- /dev/null
+++ b/ajsc-aai/bundleconfig-local/etc/scriptdata/addmanualdata/README
@@ -0,0 +1,30 @@
+to add manual data, two files will be populated in the release directory under this folder.
+If the release directory does not exist, create it.
+
+The addManualData.sh script requires the release to be passed
+as a parameter. It finds and applies manual data changes under
+the release folder matching the parameter.
+
+This script is expected to be run for each installation. The script uses
+the PutTool, and flags the put to ignore 412 errors produced
+when the resource already exists.
+
+100-<file>.txt will contain the resource to be put.
+100-<file>.json will be the json file passed to the PutTool.
+
+
+bundleconfig/etc/scriptdata/addmanualdata/v8/<file>.txt
+bundleconfig/etc/scriptdata/addmanualdata/v8/<file>.json
+
+Example
+
+XYZ.txt
+business/customers/customer/21014aa2-526b-11e6-beb8-9e71128cae77/service-subscriptions/service-subscription/XYZ
+
+XYZ.json
+{
+ "service-type": "XYZ"
+}
+
+
+