Skip to content

Caracal init #1122

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

Merged
merged 5 commits into from
Jul 5, 2024
Merged

Caracal init #1122

merged 5 commits into from
Jul 5, 2024

Conversation

Alex-Welsh
Copy link
Member

Includes changes from going through Bobcat and Caracal release notes, plus some general searching for terms like 2023.1 or NOTE:(upgrade)

@Alex-Welsh Alex-Welsh requested a review from a team as a code owner July 1, 2024 12:42
@Alex-Welsh
Copy link
Member Author

Not sure why that docs failure is occurring. @markgoddard It's your magic python config. Any theories?

@markgoddard
Copy link
Contributor

Not sure why that docs failure is occurring. @markgoddard It's your magic python config. Any theories?

This got me past the error, but I haven't checked the generated URLs.

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 052fea34..885d06bf 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -119,9 +119,9 @@ extlinks_projects = {
 }
 
 extlinks = {
-    f"{project}-doc": (f"https://docs.openstack.org/{project}/{current_series}/", "%s documentation")
+    f"{project}-doc": (f"https://docs.openstack.org/{project}/{current_series}/%s", "%s documentation")
     for project in extlinks_projects
 }
-extlinks["skc-doc"] = (f"https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-{current_series}/", "%s documentation")
-extlinks["kayobe-renos"] = (f"https://docs.openstack.org/releasenotes/kayobe/{current_series}.html", "%s release notes")
-extlinks["kolla-ansible-renos"] = (f"https://docs.openstack.org/releasenotes/kolla-ansible/{current_series}.html", "%s release notes")
+extlinks["skc-doc"] = (f"https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-{current_series}/%s", "%s documentation")
+extlinks["kayobe-renos"] = (f"https://docs.openstack.org/releasenotes/kayobe/{current_series}.html%s", "%s release notes")
+extlinks["kolla-ansible-renos"] = (f"https://docs.openstack.org/releasenotes/kolla-ansible/{current_series}.html%s", "%s release notes")

Horizon configuration
---------------------
The Horizon role has been reworked to the preferred ``local_settings.d``
configuration model. Files ``local_settings`` and ``custom_local_settings``
Copy link
Contributor

Choose a reason for hiding this comment

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

Ouch. I hope someone added a precheck to catch the old files...

Copy link
Contributor

Choose a reason for hiding this comment

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

Nope :(

Copy link
Contributor

Choose a reason for hiding this comment

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

@markgoddard
Copy link
Contributor

Docs can be sorted out later.

@markgoddard markgoddard merged commit e2e1144 into stackhpc/2024.1 Jul 5, 2024
3 of 12 checks passed
@markgoddard markgoddard deleted the caracal-init branch July 5, 2024 11:56
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.

3 participants