Actions
Task #11709
closed
Task #10240: Install a modern virtualisation framework to host the 'corporate' services
Post configuration of the oVirt manager
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
System Application
Target version:
Start date:
Apr 30, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
- Install the ansible tasks that customise the hypervisor firewall
- Customise the ovirtmanager firewall in the same way, disabling esternal access to its services
- Upload some ISO images
- Automate the engine internal backup service
- Distribute the sysadmins ssh keys
- Backup the server
Related issues
Updated by Andrea Dell'Amico almost 7 years ago
- Related to Task #10988: Install oVirt on dlib14x-19x added
Updated by Andrea Dell'Amico almost 7 years ago
The firewalld related ansible tasks must be the equivalent of the following commands:
firewall-cmd --zone=public --add-source=146.48.80.0/21 firewall-cmd --zone=public --add-source=146.48.122.0/23 firewall-cmd --zone=public --add-source=10.0.0.0/8 firewall-cmd --zone=public --add-source=192.168.0.0/16 firewall-cmd --zone=public --add-source=146.48.122.0/23 --permanent firewall-cmd --zone=public --add-source=146.48.80.0/21 --permanent firewall-cmd --zone=public --add-source=10.0.0.0/8 --permanent firewall-cmd --zone=public --add-source=192.168.0.0/16 --permanent firewall-cmd --set-default-zone=drop
Updated by Andrea Dell'Amico almost 7 years ago
The already available templates for the virtual machines need some refinement. I'm going to create a new template for Ubuntu 16.04, with a lot of packages removed, python 2 installed, and ovirt-guest-agent correctly installed and configured.
If there are no objections I'll remove the Ubuntu 14.04 template.
Updated by Andrea Dell'Amico almost 7 years ago
I've temporary created the host template.d4science.org with IP 146.48.123.174 to setup a VM that will be used to create a new VM template for Ubuntu 16.04.
Updated by Andrea Dell'Amico almost 7 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Done, I also added a logrotate entry to prune the engine backup files.
Actions