Resource management and orchestration engine for distributed systems
Go to file
2015-04-07 14:37:54 -07:00
docs/spec Add single doc to refrence all of fuel's orchestration logics 2015-04-07 14:37:54 -07:00
examples Merge pull request #20 from xarses/ansible_example 2015-04-06 17:25:17 -07:00
schema Add more commands to work with resources 2015-04-02 16:00:35 -07:00
solar Fixed resources duplication 2015-04-06 19:00:00 -07:00
.gitignore Add commands to work with prototype using ansible 2015-04-01 17:12:39 -07:00
compose.yml Original schema 2015-03-27 16:58:47 -07:00
LICENSE Initial commit 2015-03-27 15:54:19 -07:00
main.yml Add ipython for development 2015-04-03 14:43:00 -07:00
openstack.yml Original schema 2015-03-27 16:58:47 -07:00
README.md Add development info in README 2015-04-01 19:00:41 -07:00
Vagrantfile Set vms names and less memory for the second node 2015-04-06 17:43:19 -07:00

Setup development env

  • Install virtualbox
  • Install vagrant
  • Setup environment
$ cd fuel-ng
$ vagrant up
  • Login into vm, the code is available in /vagrant directory
$ vagrant ssh
$ solar --help