Control Node Setup
A deployment controller could be a dedicated server or a workstation.
From command line
Clone the Private Data System repository
git clone https://github.com/clusterapps/PrivateSystem.git
Review required settings.
From Tower or AWX
A:) Clone and modify for your own environment
git clone https://git.clusterapps.com/ansible/tower-pds-base.git
B:) Create a new Project and assign to specific groups.
step-by-step coming soon
Additional Settings
Additional items for a Windows environment.
Download the Windows virtio drivers. These drivers are needed to Windows guests running on KVM.
On a web server or software distribution server:
wget https://fedorapeople.org/groups/virt/virtio-win/virtio-win.repo -O /etc/yum.repos.d/virtio-win.repo
yum install -y virtio-win
cp /usr/share/virtio-win/virtio-win.iso /var/www/html/iso/
No Comments