-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate testdata so we don't have a bunch of similar bundles
mybuns = a test bundle that contains as many features / test cases we can squeeze into a bundle, without making a bunch of paramters required so that it's easy to run. Long term I want to remove dependencies from this bundle though and switch to using a new set of bundles just for dependencies. myenv = a metabundle that is comprised of its dependencies. Has a deep dependency graph. myinfra = a bundle that creates infrastructure and generates outputs that parent bundles would want to consume. myapp = a bundle that deploys an application and requires a db connection string mysqldb = a leaf bundle that creates a db and outputs a connection string. I am not reusing mydb because that would impact too many tests that rely on mybuns (which depend on mydb), and it's also useful to regression test depsv1. Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
- Loading branch information
Showing
31 changed files
with
939 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.