Resource management and orchestration engine for distributed systems
98bb9923a2
Added workaround to stop containers which should not be on the node, accouding to a file with list of services which is filled in by ansible's tasks. It allows to implement scale-down and resource migration. |
||
---|---|---|
docs/spec | ||
examples | ||
solar | ||
templates | ||
.gitignore | ||
compose.yml | ||
config.yml | ||
docker.yml | ||
Dockerfile | ||
kolla.yml | ||
LICENSE | ||
main.yml | ||
README.md | ||
Vagrantfile |
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