January 2019
Beginner to intermediate
776 pages
19h 58m
English
First you need to download and configure the below services for the configuration node:
The following script (21_5_open_contrail_configuration_node.sh) configures a server as the configuration node:
#!/bin/bash ############################################################################## # Python Network Programming Cookbook, Second Edition -- Chapter - 12 # Adopted from https://github.com/Juniper/contrail-controller/wiki/Install-and-Configure-OpenContrail-1.06 ...