-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #459 from alvarosimon/add_new_flavors
[tier1-cloud] Add new flavors
- Loading branch information
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,8 @@ | |
|
||
\include{ch_Shares} | ||
|
||
\include{ch_Appendix} | ||
|
||
\end{document} | ||
|
||
%%% Local Variables: | ||
|