Skip to content
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

Introduce ctlplane user docs #744

Closed
wants to merge 1 commit into from

Conversation

fao89
Copy link
Contributor

@fao89 fao89 commented Apr 10, 2024

@openshift-ci openshift-ci bot requested review from dprince and frenzyfriday April 10, 2024 10:23
Copy link
Contributor

openshift-ci bot commented Apr 10, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fao89
Once this PR has been reviewed and has the lgtm label, please assign frenzyfriday for approval. For more information see the Kubernetes Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Comment on lines 4 to 28
# Getting APIs from Services
FILES=()
PATHS=()
SERVICE_PATH=($(MODCACHE=$(go env GOMODCACHE) awk '/openstack-k8s-operators/ && ! /lib-common/ && ! /openstack-operator/ && ! /infra/ {print ENVIRON["MODCACHE"] "/" $1 "@" $2 "/v1beta1/*_types.go"}' apis/go.mod))
for SERVICE in ${SERVICE_PATH[@]};do
PATHS+=($(ls ${SERVICE}))
done
for API_PATH in ${PATHS[@]};do
FILES+=$(echo " -f $API_PATH")
done
Copy link
Contributor Author

Choose a reason for hiding this comment

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

hack for getting the file paths from the service APIs

@fao89 fao89 force-pushed the asciidoc branch 5 times, most recently from c603cf4 to ac3cc4a Compare April 10, 2024 11:24
@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

recheck

@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

/retest-required

@fao89 fao89 force-pushed the asciidoc branch 2 times, most recently from c1e0431 to d3928c3 Compare April 10, 2024 15:46
@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

/retest-required

3 similar comments
@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

/retest-required

@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

/retest-required

@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

/retest-required

@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

/test openstack-operator-build-deploy-kuttl

1 similar comment
@fao89
Copy link
Contributor Author

fao89 commented Apr 10, 2024

/test openstack-operator-build-deploy-kuttl

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/657ae04c375a4bf08f4b65f6fef3254c

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 11m 50s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 13m 11s
cifmw-crc-podified-edpm-baremetal FAILURE in 22m 53s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 28m 45s
ctlplane-operator-docs-preview POST_FAILURE in 1m 54s

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/463d4e8eff604c57a63e65622a6ca931

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 51m 26s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 10m 47s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 24m 21s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 30m 11s
ctlplane-operator-docs-preview POST_FAILURE in 2m 07s

@fao89
Copy link
Contributor Author

fao89 commented Apr 22, 2024

recheck

Signed-off-by: Fabricio Aguiar <[email protected]>
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/6acb185096f34d3ba87f985e4fcd4998

openstack-k8s-operators-content-provider FAILURE in 18m 14s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ openstack-operator-tempest-multinode SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
✔️ ctlplane-operator-docs-preview SUCCESS in 2m 18s

@fao89
Copy link
Contributor Author

fao89 commented May 27, 2024

recheck

@fao89
Copy link
Contributor Author

fao89 commented May 27, 2024

/test openstack-operator-build-deploy-kuttl

@fao89 fao89 closed this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant