
In cases where the deployment node is seperated from the infrastructure node, the openstack-release file discovery logic might calculate the wrong release since the /etc/openstack-release file does not get generated on the deployment node. This commit adds logic to pull down the /etc/openstack-release file from the infrastucture node to the deployment node. This way, the release discovery logic will properly assess the openstack release even in situations where the deployment node is isolated from the infra node. If the openstack-release file is not found, an attempt to retrieve the rpc-release file is made. A conditional is added to check if the rpc-release file exist in the environment. If it does, and there is no openstack-release file, then the deployment version is set to Juno. Co-Authored-By: git-harry <git-harry@live.co.uk> Change-Id: I6136609ef11be7b98ddcfc7589dd17cf1e98c362
Team and repository tags
OpenStack-Ansible Operator Tooling
This repository is a collecting point for various scripts and tools which OpenStack-Ansible Developers and Operators have found to be useful and want to share and collaboratively improve.
The contents of this repository are not strictly quality managed and are only tested by hand by the contributors and consumers. Anyone using the tooling is advised to very clearly understand what it is doing before using it on a production environment.
Galaxy roles
OpenStack Ansible backup
This role will perform backups for OpenStack-Ansible deployments and it needs to run on the deploy node. It will backup data on container and then synchronize backup files to the deploy node.
Description
Languages
Jinja
82.1%
Shell
12.1%
Python
4.7%
PHP
1.1%