2015-05-14 16:02:40 +02:00
2015-04-21 09:56:20 +02:00
2015-05-14 10:56:18 +02:00
2015-04-22 10:02:19 +02:00
2015-03-27 15:54:19 -07:00
2015-04-29 18:15:21 +02:00
2015-05-11 09:35:39 +02:00
2015-05-13 12:25:06 +02:00
2015-04-22 13:47:15 +02: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, service/mariadb
  • perform deployment
solar configure --profile prf1 -pa run
Description
Resource management and orchestration engine for distributed systems
Readme 5.5 MiB
Languages
Python 91.4%
Shell 4.9%
Erlang 1.6%
Ruby 1.1%
HAProxy 0.6%
Other 0.3%