I'm trying to deploy TripleO OverCloud .. and i'm stuck with this step :
http://tripleo.org/install/environments/baremetal.html
My idea is :
- Currently i've one Hypervisor server KVM
- I created a Guestnode forUnderCloudon same host
- I created a Guestnode forBlockStorage
- I installed VirtualBMCon these nodes in order to simulateIPMIcontrol
- The blocker now is with Computenode where as per my understanding it should be a physical hypervisor server . so myIdeais to use theHosthypervisor itself as aComputenote thus it will be possible to create instances through.. but my problem is :
How can i define it inside instackenv.json in order to describe the node ? so mu though is i will need to install a simulation like VirtualMBC but for the host itself not for the virtual .. Thus OpenStack would be able of managing the hypervisor node and creating the VMs. 
Correct me please and your help

