OpenStack
Home
Projects
User Stories
Community
Blog
Wiki
Documentation
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
abstractclassmethod (class in bareon.utils.decorators)
add_apt_preference() (in module bareon.utils.build)
add_apt_source() (in module bareon.utils.build)
add_device() (bareon.objects.partition.md.MultipleDevice method)
add_direct_repo_addrs() (bareon.objects.repo.RepoProxies method)
add_fs() (bareon.objects.partition.scheme.PartitionScheme method)
add_image() (bareon.objects.image.ImageScheme method)
add_lv() (bareon.objects.partition.scheme.PartitionScheme method)
add_md() (bareon.objects.partition.scheme.PartitionScheme method)
add_parted() (bareon.objects.partition.scheme.PartitionScheme method)
add_partition() (bareon.objects.partition.parted.Parted method)
add_proxy() (bareon.objects.repo.RepoProxies method)
add_pv() (bareon.objects.partition.scheme.PartitionScheme method)
(bareon.objects.partition.vg.VolumeGroup method)
add_spare() (bareon.objects.partition.md.MultipleDevice method)
add_vg() (bareon.objects.partition.scheme.PartitionScheme method)
append() (bareon.tests.test_manager.FakeChain method)
(bareon.utils.artifact.Chain method)
append_kernel_params() (bareon.objects.bootloader.Grub method)
assert_no_diff() (bareon.drivers.deploy.generic.PartitionSchemaCompareTool method)
attach_file_to_free_loop_device() (in module bareon.utils.build)
attach_file_to_loop() (in module bareon.utils.build)
audit() (bareon.openstack.common.log.BaseLoggerAdapter method)
B
B2MiB() (in module bareon.utils.utils)
bareon.actions.base (module)
bareon.cmd.agent (module)
bareon.cmd.ironic_callback (module)
bareon.drivers.data.base (module)
bareon.drivers.data.bootstrap (module)
bareon.drivers.data.generic (module)
bareon.drivers.data.ironic (module)
bareon.drivers.data.ks_spaces_validator (module)
bareon.drivers.data.nailgun (module)
bareon.drivers.data.simple (module)
bareon.drivers.deploy.base (module)
bareon.drivers.deploy.flow (module)
bareon.drivers.deploy.generic (module)
bareon.drivers.deploy.mixins (module)
bareon.drivers.deploy.nailgun (module)
bareon.drivers.deploy.rsync (module)
bareon.drivers.deploy.swift (module)
bareon.errors (module)
bareon.hooks (module)
bareon.objects.base (module)
bareon.objects.bootloader (module)
bareon.objects.configdrive (module)
bareon.objects.device (module)
bareon.objects.image (module)
bareon.objects.operating_system (module)
bareon.objects.partition.fs (module)
bareon.objects.partition.lv (module)
bareon.objects.partition.md (module)
bareon.objects.partition.parted (module)
bareon.objects.partition.pv (module)
bareon.objects.partition.scheme (module)
bareon.objects.partition.vg (module)
bareon.objects.repo (module)
bareon.openstack.common.gettextutils (module)
bareon.openstack.common.importutils (module)
bareon.openstack.common.local (module)
bareon.openstack.common.log (module)
bareon.tests.base (module)
bareon.tests.test_artifact_utils (module)
bareon.tests.test_build_utils (module)
bareon.tests.test_configdrive (module)
bareon.tests.test_flow_driver (module)
bareon.tests.test_fs_utils (module)
bareon.tests.test_generic_data_driver (module)
bareon.tests.test_generic_deploy_driver (module)
bareon.tests.test_grub_utils (module)
bareon.tests.test_hardware_utils (module)
bareon.tests.test_image (module)
bareon.tests.test_ironic (module)
bareon.tests.test_ironic_data_driver (module)
bareon.tests.test_ironic_ks_spaces_validator (module)
bareon.tests.test_ks_spaces_validator (module)
bareon.tests.test_lvm_utils (module)
bareon.tests.test_manager (module)
bareon.tests.test_md_utils (module)
bareon.tests.test_nailgun (module)
bareon.tests.test_nailgun_build_image (module)
bareon.tests.test_nailgun_ks_spaces_validator (module)
bareon.tests.test_partition (module)
bareon.tests.test_partition_utils (module)
bareon.tests.test_requirements (module)
bareon.tests.test_rsync_deploy_driver (module)
bareon.tests.test_utils (module)
bareon.utils.artifact (module)
bareon.utils.build (module)
bareon.utils.decorators (module)
bareon.utils.fs (module)
bareon.utils.grub (module)
bareon.utils.hardware (module)
bareon.utils.lvm (module)
bareon.utils.md (module)
bareon.utils.partition (module)
bareon.utils.utils (module)
bareon.version (module)
BaseAction (class in bareon.actions.base)
BaseDataDriver (class in bareon.drivers.data.base)
BaseDeployDriver (class in bareon.drivers.deploy.base)
BaseError
BaseLoggerAdapter (class in bareon.openstack.common.log)
blacklist_udev_rules() (in module bareon.utils.utils)
blockdevreport() (in module bareon.utils.hardware)
boot_device() (bareon.objects.partition.scheme.PartitionScheme method)
boot_on_lvm (bareon.drivers.data.ironic.Ironic attribute)
bootloader() (in module bareon.cmd.agent)
BootstrapBuildImage (class in bareon.drivers.data.bootstrap)
build_image() (in module bareon.cmd.agent)
BuildUtilsTestCase (class in bareon.tests.test_build_utils)
C
calculate_md5() (in module bareon.utils.utils)
Centos (class in bareon.objects.operating_system)
Chain (class in bareon.utils.artifact)
change_uuid() (in module bareon.utils.fs)
clean_apt_settings() (in module bareon.utils.build)
clean_dirs() (in module bareon.utils.build)
close() (bareon.utils.artifact.ForwardFileStream method)
ColorHandler (class in bareon.openstack.common.log)
configdrive() (in module bareon.cmd.agent)
configdrive_device() (bareon.objects.partition.scheme.PartitionScheme method)
configdrive_scheme (bareon.drivers.data.base.ConfigDriveDataDriverMixin attribute)
(bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
(bareon.drivers.data.nailgun.NailgunBuildImage attribute)
ConfigDriveCommon (class in bareon.objects.configdrive)
ConfigDriveDataDriverMixin (class in bareon.drivers.data.base)
ConfigDriveMcollective (class in bareon.objects.configdrive)
ConfigDrivePuppet (class in bareon.objects.configdrive)
ConfigDriveScheme (class in bareon.objects.configdrive)
containerize() (in module bareon.utils.build)
ContextAdapter (class in bareon.openstack.common.log)
ContextFormatter (class in bareon.openstack.common.log)
convert_size() (in module bareon.drivers.data.ironic)
convert_string_sizes() (in module bareon.drivers.data.ironic)
copy_kernel_initramfs() (in module bareon.utils.build)
copyimage() (in module bareon.cmd.agent)
create_configdrive() (bareon.drivers.data.generic.GenericDataDriver method)
create_sparse_tmp_file() (in module bareon.utils.build)
D
deattach_loop() (in module bareon.utils.build)
DEBRepo (class in bareon.objects.repo)
DEFAULT_TRUSTY_PACKAGES (bareon.drivers.data.nailgun.NailgunBuildImage attribute)
deprecated() (bareon.openstack.common.log.ContextAdapter method)
DeprecatedConfig
destroy_chroot() (bareon.drivers.deploy.nailgun.Manager method)
device_name (bareon.objects.partition.lv.LogicalVolume attribute)
dict_diff() (in module bareon.utils.utils)
DictWrapperObject (class in bareon.objects.base)
DiskNotFoundError
do_bootloader() (bareon.drivers.deploy.nailgun.Manager method)
do_build_image() (bareon.drivers.deploy.nailgun.Manager method)
do_clean_filesystems() (bareon.drivers.deploy.nailgun.Manager method)
do_configdrive() (bareon.drivers.deploy.base.BaseDeployDriver method)
(bareon.drivers.deploy.generic.GenericDeployDriver method)
(bareon.drivers.deploy.nailgun.Manager method)
do_copyimage() (bareon.drivers.deploy.base.BaseDeployDriver method)
(bareon.drivers.deploy.generic.GenericDeployDriver method)
(bareon.drivers.deploy.nailgun.Manager method)
(bareon.drivers.deploy.rsync.Rsync method)
(bareon.drivers.deploy.swift.Swift method)
do_generate_fstab() (bareon.drivers.deploy.generic.GenericDeployDriver method)
do_install_os() (bareon.drivers.deploy.base.BaseDeployDriver method)
(bareon.drivers.deploy.generic.GenericDeployDriver method)
(bareon.drivers.deploy.nailgun.Manager method)
do_mkbootstrap() (bareon.drivers.deploy.nailgun.Manager method)
do_multiboot_bootloader() (bareon.drivers.deploy.base.BaseDeployDriver method)
(bareon.drivers.deploy.generic.GenericDeployDriver method)
(bareon.drivers.deploy.nailgun.Manager method)
do_partitioning() (bareon.drivers.deploy.base.BaseDeployDriver method)
(bareon.drivers.deploy.generic.GenericDeployDriver method)
(bareon.drivers.deploy.nailgun.Manager method)
do_post_inst() (in module bareon.utils.build)
do_provisioning() (bareon.drivers.deploy.base.BaseDeployDriver method)
(bareon.drivers.deploy.generic.GenericDeployDriver method)
(bareon.drivers.deploy.nailgun.Manager method)
do_reboot() (bareon.drivers.deploy.base.BaseDeployDriver method)
(bareon.drivers.deploy.generic.GenericDeployDriver method)
(bareon.drivers.deploy.nailgun.Manager method)
do_singleboot_bootloader() (bareon.drivers.deploy.generic.GenericDeployDriver method)
dump_mkbootstrap_meta() (bareon.drivers.deploy.nailgun.Manager method)
dump_runtime_uuid() (in module bareon.utils.build)
E
elevate_keep_data() (bareon.objects.partition.scheme.PartitionScheme method)
emit() (bareon.openstack.common.gettextutils.TranslationHandler method)
enable_lazy() (in module bareon.openstack.common.gettextutils)
execute() (bareon.actions.base.BaseAction method)
(in module bareon.utils.utils)
execute_flow() (bareon.drivers.deploy.flow.Flow method)
ExecuteTestCase (class in bareon.tests.test_utils)
extend_fs() (in module bareon.utils.fs)
extended (bareon.objects.partition.parted.Parted attribute)
extrareport() (in module bareon.utils.hardware)
F
FakeChain (class in bareon.tests.test_manager)
FileSystem (class in bareon.objects.partition.fs)
Flow (class in bareon.drivers.deploy.flow)
format() (bareon.openstack.common.log.ColorHandler method)
(bareon.openstack.common.log.ContextFormatter method)
(bareon.openstack.common.log.JSONFormatter method)
(bareon.openstack.common.log.RFCSysLogHandler method)
format_fs_label() (in module bareon.utils.fs)
formatException() (bareon.openstack.common.log.ContextFormatter method)
(bareon.openstack.common.log.JSONFormatter method)
ForwardFileStream (class in bareon.utils.artifact)
from_dict() (bareon.objects.base.Serializable class method)
(bareon.objects.partition.parted.Parted class method)
fs_by_device() (bareon.objects.partition.scheme.PartitionScheme method)
fs_by_mount() (bareon.objects.partition.scheme.PartitionScheme method)
fs_by_os_id() (bareon.objects.partition.scheme.PartitionScheme method)
fs_sorted_by_depth() (bareon.objects.partition.scheme.PartitionScheme method)
FsUtilsError
G
GenericDataDriver (class in bareon.drivers.data.generic)
GenericDeployDriver (class in bareon.drivers.deploy.generic)
get_available_languages() (in module bareon.openstack.common.gettextutils)
get_block_data_from_udev() (in module bareon.utils.hardware)
get_block_devices_from_udev_db() (in module bareon.utils.hardware)
get_data_driver() (in module bareon.utils.utils)
get_deploy_driver() (in module bareon.utils.utils)
get_device_ids() (in module bareon.utils.hardware)
get_device_info() (in module bareon.utils.hardware)
get_driver() (in module bareon.utils.utils)
get_first_by_key_value() (in module bareon.utils.lvm)
get_free_loop_device() (in module bareon.utils.build)
get_image_ids() (bareon.drivers.data.ironic.Ironic method)
get_images_sorted_by_depth() (bareon.objects.image.ImageScheme method)
get_installed_packages() (in module bareon.utils.build)
get_interface_ip() (in module bareon.utils.utils)
get_mdnames() (in module bareon.utils.md)
get_os_by_image_meta() (bareon.drivers.data.nailgun.Nailgun method)
get_os_by_profile() (bareon.drivers.data.nailgun.Nailgun method)
get_os_ids() (bareon.drivers.data.base.MultibootDeploymentMixin method)
(bareon.drivers.data.generic.GenericDataDriver method)
(bareon.drivers.data.ironic.Ironic method)
get_os_images() (bareon.objects.image.ImageScheme method)
get_os_root() (bareon.objects.image.ImageScheme method)
get_partitions_from_udev_db() (in module bareon.utils.hardware)
get_release_file() (in module bareon.utils.build)
get_uuid() (in module bareon.utils.partition)
get_vg_devices_from_udev_db() (in module bareon.utils.hardware)
GetIPTestCase (class in bareon.tests.test_utils)
getLazyLogger() (in module bareon.openstack.common.log)
getLogger() (in module bareon.openstack.common.log)
grouper() (in module bareon.utils.utils)
grub (bareon.drivers.data.base.GrubBootloaderDataDriverMixin attribute)
(bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
(bareon.drivers.data.nailgun.NailgunBuildImage attribute)
GRUB (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes attribute)
Grub (class in bareon.objects.bootloader)
grub1_cfg() (in module bareon.utils.grub)
grub1_install() (in module bareon.utils.grub)
grub1_mbr() (in module bareon.utils.grub)
grub1_stage1() (in module bareon.utils.grub)
grub2_cfg() (in module bareon.utils.grub)
grub2_cfg_bundled() (in module bareon.utils.grub)
grub2_install() (in module bareon.utils.grub)
grub2_prepare() (in module bareon.utils.grub)
GrubBootloaderDataDriverMixin (class in bareon.drivers.data.base)
GrubUtilsError
guess_filename() (in module bareon.utils.utils)
guess_grub() (in module bareon.utils.grub)
guess_grub1_datadir() (in module bareon.utils.grub)
guess_grub2_conf() (in module bareon.utils.grub)
guess_grub2_default() (in module bareon.utils.grub)
guess_grub2_mkconfig() (in module bareon.utils.grub)
guess_grub_cfg() (in module bareon.utils.grub)
guess_grub_install() (in module bareon.utils.grub)
guess_grub_version() (in module bareon.utils.grub)
guess_initrd() (in module bareon.utils.grub)
guess_kernel() (in module bareon.utils.grub)
GunzipStream (class in bareon.utils.artifact)
H
handle_exception() (in module bareon.cmd.agent)
handlers (bareon.openstack.common.log.ContextAdapter attribute)
HardwarePartitionSchemeCannotBeReadError
have_grub1_by_default (bareon.drivers.data.nailgun.Nailgun attribute)
HttpUrl (class in bareon.utils.artifact)
HttpUrlConnectionError
HttpUrlInvalidContentLength
hu_disks (bareon.drivers.data.ironic.Ironic attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
hu_partitions (bareon.drivers.data.ironic.Ironic attribute)
hu_vgs (bareon.drivers.data.ironic.Ironic attribute)
human2bytes() (in module bareon.drivers.data.ironic)
hw_partition_scheme (bareon.drivers.data.base.PartitioningDataDriverMixin attribute)
(bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.ironic.Ironic attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
I
Image (class in bareon.objects.image)
image_meta (bareon.drivers.data.base.ProvisioningDataDriverMixin attribute)
(bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
image_meta() (bareon.drivers.data.nailgun.NailgunBuildImage method)
image_scheme (bareon.drivers.data.base.ProvisioningDataDriverMixin attribute)
(bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
(bareon.drivers.data.nailgun.NailgunBuildImage attribute)
ImageChecksumMismatchError
ImageScheme (class in bareon.objects.image)
import_class() (in module bareon.openstack.common.importutils)
import_module() (in module bareon.openstack.common.importutils)
import_object() (in module bareon.openstack.common.importutils)
import_object_ns() (in module bareon.openstack.common.importutils)
import_versioned_module() (in module bareon.openstack.common.importutils)
IncorrectChroot
info() (in module bareon.utils.partition)
init_http_request() (in module bareon.utils.utils)
install() (in module bareon.openstack.common.gettextutils)
install_base_os() (bareon.drivers.deploy.nailgun.Manager method)
Ironic (class in bareon.drivers.data.ironic)
is_block_device() (in module bareon.utils.hardware)
is_configdrive_needed (bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.ironic.Ironic attribute)
is_disk() (in module bareon.utils.hardware)
is_multiboot (bareon.drivers.data.ironic.Ironic attribute)
J
JSONFormatter (class in bareon.openstack.common.log)
K
ks_disks (bareon.drivers.data.nailgun.Nailgun attribute)
ks_vgs (bareon.drivers.data.nailgun.Nailgun attribute)
L
LazyAdapter (class in bareon.openstack.common.log)
LEVEL_COLORS (bareon.openstack.common.log.ColorHandler attribute)
list_block_devices() (in module bareon.utils.hardware)
list_opts() (in module bareon.cmd.agent)
(in module bareon.drivers.deploy.nailgun)
(in module bareon.utils.artifact)
(in module bareon.utils.utils)
load_fixture() (in module bareon.tests.base)
LocalFile (class in bareon.utils.artifact)
log_critical (bareon.openstack.common.gettextutils.TranslatorFactory attribute)
log_error (bareon.openstack.common.gettextutils.TranslatorFactory attribute)
log_info (bareon.openstack.common.gettextutils.TranslatorFactory attribute)
log_warning (bareon.openstack.common.gettextutils.TranslatorFactory attribute)
LogConfigError
logger (bareon.openstack.common.log.LazyAdapter attribute)
logical (bareon.objects.partition.parted.Parted attribute)
LogicalVolume (class in bareon.objects.partition.lv)
Loop (class in bareon.objects.device)
lv_by_device_name() (bareon.objects.partition.scheme.PartitionScheme method)
LVAlreadyExistsError
lvcreate() (in module bareon.utils.lvm)
lvdisplay() (in module bareon.utils.lvm)
lvdisplay_parse() (in module bareon.utils.lvm)
LVM (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes attribute)
LVNotFoundError
lvremove() (in module bareon.utils.lvm)
lvremove_all() (in module bareon.utils.lvm)
M
main() (in module bareon.cmd.agent)
(in module bareon.cmd.ironic_callback)
make_fs() (in module bareon.utils.fs)
make_label() (in module bareon.utils.partition)
make_partition() (in module bareon.utils.partition)
make_targz() (in module bareon.utils.build)
makedirs_if_not_exists() (in module bareon.utils.utils)
Manager (class in bareon.drivers.deploy.nailgun)
mask_password() (in module bareon.openstack.common.log)
match_device() (in module bareon.drivers.data.nailgun)
(in module bareon.utils.hardware)
md_attach_by_mount() (bareon.objects.partition.scheme.PartitionScheme method)
md_by_mount() (bareon.objects.partition.scheme.PartitionScheme method)
md_by_name() (bareon.objects.partition.scheme.PartitionScheme method)
md_next_name() (bareon.objects.partition.scheme.PartitionScheme method)
MDAlreadyExistsError
mdclean() (in module bareon.utils.md)
mdclean_all() (in module bareon.utils.md)
mdcreate() (in module bareon.utils.md)
mddetail_parse() (in module bareon.utils.md)
MDDeviceDuplicationError
mddisplay() (in module bareon.utils.md)
MDNotFoundError
mdremove() (in module bareon.utils.md)
MDRemovingError
MDWrongSpecError
message (bareon.openstack.common.log.DeprecatedConfig attribute)
(bareon.openstack.common.log.LogConfigError attribute)
Message (class in bareon.openstack.common.gettextutils)
mkbootstrap() (in module bareon.cmd.agent)
mkdtemp_smart() (in module bareon.utils.build)
mount_bind() (in module bareon.utils.fs)
mount_fs() (in module bareon.utils.fs)
mount_target() (bareon.drivers.deploy.mixins.MountableMixin method)
(bareon.drivers.deploy.nailgun.Manager method)
MountableMixin (class in bareon.drivers.deploy.mixins)
MultibootDeploymentMixin (class in bareon.drivers.data.base)
MultipleDevice (class in bareon.objects.partition.md)
N
Nailgun (class in bareon.drivers.data.nailgun)
NailgunBuildImage (class in bareon.drivers.data.nailgun)
NailgunSimpleDriver (class in bareon.drivers.data.simple)
next() (bareon.utils.artifact.ForwardFileStream method)
(bareon.utils.artifact.GunzipStream method)
(bareon.utils.artifact.HttpUrl method)
(bareon.utils.artifact.LocalFile method)
(bareon.utils.artifact.Target method)
next_begin() (bareon.objects.partition.parted.Parted method)
next_count() (bareon.objects.partition.parted.Parted method)
next_name() (bareon.objects.partition.parted.Parted method)
next_type() (bareon.objects.partition.parted.Parted method)
NoFreeLoopDevices
NotEnoughSpaceError
O
operating_system (bareon.drivers.data.base.ProvisioningDataDriverMixin attribute)
(bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
(bareon.drivers.data.nailgun.NailgunBuildImage attribute)
OperatingSystem (class in bareon.objects.operating_system)
P
parse_configdrive_scheme() (bareon.drivers.data.nailgun.Nailgun method)
parse_dmidecode() (in module bareon.utils.hardware)
parse_fs_data() (bareon.drivers.data.simple.NailgunSimpleDriver class method)
parse_grub() (bareon.drivers.data.nailgun.Nailgun method)
parse_image_meta() (bareon.drivers.data.nailgun.Nailgun method)
parse_image_scheme() (bareon.drivers.data.nailgun.Nailgun method)
parse_kernel_cmdline() (in module bareon.utils.utils)
parse_lspci() (in module bareon.utils.hardware)
parse_lv_data() (bareon.drivers.data.simple.NailgunSimpleDriver class method)
parse_md_data() (bareon.drivers.data.simple.NailgunSimpleDriver class method)
parse_operating_system() (bareon.drivers.data.nailgun.Nailgun method)
(bareon.drivers.data.nailgun.NailgunBuildImage method)
parse_parted_data() (bareon.drivers.data.simple.NailgunSimpleDriver class method)
parse_partition_info() (in module bareon.utils.partition)
parse_partition_scheme() (bareon.drivers.data.nailgun.Nailgun method)
(bareon.drivers.data.simple.NailgunSimpleDriver method)
parse_pv_data() (bareon.drivers.data.simple.NailgunSimpleDriver class method)
parse_release_file() (in module bareon.utils.build)
parse_schemes() (bareon.drivers.data.nailgun.NailgunBuildImage method)
parse_simple_kv() (in module bareon.utils.hardware)
parse_unit() (in module bareon.utils.utils)
parse_vg_data() (bareon.drivers.data.simple.NailgunSimpleDriver class method)
ParseKernelCmdline (class in bareon.tests.test_utils)
Parted (class in bareon.objects.partition.parted)
Partition (class in bareon.objects.partition.parted)
partition() (bareon.drivers.deploy.generic.PolicyPartitioner method)
(in module bareon.cmd.agent)
partition_by_name() (bareon.objects.partition.parted.Parted method)
(bareon.objects.partition.scheme.PartitionScheme method)
partition_data (bareon.drivers.data.simple.NailgunSimpleDriver attribute)
partition_data() (bareon.drivers.data.nailgun.Nailgun method)
partition_scheme (bareon.drivers.data.base.PartitioningDataDriverMixin attribute)
(bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.nailgun.Nailgun attribute)
(bareon.drivers.data.nailgun.NailgunBuildImage attribute)
PartitioningDataDriverMixin (class in bareon.drivers.data.base)
PartitionNotFoundError
partitions_policy (bareon.drivers.data.generic.GenericDataDriver attribute)
(bareon.drivers.data.ironic.Ironic attribute)
PartitionSchemaCompareTool (class in bareon.drivers.deploy.generic)
PartitionScheme (class in bareon.objects.partition.scheme)
PartitionSchemeMismatchError
PhysicalVolume (class in bareon.objects.partition.pv)
PolicyPartitioner (class in bareon.drivers.deploy.generic)
populate_basic_dev() (in module bareon.utils.build)
pre_apt_get() (in module bareon.utils.build)
primary (bareon.objects.partition.parted.Parted attribute)
(bareon.openstack.common.gettextutils.TranslatorFactory attribute)
print_err() (in module bareon.cmd.agent)
process() (bareon.openstack.common.log.ContextAdapter method)
(bareon.tests.test_manager.FakeChain method)
(bareon.utils.artifact.Chain method)
ProcessExecutionError
processors (bareon.tests.test_manager.FakeChain attribute)
profile (bareon.objects.configdrive.ConfigDriveScheme attribute)
propagate_host_resolv_conf() (in module bareon.utils.build)
provision() (in module bareon.cmd.agent)
ProvisioningDataDriverMixin (class in bareon.drivers.data.base)
pv_by_name() (bareon.objects.partition.scheme.PartitionScheme method)
PVAlreadyExistsError
PVBelongsToVGError
pvcreate() (in module bareon.utils.lvm)
pvdisplay() (in module bareon.utils.lvm)
pvdisplay_parse() (in module bareon.utils.lvm)
PVNotFoundError
pvremove() (in module bareon.utils.lvm)
pvremove_all() (in module bareon.utils.lvm)
R
read() (bareon.utils.artifact.ForwardFileStream method)
recompress_initramfs() (in module bareon.utils.build)
remove_files() (in module bareon.utils.build)
remove_partition() (in module bareon.utils.partition)
render_and_save() (in module bareon.utils.utils)
Repo (class in bareon.objects.repo)
RepoProxies (class in bareon.objects.repo)
reread_partitions() (in module bareon.utils.partition)
restore_resolv_conf() (in module bareon.utils.build)
RFCSysLogHandler (class in bareon.openstack.common.log)
root_device() (bareon.objects.partition.scheme.PartitionScheme method)
root_on_lvm (bareon.drivers.data.ironic.Ironic attribute)
Rsync (class in bareon.drivers.deploy.rsync)
rsync_inject() (in module bareon.utils.build)
run_apt_get() (in module bareon.utils.build)
run_debootstrap() (in module bareon.utils.build)
run_mksquashfs() (in module bareon.utils.build)
run_script_in_chroot() (in module bareon.utils.build)
S
scsi_address() (in module bareon.utils.hardware)
scsi_address_list() (in module bareon.utils.hardware)
seek() (bareon.utils.artifact.ForwardFileStream method)
Serializable (class in bareon.objects.base)
set_apt_get_env() (in module bareon.utils.build)
set_apt_proxy() (in module bareon.utils.build)
set_cloud_init_templates() (bareon.objects.configdrive.ConfigDriveScheme method)
set_common() (bareon.objects.configdrive.ConfigDriveScheme method)
set_defaults() (in module bareon.openstack.common.log)
set_flag() (bareon.objects.partition.parted.Partition method)
set_gpt_type() (in module bareon.utils.partition)
set_guid() (bareon.objects.partition.parted.Partition method)
set_mcollective() (bareon.objects.configdrive.ConfigDriveScheme method)
set_partition_flag() (in module bareon.utils.partition)
set_profile() (bareon.objects.configdrive.ConfigDriveScheme method)
set_puppet() (bareon.objects.configdrive.ConfigDriveScheme method)
setFormatter() (bareon.openstack.common.gettextutils.TranslationHandler method)
setUp() (bareon.tests.test_artifact_utils.TestChain method)
(bareon.tests.test_artifact_utils.TestLocalFile method)
(bareon.tests.test_artifact_utils.TestTarget method)
(bareon.tests.test_build_utils.BuildUtilsTestCase method)
(bareon.tests.test_configdrive.TestConfigDriveScheme method)
(bareon.tests.test_generic_deploy_driver.TestPartitionSchemaCompareTool method)
setup() (bareon.tests.test_generic_deploy_driver.TestPolicyPartitioner method)
setUp() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_manager.TestImageBuild method)
(bareon.tests.test_manager.TestManager method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_partition.TestMultipleDevice method)
(bareon.tests.test_partition.TestParted method)
(bareon.tests.test_partition.TestPartition method)
(bareon.tests.test_partition.TestPartitionScheme method)
(bareon.tests.test_utils.ExecuteTestCase method)
(bareon.tests.test_utils.GetIPTestCase method)
setup() (in module bareon.openstack.common.log)
setup_hook() (in module bareon.hooks)
shrink_sparse_file() (in module bareon.utils.build)
SimpleDeployDriver (class in bareon.drivers.deploy.base)
skip_partitioning (bareon.objects.partition.scheme.PartitionScheme attribute)
small_ks_disks (bareon.drivers.data.nailgun.Nailgun attribute)
stop_chrooted_processes() (in module bareon.utils.build)
strip_filename() (in module bareon.utils.build)
SUPPORTED_CONTAINERS (bareon.objects.image.Image attribute)
suppress_services_start() (in module bareon.utils.build)
Swift (class in bareon.drivers.deploy.swift)
T
Target (class in bareon.utils.artifact)
target() (bareon.utils.artifact.Target method)
(bareon.utils.artifact.TarStream method)
TarStream (class in bareon.utils.artifact)
tell() (bareon.utils.artifact.ForwardFileStream method)
template_data() (bareon.objects.configdrive.ConfigDriveScheme method)
template_names() (bareon.objects.configdrive.ConfigDriveScheme method)
TemplateWriteError
test__find_hw_fstab_fail_error_while_reading_fstba() (bareon.tests.test_ironic_data_driver.TestFindHwFstab method)
test__find_hw_fstab_success_single_disk() (bareon.tests.test_ironic_data_driver.TestFindHwFstab method)
test__find_hw_fstab_success_two_disk() (bareon.tests.test_ironic_data_driver.TestFindHwFstab method)
test_add_apt_preference() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_add_apt_preference_multuple_sections() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_add_apt_preference_no_sections() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_add_apt_source() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_add_apt_source_no_section() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_add_device_in_devices_fail() (bareon.tests.test_partition.TestMultipleDevice method)
test_add_device_in_spares_fail() (bareon.tests.test_partition.TestMultipleDevice method)
test_add_device_ok() (bareon.tests.test_partition.TestMultipleDevice method)
test_add_spare_in_devices_fail() (bareon.tests.test_partition.TestMultipleDevice method)
test_add_spare_in_spares_fail() (bareon.tests.test_partition.TestMultipleDevice method)
test_already_boot_volume() (bareon.tests.test_ironic_data_driver.TestProcessPartition method)
test_append() (bareon.tests.test_artifact_utils.TestChain method)
test_attach_file_to_loop() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_B2MiB() (bareon.tests.test_utils.ExecuteTestCase method)
test_blacklist_udev_rules_create_empty_rule() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_blacklist_udev_rules_execute() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_blacklist_udev_rules_not_a_rule() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_blacklist_udev_rules_rule_doesnot_exist() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_blacklist_udev_rules_rule_exists() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_blockdevreport() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_boot_partition_is_not_on_nvme() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_boot_partition_no_boot() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_boot_partition_no_boot_nvme() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_boot_partition_ok_first_disk_huge() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_boot_partition_ok_many_huge_disks() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_boot_partition_ok_many_normal_disks() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_boot_partition_ok_single_disk() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_boot_volume() (bareon.tests.test_ironic_data_driver.TestProcessPartition method)
test_calculate_md5_ok() (bareon.tests.test_utils.ExecuteTestCase method)
test_check_exit_code_boolean() (bareon.tests.test_utils.ExecuteTestCase method)
test_check_requirements_conflicts() (in module bareon.tests.test_requirements)
test_clean_apt_settings() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_clean_dirs() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_clean_dirs_not_isdir() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_configdrive_scheme() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_configdrive_scheme_set_cloud_init_templates() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_containerize_bad_container() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_containerize_gzip() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_conversion() (bareon.tests.test_partition.TestFileSystem method)
(bareon.tests.test_partition.TestLogicalVolume method)
(bareon.tests.test_partition.TestMultipleDevice method)
(bareon.tests.test_partition.TestParted method)
(bareon.tests.test_partition.TestPartition method)
(bareon.tests.test_partition.TestPhysicalVolume method)
(bareon.tests.test_partition.TestVolumesGroup method)
test_copy_kernel_initramfs() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_copy_kernel_initramfs_with_remove() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_create_sparse_tmp_file() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_deattach_loop() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_default_convertion() (bareon.tests.test_ironic_data_driver.TestHumantoBytesConverter method)
test_default_trusty_packages() (bareon.tests.test_nailgun_build_image.TestNailgunBuildImage method)
test_device_info() (bareon.tests.test_ironic.TestGetBlockDevice method)
(bareon.tests.test_ironic.TestGetBlockDevices method)
test_disk_dev_not_found() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_do_bootloader_grub1() (bareon.tests.test_manager.TestManager method)
test_do_bootloader_grub1_kernel_initrd_guessed() (bareon.tests.test_manager.TestManager method)
test_do_bootloader_grub1_kernel_initrd_set() (bareon.tests.test_manager.TestManager method)
test_do_bootloader_grub2() (bareon.tests.test_manager.TestManager method)
test_do_bootloader_grub_version_changes() (bareon.tests.test_manager.TestManager method)
test_do_bootloader_rootfs_not_found() (bareon.tests.test_manager.TestManager method)
test_do_bootloader_rootfs_uuid() (bareon.tests.test_manager.TestManager method)
test_do_bootloader_writes() (bareon.tests.test_manager.TestManager method)
test_do_build_image() (bareon.tests.test_manager.TestImageBuild method)
test_do_build_image_retries_attach_image() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_do_build_image_retries_attach_image_max_attempts_exceeded() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_do_configdrive() (bareon.tests.test_generic_deploy_driver.TestDoConfigDrive method)
(bareon.tests.test_manager.TestManager method)
test_do_configdrive_no_configdrive_device() (bareon.tests.test_manager.TestManager method)
test_do_copyimage() (bareon.tests.test_manager.TestManager method)
test_do_copyimage_md5_matches() (bareon.tests.test_manager.TestManager method)
test_do_copyimage_md5_mismatch() (bareon.tests.test_manager.TestManager method)
test_do_copyimage_target_doesnt_exist() (bareon.tests.test_manager.TestManager method)
test_do_copyimage_target_not_block_device() (bareon.tests.test_manager.TestManager method)
test_do_partitioning() (bareon.tests.test_manager.TestManager method)
test_do_partitioning_md() (bareon.tests.test_manager.TestManager method)
test_do_partitioning_with_keep_data_flag() (bareon.tests.test_manager.TestManager method)
test_do_post_inst() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_do_provision() (bareon.tests.test_generic_deploy_driver.TestDoProvision method)
test_do_reboot() (bareon.tests.test_generic_deploy_driver.TestDoReboot method)
test_dump_runtime_uuid() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_elevate_keep_data() (bareon.tests.test_partition.TestPartitionScheme method)
test_elevate_keep_data_single_disk() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_execute_failed() (bareon.tests.test_utils.ExecuteTestCase method)
test_execute_flow() (bareon.tests.test_flow_driver.TestFlowDriver method)
test_execute_ok_on_third_attempts() (bareon.tests.test_utils.ExecuteTestCase method)
test_extend_fs_ok_ext2() (bareon.tests.test_fs_utils.TestFSUtils method)
test_extend_fs_ok_ext3() (bareon.tests.test_fs_utils.TestFSUtils method)
test_extend_fs_ok_ext4() (bareon.tests.test_fs_utils.TestFSUtils method)
test_extend_fs_ok_xfs() (bareon.tests.test_fs_utils.TestFSUtils method)
test_extend_fs_unsupported_fs() (bareon.tests.test_fs_utils.TestFSUtils method)
test_extrareport() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_extrareport_exceptions() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_format_fs_label() (bareon.tests.test_fs_utils.TestFSUtils method)
test_fs_by_device() (bareon.tests.test_partition.TestPartitionScheme method)
test_fs_by_mount() (bareon.tests.test_partition.TestPartitionScheme method)
test_fstab_disabled() (bareon.tests.test_generic_deploy_driver.TestGenerateFstab method)
test_fstab_options() (bareon.tests.test_generic_deploy_driver.TestGenerateFstab method)
test_get_block_devices_from_udev_db() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_get_data_driver() (bareon.tests.test_utils.ExecuteTestCase method)
test_get_deploy_driver() (bareon.tests.test_utils.ExecuteTestCase method)
test_get_device_ids() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_get_free_loop_device_not_found() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_get_free_loop_device_ok() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_get_image_schema() (bareon.tests.test_ironic_data_driver.TestGetImageSchema method)
test_get_installed_packages() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_get_interface_ip() (bareon.tests.test_utils.GetIPTestCase method)
test_get_interface_no_ip() (bareon.tests.test_utils.GetIPTestCase method)
test_get_interface_no_ip_last() (bareon.tests.test_utils.GetIPTestCase method)
test_get_interface_no_mac() (bareon.tests.test_utils.GetIPTestCase method)
test_get_partition_count() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_get_vg_devices_from_udev_db() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_grub1_cfg_kernel_initrd_are_not_set() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub1_cfg_kernel_initrd_are_set() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub1_install() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub1_mbr_install_differs_boot() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub1_mbr_install_same_as_boot() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub1_nokernel_noinitrd() (bareon.tests.test_generic_deploy_driver.TestDoBootloader method)
test_grub1_stage1() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub2_cfg() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub2_install() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_grub_1() (bareon.tests.test_generic_deploy_driver.TestDoBootloader method)
test_grub_2() (bareon.tests.test_generic_deploy_driver.TestDoBootloader method)
test_grub_centos_26() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_grub_centos_lt() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_grub_ubuntu() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_guess_filename() (bareon.tests.test_utils.ExecuteTestCase method)
test_guess_filename_not_exact_match() (bareon.tests.test_utils.ExecuteTestCase method)
test_guess_filename_not_exact_match_forward_sort() (bareon.tests.test_utils.ExecuteTestCase method)
test_guess_filename_not_found() (bareon.tests.test_utils.ExecuteTestCase method)
test_guess_grub() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub1_datadir_arch() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub1_datadir_default() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub1_datadir_not_found() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub2_conf() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub2_conf_not_found() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub2_default() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub2_default_not_found() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub2_mkconfig() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub2_mkconfig_not_found() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub_install() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub_install_not_found() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub_version_1() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_grub_version_2() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_initrd() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_guess_kernel() (bareon.tests.test_grub_utils.TestGrubUtils method)
test_gunzip_stream_next() (bareon.tests.test_artifact_utils.TestGunzipStream method)
test_httpurl_init_invalid_content_length() (bareon.tests.test_artifact_utils.TestHttpUrl method)
test_httpurl_init_ok() (bareon.tests.test_artifact_utils.TestHttpUrl method)
test_httpurl_next_ok() (bareon.tests.test_artifact_utils.TestHttpUrl method)
test_image_scheme() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_image_scheme_with_checksums() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_info() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_init() (bareon.tests.test_flow_driver.TestFlowDriver method)
test_init_http_request_max_retries_exceeded() (bareon.tests.test_utils.ExecuteTestCase method)
test_init_http_request_non_critical_errors() (bareon.tests.test_utils.ExecuteTestCase method)
test_init_http_request_ok() (bareon.tests.test_utils.ExecuteTestCase method)
test_init_http_request_wrong_http_status() (bareon.tests.test_utils.ExecuteTestCase method)
test_invalid_data() (bareon.tests.test_ironic_data_driver.TestHumantoBytesConverter method)
test_is_block_device() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_disk_bspec_none() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_disk_cdrom() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_disk_major() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_disk_partition() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_disk_readonly() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_disk_uspec_bspec_none() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_disk_uspec_none() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_valid_dev_type() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_valid_dev_type_devname_test() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_valid_dev_type_not_vg() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_valid_dev_type_not_vg_test() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_valid_dev_type_vg_test() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_is_valid_dev_type_wrong_major_test() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_kernel_params() (bareon.tests.test_ironic.TestGetGrub method)
test_list_block_devices() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_list_block_devices_skip_block_device() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_localfile_next() (bareon.tests.test_artifact_utils.TestLocalFile method)
test_long_label() (bareon.tests.test_generic_data_driver.TestGetLabel method)
test_lvcreate_lv_already_exists() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_lvcreate_lv_name_collision() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_lvcreate_not_enough_space() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_lvcreate_not_found() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_lvcreate_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_lvdisplay() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_lvremove_not_found() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_lvremove_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_make_fs() (bareon.tests.test_fs_utils.TestFSUtils method)
test_make_fs_swap() (bareon.tests.test_fs_utils.TestFSUtils method)
test_make_label() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_make_label_wrong_label() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_make_partition() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_make_partition_begin_overlaps_end() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_make_partition_overlaps_other_parts() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_make_partition_wrong_ptype() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_make_targz() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_make_targz_with_name() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_make_xfs_add_f_flag() (bareon.tests.test_fs_utils.TestFSUtils method)
test_make_xfs_empty_options() (bareon.tests.test_fs_utils.TestFSUtils method)
test_makedirs_if_not_exists() (bareon.tests.test_utils.ExecuteTestCase method)
test_makedirs_if_not_exists_already_exists() (bareon.tests.test_utils.ExecuteTestCase method)
test_makedirs_if_not_exists_mode_given() (bareon.tests.test_utils.ExecuteTestCase method)
test_match() (bareon.tests.test_generic_deploy_driver.TestPartitionSchemaCompareTool method)
test_match_device_by_id_matches() (bareon.tests.test_nailgun.TestNailgunMatch method)
test_match_device_by_name_matches() (bareon.tests.test_ironic.TestIronicMatch method)
test_match_device_by_name_not_matches() (bareon.tests.test_ironic.TestIronicMatch method)
test_match_device_by_path_matches() (bareon.tests.test_ironic.TestIronicMatch method)
test_match_device_by_path_not_matches() (bareon.tests.test_ironic.TestIronicMatch method)
test_match_device_by_scsi_matches() (bareon.tests.test_ironic.TestIronicMatch method)
test_match_device_by_scsi_not_matches() (bareon.tests.test_ironic.TestIronicMatch method)
test_match_device_devlinks() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_match_device_devpath() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_match_device_dont_macthes() (bareon.tests.test_nailgun.TestNailgunMatch method)
test_match_device_dont_macthes_by_id() (bareon.tests.test_nailgun.TestNailgunMatch method)
test_match_device_false() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_match_device_id_dont_matches_non_empty_extra() (bareon.tests.test_nailgun.TestNailgunMatch method)
test_match_device_id_matches_empty_extra() (bareon.tests.test_nailgun.TestNailgunMatch method)
test_match_device_id_matches_missing_extra() (bareon.tests.test_nailgun.TestNailgunMatch method)
test_match_device_serial() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_match_device_serial_false() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_match_device_wwn() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_match_device_wwn_false() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_match_list_value() (bareon.tests.test_ironic_data_driver.TestMatchDevice method)
(bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_match_list_value_wildcard() (bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_match_one_value() (bareon.tests.test_ironic_data_driver.TestMatchDevice method)
(bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_match_one_value_wildcard() (bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_md_attach_by_mount_md_exists() (bareon.tests.test_partition.TestPartitionScheme method)
test_md_attach_by_mount_no_md() (bareon.tests.test_partition.TestPartitionScheme method)
test_md_by_mount() (bareon.tests.test_partition.TestPartitionScheme method)
test_md_by_name() (bareon.tests.test_partition.TestPartitionScheme method)
test_md_metadata_centos() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_md_metadata_centos70() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_md_metadata_ubuntu() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_md_next_name_fail() (bareon.tests.test_partition.TestPartitionScheme method)
test_md_next_name_ok() (bareon.tests.test_partition.TestPartitionScheme method)
test_mdclean() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdclean_all() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdclean_all_fail() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdclean_all_with_containers() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdcreate_device_attached() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdcreate_device_clean() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdcreate_device_not_found() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdcreate_duplicate() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdcreate_ok() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdcreate_unsupported_level() (bareon.tests.test_md_utils.TestMdUtils method)
test_mddisplay() (bareon.tests.test_md_utils.TestMdUtils method)
test_mddisplay_nostate_detail() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdremove_notfound() (bareon.tests.test_md_utils.TestMdUtils method)
test_mdremove_ok() (bareon.tests.test_md_utils.TestMdUtils method)
test_mismatch_extra_disk_in_user_schema() (bareon.tests.test_generic_deploy_driver.TestPartitionSchemaCompareTool method)
test_mismatch_extra_part_in_user_schema() (bareon.tests.test_generic_deploy_driver.TestPartitionSchemaCompareTool method)
test_mismatch_extra_part_on_hw_schema() (bareon.tests.test_generic_deploy_driver.TestPartitionSchemaCompareTool method)
test_more_than_one_valid_disk() (bareon.tests.test_ironic_data_driver.TestDiskDev method)
(bareon.tests.test_ironic_data_driver.TestDiskPartition method)
test_mount_bind_no_path2() (bareon.tests.test_fs_utils.TestFSUtils method)
test_mount_bind_path2() (bareon.tests.test_fs_utils.TestFSUtils method)
test_mount_fs() (bareon.tests.test_fs_utils.TestFSUtils method)
test_mount_target() (bareon.tests.test_manager.TestManager method)
test_mount_target_mtab_is_link() (bareon.tests.test_manager.TestManager method)
test_next_begin_empty_partitions() (bareon.tests.test_partition.TestParted method)
test_next_begin_last_extended_partition() (bareon.tests.test_partition.TestParted method)
test_next_begin_no_last_extended_partition() (bareon.tests.test_partition.TestParted method)
test_next_count_has_logical() (bareon.tests.test_partition.TestParted method)
test_next_count_no_logical() (bareon.tests.test_partition.TestParted method)
test_next_name_no_separator() (bareon.tests.test_partition.TestParted method)
test_next_name_none() (bareon.tests.test_partition.TestParted method)
test_next_name_with_separator() (bareon.tests.test_partition.TestParted method)
test_next_type_gpt() (bareon.tests.test_partition.TestParted method)
test_next_type_has_extended() (bareon.tests.test_partition.TestParted method)
test_next_type_no_extended() (bareon.tests.test_partition.TestParted method)
test_no_device_info() (bareon.tests.test_ironic.TestGetBlockDevice method)
test_no_devices() (bareon.tests.test_ironic.TestGetBlockDevices method)
(bareon.tests.test_ironic_data_driver.TestGetPartitionIds method)
test_no_ids_on_devices() (bareon.tests.test_ironic_data_driver.TestGetPartitionIds method)
test_no_kernel_params() (bareon.tests.test_ironic.TestGetGrub method)
test_no_label() (bareon.tests.test_generic_data_driver.TestGetLabel method)
test_no_mount_option() (bareon.tests.test_ironic_data_driver.TestProcessPartition method)
test_no_partition_data() (bareon.tests.test_generic_data_driver.TestKsDisks method)
(bareon.tests.test_generic_data_driver.TestKsVgs method)
(bareon.tests.test_generic_data_driver.TestSmallKsDisks method)
test_no_partitions_valid_size() (bareon.tests.test_generic_data_driver.TestKsDisks method)
(bareon.tests.test_generic_data_driver.TestSmallKsDisks method)
test_no_partitions_valid_type() (bareon.tests.test_generic_data_driver.TestKsDisks method)
(bareon.tests.test_generic_data_driver.TestKsVgs method)
test_no_valid_disks() (bareon.tests.test_ironic_data_driver.TestDiskDev method)
(bareon.tests.test_ironic_data_driver.TestDiskPartition method)
test_non_boot_volume_default() (bareon.tests.test_ironic_data_driver.TestProcessPartition method)
test_non_boot_volume_non_default() (bareon.tests.test_ironic_data_driver.TestProcessPartition method)
test_none_mount_option() (bareon.tests.test_ironic_data_driver.TestProcessPartition method)
test_not_match_list_value() (bareon.tests.test_ironic_data_driver.TestMatchDevice method)
(bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_not_match_list_value_wildcard() (bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_not_match_one_value() (bareon.tests.test_ironic_data_driver.TestMatchDevice method)
(bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_not_match_one_wildcard() (bareon.tests.test_ironic_data_driver.TestMatchPartition method)
test_one_valid_disk() (bareon.tests.test_ironic_data_driver.TestDiskDev method)
(bareon.tests.test_ironic_data_driver.TestDiskPartition method)
test_parse_dmidecode() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_parse_image_meta() (bareon.tests.test_nailgun.TestNailgunImageMeta method)
test_parse_image_meta_not_parsed() (bareon.tests.test_nailgun.TestNailgunImageMeta method)
test_parse_kernel_cmdline() (bareon.tests.test_utils.ParseKernelCmdline method)
test_parse_lspci() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_parse_operating_system_error_bad_codename() (bareon.tests.test_nailgun_build_image.TestNailgunBuildImage method)
test_parse_operating_system_packages_given() (bareon.tests.test_nailgun_build_image.TestNailgunBuildImage method)
test_parse_operating_system_packages_not_given() (bareon.tests.test_nailgun_build_image.TestNailgunBuildImage method)
test_parse_operating_system_repos() (bareon.tests.test_nailgun_build_image.TestNailgunBuildImage method)
test_parse_partition_scheme_for_nvme_disks() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_parse_schemes() (bareon.tests.test_nailgun_build_image.TestNailgunBuildImage method)
test_parse_simple_kv() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_parse_unit() (bareon.tests.test_utils.ExecuteTestCase method)
test_partition() (bareon.tests.test_generic_deploy_driver.TestMountTarget method)
(bareon.tests.test_generic_deploy_driver.TestUmountTarget method)
test_partition_by_name() (bareon.tests.test_partition.TestParted method)
(bareon.tests.test_partition.TestPartitionScheme method)
test_partition_clean() (bareon.tests.test_generic_deploy_driver.TestPolicyPartitioner method)
test_partition_nailgun_legacy_partition() (bareon.tests.test_generic_deploy_driver.TestPolicyPartitioner method)
test_partition_nailgun_legacy_skip() (bareon.tests.test_generic_deploy_driver.TestPolicyPartitioner method)
test_partition_preserve() (bareon.tests.test_generic_deploy_driver.TestPolicyPartitioner method)
test_partition_scheme() (bareon.tests.test_ironic.TestNailgunMockedMeta method)
(bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_partition_scheme_ceph() (bareon.tests.test_nailgun.TestNailgunMockedMeta method)
test_partition_swap() (bareon.tests.test_generic_deploy_driver.TestMountTarget method)
(bareon.tests.test_generic_deploy_driver.TestUmountTarget method)
test_partition_verify() (bareon.tests.test_generic_deploy_driver.TestPolicyPartitioner method)
test_partitions_policy() (bareon.tests.test_ironic.TestPartitionsPolicy method)
test_partitions_policy_default() (bareon.tests.test_ironic.TestPartitionsPolicy method)
test_populate_basic_dev() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_pre_apt_get() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_primary() (bareon.tests.test_partition.TestParted method)
test_process() (bareon.tests.test_artifact_utils.TestChain method)
test_propagate_host_resolv_conf() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_pseudo() (bareon.tests.test_generic_deploy_driver.TestMountTarget method)
(bareon.tests.test_generic_deploy_driver.TestUmountTarget method)
test_pv_by_name() (bareon.tests.test_partition.TestPartitionScheme method)
test_pvcreate_duplicate() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_pvcreate_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_pvdisplay() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_pvremove_attached_to_vg() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_pvremove_notfound() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_pvremove_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_recompress_initramfs() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_remove_files() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_remove_files_not_exists() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_remove_partition() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_remove_partition_notexists() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_render_and_save_fail() (bareon.tests.test_utils.ExecuteTestCase method)
test_render_and_save_ok() (bareon.tests.test_utils.ExecuteTestCase method)
test_reread_partitions_device_busy() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_reread_partitions_ok() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_reread_partitions_timeout() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_restore_host_resolv_conf() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_root_device_not_found() (bareon.tests.test_partition.TestPartitionScheme method)
test_rsync_inject() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_run_apt_get() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_run_apt_get_eatmydata() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_run_debootstrap() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_run_debootstrap_eatmydata() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_run_mksquashfs() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_run_mksquashfs_with_name() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_run_script_in_chroot() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_set_apt_get_env() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_set_cloud_init_templates() (bareon.tests.test_configdrive.TestConfigDriveScheme method)
test_set_flag() (bareon.tests.test_partition.TestPartition method)
test_set_gpt_type() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_set_partition_flag() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_set_partition_flag_wrong_flag() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_set_partition_flag_wrong_state() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_shrink_sparse_file() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_single_disk_insufficient_size() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_multiple_remaining() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_no_percent() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_percent() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_percent_unicode() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_remaining() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_remaining_insufficient_size() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_remaining_nothing_left() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_lv_remaining() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_pv_and_lv_remaining() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_vg() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_vg_insufficient_size() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_vg_lvm_meta_size() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_vg_multiple_pv() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_vg_reverse_order() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_with_vg_size_more_than_100_percent() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_single_disk_without_size() (bareon.tests.test_ironic_data_driver.TestConvertPercentSizes method)
test_stop_chrooted_processes() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_strip_filename() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_success() (bareon.tests.test_generic_deploy_driver.TestGenerateFstab method)
(bareon.tests.test_ironic_data_driver.TestGetPartitionIds method)
(bareon.tests.test_rsync_deploy_driver.TestDoCopyimage method)
test_success_ignore_percent() (bareon.tests.test_ironic_data_driver.TestConvertStringSize method)
test_success_ignore_remaining() (bareon.tests.test_ironic_data_driver.TestConvertStringSize method)
test_success_lvm_meta_size() (bareon.tests.test_ironic_data_driver.TestConvertStringSize method)
test_success_single_disk() (bareon.tests.test_ironic_data_driver.TestConvertStringSize method)
test_success_two_disks() (bareon.tests.test_ironic_data_driver.TestConvertStringSize method)
test_suppress_services_start() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_suppress_services_start_nomkdir() (bareon.tests.test_build_utils.BuildUtilsTestCase method)
test_target_convertion() (bareon.tests.test_ironic_data_driver.TestHumantoBytesConverter method)
test_target_next() (bareon.tests.test_artifact_utils.TestTarget method)
test_target_target() (bareon.tests.test_artifact_utils.TestTarget method)
test_template_data_no_common() (bareon.tests.test_configdrive.TestConfigDriveScheme method)
test_template_data_ok() (bareon.tests.test_configdrive.TestConfigDriveScheme method)
test_template_names() (bareon.tests.test_configdrive.TestConfigDriveScheme method)
test_templates_default() (bareon.tests.test_configdrive.TestConfigDriveScheme method)
test_treat_mtab_link() (bareon.tests.test_generic_deploy_driver.TestMountTarget method)
test_treat_mtab_no_link() (bareon.tests.test_generic_deploy_driver.TestMountTarget method)
test_udevadm_settle() (bareon.tests.test_utils.ExecuteTestCase method)
test_udevreport() (bareon.tests.test_hardware_utils.TestHardwareUtils method)
test_umount_fs_error() (bareon.tests.test_fs_utils.TestFSUtils method)
test_umount_fs_error_lazy_false() (bareon.tests.test_fs_utils.TestFSUtils method)
test_umount_fs_not_mounted() (bareon.tests.test_fs_utils.TestFSUtils method)
test_umount_fs_ok() (bareon.tests.test_fs_utils.TestFSUtils method)
test_umount_target() (bareon.tests.test_manager.TestManager method)
test_unblacklist_udev_rules_executes() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_unblacklist_udev_rules_not_a_rule() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_unblacklist_udev_rules_remove() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_unblacklist_udev_rules_rename() (bareon.tests.test_utils.TestUdevRulesBlacklisting method)
test_unknown_policy() (bareon.tests.test_generic_deploy_driver.TestPolicyPartitioner method)
test_unsupported_container() (bareon.tests.test_image.TestImage method)
test_valid_data() (bareon.tests.test_generic_data_driver.TestKsDisks method)
(bareon.tests.test_generic_data_driver.TestKsVgs method)
(bareon.tests.test_generic_data_driver.TestSmallKsDisks method)
test_valid_label() (bareon.tests.test_generic_data_driver.TestGetLabel method)
test_validate_16T_root_volume_fail() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_device_id_fail() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_free_space_type_fail() (bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_jsoschema_fail() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_missed_property() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_missed_volume_property() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_no_disks_fail() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_ok() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_volume_size_fail() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_validate_volume_type_fail() (bareon.tests.test_ironic_ks_spaces_validator.TestKSSpacesValidator method)
(bareon.tests.test_nailgun_ks_spaces_validator.TestKSSpacesValidator method)
test_vg_attach_by_name() (bareon.tests.test_partition.TestPartitionScheme method)
test_vg_by_name() (bareon.tests.test_partition.TestPartitionScheme method)
test_vgcreate_duplicate() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgcreate_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgcreate_pv_attached() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgcreate_pv_not_found() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgdisplay() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgextend_not_found() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgextend_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgextend_pv_attached() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgextend_pv_not_found() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgreduce_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgreduce_pv_not_attached() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgreduce_vg_not_found() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgremove_not_found() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_vgremove_ok() (bareon.tests.test_lvm_utils.TestLvmUtils method)
test_wipe() (bareon.tests.test_partition_utils.TestPartitionUtils method)
test_with_partition_guid() (bareon.tests.test_ironic_data_driver.TestProcessPartition method)
test_wrong_version_grub_1() (bareon.tests.test_generic_deploy_driver.TestDoBootloader method)
test_wrong_version_grub_2() (bareon.tests.test_generic_deploy_driver.TestDoBootloader method)
TestChain (class in bareon.tests.test_artifact_utils)
TestConfigDriveScheme (class in bareon.tests.test_configdrive)
TestConvertPercentSizes (class in bareon.tests.test_ironic_data_driver)
TestConvertStringSize (class in bareon.tests.test_ironic_data_driver)
TestDiskDev (class in bareon.tests.test_ironic_data_driver)
TestDiskPartition (class in bareon.tests.test_ironic_data_driver)
TestDoBootloader (class in bareon.tests.test_generic_deploy_driver)
TestDoConfigDrive (class in bareon.tests.test_generic_deploy_driver)
TestDoCopyimage (class in bareon.tests.test_rsync_deploy_driver)
TestDoProvision (class in bareon.tests.test_generic_deploy_driver)
TestDoReboot (class in bareon.tests.test_generic_deploy_driver)
TestFileSystem (class in bareon.tests.test_partition)
TestFindHwFstab (class in bareon.tests.test_ironic_data_driver)
TestFlowDriver (class in bareon.tests.test_flow_driver)
TestFSUtils (class in bareon.tests.test_fs_utils)
TestGenerateFstab (class in bareon.tests.test_generic_deploy_driver)
TestGetBlockDevice (class in bareon.tests.test_ironic)
TestGetBlockDevices (class in bareon.tests.test_ironic)
TestGetGrub (class in bareon.tests.test_ironic)
TestGetImageSchema (class in bareon.tests.test_ironic_data_driver)
TestGetLabel (class in bareon.tests.test_generic_data_driver)
TestGetPartitionIds (class in bareon.tests.test_ironic_data_driver)
TestGrubUtils (class in bareon.tests.test_grub_utils)
TestGunzipStream (class in bareon.tests.test_artifact_utils)
TestHardwareUtils (class in bareon.tests.test_hardware_utils)
TestHttpUrl (class in bareon.tests.test_artifact_utils)
TestHumantoBytesConverter (class in bareon.tests.test_ironic_data_driver)
TestImage (class in bareon.tests.test_image)
TestImageBuild (class in bareon.tests.test_manager)
TestIronicMatch (class in bareon.tests.test_ironic)
TestKsDisks (class in bareon.tests.test_generic_data_driver)
TestKSSpacesValidator (class in bareon.tests.test_ironic_ks_spaces_validator)
(class in bareon.tests.test_ks_spaces_validator)
(class in bareon.tests.test_nailgun_ks_spaces_validator)
TestKsVgs (class in bareon.tests.test_generic_data_driver)
TestLocalFile (class in bareon.tests.test_artifact_utils)
TestLogicalVolume (class in bareon.tests.test_partition)
TestLvmUtils (class in bareon.tests.test_lvm_utils)
TestManager (class in bareon.tests.test_manager)
TestMatchDevice (class in bareon.tests.test_ironic_data_driver)
TestMatchPartition (class in bareon.tests.test_ironic_data_driver)
TestMdUtils (class in bareon.tests.test_md_utils)
TestMountTarget (class in bareon.tests.test_generic_deploy_driver)
TestMultipleDevice (class in bareon.tests.test_partition)
TestNailgunBuildImage (class in bareon.tests.test_nailgun_build_image)
TestNailgunImageMeta (class in bareon.tests.test_nailgun)
TestNailgunMatch (class in bareon.tests.test_nailgun)
TestNailgunMockedMeta (class in bareon.tests.test_ironic)
(class in bareon.tests.test_nailgun)
TestParted (class in bareon.tests.test_partition)
TestPartition (class in bareon.tests.test_partition)
TestPartitionSchemaCompareTool (class in bareon.tests.test_generic_deploy_driver)
TestPartitionScheme (class in bareon.tests.test_partition)
TestPartitionsPolicy (class in bareon.tests.test_ironic)
TestPartitionUtils (class in bareon.tests.test_partition_utils)
TestPhysicalVolume (class in bareon.tests.test_partition)
TestPolicyPartitioner (class in bareon.tests.test_generic_deploy_driver)
TestProcessPartition (class in bareon.tests.test_ironic_data_driver)
TestSmallKsDisks (class in bareon.tests.test_generic_data_driver)
TestTarget (class in bareon.tests.test_artifact_utils)
TestUdevRulesBlacklisting (class in bareon.tests.test_utils)
TestUmountTarget (class in bareon.tests.test_generic_deploy_driver)
TestVolumesGroup (class in bareon.tests.test_partition)
text_diff() (in module bareon.utils.utils)
to_dict() (bareon.objects.base.Serializable method)
(bareon.objects.operating_system.OperatingSystem method)
(bareon.objects.partition.fs.FileSystem method)
(bareon.objects.partition.lv.LogicalVolume method)
(bareon.objects.partition.md.MultipleDevice method)
(bareon.objects.partition.parted.Parted method)
(bareon.objects.partition.parted.Partition method)
(bareon.objects.partition.pv.PhysicalVolume method)
(bareon.objects.partition.scheme.PartitionScheme method)
(bareon.objects.partition.vg.VolumeGroup method)
TooManyKernels
translate() (bareon.openstack.common.gettextutils.Message method)
(in module bareon.openstack.common.gettextutils)
TranslationHandler (class in bareon.openstack.common.gettextutils)
TranslatorFactory (class in bareon.openstack.common.gettextutils)
try_import() (in module bareon.openstack.common.importutils)
U
Ubuntu (class in bareon.objects.operating_system)
udevadm_settle() (in module bareon.utils.utils)
udevreport() (in module bareon.utils.hardware)
umount_fs() (in module bareon.utils.fs)
umount_target() (bareon.drivers.deploy.nailgun.Manager method)
unblacklist_udev_rules() (in module bareon.utils.utils)
UnexpectedProcessError
V
validate() (bareon.actions.base.BaseAction method)
(in module bareon.drivers.data.ks_spaces_validator)
vg_attach_by_name() (bareon.objects.partition.scheme.PartitionScheme method)
vg_by_name() (bareon.objects.partition.scheme.PartitionScheme method)
VGAlreadyExistsError
vgcreate() (in module bareon.utils.lvm)
vgdisplay() (in module bareon.utils.lvm)
vgdisplay_parse() (in module bareon.utils.lvm)
vgextend() (in module bareon.utils.lvm)
VGNotFoundError
vgreduce() (in module bareon.utils.lvm)
vgremove() (in module bareon.utils.lvm)
vgremove_all() (in module bareon.utils.lvm)
VolumeGroup (class in bareon.objects.partition.vg)
W
warn() (bareon.openstack.common.log.ContextAdapter method)
WeakLocal (class in bareon.openstack.common.local)
wipe() (in module bareon.utils.partition)
WritableLogger (class in bareon.openstack.common.log)
write() (bareon.openstack.common.log.WritableLogger method)
WrongConfigDriveDataError
WrongDeviceError
WrongImageDataError
WrongInputDataError
WrongPartitionLabelError
WrongPartitionPolicyError
WrongPartitionSchemeError
WrongRepositoryError
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
bareon 0.0.1a3 documentation
»