1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

F #3951: Fix provider templates (#609)

This commit is contained in:
Sergio Betanzos 2021-01-11 15:25:58 +01:00 committed by GitHub
parent ed8c3f146e
commit 9802a700ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 6 deletions

View File

@ -7,6 +7,7 @@ description: 'Elastic cluster on AWS in Frakfurt'
plain:
image: 'AWS.webp'
location_key: 'region'
connection:
access_key: 'Encrypted AWS access key'
secret_key: 'Encrypted AWS secret key'

View File

@ -7,15 +7,20 @@ description: 'Elastic cluster on AWS in North Virginia'
plain:
image: 'AWS.webp'
location_key: 'region'
connection:
access_key: 'Encrypted AWS access key'
secret_key: 'Encrypted AWS secret key'
region: 'us-east-1'
inputs:
aws_ami_image:
- 'ami-096fda3c22c1c990a'
- 'ami-00ddb0e5626798373'
aws_instance_type:
- 'i3-metal'
- 'i3.large'
- name: 'aws_ami_image'
type: 'list'
options:
- 'ami-096fda3c22c1c990a'
- 'ami-00ddb0e5626798373'
- name: 'aws_instance_type'
type: 'list'
options:
- 'i3-metal'
- 'i3.large'

View File

@ -7,6 +7,7 @@ description: 'Elastic cluster on Packet in Amsterdam'
plain:
image: 'Packet.webp'
location_key: 'facility'
connection:
token: 'Encrypted Packet token'
project: 'Encrypted Packet project'