Resource management and orchestration engine for distributed systems
Go to file
2015-04-16 15:51:50 -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 #33 from xarses/fix-default-mapping 2015-04-13 17:29:21 +02:00
solar Make paths in ansible extention fully qualified 2015-04-16 15:51:50 -07:00
templates Move all hardcoded paths to one config.yml file 2015-04-16 08:24:42 +02: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
config.yml Make paths in ansible extention fully qualified 2015-04-16 15:51:50 -07:00
docker.yml It's not required to pull specific docker image for development env 2015-04-13 16:55:25 +03:00
Dockerfile Add dockerfile to build container 2015-04-07 12:38:49 -07:00
kolla.yml Add dockerfile to build container 2015-04-07 12:38:49 -07:00
LICENSE Initial commit 2015-03-27 15:54:19 -07:00
main.yml Change pudb to python-pudb 2015-04-07 17:15:50 -07:00
README.md Fix readme formatting 2015-04-07 17:21:58 -07:00
Vagrantfile Update path to vagrant box, because previous was removed 2015-04-14 17:42:10 +03: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

Solar usage

  • discover nodes, with standard file based discovery
solar discover
  • create profile (global config)
solar profile --create --id prf1 --tags env/test_env
  • assign nodes to profile with tags
# edit nodes files, in the future we want to provide
# some cli in order to change the data

vim tmp/storage/nodes-id.yaml

# add 'env/test_env' in tags list
  • in order to assign resouce to the node use the same the same method, i.e. add in tags list for node your service e.g. 'service/docker'
  • perform deployment
solar configure --profile prf1 -pa run