Anbox Cloud

Channel Revision Published
latest/stable 14 12 Jul 2022
1.29/stable 939 18 Feb 2026
1.29/candidate 938 17 Feb 2026
1.29/beta 971 11 Mar 2026
1.29/edge 969 11 Mar 2026
1.30/beta 960 09 Mar 2026
1.30/edge 978 16 Mar 2026
1.28/stable 905 21 Jan 2026
1.28/candidate 904 19 Jan 2026
1.28/beta 903 14 Jan 2026
1.28/edge 901 14 Jan 2026
1.27/stable 858 15 Oct 2025
1.27/candidate 857 09 Oct 2025
1.27/beta 854 09 Oct 2025
1.27/edge 852 08 Oct 2025
1.26/stable 807 16 Jul 2025
1.26/candidate 800 11 Jul 2025
1.26/beta 786 02 Jul 2025
1.26/edge 784 01 Jul 2025
1.25/stable 728 16 Apr 2025
1.25/candidate 723 10 Apr 2025
1.25/beta 747 07 May 2025
1.25/edge 741 29 Apr 2025
1.24/stable 571 11 Dec 2024
1.24/candidate 554 06 Dec 2024
1.24/beta 553 06 Dec 2024
1.24/edge 572 11 Dec 2024
1.23/stable 442 16 Oct 2024
1.23/candidate 434 12 Oct 2024
1.23/beta 430 11 Oct 2024
1.23/edge 460 23 Oct 2024
1.22/stable 234 15 May 2024
1.22/candidate 233 11 May 2024
1.22/edge 232 11 May 2024
1.21/stable 182 14 Feb 2024
1.21/candidate 178 09 Feb 2024
1.21/edge 171 03 Jan 2024
1.20/stable 159 13 Dec 2023
1.20/candidate 155 06 Dec 2023
1.20/edge 132 03 Nov 2023
1.19/stable 129 11 Oct 2023
1.19/candidate 128 04 Oct 2023
1.19/edge 143 15 Nov 2023
1.18/stable 90 12 Jul 2023
1.18/candidate 89 10 Jul 2023
1.18/edge 76 10 May 2023
1.17/stable 71 17 Apr 2023
1.17/candidate 70 17 Apr 2023
1.17/edge 64 10 Feb 2023
1.16/stable 53 14 Dec 2022
1.16/candidate 57 11 Jan 2023
1.16/edge 46 11 Nov 2022
1.15/candidate 40 10 Oct 2022
1.15/edge 32 11 Aug 2022
1.14/stable 25 12 Jul 2022
1.14/candidate 13 19 May 2022
1.14/beta 9 17 May 2022
1.14/edge 8 16 May 2022
juju deploy anbox-cloud --channel 1.29/stable
Show information

Platform:

Ubuntu

Learn about configurations >

  • channel | string

    Default: 5.21/stable

    The LXD snap channel to install from. NOTE - This is a charm installation configuration item. Changing this config item during charm runtime will not take effect. You need to manually run snap refresh with the `--channel` parameter specified to update the installed LXD snap.

  • debug | boolean

    Enable verbose debugging for LXD

  • disable_kernel_modules | boolean

    Disable the installation of the Anbox Cloud kernel modules. Useful in environments where the kernel modules are not needed (testing) or already part of the installed kernel.

  • exposed_instance_ports | string

    Port or port range to be exposed for external access to services running on LXD instances. You can specify a single port or a range, like '10000-11000'. NOTE - for security reasons, this config item defaults to an empty string, meaning no ports are exposed after a fresh deployment. To allow external access to services exposed by LXD instances, you must manually expose the LXD charm and update this config item. For example: $ juju expose lxd $ juju config lxd exposed_instance_ports=10000-11000

  • https_host | string

    The host/ip to bind the REST service. You can set all interfaces ("[::]") If empty, each node sets its private IP

  • https_port | int

    Default: 8443

    The port to bind the REST service. Default is 8443

  • images_compression_algorithm | string

    Default: none

    Compression algorithms to be used for images. The supported compression algorithms: bzip2, gzip, lzma, xz or none.

  • kernel_sysctl_pid_max | int

    Default: 4194304

    Sets the `kernel.pid_max` sysctl configuration option to the given value.

  • node_controller_snap_risk_level | string

    Default: stable

    Sets the snap risk level (https://snapcraft.io/docs/channels) to install the ams-node-controller snap from. The channel to use is encoded in the charm and maps to the charm channel (e.g. if charm is on 1.28 the snap will be installed from the 1.28 channel as well).

  • nvidia_driver_series | string

    Default: 570

    Series of the NVIDIA driver to install. Anbox Cloud requires a minimum NVIDIA driver version of 570 to operate.

  • storage_type | string

    Default: local

    Type of storage to use. Possible options are: local, ceph This option defines what type of storage LXD will use to create and manage containers and virtual machines. If set to 'local', LXD will utilize the local storage available on the node, such as ZFS or directory-based storage. If set to 'ceph', LXD will integrate with ceph. If ceph storage is selected, a relation to a ceph-client providing ceph storage must be established for the charm to function properly. The charm will create a new, Anbox Cloud specific, ceph pool named 'anbox-cloud-lxd' for storing the LXD instances. NOTE: After deployment, the storage type MUST NOT be changed. Changing this option after deployment will have no impact.

  • telegraf_socket_listener_port | int

    Default: 8095

    Port where telegraf will listen for metrics to be published, in case it is configured in the same machine as LXD. NOTE - Try to avoid port 8094, because it could be already bound to tcp listener, installed by default in loopback network interface by telegraf charm.

  • ua_source | string

    APT source to use instead of the automatic one generated from UA. Overrides UA source if both are set.

  • ua_source_key | string

    Key ID to import to the APT keyring in order to access the specified source archive. Required if ua_source is set.

  • ua_token | string

    Ubuntu Advantage token you have received with your license of Anbox Cloud

  • zfs_arc_size | int

    Default: 4

    Adaptive Replication Cache (ARC) size in GB for ZFS storage configured on the node.