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 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: cloud-init
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Uploaders:
Bastian Blank <waldi@debian.org>,
Thomas Goirand <zigo@debian.org>,
Noah Meyerhans <noahm@debian.org>,
Section: admin
Priority: optional
Build-Depends:
debhelper (>= 10),
dh-python,
iproute2,
po-debconf,
pylint,
python3-all,
python3-pep8,
python3-setuptools,
Build-Depends-Indep:
python3-configobj,
python3-contextlib2,
python3-httpretty (>= 0.9.5),
python3-jinja2,
python3-jsonpatch,
python3-jsonschema,
python3-mock,
python3-oauthlib,
python3-prettytable,
python3-pyflakes,
python3-pytest,
python3-requests,
python3-serial,
python3-six,
python3-unittest2,
python3-yaml,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/cloud-team/cloud-init
Vcs-Git: https://salsa.debian.org/cloud-team/cloud-init.git
Homepage: https://launchpad.net/cloud-init
Package: cloud-init
Architecture: all
Depends:
fdisk | util-linux (<< 2.29.2-3~),
gdisk,
ifupdown,
locales,
lsb-base,
lsb-release,
net-tools,
procps,
${misc:Depends},
${python3:Depends},
Recommends:
cloud-guest-utils,
eatmydata,
sudo,
Suggests:
btrfs-progs,
e2fsprogs,
xfsprogs,
Description: initialization system for infrastructure cloud instances
Cloud-init provides a framework and tool to configure and customize virtual
machine instances for Infrastructure-as-a-Service (IaaS) clouds platforms. It
can for example set a default locale and hostname, generate SSH private host
keys, install SSH public keys for logging into a default account, set up
ephemeral mount points, and run user-provided scripts.
.
Various methods are supported for passing data to the instance at launch
time, including the standard interfaces of multiple platforms.
|