Add scripts to deploy MOS for tryMOS
The patch adds scripts and related files to deploy MOS in
AWS in case of tryMOS deployment.
Related-PRODX: PRODX-11818
Change-Id: I8e2d06473608a22ddb70a7ab9f3bea82ef91a77c
diff --git a/trymos/image_build/Makefile b/trymos/image_build/Makefile
new file mode 100644
index 0000000..94e349a
--- /dev/null
+++ b/trymos/image_build/Makefile
@@ -0,0 +1,10 @@
+.PHONY: build cloud-config
+default: cloud-config build
+
+all: cloud-config build
+
+build:
+ ./build_image.sh
+
+cloud-config:
+ ./config_drive.sh