1
0
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:
Sergio Betanzos 2021-01-12 11:08:52 +01:00 committed by GitHub
parent 486e3c49c4
commit dda00c05d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 12 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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

View File

@ -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