Verifying Contrail Ansible Deployment
This topic describes how to verify Contrail Ansible Deployment.
- Run the Invoke-DiagnosticCheck.ps1 script
from tools repository on the Windows compute nodes. This script runs
on localhost and performs a series of checks to verify that the Windows
compute node is running properly. All checks pass if the deployment
is successful.
Note To run this script quickly on your Windows nodes, you can use the following command:
Invoke-WebRequest https://raw.githubusercontent.com/Juniper/contrail-windows-tools/master/Invoke-ScriptInRemoteSessions.ps1 -OutFile Invoke-ScriptInRemoteSessions.ps1 Invoke-WebRequest https://raw.githubusercontent.com/Juniper/contrail-windows-tools/master/Invoke-DiagnosticCheck.ps1 -OutFile Invoke-DiagnosticCheck.ps1 .\Invoke-ScriptInRemoteSessions.ps1 -ScriptFileName ".\Invoke-DiagnosticCheck.ps1" -Addresses "<IP1>,<IP2>" -Credential (Get-Credential) -OtherParams...
Refer the README document to understand how to configure the diagnostic script. Refer toCreating a Virtual Network and Creating and Removing a Container on a Windows Compute Node to understand how to create networks and containers.
- (Optional) Refer to usage examples and run manual tests. See Example: Creating Virtual Networks and Containers for more information.