This is an automated email from the ASF dual-hosted git repository. bwmcadams pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-openshift.git
commit 9e3c6d03eaaf9f0d73ca416cbc2ea1b27d5f9756 Merge: 35887ee a623457 Author: Brendan McAdams <[email protected]> AuthorDate: Thu Jul 12 11:16:53 2018 -0700 Merge pull request #1 from bwmcadams/master Migration of Red Hat's existing work to the new ASF Incubator Repo .gitignore | 1 + .travis.yml | 53 +- LICENSE | 201 +++ README.md | 297 ++++- bin/activationStats.sh | 61 + bin/check_openwhisk.sh | 127 ++ bin/wait_for_openwhisk.sh | 184 +++ docker/README.md | 28 + docker/alarms/Dockerfile | 34 + docker/alarms/alarms-init.sh | 12 + docker/catalog/Dockerfile | 22 + docker/couchdb/Dockerfile | 39 + docker/couchdb/couchdb.repo | 6 + docker/couchdb/docker-entrypoint.sh | 64 + docker/couchdb/init.sh | 109 ++ docker/couchdb/vm.args | 28 + docker/runtimes/action-java-8/Dockerfile | 27 + docker/runtimes/action-nodejs-6/Dockerfile | 81 ++ docker/runtimes/action-nodejs-8/Dockerfile | 24 + docker/runtimes/action-php-7/Dockerfile | 35 + docker/runtimes/action-python-2/Dockerfile | 29 + docker/runtimes/action-python-2/requirements.txt | 13 + docker/runtimes/action-python-3/Dockerfile | 29 + docker/runtimes/action-python-3/requirements.txt | 13 + docker/runtimes/action-swift-3/Dockerfile | 5 + docker/runtimes/dockerskeleton/Dockerfile | 23 + larger.env | 34 + persistent-template.yml | 1484 ++++++++++++++++++++++ resources/vars.jar | Bin 0 -> 964 bytes resources/vars.js | 10 + resources/vars.php | 12 + resources/vars.py | 11 + resources/vars.sh | 3 + template.yml | 1463 +++++++++++++++++++++ tools/travis/box-upload.py | 63 + tools/travis/build.sh | 17 + tools/travis/collect-logs.sh | 46 + tools/travis/publish.sh | 39 + tools/travis/setup.sh | 53 + tools/travis/setupscan.sh | 8 + tools/travis/test.sh | 105 ++ 41 files changed, 4872 insertions(+), 21 deletions(-)
