Port cassandra charm to power ppc64le
Bug #1387387 reported by
Matt Bruzek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cassandra (Juju Charms Collection) |
Incomplete
|
High
|
Matt Bruzek |
Bug Description
In order for cassandra to be deployable on power8 le hardware there needs to be a port available.
There may be an upstream fix for ppc64le at this location
http://
This needs to be tested and verified and working on the trusty version.
To post a comment you must log in.
I tried dropping in the latest .deb from that URL (cassandra_ 2.1.1_all. deb) into the charm's ./files subdir, but the install hook failed:
... www.apache. org/dist/ cassandra/ debian/ dists/12x/ main/binary- ppc64el/ Packages 404 Not Found [IP: 140.211.11.131 80]
W: Failed to fetch http://
E: Some index files failed to download. They have been ignored, or old ones used instead.
...
That error makes sense because there is no binary-ppc64el subdir (apache.org only has binary-amd64 and binary-i386). I can work around this by making sure we don't call apt update when we have the .deb packed into the charm. We can then dpkg -i and get cassandra started on ppc64el.
So the good news is that 2.1.1 seems to run on LE, but I don't know what (if anything) we miss by ignoring the repo. Testing needed.