Author Archives: Michael Burman
Author Archives: Michael Burman
Skydive network is an open source real-time network topology and protocols analyzer providing a comprehensive way of understanding what is happening in your network infrastructure. The common use cases will be, troubleshooting, monitoring, SDN integration and much more. It has features such as:
Skydive allows oVirt administrators to see the network configuration and topology of their oVirt cluster. Administrators can capture traffic from VM1 to VM2 or monitor the traffic between VMs or hosts. Skydive can generate traffic between 2 running VMs on different hosts and then analyze. Administrators can create alerts in Skydive UI to notify when traffic is disconnected or down.
git clone https://github.com/skydive-project/skydive.git
Create inventory file
[skydive:children]
analyzers
agents
[skydive:vars]
skydive_listen_ip=0.0.0.0
skydive_fabric_default_interface=ovirtmgmt
skydive_os_auth_url=https://<ovn_provider_FQDN>:35357/v2.0
skydive_os_service_username=<ovn_provider_username>
skydive_os_service_password=<ovn_provider_password>
skydive_os_service_tenant_name=service
skydive_os_service_domain_name=Default
skydive_os_service_region_name=RegionOne
[analyzers]
<analyzer_FQDN> ansible_ssh_user=root ansible_ssh_pass=<ssh_password>
[agents]
<agent_FQDN> ansible_ssh_user=root Continue reading
Skydive network is an open source real-time network topology and protocols analyzer providing a comprehensive way of understanding what is happening in your network infrastructure. The common use cases will be, troubleshooting, monitoring, SDN integration and much more. It has features such as:
Skydive allows oVirt administrators to see the network configuration and topology of their oVirt cluster. Administrators can capture traffic from VM1 to VM2 or monitor the traffic between VMs or hosts. Skydive can generate traffic between 2 running VMs on different hosts and then analyze. Administrators can create alerts in Skydive UI to notify when traffic is disconnected or down.
git clone https://github.com/skydive-project/skydive.git
Create inventory file
[skydive:children]
analyzers
agents
[skydive:vars]
skydive_listen_ip=0.0.0.0
skydive_fabric_default_interface=ovirtmgmt
skydive_os_auth_url=https://<ovn_provider_FQDN>:35357/v2.0
skydive_os_service_username=<ovn_provider_username>
skydive_os_service_password=<ovn_provider_password>
skydive_os_service_tenant_name=service
skydive_os_service_domain_name=Default
skydive_os_service_region_name=RegionOne
[analyzers]
<analyzer_FQDN> ansible_ssh_user=root ansible_ssh_pass=<ssh_password>
[agents]
<agent_FQDN> ansible_ssh_user=root Continue reading