Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Description Secure Communication Manager VM 1 Worker VM 2 Worker VM 3 192.168.20.1 NAT Physical Network Internet Consider the above virtual infrastructure. The hypervisor hosts
Description Secure Communication Manager VM 1 Worker VM 2 Worker VM 3 192.168.20.1 NAT Physical Network Internet Consider the above virtual infrastructure. The hypervisor hosts 3 Ubuntu 64 bits servers with minimal configuration. The VM1 is the manager-VM and VM2 and VM3 are the worker-VMs. Through the Manager, an user automates processes on the Workers over a secure connection (i.e., using SSH). The virtual infrastructure runs on its private address space 192.168.20.1/24 network with Internet access. Your tasks are the following. Tasks 1. Deploy the infrastructure. 2. Write a python API that executes a Shell Script file from the manger to a worker. The target worker must be identified by its IP address. The user supplies the script and the target to the manager. 3. Make at least five test samples of the tests. 4. The API must also inform the user, how long it took to execute the task. Description Secure Communication Manager VM 1 Worker VM 2 Worker VM 3 192.168.20.1 NAT Physical Network Internet Consider the above virtual infrastructure. The hypervisor hosts 3 Ubuntu 64 bits servers with minimal configuration. The VM1 is the manager-VM and VM2 and VM3 are the worker-VMs. Through the Manager, an user automates processes on the Workers over a secure connection (i.e., using SSH). The virtual infrastructure runs on its private address space 192.168.20.1/24 network with Internet access. Your tasks are the following. Tasks 1. Deploy the infrastructure. 2. Write a python API that executes a Shell Script file from the manger to a worker. The target worker must be identified by its IP address. The user supplies the script and the target to the manager. 3. Make at least five test samples of the tests. 4. The API must also inform the user, how long it took to execute the task
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started