diff --git a/fast/README.md b/fast/README.md index 57bb02f20..8d1f7b2ae 100644 --- a/fast/README.md +++ b/fast/README.md @@ -17,7 +17,7 @@ FAST uses the concept of stages, which individually perform precise tasks but ta From the perspective of FAST's overall design, stages also work as contracts or interfaces, defining a set of pre-requisites and inputs required to perform their designed task and generating outputs needed by other stages lower in the chain. The diagram below shows the relationships between stages.

- Stages diagram + Stages diagram

Please refer to the [stages](./stages/) section for further details on each stage. For details on tenant-level stages which introduce a deeper level of autonomy via nested FAST setups rooted in a top-level folder, refer to the [multitenant](#multitenant-organizations) section below. @@ -44,12 +44,6 @@ One of our objectives with FAST is to provide a lightweight reference design for FAST has built-in support for multitenancy implemented in [an add-on stage](./addons/1-resman-tenants/). Tenants can optionally be created with FAST compatibility, allowing them independent use of stages 1+ in their own context. -The following diagram is a high-level overview of stages used with multitenancy. - -

- Stages for multitenancy. -

- ## Implementation There are many decisions and tasks required to convert an empty GCP organization to one that can host production environments safely. Arguably, FAST could expose those decisions as configuration options to allow for different outcomes. However, supporting all the possible combinations is almost impossible and leads to code which is hard to maintain efficiently. diff --git a/fast/stages.png b/fast/stages.png index e78645440..6a87016c1 100644 Binary files a/fast/stages.png and b/fast/stages.png differ diff --git a/fast/stages.svg b/fast/stages.svg deleted file mode 100644 index 0d6a1a203..000000000 --- a/fast/stages.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/fast/tenants-stages.png b/fast/tenants-stages.png deleted file mode 100644 index 0325553d3..000000000 Binary files a/fast/tenants-stages.png and /dev/null differ diff --git a/fast/tenants-stages.svg b/fast/tenants-stages.svg deleted file mode 100644 index 2a63f9a06..000000000 --- a/fast/tenants-stages.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file