You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This deploys a basic, fully functional DFaaS node using the Node Margin
137
+
Strategy. You can modify the `dfaasagent.env` file to configure the agent and
138
+
replay the playbook to deploy it.
139
139
140
-
This Ansible playbook installs the required software and executes the [docker-compose.yml](docker-compose.yml), deploying three DFaaS nodes containers, and a fourth container called [operator](operator), which deploys functions on DFaaS nodes and starts specified load tests.
140
+
You can make automatic calls to the node with the **operator**. More information
141
+
about it in the [dedicated directory](operator).
141
142
142
-
If you have four different VMs it's recommended to deploy the entire system exploiting the playbook and configuration files in [test_environment](test_environment).
143
+
If you have four different VMs it's recommended to deploy the entire system
144
+
exploiting the playbook and configuration files in
145
+
[test_environment](test_environment). This is still a work in progress.
0 commit comments