mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Remove VC scaleway (#40791)
This commit is contained in:
parent
bcd6b5c6f8
commit
007127ea27
2 changed files with 27 additions and 25 deletions
|
@ -95,9 +95,10 @@ options:
|
|||
- C2S
|
||||
- C2M
|
||||
- C2L
|
||||
- VC1S
|
||||
- VC1M
|
||||
- VC1L
|
||||
- START1-XS
|
||||
- START1-S
|
||||
- START1-M
|
||||
- START1-L
|
||||
- X64-15GB
|
||||
- X64-30GB
|
||||
- X64-60GB
|
||||
|
@ -180,9 +181,10 @@ SCALEWAY_COMMERCIAL_TYPES = [
|
|||
'C2L', # x86-64 (8 cores) - 32 GB
|
||||
|
||||
# Virtual X86-64 compute instance
|
||||
'VC1S', # Starter X86-64 (2 cores) - 2GB
|
||||
'VC1M', # Starter X86-64 (4 cores) - 4GB
|
||||
'VC1L', # Starter X86-64 (6 cores) - 8GB
|
||||
'START1-XS', # Starter X86-64 (1 core) - 1GB - 25 GB NVMe
|
||||
'START1-S', # Starter X86-64 (2 cores) - 2GB - 50 GB NVMe
|
||||
'START1-M', # Starter X86-64 (4 cores) - 4GB - 100 GB NVMe
|
||||
'START1-L', # Starter X86-64 (8 cores) - 8GB - 200 GB NVMe
|
||||
'X64-15GB',
|
||||
'X64-30GB',
|
||||
'X64-60GB',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue