From 7aebf72c9d91d6b0907b0d50666c03cac678ad29 Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Tue, 6 Feb 2018 22:44:00 -0500 Subject: Add anteater script, exceptions file, update readme files JIRA: MODELS-2 Change-Id: Ie0cc9bcbf01a6d1d1ddcd258e9a874b497a0e87f Signed-off-by: Bryan Sullivan --- tools/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tools/README.md') diff --git a/tools/README.md b/tools/README.md index a059d3a..707bd55 100644 --- a/tools/README.md +++ b/tools/README.md @@ -1,3 +1,9 @@ + + This repo contains experimental scripts etc for setting up cloud-native stacks for application deployment and management on bare-metal servers. A lot of cloud-native focus so far has been on public cloud providers (AWS, GCE, Azure) but there aren't many tools and even fewer full-stack open source platforms for setting up bare metal servers with the same types of cloud-native stack features. Further, app modeling methods supported by cloud-native stacks differ substantially. The tools in this repo are intended to help provide a comprehensive, easily deployed set of cloud-native stacks that can be further used for analysis and experimentation on converged app modeling and lifecycle management methods, as well as other purposes, e.g. assessments of efficiency, performance, security, and resilience. The toolset will eventually include these elements of one or more full-stack platform solutions: @@ -13,4 +19,4 @@ The toolset will eventually include these elements of one or more full-stack pla * cloudify * ONAP * helm -* applications useful for platform characterization \ No newline at end of file +* applications useful for platform characterization -- cgit