Scroll to navigation

CLOUD-INIT(1) General Commands Manual CLOUD-INIT(1)

NAME

cloud-init - Cloud instance initialization

SYNOPSIS

cloud-init [-h] [-d] [-f FILES] [--force] [-v] {init,modules,single,query,dhclient-hook,features,analyze,collect-logs,clean,status}

DESCRIPTION

Cloud-init provides a mechanism for cloud instance initialization. This is done by identifying the cloud platform that is in use, reading provided cloud metadata and optional vendor and user data, and then initializing the instance as requested.

Generally, this command is not normally meant to be run directly by the user. However, some subcommands may useful for development or debug of deployments.

OPTIONS

Show help message and exit

Show additional pre-action logging (default: False)

Additional YAML configuration files to use

Force running even if no datasource is found (use at your own risk)

Show program's version number and exit

SUBCOMMANDS

Please see the help output for each subcommand for additional details, flags, and subcommands.

Analyze cloud-init logs and data.

Collect and tar all cloud-init debug info.

Remove logs and artifacts so cloud-init can re-run.

Run the dhclient hook to record network info.

List defined features.

Initializes cloud-init and performs initial modules.

Activates modules using a given configuration key.

Query standardized instance metadata from the command line.

Run a single module.

Report cloud-init status or wait on completion.

COPYRIGHT

Copyright (C) 2020 Canonical Ltd. License GPL-3 or Apache-2.0

SEE ALSO

Full documentation at: <https://cloudinit.readthedocs.io>