Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.15 KB

Provisioning.md

File metadata and controls

57 lines (33 loc) · 1.15 KB

Provisioning process

ADRs

Simplified Flowchart

flowchart TD
    AWX(AWX Process)
    HUB(Central Hub)
    INSA(Detach Instance A from LB)
    INSX(Instance X )
    LB(Load Balancer)
    DPY(Provisioning)
    Attach(Attache to)
    
    HUB --> AWX
    AWX --> LB --> INSA --> DPY --> Attach  --> LB
    LB ----> INSX
Loading

Central Hub

Centralized instance which orchestrates processes

Load Balancer

Edge Gateway Load balancer, manages the connection of the Edge Gateway instances.

AWX Process

AWX process manager who orchestrates the provisioning process across the instance groups.

When the provisioning is started the AWX process connects to the Edge Gateway and executes the different actions.

Provisioning

AWX process provisions changes to the existing system.

Detach Instance A from LB

AWX process initially detaches a instance before provisioning new application state.

Attach to

AWX process attaches the instance again to the Load Balancer


> Home > Solution < Prev | Next >