mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
parent
01b7040310
commit
9ef770cb3e
@ -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/
|
||||||
|
@ -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'
|
@ -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'
|
|
21
share/oneprovision/hybrid+/providers/aws/aws-us-east-1.yml
Normal file
21
share/oneprovision/hybrid+/providers/aws/aws-us-east-1.yml
Normal 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'
|
@ -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'
|
|
@ -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'
|
Loading…
Reference in New Issue
Block a user