forked from canonical/anbox-cloud-nfs-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
29 lines (27 loc) · 1.23 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: anbox-cloud-nfs
display-name: Anbox Cloud NFS operator
summary: Operator to provide additional NFS based storage to Anbox containers
website: https://anbox-cloud.io
issues: https://bugs.launchpad.net/anbox-cloud
description: |
The Anbox Cloud NFS operator provides additional NFS storage to Anbox containers.
In various uses cases it is required to provide additional data to Anbox containers,
for example for game streaming where game assets need to be provision ahead of time
so the games do not have to download it on first start.
This charmed operator implements this by adding an NFS mount to the machine which
will provide access to remote storage. To avoid multiple network transfer of the
same data, the operator will install a cache, powered by cachefilesd.
subordinate: true
requires:
juju-info:
interface: juju-info
scope: container
resources:
amazon-efs-utils-deb:
type: file
filename: amazon-efs-utils.deb
description: |
The Debian package to install Amazon helper utils to mount an EFS volume.
Please refer to the official AWS documentation
[here](https://docs.aws.amazon.com/efs/latest/ug/installing-amazon-efs-utils.html#installing-other-distro)
on how to obtain the package.