-
Notifications
You must be signed in to change notification settings - Fork 23
/
charmcraft.yaml
57 lines (53 loc) · 1.24 KB
/
charmcraft.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: ubuntu
title: Ubuntu
summary: A pristine Ubuntu Server
description: |
This simply deploys the Ubuntu Cloud/Server image
links:
contact: Charmers <juju@lists.ubuntu.com>
issues:
- https://github.com/canonical/charm-ubuntu/issues
source:
- https://github.com/canonical/charm-ubuntu
config:
options:
hostname:
type: string
default: ""
description: Override hostname of machine, when empty uses default machine hostname
storage:
block:
type: block
description: block device
minimum-size: 100M
multiple:
range: 0-
files:
type: filesystem
description: Mounted filesystem
location: /srv/data
minimum-size: 100M
multiple:
range: 0-1
type: charm
bases:
- build-on:
- name: "ubuntu"
channel: "20.04"
architectures: [amd64]
run-on:
- name: "ubuntu"
channel: "18.04"
architectures: [amd64, arm, arm64, i386, ppc64]
- name: "ubuntu"
channel: "20.04"
architectures: [amd64, arm, arm64, i386, ppc64]
- name: "ubuntu"
channel: "22.04"
architectures: [amd64, arm, arm64, i386, ppc64]
- name: "ubuntu"
channel: "24.04"
architectures: [amd64, arm, arm64, i386, ppc64]
parts:
charm:
plugin: charm