.testr.conf
.vagrantplugins
AUTHORS
ChangeLog
LICENSE
MANIFEST.in
README.rst
Vagrantfile
Vagrantfile_docker
requirements.txt
run_tests.sh
setup.cfg
setup.py
snapshotter.py
test-requirements.txt
tox.ini
upper-constraints.txt
vagrant-settings.yaml_defaults
bootstrap/README.md
bootstrap/build-image.yaml
bootstrap/packer.yaml
bootstrap/solar-master-centos-docker.json
bootstrap/solar-master-centos.json
bootstrap/solar-master-ubuntu-docker.json
bootstrap/solar-master.json
bootstrap/alpine/README.md
bootstrap/alpine/sh_vars
bootstrap/alpine/solar-minimal.json
bootstrap/alpine/http/answers_qemu
bootstrap/alpine/http/answers_vbox
bootstrap/alpine/scripts/00base.sh
bootstrap/alpine/scripts/01alpine.sh
bootstrap/alpine/scripts/01networking.sh
bootstrap/alpine/scripts/02sshd.sh
bootstrap/alpine/scripts/03vagrant.sh
bootstrap/alpine/scripts/04sudoers.sh
bootstrap/alpine/scripts/90virtualbox.sh
bootstrap/alpine/scripts/98solar.sh
bootstrap/alpine/scripts/99minimize.sh
bootstrap/http/ks.cfg
bootstrap/http/preseed.cfg
bootstrap/playbooks/build-main.yaml
bootstrap/playbooks/databases.yaml
bootstrap/playbooks/docker_post.sh
bootstrap/playbooks/docker_pre.sh
bootstrap/playbooks/fix_centos7_six.sh
bootstrap/playbooks/postgres.yaml
bootstrap/playbooks/pxe.yaml
bootstrap/playbooks/riak.yaml
bootstrap/playbooks/solar-agent.yaml
bootstrap/playbooks/solar.yaml
bootstrap/playbooks/centos/files/cleanup.sh
bootstrap/playbooks/centos/files/cmtool.sh
bootstrap/playbooks/centos/files/minimize.sh
bootstrap/playbooks/centos/files/sshd.sh
bootstrap/playbooks/centos/files/sudo.sh
bootstrap/playbooks/centos/files/tools.sh
bootstrap/playbooks/centos/files/update.sh
bootstrap/playbooks/centos/files/vagrant.sh
bootstrap/playbooks/centos/files/vagrant_fix_nfs.sh
bootstrap/playbooks/centos/files/vmtool.sh
bootstrap/playbooks/centos/tasks/base.yaml
bootstrap/playbooks/centos/tasks/docker.yaml
bootstrap/playbooks/centos/tasks/mos.yaml
bootstrap/playbooks/centos/tasks/puppet.yaml
bootstrap/playbooks/centos/tasks/rho.yaml
bootstrap/playbooks/centos/tasks/ssh_conf.yaml
bootstrap/playbooks/centos/tasks/worker.yaml
bootstrap/playbooks/files/dnsmasq_pxe.conf
bootstrap/playbooks/files/hiera.yaml
bootstrap/playbooks/files/nginx.cfg
bootstrap/playbooks/files/nginx_vagrant_dir.cfg
bootstrap/playbooks/files/prov.json
bootstrap/playbooks/files/pxelinux.cfg
bootstrap/playbooks/files/ssh_conf
bootstrap/playbooks/files/supervisor.conf
bootstrap/playbooks/tasks/puppet.yaml
bootstrap/playbooks/tasks/ssh_conf.yaml
bootstrap/playbooks/ubuntu/files/cleanup.sh
bootstrap/playbooks/ubuntu/files/cmtool.sh
bootstrap/playbooks/ubuntu/files/minimize.sh
bootstrap/playbooks/ubuntu/files/sshd.sh
bootstrap/playbooks/ubuntu/files/sudo.sh
bootstrap/playbooks/ubuntu/files/tools.sh
bootstrap/playbooks/ubuntu/files/update.sh
bootstrap/playbooks/ubuntu/files/vagrant.sh
bootstrap/playbooks/ubuntu/files/vmtool.sh
bootstrap/playbooks/ubuntu/tasks/base.yaml
bootstrap/playbooks/ubuntu/tasks/docker.yaml
bootstrap/playbooks/ubuntu/tasks/mos.yaml
bootstrap/playbooks/ubuntu/tasks/puppet.yaml
bootstrap/playbooks/ubuntu/tasks/ssh_conf.yaml
bootstrap/playbooks/ubuntu/tasks/uca.yaml
bootstrap/playbooks/ubuntu/tasks/worker.yaml
bootstrap/vagrant_plugins/noop.rb
doc/Makefile
doc/commit-log.md
doc/events.md
doc/libvirt.md
doc/removal.md
doc/source/architecture.rst
doc/source/conf.py
doc/source/deployment_plan.rst
doc/source/development.rst
doc/source/examples.rst
doc/source/faq.rst
doc/source/fuel_modular_tasks.rst
doc/source/glossary.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/resource.rst
doc/source/resource_repository.rst
doc/source/transports.rst
doc/source/usage.rst
doc/source/_static/.gitignore
doc/source/_static/solar_internal_architecture.png
doc/source/_templates/.gitignore
doc/source/orchestration/configuration.rst
doc/source/orchestration/daemon.rst
doc/source/orchestration/entities.rst
doc/source/orchestration/index.rst
doc/source/orchestration/workflow.rst
doc/source/tutorials/index.rst
doc/source/tutorials/wordpress.rst
etc/solar/solar.yaml.sample
solar/__init__.py
solar/config.py
solar/conftest.py
solar/errors.py
solar/template.py
solar/utils.py
solar/version.py
solar.egg-info/PKG-INFO
solar.egg-info/SOURCES.txt
solar.egg-info/dependency_links.txt
solar.egg-info/entry_points.txt
solar.egg-info/not-zip-safe
solar.egg-info/pbr.json
solar.egg-info/requires.txt
solar.egg-info/top_level.txt
solar/cli/__init__.py
solar/cli/base.py
solar/cli/events.py
solar/cli/executors.py
solar/cli/inputs.py
solar/cli/main.py
solar/cli/orch.py
solar/cli/repository.py
solar/cli/resource.py
solar/cli/system_log.py
solar/cli/uids_history.py
solar/computable_inputs/__init__.py
solar/computable_inputs/ci_jinja.py
solar/computable_inputs/ci_lua.py
solar/computable_inputs/ci_python.py
solar/computable_inputs/processor.py
solar/computable_inputs/helpers/__init__.py
solar/computable_inputs/helpers/lua_helpers.lua
solar/computable_inputs/helpers/python_helpers.py
solar/computable_inputs/helpers/python_loop.py
solar/core/__init__.py
solar/core/actions.py
solar/core/log.py
solar/core/provider.py
solar/core/signals.py
solar/core/tags_set_parser.py
solar/core/testing.py
solar/core/validation.py
solar/core/handlers/__init__.py
solar/core/handlers/ansible.py
solar/core/handlers/ansible_playbook.py
solar/core/handlers/ansible_playbook_local.py
solar/core/handlers/ansible_template.py
solar/core/handlers/ansible_template_local.py
solar/core/handlers/base.py
solar/core/handlers/naive_sync.py
solar/core/handlers/puppet.py
solar/core/handlers/python.py
solar/core/handlers/shell.py
solar/core/resource/__init__.py
solar/core/resource/composer.py
solar/core/resource/repository.py
solar/core/resource/resource.py
solar/core/transports/__init__.py
solar/core/transports/base.py
solar/core/transports/bat.py
solar/core/transports/rsync.py
solar/core/transports/solar_agent_transport.py
solar/core/transports/ssh.py
solar/core/transports/ssh_raw.py
solar/core/transports/torrent.py
solar/core/transports/helpers/__init__.py
solar/core/transports/helpers/solar_torrent.py
solar/dblayer/__init__.py
solar/dblayer/conflict_resolution.py
solar/dblayer/gevent_helpers.py
solar/dblayer/gevent_local.py
solar/dblayer/gevent_patches.py
solar/dblayer/lfu_cache.py
solar/dblayer/locking.py
solar/dblayer/model.py
solar/dblayer/proxy.py
solar/dblayer/riak_client.py
solar/dblayer/solar_models.py
solar/dblayer/sql_client.py
solar/dblayer/sql_pool.py
solar/dblayer/standalone_session_wrapper.py
solar/dblayer/utils.py
solar/dblayer/test/__init__.py
solar/dblayer/test/conftest.py
solar/dblayer/test/test_atomic.py
solar/dblayer/test/test_basic.py
solar/dblayer/test/test_computable_inputs.py
solar/dblayer/test/test_execution_models.py
solar/dblayer/test/test_log.py
solar/dblayer/test/test_nested.py
solar/dblayer/test/test_real.py
solar/events/__init__.py
solar/events/api.py
solar/events/controls.py
solar/orchestration/__init__.py
solar/orchestration/extensions.py
solar/orchestration/filters.py
solar/orchestration/graph.py
solar/orchestration/limits.py
solar/orchestration/traversal.py
solar/orchestration/utils.py
solar/orchestration/executors/__init__.py
solar/orchestration/executors/base.py
solar/orchestration/executors/zerorpc_executor.py
solar/orchestration/runners/__init__.py
solar/orchestration/runners/gevent_runner.py
solar/orchestration/workers/__init__.py
solar/orchestration/workers/base.py
solar/orchestration/workers/scheduler.py
solar/orchestration/workers/subscription.py
solar/orchestration/workers/system_log.py
solar/orchestration/workers/tasks.py
solar/system_log/__init__.py
solar/system_log/change.py
solar/system_log/consts.py
solar/system_log/data.py
solar/system_log/operations.py
solar/test/__init__.py
solar/test/base.py
solar/test/conftest.py
solar/test/test_composer.py
solar/test/test_diff_generation.py
solar/test/test_events.py
solar/test/test_graph_api.py
solar/test/test_graph_filtering.py
solar/test/test_handler.py
solar/test/test_limits.py
solar/test/test_lock.py
solar/test/test_operations_with_tags.py
solar/test/test_resource.py
solar/test/test_resource_repository.py
solar/test/test_signals.py
solar/test/test_system_log_api.py
solar/test/test_system_log_details.py
solar/test/test_traversal.py
solar/test/test_validation.py
solar/test/functional/conftest.py
solar/test/functional/test_complete_solar_workflow.py
solar/test/functional/test_orchestration_scheduling.py
solar/test/functional/test_retries.py
solar/test/functional/test_timelimit_timeout_support.py
solar/test/functional/test_weights.py
solar/test/orch_fixtures/README.md
solar/test/orch_fixtures/concurrent_choice.yaml
solar/test/orch_fixtures/example_py.yaml
solar/test/orch_fixtures/multi.yaml
solar/test/orch_fixtures/riak.yaml
solar/test/orch_fixtures/sequential.yaml
solar/test/orch_fixtures/simple.yaml
solar/test/orch_fixtures/sleeping_beauty.yaml
solar/test/orch_fixtures/test_errors.yaml
solar/test/orch_fixtures/timelimit.yaml
solar/test/orch_fixtures/two_path.yaml
solar/test/orch_fixtures/upd_test_errors.yaml
solar/test/orchestration/test_graph.py
solar/test/orchestration/test_scheduler.py
solar/test/orchestration/test_subscription_mechanism.py
solar/test/resource_fixtures/nodes.yaml.tmpl
solar/test/resource_fixtures/resource_with_dict.yaml.tmpl
solar/test/resource_fixtures/resource_with_list.yaml.tmpl
solar/test/resource_fixtures/sequence.yaml.tmpl
solar/test/resource_fixtures/type.yaml.tmpl
solar/test/resource_fixtures/types.yaml.tmpl
solar/test/resource_fixtures/update.yaml.tmpl
solar/test/resource_fixtures/with_location.yaml.tmpl
solar/test/resource_fixtures/base_service/meta.yaml
solar/test/resource_fixtures/data_resource/meta.yaml
solar/test/resource_fixtures/node/meta.yaml
solar/test/resource_fixtures/node/actions/run.yaml
solar/test/resource_fixtures/types_test/meta.yaml
specs/solar.spec
utils/solar-worker-defaults
utils/solar-worker.conf
utils/solar-worker.service
utils/jenkins/README.md
utils/jenkins/default.yaml
utils/jenkins/env.py
utils/jenkins/run.sh
utils/jenkins/run_hosts_example.sh
utils/jenkins/run_openstack_example.sh
utils/jenkins/run_riak_example.sh
utils/jenkins/run_torrent_example.sh
utils/jenkins/run_wordpress_example.sh
utils/jenkins/repository/nodes/1.0.0/nodes.yaml
utils/riak/Dockerfile
utils/riak/app.config