1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00
Ruben S. Montero 277ee87f1f
F #5076: New provision template names
- provisions (top level) are now edge-clusters
  - New edge-clusters: metal and virtual
  - New qemu IM driver
  - Removed previous templates (hybrid+)
2021-03-03 12:23:54 +01:00

27 lines
465 B
YAML

name: 'packet-ewr1'
description: 'Edge cluster in Equinix Parsippany, USA, NJ'
provider: 'packet'
plain:
image: 'EQUINIX'
location_key: 'facility'
provision_type: 'metal'
connection:
token: 'Packet token'
project: 'Packet project'
facility: 'ewr1'
inputs:
- name: 'packet_os'
type: 'list'
options:
- 'centos_8'
- name: 'packet_plan'
type: 'list'
options:
- 't1.small'
- 'c1.small'
- 'm1.xlarge'