Bill Farner created AURORA-648:
----------------------------------
Summary: Vagrant provisioner fails to download mesos egg and deb
Key: AURORA-648
URL: https://issues.apache.org/jira/browse/AURORA-648
Project: Aurora
Issue Type: Bug
Components: Build
Reporter: Bill Farner
Priority: Blocker
[~evanroode] reported:
{quote}
did anyone succeed actually creating a new devcluster with this?
I don't see how it could possibly work:
wget -c
http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_$MESOS_VERSION_amd64.egg
There is no variable $MESOS_VERSION_amd64 defined, should be something like
mesos_$(MESOS_VERSION)_amd64
==> devcluster: + wget -c
http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_.deb
==> devcluster: -2014-08-12 18:34:05-
http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_.deb
==> devcluster: Resolving downloads.mesosphere.io (downloads.mesosphere.io)...
==> devcluster: 54.231.1.25
==> devcluster: Connecting to downloads.mesosphere.io
(downloads.mesosphere.io)|54.231.1.25|:80...
==> devcluster: connected.
==> devcluster: HTTP request sent, awaiting response...
==> devcluster: 403 Forbidden
==> devcluster: 2014-08-12 18:34:05 ERROR 403: Forbidden.
==> devcluster: + dpkg --install mesos_.deb
==> devcluster: dpkg: error processing mesos_.deb (--install):
==> devcluster: cannot access archive: No such file or directory
==> devcluster: Errors were encountered while processing:
==> devcluster: mesos_.deb
==> devcluster: + wget -c
http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_.egg -O
mesos-0.19.0-py2.7-linux-x86_64.egg
==> devcluster: -2014-08-12 18:34:05-
http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_.egg
==> devcluster: Resolving downloads.mesosphere.io (downloads.mesosphere.io)...
==> devcluster: 54.231.1.25
==> devcluster: Connecting to downloads.mesosphere.io
(downloads.mesosphere.io)|54.231.1.25|:80...
==> devcluster: connected.
==> devcluster: HTTP request sent, awaiting response...
==> devcluster: 403 Forbidden
==> devcluster: 2014-08-12 18:34:05 ERROR 403: Forbidden.
Naming scheme also seems to have changed ...
http://downloads.mesosphere.io/master/debian/7/mesos-0.19.0_rc2-py2.7-linux-x86_64.egg
{quote}
I was able to repro.
--
This message was sent by Atlassian JIRA
(v6.2#6252)