PATH:
usr
/
lib
/
python3.6
/
site-packages
/
cloudinit
# Copyright (C) 2012 Yahoo! Inc. # # Author: Joshua Harlow <harlowja@yahoo-inc.com> # # This file is part of cloud-init. See LICENSE file for license information. __VERSION__ = "23.4" _PACKAGED_VERSION = "23.4-7.el8_10.11.alma.1" FEATURES = [ # supports network config version 1 "NETWORK_CONFIG_V1", # supports network config version 2 (netplan) "NETWORK_CONFIG_V2", ] def version_string(): """Extract a version string from cloud-init.""" if not _PACKAGED_VERSION.startswith("@@"): return _PACKAGED_VERSION return __VERSION__
[-] importer.py
[edit]
[-] ssh_util.py
[edit]
[-] dmi.py
[edit]
[+]
distros
[-] persistence.py
[edit]
[-] stages.py
[edit]
[-] cloud.py
[edit]
[-] subp.py
[edit]
[-] temp_utils.py
[edit]
[-] __init__.py
[edit]
[-] user_data.py
[edit]
[-] settings.py
[edit]
[-] helpers.py
[edit]
[-] features.py
[edit]
[+]
net
[-] atomic_helper.py
[edit]
[+]
config
[-] safeyaml.py
[edit]
[-] event.py
[edit]
[-] registry.py
[edit]
[+]
reporting
[+]
__pycache__
[+]
filters
[-] version.py
[edit]
[-] signal_handler.py
[edit]
[-] gpg.py
[edit]
[-] warnings.py
[edit]
[-] type_utils.py
[edit]
[-] simpletable.py
[edit]
[+]
sources
[-] apport.py
[edit]
[-] url_helper.py
[edit]
[+]
cmd
[-] util.py
[edit]
[+]
mergers
[-] netinfo.py
[edit]
[+]
handlers
[+]
..
[+]
analyze
[-] templater.py
[edit]
[-] log.py
[edit]