mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-03 13:47:01 +03:00
M #~: Add provision_type tag (#620)
This commit is contained in:
parent
486e3c49c4
commit
dda00c05d1
@ -1,11 +1,10 @@
|
||||
name: 'aws-frankfurt'
|
||||
description: 'Elastic cluster on AWS in Frakfurt'
|
||||
|
||||
description: 'Elastic cluster on AWS in Frakfurt'
|
||||
provider: 'aws'
|
||||
|
||||
plain:
|
||||
provision: 'hybrid+'
|
||||
provider: 'aws'
|
||||
provision_type: 'hybrid+'
|
||||
image: 'AWS.webp'
|
||||
|
||||
location_key: 'region'
|
||||
|
@ -1,11 +1,10 @@
|
||||
name: 'aws-north-virginia'
|
||||
description: 'Elastic cluster on AWS in North Virginia'
|
||||
|
||||
description: 'Elastic cluster on AWS in North Virginia'
|
||||
provider: 'aws'
|
||||
|
||||
plain:
|
||||
provision: 'hybrid+'
|
||||
provider: 'aws'
|
||||
provision_type: 'hybrid+'
|
||||
image: 'AWS.webp'
|
||||
|
||||
location_key: 'region'
|
||||
@ -24,4 +23,4 @@ inputs:
|
||||
type: 'list'
|
||||
options:
|
||||
- 'i3-metal'
|
||||
- 'i3.large'
|
||||
- 'i3.large'
|
||||
|
@ -1,11 +1,10 @@
|
||||
name: 'packet-amsterdam'
|
||||
description: 'Elastic cluster on Packet in Amsterdam'
|
||||
|
||||
description: 'Elastic cluster on Packet in Amsterdam'
|
||||
provider: 'packet'
|
||||
|
||||
plain:
|
||||
provision: 'hybrid+'
|
||||
provider: 'packet'
|
||||
provision_type: 'hybrid+'
|
||||
image: 'EQUINIX.webp'
|
||||
|
||||
location_key: 'facility'
|
||||
|
@ -20,7 +20,10 @@
|
||||
# resources using the KVM hypervisor.
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
name: "aws-cluster"
|
||||
name: 'aws-cluster'
|
||||
provision_type: 'hybrid+'
|
||||
|
||||
image: 'OPENNEBULA-AWS.png'
|
||||
|
||||
extends:
|
||||
- common.d/defaults.yml
|
||||
|
@ -20,7 +20,10 @@
|
||||
# resources using the KVM hypervisor.
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
name: "packet-cluster"
|
||||
name: 'packet-cluster'
|
||||
provision_type: 'hybrid+'
|
||||
|
||||
image: 'OPENNEBULA-EQUINIX.png'
|
||||
|
||||
extends:
|
||||
- common.d/defaults.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user