Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
System Z juju-gui Charm install hook failure #43
Comments
hatched
referenced this issue
in juju/juju-gui
Mar 8, 2016
Closed
System Z juju-gui Charm install hook failure #1455
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hatched commentedMar 8, 2016
Originally reported by @arosales here: juju/juju-gui#1455
We are testing juju (1.25.0-xenial-s390x) local provider in a Ubuntu Xenial zVM.
Note all installs are pulled for the Xenial archive. The charm was the only source branched locally.
I was able to bootstrap local provider by setting:
in ~/.juju/environments.yaml
ref = http://paste.ubuntu.com/15206412/
I branched the juju-gui charm locally by:
and deployed it locally on Xenial by:
The juju-gui charm fails on an install hook:
Collecting backports.ssl-match-hostname==3.4.0.2 (from -r /var/lib/juju/agents/unit-juju-gui-0/charm/server-requirements.pip (line 26))
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named setuptools
More info @ http://paste.ubuntu.com/15328258/
I can provide access to the zVM if folks would like to take a look at the environment as this may be specific to s390 arch.