Minimal CentOS 7 virtual machine with support for initialization through Cloud-init. The image supports following metadata:
- root_authorized_keys: content for
/root/.ssh/authorized_keys
. - org.erigones:zabbix_ip:
Server
andServerActive
parameters in zabbix_agentd.conf. - org.erigones:zabbix_setup_done: If set, the configuration of zabbix_agentd.conf will be skipped (set after first deploy).
- cloud-init modules: growpart, resizefs, ssh, set-passwords.
- hostname: Full hostname to be configured by cloud-init at first boot.
- Version bump to CentOS 7.8 (2003).
- Version bump to CentOS 7.7 (1908).
- Add python3 to CentOS appliances - #459
- Version bump to CentOS 7.6 (1810).
- Enable vmadm console support - #130
- Added 04-mtu-set.sh to override incorrectly set non-default MTU in KVM - #430
- Version bump (updated packages).
- Version bump to CentOS 7.4 (1708).
- Disabled cloud-init network configuration, which could lead to network being down in VMs after update of cloud-init or CentOS - #80
- Version bump.
- Moved to contrib and changed version format - #39
- Added Zabbix agent package and related metadata - #39
- Version bump.
- Version bump.
- Version bump.
- Removed chrony (using ntpd instead) - commit 17880ed
- Version bump.
- Version bump.
- Initial release.