deploy.py fails to build
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Engine |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to do a deployment of nfss, and I start with:
./deploy.py nf-stats-
in the juju-deployer directory, but I get:
Private PPAs: disabled
Preparing local branch upload...
Reusing local branch, fingerprint 5439fd39d0cfcd0
Building charm: system-image-server
make: Nothing to be done for 'all'.
Building charm: key-secret-
make: Nothing to be done for 'all'.
Building charm: chroot-builder
make: Nothing to be done for 'all'.
Building charm: wsgi-app
make: Nothing to be done for 'all'.
Building charm: lander
make: Nothing to be done for 'all'.
Building charm: webui
uploading webui-content.tgz to swift
ERROR:root:Collect static files requires access to the "webui" module. Please run this script inside the project venv.
Makefile:17: recipe for target 'upload-content' failed
make: *** [upload-content] Error 1
Traceback (most recent call last):
File "./juju-
sys.
File "./juju-
build_
File "./juju-
subprocess.
File "/usr/lib/
raise CalledProcessEr
subprocess.
I tried doing
. .venv/bin/activate
first, but that doesn't seem to help.
I was able to get around this by creating a fresh virtualenv, however I don't think that a virtualenv should be a requirement?