-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add barbican commands to makefile #258
base: main
Are you sure you want to change the base?
Conversation
kubectl-kuttl test --config ${BARBICAN_KUTTL_CONF} ${BARBICAN_KUTTL_DIR} | ||
|
||
.PHONY: barbican_kuttl | ||
barbican_kuttl: namespace input openstack_crds openstack_storage_crds deploy_cleanup mariadb mariadb_deploy keystone keystone_deploy barbican_deploy_prep barbican ## runs kuttl tests for the barbican operator. Installs openstack and openstack-storage crds, mariadb, keystone and barbican operators and cleans up previous deployments before running the tests and, add cleanup after running the tests. |
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.
Judging from the controller files from barbican-operator, the only dependency that will be need is infra
, but will need later confirmation as it seems the operator it's in a very early stage (there are no images pushed to quay yet).
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jparoly The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
recheck |
/retest |
Until Barbican is added to the OpenStack operator bundle, this can fail in a fresh environment because the |
When I try
|
I got the same error while trying endpoint in https://github.com/openstack-k8s-operators/barbican-operator/blob/2ca654c53f1784d070761b01e9cee72473dfc362/config/samples/barbican_v1beta1_barbican.yaml#L48 should be set to some value and the spec should have a |
Change-Id: Ie032ab5201c5fe08d86c9cb2077d97a5d13449b9
operator is still being developed it seems, so this is blocked by: https://issues.redhat.com/browse/OSP-22827 |
@jparoly: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This PR can be closed now that #577 has merged. |
Change-Id: Ie032ab5201c5fe08d86c9cb2077d97a5d13449b9
Depends-on: openstack-k8s-operators/barbican-operator#5