Rocky Series Release Notes¶
18.0.0.0b1-32¶
Deprecation Notes¶
The repo server’s reverse proxy for pypi has now been removed, leaving only the pypiserver to serve packages already on the repo server. The attempt to reverse proxy upstream pypi turned out to be very unstable with increased complexity for deployers using proxies or offline installs. With this, the variables
repo_nginx_pypi_upstreamandrepo_nginx_proxy_cache_pathhave also been removed.
The package cache on the repo server has been removed. If caching of packages is desired, it should be setup outside of OpenStack-Ansible and the variable
lxc_container_cache_files(for LXC containers) ornspawn_container_cache_files_from_host(for nspawn containers) can be used to copy the appropriate host configuration from the host into the containers on creation. Alternatively, environment variables can be set to use the cache in the host /etc/environment file prior to container creation, or thedeployment_environment_variablescan have the right variables set to use it. The following variables have been removed.repo_pkg_cache_enabledrepo_pkg_cache_portrepo_pkg_cache_bindrepo_pkg_cache_dirnamerepo_pkg_cache_dirrepo_pkg_cache_ownerrepo_pkg_cache_group
The variable
repo_requires_pip_packagesis no longer required and has therefore been removed.