airshipit / vino

Apache License 2.0
1 stars 1 forks source link

Move vino-builder from Images repo to ViNO #5

Closed lb4368 closed 3 years ago

lb4368 commented 3 years ago

Problem description Due to the tight coupling of the ViNO operator and vino-builder, it is suggested to move the vino-builder code development from its current location in the Images repo (https://github.com/airshipit/images/tree/master/vino-builder) to ViNO so that development and CI for vino-builder can be managed along with the ViNO operator.

Proposed change Move the vino-builder code from Images repo into the ViNO repo.

Suggestion would be to move it to a images/vino-builder folder within the ViNO repo. Then update the ViNO Makefile to include targets for building and pushing the vino-builder image.

DanCrank-att commented 3 years ago

@lb4368 I can work on this.

lb4368 commented 3 years ago

Thanks @DanCrank-att !

DanCrank-att commented 3 years ago

WIP:

https://review.opendev.org/c/airship/vino/+/786713 to move vino-builder to vino repo https://review.opendev.org/c/airship/images/+/786714 to remove vino-builder from images repo

DanCrank-att commented 3 years ago

Patchsets ready for review.

DanCrank-att commented 3 years ago

https://review.opendev.org/c/airship/vino/+/786713 and https://review.opendev.org/c/airship/images/+/786714 are now merged.