Issue with manual build process for OSI

Asked by Michael Brothers

Hello, I am following the manual OSI build process and getting the following error:

Must pass mysql_root_password to Class[Openstack::Controller] at /usr/share/puppet/modules/openstack/manifests/controller.pp:131 on node tme-ssi-002.cisco.com

after issuing the puppet apply command:

root@tme-ssi-002:/etc/puppet/manifests# puppet apply -v /etc/puppet/manifests/site.pp

I assume there is an issue with my site.pp file, but would like to understand if something else might be causing it.

Thank you...

Question information

Language:
English Edit question
Status:
Solved
For:
Cisco Openstack Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Brothers
Solved:
Last query:
Last reply:
Revision history for this message
Michael Brothers (mibrothe) said :
#1

Issue was with an invalid site.pp file. MIssing mysql_root_password

Revision history for this message
Ian Wells (ijw-ubuntu) said :
#2

Checked this - the answer was that Michael had upgraded the manifests and puppet files during the install, and the site.pp he'd made was out of date with respect to everything else (and missing the new parameter).