bcwaldon / vagrant_devstack

Vagrant project that sets up a devstack environment
82 stars 23 forks source link

Chef::Exceptions::ChildConvergeError: Chef run process terminated by signal 9 (KILL) #29

Closed ashleydw closed 9 years ago

ashleydw commented 9 years ago

I am running into the following error with the below configuration, any ideas why?

local.conf:

MYSQL_PASSWORD=secrete
SERVICE_TOKEN=secrete
ADMIN_PASSWORD=secrete
SERVICE_TOKEN=secrete

FLAT_INTERFACE=eth1
PUBLIC_INTERFACE=eth1
#HOST_IP=10.0.1.3
#FLOATING_RANGE=10.0.1.30/28

vagrant.yaml:

box_name: osi
allocate_memory: 1024
num_cpus: 2

#ip_prefix: 10.0.1
mac_prefix: 080027027

# These paths are all relative to the Vagrantfile
cache_dir: cache/
ssh_dir: ~/.ssh/

Error: https://gist.github.com/ashleydw/66fbd08de27bd5663634

Any help would be great. I've tried modifying the network settings but can't get further

sc68cal commented 9 years ago

Probably a failure inside the devstack run. SSH into the vagrant VM and run stack.sh manually to diagnose