From: getvasanth <[email protected]>
Shinobu,
this is how I have started to explore Ironic,
- Setup the test environment
- Enable the debug mode in Ironic
- Execute the commands, like create a node, chassis, delete etc,
(Basic CRUD operation first) - Collect the logs for that one operation.
- Understand the flow, you will get the API information part of your log.
- Now get into the code, for respective operations
- Its easy like this to go through the large code base.
- We can map the entire code in this way.
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
