airshipctl/cmd/image
Ruslan Aliev a6363f1c1e Run image build command like a phase
We perform almost the same activities prior calling createBootstrapIso
function like we do that in phase executor, also image build command
now is techically outdated since it doesn't work because it fails with
"phase document was not found" error. This patch removes unnecessary
functions like GenerateBootstrapIso and runs image build command in
a phase way. Test coverage increases slightly (by 0.2%) by removing
partially duplicating code which was not tested properly. Minor bug
fixes included.

Change-Id: I545004cea721164838b296ae647a7651cde248ff
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2020-10-13 17:48:55 -05:00
..
testdata/TestImageGoldenOutput Added new command for Image Build. 2020-06-12 03:01:26 +00:00
build.go Run image build command like a phase 2020-10-13 17:48:55 -05:00
image.go Remove AirshipCTLSettings from root level cmd 2020-09-03 23:52:49 -05:00
image_test.go Remove AirshipCTLSettings from root level cmd 2020-09-03 23:52:49 -05:00