-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy dataplane from openstack-operator #810
Deploy dataplane from openstack-operator #810
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fao89 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/67d4ac38eea24cd4b3424936380651c6 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 37m 39s |
This change depends on a change that failed to merge. Change openstack-k8s-operators/openstack-operator#765 is needed. |
recheck |
/test all |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1e7736630af341e7b4f2fc07251b22f7 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 38m 11s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/57f3d1d0fad748dea56ddfab7b407ed7 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 35m 46s |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
DATAPLANE_IMG ?= quay.io/openstack-k8s-operators/dataplane-operator-index:${OPENSTACK_K8S_TAG} | ||
DATAPLANE_REPO ?= https://github.com/openstack-k8s-operators/dataplane-operator.git | ||
DATAPLANE_BRANCH ?= ${OPENSTACK_K8S_BRANCH} | ||
DATAPLANE_COMMIT_HASH ?= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are couple of hits in ci-framework to these env vars. I'm not sure if that is active framework code or just some ci-framework self testing code https://github.com/search?q=repo%3Aopenstack-k8s-operators%2Fci-framework%20DATAPLANE_IMG&type=code
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/f337e0e175784c649dad494df1dd9722 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 11m 49s |
ref: - openstack-k8s-operators/install_yamls#810 - openstack-k8s-operators/openstack-operator#765 Signed-off-by: Fabricio Aguiar <[email protected]>
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/87bfa446edfd498dae83a0d77e8c101c ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 43m 02s |
d20b315
to
dfda0e5
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/46d682fe17b346f2b2ea71ebcef472d6 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 26m 39s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e302b547b512401abb28fcbf99d497c2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 26m 28s |
Makefile
Outdated
@@ -2123,13 +2115,13 @@ baremetal_cleanup: ## deletes the operator, but does not cleanup the service res | |||
|
|||
##@ DATAPLANE | |||
.PHONY: dataplane_prep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't need these targets as dataplane kuttl tests already use openstack
target.
openstack-k8s-operators/openstack-operator#765 Signed-off-by: Fabricio Aguiar <[email protected]>
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a118de77de234c47a52bce659fccadbf ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 08m 19s |
recheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
dca1e94
into
openstack-k8s-operators:main
ref: - openstack-k8s-operators/install_yamls#810 - openstack-k8s-operators/openstack-operator#765 Signed-off-by: Fabricio Aguiar <[email protected]>
ref: - openstack-k8s-operators/install_yamls#810 - openstack-k8s-operators/openstack-operator#765 Signed-off-by: Fabricio Aguiar <[email protected]>
ref: - openstack-k8s-operators/install_yamls#810 - openstack-k8s-operators/openstack-operator#765 Signed-off-by: Fabricio Aguiar <[email protected]>
Tested at openstack-k8s-operators/openstack-operator#765