Skip to content

Instantly share code, notes, and snippets.

@jicheu
Created February 2, 2014 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jicheu/e528cf65d3d7a36f5fd8 to your computer and use it in GitHub Desktop.
Save jicheu/e528cf65d3d7a36f5fd8 to your computer and use it in GitHub Desktop.
Initialized /home/gerrit2/review_site
Traceback (most recent call last):
File "hooks/db-relation-changed", line 196, in <module>
main()
File "hooks/db-relation-changed", line 190, in main
hooks.execute(sys.argv)
File "/var/lib/juju/agents/unit-gerrit-0/charm/hooks/charmhelpers/core/hookenv.py", line 322, in execute
self._hooks[hook_name]()
File "hooks/db-relation-changed", line 97, in db_relation_changed
if not render_gerrit_conf(True):
File "hooks/db-relation-changed", line 181, in render_gerrit_conf
gerrit.init_gerrit()
File "/var/lib/juju/agents/unit-gerrit-0/charm/hooks/gerrit_utils.py", line 184, in init_gerrit
create_admin_user()
File "/var/lib/juju/agents/unit-gerrit-0/charm/hooks/gerrit_utils.py", line 152, in create_admin_user
raise Exception(m)
Exception: Cannot create admin user. Missing required charm configuration.Must set admin_username, admin_external_id, admin_email, admin_pubkey, admin_name.
bash: Stopping: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment