Alberto Murillo 23878ac32e Correctly find the current node ip based on the ips from answer file
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
2016-01-08 12:49:36 -06:00
2015-12-15 11:09:27 -06:00
2015-12-15 11:09:27 -06:00
2015-12-14 11:29:34 -06:00
2015-12-14 11:29:34 -06:00
2015-12-14 11:29:34 -06:00
2015-12-17 11:35:23 -06:00
2015-12-14 11:29:34 -06:00
2015-12-14 11:29:34 -06:00
2015-12-15 11:09:27 -06:00
2015-12-14 11:29:34 -06:00
2015-12-14 11:29:34 -06:00
2015-12-14 11:29:34 -06:00

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.
S
Description
No description provided
Readme 161 KiB
Languages
Python 97.1%
Shell 2.9%