1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

B #5939: Add PLAIN/provision_type in oneprovision (#2414)

(cherry picked from commit 8e9f48d44d)
This commit is contained in:
Jorge Miguel Lobo Escalona 2022-12-12 11:02:48 +01:00 committed by Tino Vázquez
parent 60fb740d1e
commit 924af32f2a
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
9 changed files with 24 additions and 1 deletions

View File

@ -3,6 +3,9 @@ name: 'aws-frankfurt'
description: 'Provision cluster in AWS Frankfurt'
provider: 'aws'
plain:
provision_type: 'metal'
connection:
access_key: 'AWS access key'
secret_key: 'AWS secret key'

View File

@ -3,6 +3,9 @@ name: 'aws-london'
description: 'Provision cluster in AWS London'
provider: 'aws'
plain:
provision_type: 'metal'
connection:
access_key: 'AWS access key'
secret_key: 'AWS secret key'

View File

@ -3,6 +3,9 @@ name: 'aws-north-virginia'
description: 'Provision cluster in AWS North Virginia'
provider: 'aws'
plain:
provision_type: 'metal'
connection:
access_key: 'AWS access key'
secret_key: 'AWS secret key'

View File

@ -3,6 +3,9 @@ name: 'aws-north-california'
description: 'Provision cluster in AWS North California'
provider: 'aws'
plain:
provision_type: 'metal'
connection:
access_key: 'AWS access key'
secret_key: 'AWS secret key'

View File

@ -3,6 +3,9 @@ name: 'equinix-amsterdam'
description: 'Provision cluster in Equinix Amsterdam'
provider: 'equinix'
plain:
provision_type: 'metal'
connection:
token: 'Equinix token'
project: 'Equinix project'

View File

@ -3,6 +3,9 @@ name: 'equinix-new-york'
description: 'Provision cluster in Equinix New York'
provider: 'equinix'
plain:
provision_type: 'metal'
connection:
token: 'Equinix token'
project: 'Equinix project'

View File

@ -3,6 +3,9 @@ name: 'equinix-silicon-valley'
description: 'Provision cluster in Equinix, USA, CA'
provider: 'equinix'
plain:
provision_type: 'metal'
connection:
token: 'Equinix token'
project: 'Equinix project'

View File

@ -3,6 +3,9 @@ name: 'equinix-tokyo'
description: 'Provision cluster in Equinix Tokyo, Japan'
provider: 'equinix'
plain:
provision_type: 'metal'
connection:
token: 'Equinix token'
project: 'Equinix project'

View File

@ -2,7 +2,6 @@ name: 'onprem'
description: 'On Premises datacenter infrastructure'
provider: 'onprem'
provision_type: 'metal'
connection: {}
plain:
provision_type: 'metal'