Index

A | B | C | D | E | F | G | H | I | J | L | M | N | O | P | R | S | T | U | V | W

A

abstractclassmethod (class in bareon.utils.decorators)
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_kernel_params() (bareon.objects.bootloader.Grub method)
audit() (bareon.openstack.common.log.BaseLoggerAdapter method)

B

bareon.actions.base (module)
bareon.drivers.data.base (module)
bareon.drivers.data.ks_spaces_validator (module)
bareon.drivers.deploy.base (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_configdrive (module)
bareon.tests.test_image (module)
bareon.tests.test_ironic_ks_spaces_validator (module)
bareon.tests.test_ks_spaces_validator (module)
bareon.tests.test_nailgun_ks_spaces_validator (module)
bareon.tests.test_partition (module)
bareon.tests.test_requirements (module)
bareon.utils.decorators (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)
boot_device() (bareon.objects.partition.scheme.PartitionScheme method)

C

Centos (class in bareon.objects.operating_system)
ColorHandler (class in bareon.openstack.common.log)
configdrive_device() (bareon.objects.partition.scheme.PartitionScheme method)
configdrive_scheme (bareon.drivers.data.base.ConfigDriveDataDriverMixin 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)
ContextAdapter (class in bareon.openstack.common.log)
ContextFormatter (class in bareon.openstack.common.log)

D

DEBRepo (class in bareon.objects.repo)
deprecated() (bareon.openstack.common.log.ContextAdapter method)
DeprecatedConfig
device_name (bareon.objects.partition.lv.LogicalVolume attribute)
DictWrapperObject (class in bareon.objects.base)
DiskNotFoundError
do_configdrive() (bareon.drivers.deploy.base.BaseDeployDriver method)
do_copyimage() (bareon.drivers.deploy.base.BaseDeployDriver method)
do_install_os() (bareon.drivers.deploy.base.BaseDeployDriver method)
do_multiboot_bootloader() (bareon.drivers.deploy.base.BaseDeployDriver method)
do_partitioning() (bareon.drivers.deploy.base.BaseDeployDriver method)
do_provisioning() (bareon.drivers.deploy.base.BaseDeployDriver method)
do_reboot() (bareon.drivers.deploy.base.BaseDeployDriver method)

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)
extended (bareon.objects.partition.parted.Parted attribute)

F

FileSystem (class in bareon.objects.partition.fs)
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)
formatException() (bareon.openstack.common.log.ContextFormatter method)
(bareon.openstack.common.log.JSONFormatter method)
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

get_available_languages() (in module bareon.openstack.common.gettextutils)
get_images_sorted_by_depth() (bareon.objects.image.ImageScheme method)
get_os_ids() (bareon.drivers.data.base.MultibootDeploymentMixin method)
get_os_images() (bareon.objects.image.ImageScheme method)
get_os_root() (bareon.objects.image.ImageScheme method)
getLazyLogger() (in module bareon.openstack.common.log)
getLogger() (in module bareon.openstack.common.log)
grub (bareon.drivers.data.base.GrubBootloaderDataDriverMixin attribute)
Grub (class in bareon.objects.bootloader)
GrubBootloaderDataDriverMixin (class in bareon.drivers.data.base)
GrubUtilsError

H

handlers (bareon.openstack.common.log.ContextAdapter attribute)
HardwarePartitionSchemeCannotBeReadError
HttpUrlConnectionError
HttpUrlInvalidContentLength
hw_partition_scheme (bareon.drivers.data.base.PartitioningDataDriverMixin attribute)

I

Image (class in bareon.objects.image)
image_meta (bareon.drivers.data.base.ProvisioningDataDriverMixin attribute)
image_scheme (bareon.drivers.data.base.ProvisioningDataDriverMixin 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
install() (in module bareon.openstack.common.gettextutils)

J

JSONFormatter (class in bareon.openstack.common.log)

L

LazyAdapter (class in bareon.openstack.common.log)
LEVEL_COLORS (bareon.openstack.common.log.ColorHandler attribute)
load_fixture() (in module bareon.tests.base)
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
LVNotFoundError

M

mask_password() (in module bareon.openstack.common.log)
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
MDDeviceDuplicationError
MDNotFoundError
MDRemovingError
MDWrongSpecError
message (bareon.openstack.common.log.DeprecatedConfig attribute)
(bareon.openstack.common.log.LogConfigError attribute)
Message (class in bareon.openstack.common.gettextutils)
MultibootDeploymentMixin (class in bareon.drivers.data.base)
MultipleDevice (class in bareon.objects.partition.md)

N

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)
OperatingSystem (class in bareon.objects.operating_system)

P

Parted (class in bareon.objects.partition.parted)
Partition (class in bareon.objects.partition.parted)
partition_by_name() (bareon.objects.partition.parted.Parted method)
(bareon.objects.partition.scheme.PartitionScheme method)
partition_scheme (bareon.drivers.data.base.PartitioningDataDriverMixin attribute)
PartitioningDataDriverMixin (class in bareon.drivers.data.base)
PartitionNotFoundError
PartitionScheme (class in bareon.objects.partition.scheme)
PartitionSchemeMismatchError
PhysicalVolume (class in bareon.objects.partition.pv)
primary (bareon.objects.partition.parted.Parted attribute)
(bareon.openstack.common.gettextutils.TranslatorFactory attribute)
process() (bareon.openstack.common.log.ContextAdapter method)
ProcessExecutionError
profile (bareon.objects.configdrive.ConfigDriveScheme attribute)
ProvisioningDataDriverMixin (class in bareon.drivers.data.base)
pv_by_name() (bareon.objects.partition.scheme.PartitionScheme method)
PVAlreadyExistsError
PVBelongsToVGError
PVNotFoundError

R

Repo (class in bareon.objects.repo)
RepoProxies (class in bareon.objects.repo)
RFCSysLogHandler (class in bareon.openstack.common.log)
root_device() (bareon.objects.partition.scheme.PartitionScheme method)

S

Serializable (class in bareon.objects.base)
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_guid() (bareon.objects.partition.parted.Partition method)
set_mcollective() (bareon.objects.configdrive.ConfigDriveScheme method)
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_configdrive.TestConfigDriveScheme method)
(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)
(bareon.tests.test_partition.TestMultipleDevice method)
(bareon.tests.test_partition.TestParted method)
(bareon.tests.test_partition.TestPartition method)
(bareon.tests.test_partition.TestPartitionScheme method)
setup() (in module bareon.openstack.common.log)
setup_hook() (in module bareon.hooks)
SimpleDeployDriver (class in bareon.drivers.deploy.base)
skip_partitioning (bareon.objects.partition.scheme.PartitionScheme attribute)
SUPPORTED_CONTAINERS (bareon.objects.image.Image attribute)

T

template_data() (bareon.objects.configdrive.ConfigDriveScheme method)
template_names() (bareon.objects.configdrive.ConfigDriveScheme method)
TemplateWriteError
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_check_requirements_conflicts() (in module bareon.tests.test_requirements)
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_elevate_keep_data() (bareon.tests.test_partition.TestPartitionScheme method)
test_fs_by_device() (bareon.tests.test_partition.TestPartitionScheme method)
test_fs_by_mount() (bareon.tests.test_partition.TestPartitionScheme 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_next_name_fail() (bareon.tests.test_partition.TestPartitionScheme method)
test_md_next_name_ok() (bareon.tests.test_partition.TestPartitionScheme 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_partition_by_name() (bareon.tests.test_partition.TestParted method)
(bareon.tests.test_partition.TestPartitionScheme method)
test_primary() (bareon.tests.test_partition.TestParted method)
test_pv_by_name() (bareon.tests.test_partition.TestPartitionScheme method)
test_root_device_not_found() (bareon.tests.test_partition.TestPartitionScheme method)
test_set_cloud_init_templates() (bareon.tests.test_configdrive.TestConfigDriveScheme method)
test_set_flag() (bareon.tests.test_partition.TestPartition 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_unsupported_container() (bareon.tests.test_image.TestImage 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)
TestConfigDriveScheme (class in bareon.tests.test_configdrive)
TestFileSystem (class in bareon.tests.test_partition)
TestImage (class in bareon.tests.test_image)
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)
TestLogicalVolume (class in bareon.tests.test_partition)
TestMultipleDevice (class in bareon.tests.test_partition)
TestParted (class in bareon.tests.test_partition)
TestPartition (class in bareon.tests.test_partition)
TestPartitionScheme (class in bareon.tests.test_partition)
TestPhysicalVolume (class in bareon.tests.test_partition)
TestVolumesGroup (class in bareon.tests.test_partition)
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)
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
VGNotFoundError
VolumeGroup (class in bareon.objects.partition.vg)

W

warn() (bareon.openstack.common.log.ContextAdapter method)
WeakLocal (class in bareon.openstack.common.local)
WritableLogger (class in bareon.openstack.common.log)
write() (bareon.openstack.common.log.WritableLogger method)
WrongConfigDriveDataError
WrongDeviceError
WrongImageDataError
WrongInputDataError
WrongPartitionLabelError
WrongPartitionPolicyError
WrongPartitionSchemeError
WrongRepositoryError