Chapter 3: Verification
Install and run contrail-peering-monitor to see the status of contrail services
git clone https://github.com/cloudwatt/contrail-peering-monitor
cd contrail-peering-monitor/
npm install .
./contrail-peering-monitor monitor
Verify the contrail discovery services endpoint
http://10.0.3.4:5998/services
you can see the API,Collector, IfmapServer, OpServer, should be up in the list. dns-server,xmpp-server shows down. it will be up after devstack is configured.
Verify using openstack horizon
Using openstack horizon, create networks, routers, instances and test it.
Verify using contrail-api-cli
https://github.com/cloudwatt/contrail-api-cli
MISC Items
Contrail 3.2 config has inbuilt ifmap-proxy. To use this(instead of ifmapserver), This need to be configured in contrail-api.conf file.
[IFMAP_SERVER]
ifmap_listen_ip = 10.0.1.4
ifmap_listen_port = 8443
ifmap_credentials =username:password