Fix errors during build

* Removing deleted SOP links
* Fixing syntax in sop_fas2discourse_operator_debugging.adoc
* Leaving the error that is pointing to fedora-docs as those are available
upstream, just not when building the page locally

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-01-17 15:06:12 +01:00
parent bf70a442fc
commit a5a2fbe128
2 changed files with 34 additions and 38 deletions

View file

@ -41,36 +41,42 @@ The results of each call in the workflow is outputted in the log. If any task fa
== Contributors == Contributors
Simple guide to troubleshooting in codeready containers. Simple guide to troubleshooting in codeready containers.
# Make the change * Make the change
# Tag and create new image and push to registry * Tag and create new image and push to registry
Open Makefile and bump up the version +
`make` Open Makefile and bump up the version
`podman push quay.io/fedora/fas2discourse-operator:<VERSION>` `make`
`podman push quay.io/fedora/fas2discourse-operator:<VERSION>`
+
In case you don't have the permissions to push to the repositories in the fedora namespace, In case you don't have the permissions to push to the repositories in the fedora namespace,
push to your own namespace in quay.io and pull the image into crc from there. push to your own namespace in quay.io and pull the image into crc from there.
+
# Start crc and login * Start crc and login
`crc start` +
`oc login -u kubeadmin https://api.crc.testing:6443` `crc start`
`oc login -u kubeadmin https://api.crc.testing:6443`
# Deploy controller to the k8s cluster +
`make deploy` * Deploy controller to the k8s cluster
`make deploy`
# Remove the deployment and deploy again +
`oc get deployments` * Remove the deployment and deploy again
`oc delete <deployment NAME>` +
`make deploy` `oc get deployments`
`oc delete <deployment NAME>`
# Check if in correct project `make deploy`
`oc project fas2discourse-operator` +
* Check if in correct project
# Apply Fas2DiscourseConfig custom resource +
`oc apply -f config/samples/_v1alpha1_fas2discourseconfig.yaml` `oc project fas2discourse-operator`
+
# Check t/he logs: * Apply Fas2DiscourseConfig custom resource
`oc get pods` +
`oc logs -f <pod NAME>` `oc apply -f config/samples/_v1alpha1_fas2discourseconfig.yaml`
+
* Check t/he logs:
+
`oc get pods`
`oc logs -f <pod NAME>`
== Local testing or developing == Local testing or developing

View file

@ -75,14 +75,12 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures].
* xref:anitya.adoc[Anitya Infrastructure SOP] * xref:anitya.adoc[Anitya Infrastructure SOP]
* xref:ansible.adoc[Ansible] * xref:ansible.adoc[Ansible]
* xref:apps-fp-o.adoc[apps.fedoraproject.org] * xref:apps-fp-o.adoc[apps.fedoraproject.org]
* xref:arm.adoc[ARM Infrastructure]
* xref:aws-access.adoc[Amazon Web Services Access] * xref:aws-access.adoc[Amazon Web Services Access]
* xref:mirrormanager-S3-EC2-netblocks.adoc[Amazon Web Services Mirrors] * xref:mirrormanager-S3-EC2-netblocks.adoc[Amazon Web Services Mirrors]
* xref:bastion-hosts-info.adoc[Bastion Hosts] * xref:bastion-hosts-info.adoc[Bastion Hosts]
* xref:blockerbugs.adoc[Blockerbugs Infrastructure] * xref:blockerbugs.adoc[Blockerbugs Infrastructure]
* xref:bodhi.adoc[Bodhi Infrastructure - Releng] * xref:bodhi.adoc[Bodhi Infrastructure - Releng]
* xref:bodhi-deploy.adoc[Bodhi Infrastructure - Deployment] * xref:bodhi-deploy.adoc[Bodhi Infrastructure - Deployment]
* xref:bugzilla.adoc[Bugzilla Sync Infrastructure]
* xref:bugzilla2fedmsg.adoc[bugzilla2fedmsg] * xref:bugzilla2fedmsg.adoc[bugzilla2fedmsg]
* xref:collectd.adoc[Collectd] * xref:collectd.adoc[Collectd]
* xref:compose-tracker.adoc[Compose Tracker] * xref:compose-tracker.adoc[Compose Tracker]
@ -98,16 +96,13 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures].
* xref:dns.adoc[DNS repository for fedoraproject] * xref:dns.adoc[DNS repository for fedoraproject]
* xref:docs.fedoraproject.org.adoc[Docs] * xref:docs.fedoraproject.org.adoc[Docs]
* xref:externally-hosted-services.adoc[Externally Hosted Services] * xref:externally-hosted-services.adoc[Externally Hosted Services]
* xref:fas-notes.adoc[Fedora Account System]
* xref:fas-openid.adoc[FAS-OpenID] * xref:fas-openid.adoc[FAS-OpenID]
* xref:fedmsg-certs.adoc[fedmsg (Fedora Messaging) Certs, Keys, and CA] * xref:fedmsg-certs.adoc[fedmsg (Fedora Messaging) Certs, Keys, and CA]
* xref:fedmsg-gateway.adoc[fedmsg-gateway] * xref:fedmsg-gateway.adoc[fedmsg-gateway]
* xref:fedmsg-introduction.adoc[fedmsg introduction and basics] * xref:fedmsg-introduction.adoc[fedmsg introduction and basics]
* xref:fedmsg-irc.adoc[fedmsg-irc]
* xref:fedmsg-relay.adoc[fedmsg-relay] * xref:fedmsg-relay.adoc[fedmsg-relay]
* xref:fedocal.adoc[Fedocal] * xref:fedocal.adoc[Fedocal]
* xref:fedora-releases.adoc[Fedora Release Infrastructure] * xref:fedora-releases.adoc[Fedora Release Infrastructure]
* xref:fmn.adoc[FedMsg Notifications (FMN)]
* xref:gather-easyfix.adoc[Fedora gather easyfix] * xref:gather-easyfix.adoc[Fedora gather easyfix]
* xref:status-fedora.adoc[Fedora Status Service] * xref:status-fedora.adoc[Fedora Status Service]
* xref:gdpr_delete.adoc[GDPR Delete] * xref:gdpr_delete.adoc[GDPR Delete]
@ -130,7 +125,6 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures].
* xref:infra-retiremachine.adoc[Infrastructure retire machine] * xref:infra-retiremachine.adoc[Infrastructure retire machine]
* xref:ipsilon.adoc[Ipsilon Infrastructure] * xref:ipsilon.adoc[Ipsilon Infrastructure]
* xref:iscsi.adoc[iSCSI] * xref:iscsi.adoc[iSCSI]
* xref:jenkins-fedmsg.adoc[Jenkins Fedmsg]
* xref:kerneltest-harness.adoc[Kerneltest-harness] * xref:kerneltest-harness.adoc[Kerneltest-harness]
* xref:kickstarts.adoc[Kickstart Infrastructure] * xref:kickstarts.adoc[Kickstart Infrastructure]
* xref:koji-archive.adoc[Koji Archive] * xref:koji-archive.adoc[Koji Archive]
@ -154,7 +148,6 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures].
* xref:nagios.adoc[Nagios] * xref:nagios.adoc[Nagios]
* xref:netapp.adoc[Netapp Infrastructure] * xref:netapp.adoc[Netapp Infrastructure]
* xref:nonhumanaccounts.adoc[Non-human Accounts Infrastructure] * xref:nonhumanaccounts.adoc[Non-human Accounts Infrastructure]
* xref:nuancier.adoc[Nuancier]
* xref:ocp4:sops.adoc[Openshift SOPs] * xref:ocp4:sops.adoc[Openshift SOPs]
* xref:odcs.adoc[On Demand Compose Service] * xref:odcs.adoc[On Demand Compose Service]
* xref:openqa.adoc[OpenQA Infrastructure] * xref:openqa.adoc[OpenQA Infrastructure]
@ -174,16 +167,13 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures].
* xref:selinux.adoc[SELinux Infrastructure] * xref:selinux.adoc[SELinux Infrastructure]
* xref:koji-builder-setup.adoc[Setup Koji Builder] * xref:koji-builder-setup.adoc[Setup Koji Builder]
* xref:sigul-upgrade.adoc[Sigul servers upgrades/reboots] * xref:sigul-upgrade.adoc[Sigul servers upgrades/reboots]
* xref:simple_koji_ci.adoc[simple_koji_ci]
* xref:sshaccess.adoc[SSH Access Infrastructure] * xref:sshaccess.adoc[SSH Access Infrastructure]
* xref:sshknownhosts.adoc[SSH known hosts Infrastructure] * xref:sshknownhosts.adoc[SSH known hosts Infrastructure]
* xref:ssl-certificates.adoc[SSL Certificates] * xref:ssl-certificates.adoc[SSL Certificates]
* xref:staging.adoc[Staging] * xref:staging.adoc[Staging]
* xref:tag2distrepo.adoc[Tag2DistRepo Infrastructure]
* xref:hotness.adoc[The New Hotness] * xref:hotness.adoc[The New Hotness]
* xref:2-factor.adoc[Two factor auth] * xref:2-factor.adoc[Two factor auth]
* xref:unbound.adoc[Unbound Notes] * xref:unbound.adoc[Unbound Notes]
* xref:virtio.adoc[Virtio Notes]
* xref:new-virtual-hosts.adoc[Virtual Host Addition] * xref:new-virtual-hosts.adoc[Virtual Host Addition]
* xref:voting.adoc[Voting Infrastructure] * xref:voting.adoc[Voting Infrastructure]
* xref:waiverdb.adoc[WaiverDB] * xref:waiverdb.adoc[WaiverDB]