43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
"name": "flannel"
|
|
"summary": "A charm that provides a robust Software Defined Network"
|
|
"maintainers":
|
|
- "Tim Van Steenburgh <tim.van.steenburgh@canonical.com>"
|
|
- "George Kraft <george.kraft@canonical.com>"
|
|
- "Rye Terrell <rye.terrell@canonical.com>"
|
|
- "Konstantinos Tsakalozos <kos.tsakalozos@canonical.com>"
|
|
- "Charles Butler <Chuck@dasroot.net>"
|
|
"description": |
|
|
it is a generic overlay network that can be used as a simple alternative
|
|
to existing software defined networking solutions
|
|
"tags":
|
|
- "misc"
|
|
- "networking"
|
|
"series":
|
|
- "focal"
|
|
- "bionic"
|
|
- "xenial"
|
|
"requires":
|
|
"etcd":
|
|
"interface": "etcd"
|
|
"cni":
|
|
"interface": "kubernetes-cni"
|
|
"scope": "container"
|
|
"provides":
|
|
"nrpe-external-master":
|
|
"interface": "nrpe-external-master"
|
|
"scope": "container"
|
|
"resources":
|
|
"flannel-amd64":
|
|
"type": "file"
|
|
"filename": "flannel.tar.gz"
|
|
"description": "A tarball packaged release of flannel for amd64"
|
|
"flannel-arm64":
|
|
"type": "file"
|
|
"filename": "flannel.tar.gz"
|
|
"description": "A tarball packaged release of flannel for arm64"
|
|
"flannel-s390x":
|
|
"type": "file"
|
|
"filename": "flannel.tar.gz"
|
|
"description": "A tarball packaged release of flannel for s390x"
|
|
"subordinate": !!bool "true"
|