airshipctl/pkg/phase/executors
Ruslan Aliev 92ce88fc29 Allow relative and ~ path for container mount
This patch allow to specify relative and home (~/) path for container
mounts.src field. In case if specified path is not absolute, it will be
created by following pattern: 'targetPath+mounts.src'; in case if path
contains ~/ - it will be properly expanded (it will allow us to mount
~/.airship working directory).

Change-Id: I878094371a2bc4e48216b1d076e466e3d29a86f6
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Relates-To: #484
Closes: #484
2021-03-25 16:41:30 -05:00
..
errors Refactor phase related errors 2021-03-23 22:04:28 -05:00
baremetal_manager_test.go Allow container config to be referenced as objects 2021-02-11 00:39:36 +00:00
baremetal_manager.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
clusterctl_test.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
clusterctl.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
common_test.go Remove isogen executor and related code 2021-03-02 08:14:57 +00:00
common.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
container_test.go Allow relative and ~ path for container mount 2021-03-25 16:41:30 -05:00
container.go Allow relative and ~ path for container mount 2021-03-25 16:41:30 -05:00
ephemeral_test.go Groom phase/executors package 2021-01-12 16:31:43 -06:00
ephemeral.go Updated executor definition to introduce a status interface 2021-03-10 13:14:08 +00:00
k8s_applier_test.go Add multiple kubeconifg sources to ClusterMap 2021-03-10 18:22:30 +00:00
k8s_applier.go Refactor phase related errors 2021-03-23 22:04:28 -05:00