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

F #3951: Restructure provision templates (#599)

This commit is contained in:
Alejandro Huertas Herrero 2021-01-07 18:06:41 +01:00 committed by GitHub
parent 01b7040310
commit 9ef770cb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 74 additions and 42 deletions

View File

@ -1 +1,5 @@
LOREM IPSUM These templates deploy an infrastructure in a remote provider.
They follow our elastic architecture specification, you can check more information here:
https://opennebula.io/get-true-hybrid-cloud-architecture/

View File

@ -0,0 +1,24 @@
name: 'aws-frankfurt'
provider: 'aws'
provision: 'hybrid+'
description: 'Elastic cluster on AWS in Frakfurt'
plain:
image: 'AWS.webp'
connection:
access_key: 'Encrypted AWS access key'
secret_key: 'Encrypted AWS secret key'
region: 'eu-central-1'
inputs:
- name: 'aws_ami_image'
type: 'list'
options:
- 'ami-0e342d72b12109f91'
- 'ami-0b793c1e0d1dc4d28'
- name: 'aws_instance_type'
type: 'list'
options:
- 'i3-metal'

View File

@ -1,20 +0,0 @@
name: 'aws-frankfurt'
provider: 'aws'
provision: 'hybrid+'
description: "LOREM IPSUM"
plain:
image: 'AWS.webp'
connection:
access_key: "Encrypted aws access key"
secret_key: "Encrypted aws secret key"
inputs:
aws_ami_image:
- 'ami-6753'
- 'ami-5654'
aws_instance_type:
- 'i3-metal'

View File

@ -0,0 +1,21 @@
name: 'aws-north-virginia'
provider: 'aws'
provision: 'hybrid+'
description: 'Elastic cluster on AWS in North Virginia'
plain:
image: 'AWS.webp'
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'

View File

@ -1,21 +0,0 @@
name: 'aws-us-east'
provider: 'aws'
provision: 'hybrid+'
description: "LOREM IPSUM"
plain:
image: 'AWS.webp'
connection:
access_key: "Encrypted aws access key"
secret_key: "Encrypted aws secret key"
inputs:
aws_ami_image:
- 'ami-4645'
- 'ami-6578'
aws_instance_type:
- 'i3-metal'
- 'i4-metal'

View File

@ -0,0 +1,24 @@
name: 'packet-amsterdam'
provider: 'packet'
provision: 'hybrid+'
description: 'Elastic cluster on Packet in Amsterdam'
plain:
image: 'Packet.webp'
connection:
token: 'Encrypted Packet token'
project: 'Encrypted Packet project'
facility: 'ams1'
inputs:
- name: 'packet_os'
type: 'list'
options:
- 'centos_7'
- 'ubuntu_18_04'
- name: 'packet_plan'
type: 'list'
options:
- 'baremetal_0'