4 Commits

Author SHA1 Message Date
Kostiantyn Kalynovskyi
eddfc6338a Add check for executor ref in phase helper
Relates-To: #365
Closes: #365

Change-Id: I95251a0ef49436d86f6f882bf23a91ceb1b1a952
2020-10-12 13:41:48 -05:00
Kostiantyn Kalynovskyi
e6e56ffa2e Use BundleFactory instead of bundle in executors
This will allow to avoid using nil bundle and performing
additional checks inside the executors

Change-Id: Ia061cccf7e0a7948bbc5c8fce24e0e6f8b3256e1
2020-09-28 19:39:05 -05:00
Dmitry Ukov
2540169bbc Introduce executor for clusterctl init phase
Change-Id: I220926514e985c6292aa46d319407711328f7987
2020-08-19 15:28:01 +04:00
Dmitry Ukov
66b6acf565 Add phase run method
Change introduces phase executor interface as well as method to call it.
Each registered executor must implement this interface.

Relates-To: #259
Change-Id: I44665e5318ae59b4549cc77d10526a71bd40b40a
2020-07-08 14:31:22 +04:00