You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cheat sheet to run useful commands on CC13.x deployed cluster
Tested on Redhat 7.6 ES + RHOSP13 + CN 5.x
Below are some of the useful commands
/var/log/contrail_cloud/* << Log location on undercloud VM
/var/log/contrail_cloud/* << Ansible logs on Jumphost
sudo vbmc list << Run on controller hosts to check port#
yum list installed | grep cloud << Version of CC installed on jumphost
rpm -qa | grep contrail << Version of CN installed on undercloud
/var/log/mistral/*.log << Mistral logs on undercloud
/var/log/ironic/* << Ironic logs on undercloud
/var/log/messages << Logs on undercloud
tailf /var/log/contrail_cloud/create-stack.log << Check progress of the stack creation on undercloud VM
Introspection data for all the nodes is saved, check:
openstack baremetal node list
openstack server list
openstack network list
openstack subnet show ctlplane-subnet
openstack stack list
openstack catalog list
Openstack commands on overcloud
openstack overcloud profiles list
openstack overcloud plan list
openstack stack failures list --long overcloud
openstack stack list --nested --property status=FAILED
openstack stack resource list overcloud --filter status=FAILED
openstack stack resource list overcloud | grep -v COMPLETE
openstack stack resource show overcloud [FAILED RESOURCE]
openstack stack event list overcloud --nested-depth 5 --follow
openstack stack output show overcloud HostsEntry -f value -c output_value
openstack server list
openstack network list
openstack flavor list
nova list