Link: https://openstack.nimeyo.com/57721/?show=61786#a61786<br />
From: getvasanth <r.vasanthkumar@nectechnologies.in><br />
<br />
<p>Shinobu,</p>

<p>this is how I have started to explore Ironic,</p>

<ol><li>Setup the test environment</li>
<li>Enable the debug mode in Ironic</li>
<li>Execute the commands, like create a node, chassis, delete etc,<br>
(Basic CRUD operation first)</li>
<li>Collect the logs for that one operation.</li>
<li>Understand the flow, you will get the API information part of your log.</li>
<li>Now get into the code, for respective operations</li>
<li>Its easy like this to go through the large code base.</li>
<li>We can map the entire code in this way.</li>
</ol>