Skip to content

Commit

Permalink
Merge pull request #459 from alvarosimon/add_new_flavors
Browse files Browse the repository at this point in the history
[tier1-cloud] Add new flavors
  • Loading branch information
epauwels authored Nov 25, 2022
2 parents 35e6243 + 8a2781b commit 55ff9d3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
37 changes: 37 additions & 0 deletions intro-Cloud/ch_Appendix.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
\chapter{Appendix}

\section{VSC Tier-1 Cloud flavors list}\label{sec:appendix-flavors}


\begin{prompt}
$ openstack flavor list
+----+-----------------+--------+------+-----------+-------+-----------+
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
+----+-----------------+--------+------+-----------+-------+-----------+
| 0 | CPUv1.nano | 64 | 1 | 0 | 1 | True |
| 1 | CPUv1.tiny | 512 | 10 | 0 | 1 | True |
| 10 | UPSv1.medium | 4096 | 30 | 0 | 2 | True |
| 11 | UPSv1.large | 8192 | 40 | 0 | 4 | True |
| 12 | UPSv1.2xlarge | 61440 | 40 | 0 | 16 | True |
| 13 | GPUv1.small | 2048 | 20 | 0 | 1 | True |
| 14 | GPUv1.medium | 4096 | 30 | 0 | 2 | True |
| 15 | GPUv1.large | 8192 | 40 | 0 | 4 | True |
| 16 | GPUv1.2xlarge | 61440 | 40 | 0 | 16 | True |
| 17 | UPSv1.3xlarge | 122880 | 80 | 0 | 16 | True |
| 18 | CPUv1.1_3xlarge | 184320 | 80 | 0 | 14 | True |
| 19 | CPUv1.4xlarge | 368640 | 80 | 0 | 20 | True |
| 2 | CPUv1.small | 2048 | 20 | 0 | 1 | True |
| 3 | CPUv1.medium | 4096 | 30 | 0 | 2 | True |
| 4 | CPUv1.large | 8192 | 40 | 0 | 4 | True |
| 5 | CPUv1.xlarge | 16384 | 40 | 0 | 8 | True |
| 6 | CPUv1.2xlarge | 61440 | 40 | 0 | 16 | True |
| 7 | CPUv1.3xlarge | 122880 | 80 | 0 | 16 | True |
| 8 | CPUv1.1_2xlarge | 61440 | 40 | 0 | 8 | True |
| 9 | UPSv1.small | 2048 | 20 | 0 | 1 | True |
+----+-----------------+--------+------+-----------+-------+-----------+
\end{prompt}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "intro-Cloud"
%%% End:
12 changes: 12 additions & 0 deletions intro-Cloud/ch_Flavors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,29 @@ \section{Flavor Sizes}\label{sec:flavor-sizes}
\hline
2xlarge & 62Gb & 40Gb & 16 \\
\hline
1\_3xlarge & 180Gb & 80Gb & 14 \\
\hline
3xlarge & 120Gb & 80Gb & 16 \\
\hline
4xlarge & 360Gb & 80Gb & 20 \\
\hline
\end{tabular}
\caption{Flavor sizes}
\label{table:flavor-size}
\end{table}

The current VSC Tier-1 Cloud flavors list is available from section \ref{sec:appendix-flavors}.

E.g. \strong{GPUv1}.\emph{large} OpenStack flavor will instantiate a
VM with 4 AMD Epyc 7542 2.9GHz CPUs, with a NVIDIA Tesla 4 GPU, 8GB
of ram, 40Gb of root disk and connected to the UPS.

\strong{Note:} New Tier-1 VSC Cloud projects should take into account
these flavor sizes in order to request their required resources and quota.
For instance, a new project needs 2 VMs with \emph{xlarge} flavor,
in that case the project should request 32Gb of ram and 16 Cores in total
to deploy their infrastructure.

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "intro-Cloud"
Expand Down
2 changes: 2 additions & 0 deletions intro-Cloud/intro-Cloud.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

\include{ch_Shares}

\include{ch_Appendix}

\end{document}

%%% Local Variables:
Expand Down

0 comments on commit 55ff9d3

Please sign in to comment.