Skip to content

Instantly share code, notes, and snippets.

@jtaleric
Created November 24, 2015 19:04
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 jtaleric/b4771305a4e6413531e9 to your computer and use it in GitHub Desktop.
Save jtaleric/b4771305a4e6413531e9 to your computer and use it in GitHub Desktop.
Running instack
INFO: 2015-11-24 13:30:17,564 -- Starting run of instack
INFO: 2015-11-24 13:30:17,569 -- Using json file: /home/stack/package-only.json
ERROR: 2015-11-24 13:30:17,570 -- No JSON object could be decoded
File "/usr/lib/python2.7/site-packages/instack/main.py", line 152, in main
json_list = json.loads(open(args.json_file).read())
File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib64/python2.7/json/decoder.py", line 365, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib64/python2.7/json/decoder.py", line 383, in raw_decode
raise ValueError("No JSON object could be decoded")
ERROR: 2015-11-24 13:30:17,570 -- None
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 519, in install
_run_instack(instack_env)
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 454, in _run_instack
_run_live_command(args, instack_env, 'instack')
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 297, in _run_live_command
raise RuntimeError('%s failed. See log for details.', name)
RuntimeError: ('%s failed. See log for details.', 'instack')
ERROR: openstack Command 'instack-install-undercloud' returned non-zero exit status 1
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 295, in run_subcommand
result = cmd.run(parsed_args)
File "/usr/lib/python2.7/site-packages/cliff/command.py", line 53, in run
self.take_action(parsed_args)
File "/usr/lib/python2.7/site-packages/rdomanager_oscplugin/v1/undercloud.py", line 33, in take_action
subprocess.check_call("instack-install-undercloud")
File "/usr/lib64/python2.7/subprocess.py", line 542, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'instack-install-undercloud' returned non-zero exit status 1
DEBUG: openstackclient.shell clean_up InstallPlugin
DEBUG: openstackclient.shell got an error: Command 'instack-install-undercloud' returned non-zero exit status 1
ERROR: openstackclient.shell Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/openstackclient/shell.py", line 176, in run
return super(OpenStackShell, self).run(argv)
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 230, in run
result = self.run_subcommand(remainder)
File "/usr/lib/python2.7/site-packages/cliff/app.py", line 295, in run_subcommand
result = cmd.run(parsed_args)
File "/usr/lib/python2.7/site-packages/cliff/command.py", line 53, in run
self.take_action(parsed_args)
File "/usr/lib/python2.7/site-packages/rdomanager_oscplugin/v1/undercloud.py", line 33, in take_action
subprocess.check_call("instack-install-undercloud")
File "/usr/lib64/python2.7/subprocess.py", line 542, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'instack-install-undercloud' returned non-zero exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment