airshipctl/pkg/phase/ifc
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
..
executor.go Run image build command like a phase 2020-10-13 17:48:55 -05:00
helper.go Add phase, client and helper interfaces 2020-09-09 22:33:51 +00:00
phase.go Use BundleFactory instead of bundle in executors 2020-09-28 19:39:05 -05:00