deployment: Install cfn-init correctly in Ubuntu 24.04
This commit is contained in:
parent
8037253ee0
commit
ace21eb8bb
@ -165,9 +165,10 @@ Resources:
|
||||
#!/bin/bash -x
|
||||
set -eu -o pipefail
|
||||
apt-get update && apt-get install -y \
|
||||
python3-setuptools \
|
||||
python3-pip \
|
||||
ec2-instance-connect
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz --break-system-packages
|
||||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenviduServerCE
|
||||
|
||||
|
||||
@ -263,9 +263,10 @@ Resources:
|
||||
#!/bin/bash -x
|
||||
set -eu -o pipefail
|
||||
apt-get update && apt-get install -y \
|
||||
python3-setuptools \
|
||||
python3-pip \
|
||||
ec2-instance-connect
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz --break-system-packages
|
||||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenviduServerPro
|
||||
|
||||
|
||||
@ -260,9 +260,10 @@ Resources:
|
||||
#!/bin/bash -x
|
||||
set -eu -o pipefail
|
||||
apt-get update && apt-get install -y \
|
||||
python3-setuptools \
|
||||
python3-pip \
|
||||
ec2-instance-connect
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz --break-system-packages
|
||||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenviduServerPro
|
||||
|
||||
|
||||
@ -286,9 +286,10 @@ Resources:
|
||||
set -eu -o pipefail
|
||||
|
||||
apt-get update && apt-get install -y \
|
||||
python3-pip \
|
||||
ec2-instance-connect
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
|
||||
python3-setuptools \
|
||||
python3-pip \
|
||||
ec2-instance-connect
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz --break-system-packages
|
||||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource TurnServerInstance
|
||||
|
||||
|
||||
@ -187,9 +187,10 @@ Resources:
|
||||
#!/bin/bash -x
|
||||
set -eu -o pipefail
|
||||
apt-get update && apt-get install -y \
|
||||
python3-setuptools \
|
||||
python3-pip \
|
||||
ec2-instance-connect
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz --break-system-packages
|
||||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource KurentoMediaServer
|
||||
|
||||
|
||||
@ -146,9 +146,10 @@ Resources:
|
||||
#!/bin/bash -x
|
||||
set -eu -o pipefail
|
||||
apt-get update && apt-get install -y \
|
||||
python3-setuptools \
|
||||
python3-pip \
|
||||
ec2-instance-connect
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
|
||||
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz --break-system-packages
|
||||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenviduServerPro
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user