AIO install dies at /etc/puppet/modules/neutron/manifests/server.pp:155
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cisco Openstack |
New
|
Undecided
|
Unassigned |
Bug Description
I'm performing my first all-in-one install. After installing Ubuntu 12.04 on bare-metal, I do the following steps:
wget https:/
chmod +x install.sh
sudo install.sh
The installer runs, but eventually dies with this error:
Warning: Scope(Class[
Warning: Scope(Class[
Warning: Scope(Class[
Warning: Scope(Class[
Error: Invalid sql connection: mysql:/
Error: Invalid sql connection: mysql:/
At this point, mysql is not installed on the device at all yet. So it seems to be some order of operations error. I reran the puppet apply, but got the same error again. I've attached the output from puppet apply.
initial problem is that machine being used has eth2 for primary interface but install.sh is assuming eth0 so user.yaml isn't getting populated with controller IP addresses