mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: single node & elastic - reorganize parameter groups
parent
08cfbcce64
commit
b549fdba51
|
@ -204,10 +204,6 @@ Parameters:
|
|||
Metadata:
|
||||
'AWS::CloudFormation::Interface':
|
||||
ParameterGroups:
|
||||
- Label:
|
||||
default: SSH Access configuration
|
||||
Parameters:
|
||||
- KeyName
|
||||
- Label:
|
||||
default: Domain and SSL certificate configuration
|
||||
Parameters:
|
||||
|
@ -220,6 +216,7 @@ Metadata:
|
|||
default: EC2 Instance configuration
|
||||
Parameters:
|
||||
- InstanceType
|
||||
- KeyName
|
||||
- AmiId
|
||||
- Label:
|
||||
default: S3 bucket for application data and recordings
|
||||
|
|
|
@ -382,15 +382,6 @@ Parameters:
|
|||
Metadata:
|
||||
'AWS::CloudFormation::Interface':
|
||||
ParameterGroups:
|
||||
- Label:
|
||||
default: SSH Access configuration
|
||||
Parameters:
|
||||
- KeyName
|
||||
- Label:
|
||||
default: OpenVidu Elastic configuration
|
||||
Parameters:
|
||||
- OpenViduLicense
|
||||
- RTCEngine
|
||||
- Label:
|
||||
default: Domain and SSL certificate configuration
|
||||
Parameters:
|
||||
|
@ -399,11 +390,17 @@ Metadata:
|
|||
- DomainName
|
||||
- OwnPublicCertificate
|
||||
- OwnPrivateCertificate
|
||||
- Label:
|
||||
default: OpenVidu Elastic configuration
|
||||
Parameters:
|
||||
- OpenViduLicense
|
||||
- RTCEngine
|
||||
- Label:
|
||||
default: EC2 Instance configuration
|
||||
Parameters:
|
||||
- MasterNodeInstanceType
|
||||
- MediaNodeInstanceType
|
||||
- KeyName
|
||||
- AmiId
|
||||
- Label:
|
||||
default: Media Nodes Autoscaling Group configuration
|
||||
|
|
|
@ -219,15 +219,6 @@ Parameters:
|
|||
Metadata:
|
||||
'AWS::CloudFormation::Interface':
|
||||
ParameterGroups:
|
||||
- Label:
|
||||
default: SSH Access configuration
|
||||
Parameters:
|
||||
- KeyName
|
||||
- Label:
|
||||
default: OpenVidu Single Node PRO configuration
|
||||
Parameters:
|
||||
- OpenViduLicense
|
||||
- RTCEngine
|
||||
- Label:
|
||||
default: Domain and SSL certificate configuration
|
||||
Parameters:
|
||||
|
@ -236,10 +227,16 @@ Metadata:
|
|||
- DomainName
|
||||
- OwnPublicCertificate
|
||||
- OwnPrivateCertificate
|
||||
- Label:
|
||||
default: OpenVidu Single Node PRO configuration
|
||||
Parameters:
|
||||
- OpenViduLicense
|
||||
- RTCEngine
|
||||
- Label:
|
||||
default: EC2 Instance configuration
|
||||
Parameters:
|
||||
- InstanceType
|
||||
- KeyName
|
||||
- AmiId
|
||||
- Label:
|
||||
default: S3 bucket for application data and recordings
|
||||
|
|
Loading…
Reference in New Issue