%%{init: {'theme':'base', 'themeVariables': {'primaryColor':'#1B1B1B','primaryBorderColor':'#D6002A','primaryTextColor':'#fff','secondaryColor':'#fff','secondaryBorderColor':'#D6002A','secondaryTextColor':'#1B1B1B','tertiaryColor':'#F0F0F0','lineColor':'#1B1B1B','fontFamily':'"Helvetica Neue","Arial",sans-serif'}}}%%
flowchart TB
CIT["Central IT curates
the golden OS image"]
NOVA["Nova curates
the cloud infrastructure"]
CONSUMER["Consumer declares
a contract"]
CIT -->|own, patch, ship| NOVA
NOVA -->|own, patch, attest| CONSUMER
style CIT fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style NOVA fill:#1B1B1B,color:#fff,stroke:#D6002A
style CONSUMER fill:#fff,color:#1B1B1B,stroke:#D6002A