openstack-ansible/tests
Doug Goldstein b9f045401c
abstract bootstrap host disk partition names
The code in this playbook assumes that the path to a partition is just
the partition number appended to the disk path. However when working
with NVMe disks, the partition will actually be "pN" where N is the
partition number and p is the literal character. To attempt to be
agnostic use lsblk to show all the partitions on the disk, since it was
just reformatted and only has the partitions this playbook creates. This
is then stored in a new temporary fact that can be used throughout the
rest of the playbook.

Change-Id: I661696c275fbc2e91d049303f5498ff8d401fc83
2023-12-19 15:29:30 -06:00
..
inventory Create complete AIO inventory config for tests 2016-09-23 15:56:14 -04:00
roles/bootstrap-host abstract bootstrap host disk partition names 2023-12-19 15:29:30 -06:00
bootstrap-aio.yml Move repo_packages to group_vars 2023-05-18 08:49:51 +00:00
test-inventory.ini Update ansible to version 2.1 2016-06-02 08:54:41 -05:00
test-upstream-shas.yml Move repo_packages to group_vars 2023-05-18 08:49:51 +00:00
test-vars-overrides.yml fix typos in documentation 2018-04-23 12:47:56 +08:00
test_dictutils.py Add one test case to the TestMergeDictUnit for same key dict merge 2018-10-12 14:13:53 +00:00
test_filesystem.py Restore dynamic_inventory unit testing 2023-01-11 10:14:43 +00:00
test_inventory.py Deprecate OpenDaylight support 2023-10-27 06:27:16 +00:00
test_ip.py Use python import machinery for inventory code 2017-07-28 16:39:52 +00:00
test_manage.py Restore dynamic_inventory unit testing 2023-01-11 10:14:43 +00:00