mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-24 10:37:44 +02:00
Update test scripts
This commit is contained in:
parent
eb867fd1e7
commit
a5cdf4c9c8
@ -1,18 +1,8 @@
|
||||
#!/bin/bash
|
||||
# this script runs in the rpm_test environment
|
||||
|
||||
sudo yum install -y createrepo
|
||||
# TODO: database?
|
||||
|
||||
createrepo $WORKSPACE/archive
|
||||
|
||||
sudo -E su -c "cat << EOF > /etc/yum.repos.d/local.repo
|
||||
[local]
|
||||
name=Nyarlathotep
|
||||
baseurl=file://$WORKSPACE/archive
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
EOF"
|
||||
|
||||
sudo yum update -y
|
||||
sudo yum install -y icinga2 mariadb-server icinga2-ido-mysql
|
||||
install_package icinga2 icinga2-ido-mysql icinga2-ido-pgsql
|
||||
|
||||
sudo icinga2 daemon -C
|
||||
|
Loading…
x
Reference in New Issue
Block a user