AIO install dies at /etc/puppet/modules/neutron/manifests/server.pp:155

Bug #1253195 reported by Britt Houser
6
This bug affects 1 person
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://raw.github.com/CiscoSystems/openstack-installer/master/install-scripts/install.sh
chmod +x install.sh
sudo install.sh

The installer runs, but eventually dies with this error:

Warning: Scope(Class[Neutron::Server]): sql_connection deprecated for connection
Warning: Scope(Class[Neutron::Server]): sql_max_retries deprecated for max_retries
Warning: Scope(Class[Neutron::Server]): sql_idle_timeout deprecated for idle_timeout
Warning: Scope(Class[Neutron::Server]): reconnect_interval deprecated for retry_interval
Error: Invalid sql connection: mysql://neutron:quantum_pass@/neutron at /etc/puppet/modules/neutron/manifests/server.pp:155 on node cvf3-server-a11.cisco.com
Error: Invalid sql connection: mysql://neutron:quantum_pass@/neutron at /etc/puppet/modules/neutron/manifests/server.pp:155 on node cvf3-server-a11.cisco.com

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.

Revision history for this message
Britt Houser (britthouser) wrote :
Revision history for this message
Chris Ricker (chris-ricker) wrote :

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

Revision history for this message
Britt Houser (britthouser) wrote :

I manually edited install.sh to put the correct interfaces and now it runs cleanly.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.