juju-solutions / layer-apache-bigtop-base

Apache License 2.0
1 stars 5 forks source link

bigtop repo url fixes #68

Closed kwmonroe closed 6 years ago

kwmonroe commented 6 years ago

Revert pieces of #66. For bigtop 1.1.0 and 1.2.0, the correct repos are still using bigtop-repos.s3. See the relevant bigtop.list at our source of truth:

https://www.apache.org/dist/bigtop/

Set default release/series to 16.04/xenial. These are installable on non-LTS releases, and are required to match the current bigtop repo layout.

Remove useless checks for dist_name == 'ubuntu' since we fail fast if someone tries to deploy a charm on non-ubuntu.

Kafka and non-intel are no longer available in the official repos after 1.2. Ensure those cases are handled by setting the repo to the correct CI repository.

Update the unit tests to deal with the above.

kwmonroe commented 6 years ago

FYI, this is needed to fix https://github.com/juju-solutions/bigtop/issues/56