You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
642 B
29 lines
642 B
#!/bin/bash
|
|
|
|
#test comment
|
|
|
|
echo "ovirt node 4.5"
|
|
dnf update -y
|
|
dnf install -y centos-release-ovirt45 --enablerepo=extras
|
|
|
|
|
|
|
|
dnf module -y enable javapackages-tools
|
|
dnf module -y enable pki-deps
|
|
dnf module -y enable postgresql:12
|
|
dnf module -y enable mod_auth_openidc:2.3
|
|
dnf module -y enable nodejs:14
|
|
dnf -y install cockpit-ovirt-dashboard
|
|
systemctl enable --now cockpit.socket
|
|
|
|
dnf module reset virt
|
|
dnf -y module enable virt:rhel
|
|
dnf -y distro-sync --nobest
|
|
dnf -y install glusterfs-8.6 --enablerepo=centos-gluster8
|
|
dnf -y install ovirt-engine-appliance
|
|
dnf -y install ovirt-hosted-engine-setup
|
|
dnf -y in tmux
|
|
|
|
hosted-engine --deploy
|
|
|