File tree Expand file tree Collapse file tree 5 files changed +938
-1
lines changed Expand file tree Collapse file tree 5 files changed +938
-1
lines changed Original file line number Diff line number Diff line change 5
5
reno >= 3.4.0 # Apache-2.0
6
6
sphinx >= 4.2.0 # BSD
7
7
sphinxcontrib-svg2pdfconverter >= 0.1.0 # BSD
8
+ Sphinx-Substitution-Extensions # Apache-2.0
Original file line number Diff line number Diff line change 29
29
# -- StackHPC Kayobe configuration --------------------------------------
30
30
# Variables to override
31
31
32
+ previous_series = "yoga"
32
33
current_series = "zed"
33
34
branch = f"stackhpc/{ current_series } "
34
35
35
36
# Substitutions loader
36
- rst_epilog = """
37
+ rst_prolog = """
37
38
.. |current_release| replace:: {current_release}
38
39
.. |current_release_git_branch_name| replace:: {current_release_git_branch_name}
40
+ .. |previous_release| replace:: {previous_release}
39
41
""" .format ( # noqa: E501
40
42
current_release_git_branch_name = branch ,
41
43
current_release = current_series ,
44
+ previous_release = previous_series ,
42
45
)
43
46
44
47
# -- General configuration ----------------------------------------------------
51
54
'sphinx.ext.extlinks' ,
52
55
#'sphinx.ext.intersphinx',
53
56
'sphinxcontrib.rsvgconverter' ,
57
+ 'sphinx_substitution_extensions' ,
54
58
]
55
59
56
60
# autodoc generation is a bit aggressive and a nuisance when doing heavy
118
122
f"{ project } -doc" : (f"https://docs.openstack.org/{ project } /{ current_series } /" , "%s documentation" )
119
123
for project in extlinks_projects
120
124
}
125
+ extlinks ["skc-doc" ] = (f"https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-{ current_series } /" , "%s documentation" )
126
+ extlinks ["kayobe-renos" ] = (f"https://docs.openstack.org/releasenotes/kayobe/{ current_series } .html" , "%s release notes" )
127
+ extlinks ["kolla-ansible-renos" ] = (f"https://docs.openstack.org/releasenotes/kolla-ansible/{ current_series } .html" , "%s release notes" )
Original file line number Diff line number Diff line change @@ -302,6 +302,8 @@ Encrypt the keys (and remember to commit to git):
302
302
303
303
``ansible-vault encrypt --vault-password-file ~/vault.pass $KAYOBE_CONFIG_PATH/ansible/wazuh/certificates/certs/*.key ``
304
304
305
+ .. _wazuh-verification :
306
+
305
307
Verification
306
308
------------
307
309
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This guide is for operators of the StackHPC Kayobe configuration project.
7
7
.. toctree ::
8
8
:maxdepth: 1
9
9
10
+ upgrading
10
11
rabbitmq
11
12
octavia
12
13
hotfix-playbook
You can’t perform that action at this time.
0 commit comments