Commit Graph

4 Commits

Author SHA1 Message Date
Sergiy Markin d00eaf0303 Drydock focal related upgrades
This PS implements the following changes:
- switches freeze approach to requirements-direct.txt and
  requirements-frozen.txt files
- adjusts code tabulation style according to  yapf recommendations
- replaces deprecated usage of responce.body attribute with
  responce.text
- fixes integration tests in controlled by Makefile + tox
- uplifts Helm to v3.9.4

Change-Id: I751db72eb8f670825382f11a36657112faeb169a
2023-04-26 22:32:49 +00:00
Dimitrios Markou 4a4e6cc6ef Validate mountpoint in a HostProfile
This patch fixes the issue that a reverted patch was causing [0].
In this patch we add a check for partitions which are not having
mountpoints and propably was causing the problem in airship-seaworthy.

[0] https://review.openstack.org/#/c/610594/

Story: #2002951

Change-Id: Ic3055ebdcf37461f52391cf564c29f8283637684
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2018-10-17 17:14:51 +03:00
Scott Hussey e6ab0743a4 Revert "Validate mountpoints in a HostProfile"
This reverts commit 1466835626.

Change-Id: I9d9df1c5b8c9d905836d3d3c111e507f71bef0ce
2018-10-15 14:48:10 +00:00
Dimitrios Markou 1466835626 Validate mountpoints in a HostProfile
Prevent the partitions and logical volumes to
use the same mount point on the same baremetal
node

Story: #2002951

Change-Id: Ie936b5b20859d511e4cb858202c4ed50378bb72d
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2018-10-11 13:54:36 +00:00