Merge remote-tracking branch 'origin/bug5912' into bug5912

This commit is contained in:
Axel Uhl
2024-05-06 16:54:53 +02:00
@@ -32,6 +32,10 @@ systemctl start nfs-server
cd /var/log/old/cache/docker/registry && docker-compose-up
scp -p -o StrictHostKeyChecking=no -r root@sapsailing.com:/etc/ssh /etc
# append hostname to sysconfig
echo "HOSTNAME=sapsailing.com" >> /etc/sysconfig/network
sed -i "s/\(127.0.0.1 *\)/\1 sapsailing.com /" /etc/hosts
hostname sapsailing.com
hostnamectl set-hostname sapsailing.com
echo "Please now run the script target-group-tag-route53-nfs-elasticIP-setup.sh which configures the tags, adds to the "
echo "necessary target groups, modifies a few records in route53, remounts those dependent on this, and sets the elastic IP."
echo "You will need to have the aws cli installed and have the necessary permissions to make these alterations manually."