Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
78b18ffc
Commit
78b18ffc
authored
3 years ago
by
Adrian Andreias
Committed by
Michal Nasiadka
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: state supported Python version
Closes-Bug: #1880290 Change-Id: If9e66c505ab1672ae6b7639872a626ad5a9408ab
parent
80a00705
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/source/conf.py
+7
-2
7 additions, 2 deletions
doc/source/conf.py
doc/source/user/quickstart.rst
+4
-1
4 additions, 1 deletion
doc/source/user/quickstart.rst
doc/source/user/virtual-environments.rst
+4
-0
4 additions, 0 deletions
doc/source/user/virtual-environments.rst
with
15 additions
and
3 deletions
doc/source/conf.py
+
7
−
2
View file @
78b18ffc
...
@@ -123,14 +123,19 @@ KOLLA_OPENSTACK_RELEASE = openstackdocstheme.ext._get_series_name()
...
@@ -123,14 +123,19 @@ KOLLA_OPENSTACK_RELEASE = openstackdocstheme.ext._get_series_name()
if
KOLLA_OPENSTACK_RELEASE
==
'
latest
'
:
if
KOLLA_OPENSTACK_RELEASE
==
'
latest
'
:
KOLLA_OPENSTACK_RELEASE
=
'
master
'
KOLLA_OPENSTACK_RELEASE
=
'
master
'
KOLLA_BRANCH_NAME
=
'
master
'
KOLLA_BRANCH_NAME
=
'
master
'
TESTED_RUNTIMES_GOVERNANCE_URL
=
'
https://governance.openstack.org/tc/reference/runtimes/
'
else
:
else
:
KOLLA_BRANCH_NAME
=
'
stable/{}
'
.
format
(
KOLLA_OPENSTACK_RELEASE
)
KOLLA_BRANCH_NAME
=
'
stable/{}
'
.
format
(
KOLLA_OPENSTACK_RELEASE
)
TESTED_RUNTIMES_GOVERNANCE_URL
=
\
'
https://governance.openstack.org/tc/reference/runtimes/{}.html
'
.
format
(
KOLLA_OPENSTACK_RELEASE
)
GLOBAL_VARIABLE_MAP
=
{
GLOBAL_VARIABLE_MAP
=
{
"
|KOLLA_OPENSTACK_RELEASE|
"
:
KOLLA_OPENSTACK_RELEASE
,
'
|KOLLA_OPENSTACK_RELEASE|
'
:
KOLLA_OPENSTACK_RELEASE
,
"
|KOLLA_BRANCH_NAME|
"
:
KOLLA_BRANCH_NAME
,
'
|KOLLA_BRANCH_NAME|
'
:
KOLLA_BRANCH_NAME
,
'
|TESTED_RUNTIMES_GOVERNANCE_URL|
'
:
TESTED_RUNTIMES_GOVERNANCE_URL
,
}
}
def
replace_global_vars
(
app
,
docname
,
source
):
def
replace_global_vars
(
app
,
docname
,
source
):
# unlike rst_epilog, replaces variables (strings) in code blocks as well
# unlike rst_epilog, replaces variables (strings) in code blocks as well
# thanks to https://github.com/sphinx-doc/sphinx/issues/4054#issuecomment-329097229
# thanks to https://github.com/sphinx-doc/sphinx/issues/4054#issuecomment-329097229
...
...
This diff is collapsed.
Click to expand it.
doc/source/user/quickstart.rst
+
4
−
1
View file @
78b18ffc
...
@@ -23,7 +23,10 @@ The host machine must satisfy the following minimum requirements:
...
@@ -23,7 +23,10 @@ The host machine must satisfy the following minimum requirements:
- 40GB disk space
- 40GB disk space
See the :kolla-ansible-doc:`support matrix <user/support-matrix>` for details
See the :kolla-ansible-doc:`support matrix <user/support-matrix>` for details
of supported host Operating Systems.
of supported host Operating Systems. Kolla Ansible supports the default Python
3.x versions provided by the supported Operating Systems. For more information
see `tested runtimes <|TESTED_RUNTIMES_GOVERNANCE_URL|>`_.
Install dependencies
Install dependencies
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
doc/source/user/virtual-environments.rst
+
4
−
0
View file @
78b18ffc
...
@@ -10,6 +10,10 @@ and other virtual environments. Kolla-ansible largely avoids this problem by
...
@@ -10,6 +10,10 @@ and other virtual environments. Kolla-ansible largely avoids this problem by
deploying services in Docker containers, however some python dependencies must
deploying services in Docker containers, however some python dependencies must
be installed both on the Ansible control host and the target hosts.
be installed both on the Ansible control host and the target hosts.
Kolla Ansible supports the default Python 3 versions provided by the
:kolla-ansible-doc:`supported Operating Systems <user/support-matrix>`. For
more information see `tested runtimes <|TESTED_RUNTIMES_GOVERNANCE_URL|>`_.
Ansible Control Host
Ansible Control Host
====================
====================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment