I was loading crowbar from instaructions at https://github.com/opencrowbar/core/tree/master... and during build_sledgehammer.sh I ran out of disk space. I am running on a vBox VM. Anyone have any idea how much disk space I need to allocate to the VM?
thehybridtech
how much did you have dedicated
Gil_McGrath
8 GB
nkrinner has quit
thehybridtech
I built mine with 15 GB and was fine
Gil_McGr_ joined the channel
alexpilotti has quit
Gil_McGr_ has quit
Gil_McGrath has quit
BillTheKat joined the channel
BillTheKat is now known as Gil_McGrath
Gil_McGrath has quit
Gil_McGrath joined the channel
alexpilotti joined the channel
tryggvil has quit
tryggvil joined the channel
zehicle has quit
zehicle_at_dell joined the channel
Gil_McGrath
;l
mrdocs has quit
judd7 joined the channel
victor_lowther
If you are running on the latest code you don't need to build sledghammer any more
the bootstrap recipe will download a golden image that I created and validated.
Gil_McGrath
so I only need to follow the instructions in docker.md and I can skip building sledgehammer. What I already built sledgehammer
tryggvil has quit
zehicle_at_dell has quit
kirves has quit
following the docker install directions - I am confused about the step that says "systemctl daemon-reload" . There is no such command in ubuntu - is this a OpenSuse only instruction?
zehicle_at_dell joined the channel
victor_lowther
systemctl daemon-reload is only for distros using systemd.
so not ubuntu
Gil_McGrath
k - that is what I thought - wanted to double check
victor_lowther
at least, probably not until 16.04. :)
Gil_McGrath
if I want to restart docker I do "tools/docker-admin centos ./production.sh"
Do I need to add to that admin.smoke.test ?
judd7
Gil_McGrath: you do need the hostname.
but you can call it what you like.
Gil_McGrath
ok
judd7
but don't forget to stop the old container.
just log out of your last shell in it.
Gil_McGrath
did not know it was a node name - duh :)
another stupid quesiton - once docker env is up - assuming my VM IP is 192.168.124.7 how do I access the crowbar UI ?
judd7
I love stupid questions. Their easy to answer.
they're
jeez.
Ok, are you running in a VM or on your host OS?
Gil_McGrath
yes virtualbox on my mac
judd7
Gil_McGrath: Ok, then you have to setup the bridge.
Gil_McGrath
oh yes - I saw that in the set up - again duh:)
if I load all this on a bare metal machine then I assume I do not need to bridge
judd7
Do you have a host-only adapter on 192.168.124.0?
mine's vboxnet0
Gil_McGrath
yes
that is the 3rd adaptor
judd7
great. I have two, because I'm weird.
it probably has an IP address on it.. which you need to remove.
is it eth2?
Gil_McGrath
the VM has it optioned - but it is not in /etc/network/interfaces (only eht0 and eth1 in /etc/network/interfaces)
yes it is eth2
judd7
Gil_McGrath: what about when you type 'ip a'
[1]Mr_D has quit
Gil_McGrath
eth2 shows but state is down
judd7
good
then you can follow the docs.
sudo brctl addif docker0 eth2
sudo ip link set eth2 up
Gil_McGrath
hmm brctl command not found
judd7
you'll need to apt-get that.
Gil_McGrath
This is in the instructions - let me read it and try - once I do this what is the url to access thre UI?
judd7
192.168.124.10:3000
Gil_McGrath
ok - 10? not 7?
what package is brctl in?
judd7
aptitude search brctl
hmm..
Gil_McGrath
you can see I am new to this
judd7
bridge-utils
No worries.
dpkg -S brctl
that'll find it.
Lets just get you rockin'.
Whatever ip address you can use to get onto your VM. The docker container is exposing port 3000 there on all interfaces.