Skip to content

Commit

Permalink
Use default coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 22, 2024
1 parent cf0a5af commit 68167a7
Showing 1 changed file with 3 additions and 88 deletions.
91 changes: 3 additions & 88 deletions docs/getting_started/login_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Here it is described how to log in to [Bianca](../cluster_guides/bianca.md):

- [Bianca's design](../cluster_guides/biancas_design.md):
helps understand why the procedure described here is needed.
- [Prerequisites](#prerequisites-for-using-bianca) describes what is needed before one can login to Bianca
- [The two Bianca environments](#the-two-bianca-environments) shows the two ways to use Bianca
- [Prerequisites](#prerequisites-for-using-bianca) describes what is needed before one can access Bianca
- [The two Bianca environments](#the-two-bianca-environments) shows the two ways to access Bianca
- [Get within the university networks](#get-within-the-university-networks) shows how *to be allowed to* access Bianca
- [Get inside the Bianca environment](#get-inside-the-bianca-environment) show how to get inside the Bianca environments:
- [Get inside the Bianca environment](#get-inside-the-bianca-environment) show how access the two Bianca environments:
- [Login to the Bianca remote desktop environment](#login-to-the-bianca-remote-desktop-environment)
- [Login to the Bianca console environment](#login-to-the-bianca-console-environment)

Expand Down Expand Up @@ -148,21 +148,12 @@ However, one must always use a terminal to some extent.
```mermaid
flowchart TD
%% Give a white background, instead of a transparent one
classDef node fill:#fff,color:#000,stroke:#000
subgraph sub_bianca_private_env[The project's private virtual project cluster]
bianca_private_console[Bianca console environment]
bianca_private_remote_desktop[Bianca remote desktop]
bianca_private_terminal[Terminal]
end
%% Shared subgraph color scheme
%% style sub_outside fill:#ccc,color:#000,stroke:#ccc
%% style sub_inside fill:#fcc,color:#000,stroke:#fcc
%% style sub_bianca_shared_env fill:#ffc,color:#000,stroke:#ffc
style sub_bianca_private_env fill:#cfc,color:#000,stroke:#cfc
%% Private Bianca
bianca_private_console---|is a|bianca_private_terminal
bianca_private_remote_desktop-->|must also use|bianca_private_terminal
Expand Down Expand Up @@ -205,9 +196,6 @@ are discussed
```mermaid
flowchart TD
%% Give a white background, instead of a transparent one
classDef node fill:#fff,color:#000,stroke:#000
subgraph sub_inside[IP inside SUNET]
user(User)
Expand All @@ -219,12 +207,6 @@ flowchart TD
end
end
%% Shared subgraph color scheme
%% style sub_outside fill:#ccc,color:#000,stroke:#ccc
style sub_inside fill:#fcc,color:#000,stroke:#fcc
style sub_bianca_shared_env fill:#ffc,color:#000,stroke:#ffc
style sub_bianca_private_env fill:#cfc,color:#000,stroke:#cfc
%% Inside SUNET
user --> bianca_private_console
user --> bianca_private_remote_desktop
Expand Down Expand Up @@ -269,9 +251,6 @@ In a Bianca console environment:
```mermaid
flowchart TD
%% Give a white background, instead of a transparent one
classDef node fill:#fff,color:#000,stroke:#000
subgraph sub_inside[IP inside SUNET]
user(User)
Expand All @@ -288,12 +267,6 @@ flowchart TD
end
end
%% Shared subgraph color scheme
%% style sub_outside fill:#ccc,color:#000,stroke:#ccc
style sub_inside fill:#fcc,color:#000,stroke:#fcc
style sub_bianca_shared_env fill:#ffc,color:#000,stroke:#ffc
style sub_bianca_private_env fill:#cfc,color:#000,stroke:#cfc
%% Inside SUNET
user-->|SSH, UPPMAX password and 2FA|bianca_shared_console
Expand All @@ -304,64 +277,6 @@ flowchart TD

### Overview

```mermaid
flowchart TD
%% Give a white background, instead of a transparent one
classDef node fill:#fff,color:#000,stroke:#000
classDef focus_node fill:#fff,color:#000,stroke:#000,stroke-width:4px
subgraph sub_outside[IP outside SUNET]
outside(Physically outside SUNET)
end
subgraph sub_inside[IP inside SUNET]
physically_inside(Physically inside SUNET)
inside_using_vpn(Inside SUNET using VPN)
inside_using_rackham(Inside SUNET using Rackham)
subgraph sub_bianca_shared_env[Bianca shared network]
bianca_shared_console[Bianca console environment login]
bianca_shared_remote_desktop[Bianca remote desktop login]
subgraph sub_bianca_private_env[The project's private virtual project cluster]
bianca_private_console[Bianca console environment]
bianca_private_remote_desktop[Bianca remote desktop]
bianca_private_terminal[Terminal]
end
end
end
%% Shared subgraph color scheme
style sub_outside fill:#ccc,color:#000,stroke:#ccc
style sub_inside fill:#fcc,color:#000,stroke:#fcc
style sub_bianca_shared_env fill:#ffc,color:#000,stroke:#ffc
style sub_bianca_private_env fill:#cfc,color:#000,stroke:#cfc
%% Outside SUNET
outside-->|Move physically|physically_inside
outside-->|Use a VPN|inside_using_vpn
outside-->|Login to Rackham|inside_using_rackham
%% Inside SUNET
physically_inside-->|SSH|bianca_shared_console
physically_inside-->|UPPMAX website|bianca_shared_remote_desktop
physically_inside-.->inside_using_rackham
physically_inside-.->inside_using_vpn
inside_using_vpn-->|SSH|bianca_shared_console
inside_using_vpn-->|UPPMAX website|bianca_shared_remote_desktop
inside_using_rackham-->|SSH|bianca_shared_console
%% Shared Bianca
bianca_shared_console --> |UPPMAX password|bianca_private_console
bianca_shared_remote_desktop-->|UPPMAX password|bianca_private_remote_desktop
%% Private Bianca
bianca_private_console---|is a|bianca_private_terminal
bianca_private_remote_desktop-->|must also use|bianca_private_terminal
```

Using default coloring:

```mermaid
flowchart TD
Expand Down

0 comments on commit 68167a7

Please sign in to comment.