Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Add metadata store and basic unikernel service #219

Merged
merged 6 commits into from
Aug 30, 2017

Conversation

Crazykev
Copy link
Contributor

  1. add container/sandbox metadata store
  2. add basic service skeleton

Will bring container and VM workflow when test is enough
@feiskyer @resouer PTAL

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 25, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 25, 2017
@Crazykev Crazykev force-pushed the unikernel-service branch 2 times, most recently from c9d28d2 to c21de0c Compare August 26, 2017 06:20
Copy link
Contributor

@feiskyer feiskyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in general, could you add a following PR we could review the whole workflow?

- hack/install-protoc.sh
- hack/install-hypercontainer.sh
- go install -v $(go list ./... | grep -v /vendor/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@feiskyer I've introduce libvirt-go dependency in this patch, when go install libvirt-go, it will try to build it, and it need libvirt-dev lib to do that. We installed this lib in hack/install-hypercontainer.sh, so I changed this order to install libvirt-dev first.

BTW, new patch is on the way, thanks for reviewing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, that makes sense. thanks

@feiskyer
Copy link
Contributor

Also this PR needs a rebase now.

Signed-off-by: Crazykev <crazykev@zju.edu.cn>
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
@feiskyer
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 30, 2017
@feiskyer feiskyer merged commit 3cfbf6a into kubernetes-retired:master Aug 30, 2017
@feiskyer feiskyer mentioned this pull request Sep 27, 2017
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants