[DCAEGEN2-74] Push up initial CDAP plugin 29/8029/1
authorTommy Carpenter <tommy@research.att.com>
Fri, 18 Aug 2017 18:16:44 +0000 (14:16 -0400)
committerTommy Carpenter <tommy@research.att.com>
Fri, 18 Aug 2017 18:19:20 +0000 (14:19 -0400)
commitc272a87b84189f3bf8b3c7287199b816affc9926
treeb8d67976ed993633dbb6310df40481c59c641860
parent2e71445141fcbe92e8e12ab24d065040d8de6d9c
[DCAEGEN2-74] Push up initial CDAP plugin

Change-Id: I2bad410e5c55a59950cabe8fc13066954c4f5c92
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
21 files changed:
.gitignore [new file with mode: 0644]
cdap/.gitignore [new file with mode: 0644]
cdap/Changelog.md [new file with mode: 0644]
cdap/LICENSE.txt [new file with mode: 0644]
cdap/README.md [new file with mode: 0644]
cdap/cdap_types.yaml [new file with mode: 0755]
cdap/cdapplugin/cdapcloudify/__init__.py [new file with mode: 0644]
cdap/cdapplugin/cdapcloudify/cdap_plugin.py [new file with mode: 0644]
cdap/cdapplugin/cdapcloudify/discovery.py [new file with mode: 0644]
cdap/cdapplugin/requirements.txt [new file with mode: 0644]
cdap/cdapplugin/setup.py [new file with mode: 0644]
cdap/cdapplugin/tests/test_plugin.py [new file with mode: 0644]
cdap/cdapplugin/tox.ini [new file with mode: 0644]
cdap/demo_blueprints/cdap_hello_world.yaml [new file with mode: 0644]
cdap/demo_blueprints/cdap_hello_world_reconfigure.sh [new file with mode: 0755]
cdap/demo_blueprints/cdap_hello_world_with_dmaap.yaml [new file with mode: 0644]
cdap/demo_blueprints/cdap_hello_world_with_laika.yaml [new file with mode: 0644]
cdap/demo_blueprints/cdap_hello_world_with_mr.yaml [new file with mode: 0644]
cdap/pom.xml [new file with mode: 0644]
mvn-phase-script.sh [new file with mode: 0755]
pom.xml [new file with mode: 0644]