On Fri, Sep 18, 2015 at 1:18 PM, Jorge O. Castro <[email protected]> wrote: > On Fri, Sep 18, 2015 at 1:35 PM, Herman Bergwerf > <[email protected]> wrote: >> Anyone who has experience compiling juju on openSUSE?
As the juju is staticly compiled for most archs, and series/os-version is irrelevant, you can use any Juju that matched your os and architecture. eg. you can download a linux amd64 client and expect it to work. e.g. I downloaded the centos7 client from https://launchpad.net/juju-core/+milestone/1.24.5 and ran it on Ubuntu precise and Ubuntu wily. You probably do need to hack and compile your own client though. Juju's client thinks it needs to know the version of linux which is bogus for the common case of bootstrapping and maintaining a server in a cloud. https://bugs.launchpad.net/juju-core/+bug/1465317 See version/osversion.go and version/supportedseries.go -- Curtis Hovey Canonical Cloud Development and Operations http://launchpad.net/~sinzui -- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
