mirror of
https://github.com/clearlinux/clearstack.git
synced 2026-06-16 02:55:58 +00:00
23878ac32e8472bd28446eb9a664bbc0dfb04536
Templates that need the nodes ips where using util.get_ip() which returns the IP assosiated with the default gateway but might not be the desired IP in nodes with multiple nics. This change introduces util.find_my_ip_from_config() which a template that is expected to run on a compute node can use to identify which of the nodes ip does match with one from CONFIG_COMPUTE_HOSTS
A tool to deploy components of Openstack on multiple servers with Clear Linux* Project for Intel Architecture installed ==== Contents: 1) Description of this project 2) Compiling, prerequisites 3) Bugs and feedback? ==== ==== 2. Compiling $ pip3 install -r requirements-py3.txt $ python3 setup.py install ==== 3. Bugs, feedback, contact clearstack is hosted on github. You can find releases, an issue tracker and git sources on github.com/clearlinux/clearstack. For mailing lists, subscribe to dev@lists.clearlinux.org (via lists.clearlinux.org). This project has many contributors. Not all may be mentioned in the AUTHORS file.
Description
Languages
Python
97.1%
Shell
2.9%