Anbox Management Service
The Anbox Management Service (AMS) is the management layer of Anbox Cloud. This charm manages a set of Android containers on a cluster of machines running LXD.
To use AMS, you need etcd and easyrsa:
juju deploy etcd
juju deploy easyrsa
Establish the Juju relation between etcd and easyrsa.
juju integrate etcd easyrsa
Deploy AMS and configure the Ubuntu Pro token:
juju deploy ams
# To get anbox images, set the Ubuntu Pro token
juju config ams ua_token=<value>
Establish the relation between AMS and etcd:
juju integrate ams etcd
Licensing
The AMS Charm is distributed under the Apache Software License, version 2.0.
Security
If you want to report a security issue with the AMS charm, file a bug in Launchpad.
Documentation
To understand more about AMS charm and how to interact with it, see the explanation about AMS.
To understand more about its security aspects, see the security explanation.
To deploy AMS on a remote machine, see the how-to guide.