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:
|
Metadata:
|
||||||
'AWS::CloudFormation::Interface':
|
'AWS::CloudFormation::Interface':
|
||||||
ParameterGroups:
|
ParameterGroups:
|
||||||
- Label:
|
|
||||||
default: SSH Access configuration
|
|
||||||
Parameters:
|
|
||||||
- KeyName
|
|
||||||
- Label:
|
- Label:
|
||||||
default: Domain and SSL certificate configuration
|
default: Domain and SSL certificate configuration
|
||||||
Parameters:
|
Parameters:
|
||||||
|
@ -220,6 +216,7 @@ Metadata:
|
||||||
default: EC2 Instance configuration
|
default: EC2 Instance configuration
|
||||||
Parameters:
|
Parameters:
|
||||||
- InstanceType
|
- InstanceType
|
||||||
|
- KeyName
|
||||||
- AmiId
|
- AmiId
|
||||||
- Label:
|
- Label:
|
||||||
default: S3 bucket for application data and recordings
|
default: S3 bucket for application data and recordings
|
||||||
|
|
|
@ -382,15 +382,6 @@ Parameters:
|
||||||
Metadata:
|
Metadata:
|
||||||
'AWS::CloudFormation::Interface':
|
'AWS::CloudFormation::Interface':
|
||||||
ParameterGroups:
|
ParameterGroups:
|
||||||
- Label:
|
|
||||||
default: SSH Access configuration
|
|
||||||
Parameters:
|
|
||||||
- KeyName
|
|
||||||
- Label:
|
|
||||||
default: OpenVidu Elastic configuration
|
|
||||||
Parameters:
|
|
||||||
- OpenViduLicense
|
|
||||||
- RTCEngine
|
|
||||||
- Label:
|
- Label:
|
||||||
default: Domain and SSL certificate configuration
|
default: Domain and SSL certificate configuration
|
||||||
Parameters:
|
Parameters:
|
||||||
|
@ -399,11 +390,17 @@ Metadata:
|
||||||
- DomainName
|
- DomainName
|
||||||
- OwnPublicCertificate
|
- OwnPublicCertificate
|
||||||
- OwnPrivateCertificate
|
- OwnPrivateCertificate
|
||||||
|
- Label:
|
||||||
|
default: OpenVidu Elastic configuration
|
||||||
|
Parameters:
|
||||||
|
- OpenViduLicense
|
||||||
|
- RTCEngine
|
||||||
- Label:
|
- Label:
|
||||||
default: EC2 Instance configuration
|
default: EC2 Instance configuration
|
||||||
Parameters:
|
Parameters:
|
||||||
- MasterNodeInstanceType
|
- MasterNodeInstanceType
|
||||||
- MediaNodeInstanceType
|
- MediaNodeInstanceType
|
||||||
|
- KeyName
|
||||||
- AmiId
|
- AmiId
|
||||||
- Label:
|
- Label:
|
||||||
default: Media Nodes Autoscaling Group configuration
|
default: Media Nodes Autoscaling Group configuration
|
||||||
|
|
|
@ -219,15 +219,6 @@ Parameters:
|
||||||
Metadata:
|
Metadata:
|
||||||
'AWS::CloudFormation::Interface':
|
'AWS::CloudFormation::Interface':
|
||||||
ParameterGroups:
|
ParameterGroups:
|
||||||
- Label:
|
|
||||||
default: SSH Access configuration
|
|
||||||
Parameters:
|
|
||||||
- KeyName
|
|
||||||
- Label:
|
|
||||||
default: OpenVidu Single Node PRO configuration
|
|
||||||
Parameters:
|
|
||||||
- OpenViduLicense
|
|
||||||
- RTCEngine
|
|
||||||
- Label:
|
- Label:
|
||||||
default: Domain and SSL certificate configuration
|
default: Domain and SSL certificate configuration
|
||||||
Parameters:
|
Parameters:
|
||||||
|
@ -236,10 +227,16 @@ Metadata:
|
||||||
- DomainName
|
- DomainName
|
||||||
- OwnPublicCertificate
|
- OwnPublicCertificate
|
||||||
- OwnPrivateCertificate
|
- OwnPrivateCertificate
|
||||||
|
- Label:
|
||||||
|
default: OpenVidu Single Node PRO configuration
|
||||||
|
Parameters:
|
||||||
|
- OpenViduLicense
|
||||||
|
- RTCEngine
|
||||||
- Label:
|
- Label:
|
||||||
default: EC2 Instance configuration
|
default: EC2 Instance configuration
|
||||||
Parameters:
|
Parameters:
|
||||||
- InstanceType
|
- InstanceType
|
||||||
|
- KeyName
|
||||||
- AmiId
|
- AmiId
|
||||||
- Label:
|
- Label:
|
||||||
default: S3 bucket for application data and recordings
|
default: S3 bucket for application data and recordings
|
||||||
|
|
Loading…
Reference in New Issue