build environment:
1. built a crowbar master on Vmware fusion on my mac
2. updated my bc-template-network.json
3. finished installing crowbar successfully
a. took a snap shot, so I could roll back to a clean
crowbar installation.
4. build 2 more virts to pxe boot a client image
5. virts built and I was able install the necessary bar clamps to kick off
the default ubuntu virt that comes with OpenStack and login to it.
Where things went wrong.
1. rolled back to snapshot
2. copied Crowbar master over to Esxi Vmware server
3. Crowbar master comes up without a problem , I can access port 3000
remotely
4. install and allocate first client HP proliant Sl230s Gen8
5. attempt to allocate mysql bar clamp and fails
running chef-client from the client returned -->
bash("Add route to get to our BMC via nat") do
returns 0
retries 0
cookbook_name "bmc-nat"
command "\"bash\" \"/tmp/chef-script20130423-28453-ihooed-0\""
action "run"
code "ip route add /255.255.255.0 via 10.30.135.10"
backup 5
interpreter "bash"
retry_delay 2
recipe_name "client"
not_if "ip route show via 10.30.135.10 |grep -q "
end
6. remove the "/" from "/opt/dell/chef/cookbooks/bmc-nat/recipes/client.rb"
line 31
7. still failed until I ran "ip route del 255.255.255.0 via 10.30.135.10"
manually and for every subsequent barclamp provisioned I had to do the same
thing, or provisioning would fail.
8. all bar clamps on first client eventually completed successfully
9. attempted to install second client for compute and discovery went well ,
allocated client went well, then I noticed the client never removes the
os_install sym link and replaces it with a sym link to execute , so the
client just reinstalls over and over.
10. then I bypassed the default pxe boot , and used hdd as the first boot
device, then the server booted with the hostname redundant .
11. then I tried to run chef-client and the chef-client appeared to have no
run_list associated to it.
also note: that I do not require the bmc-vlan barclamp as I am using HP ,
so I have removed the barclamp from impi .
This is my current problem , Any ideas ?
--
Do not allow yourselves to be deceived: Great Minds are Skeptical.
(Friedrich Nietzsche)
_______________________________________________
Crowbar mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/