Github user tliron commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/191#discussion_r137049267
--- Diff: examples/clearwater/scripts/ralf/create.sh ---
@@ -0,0 +1,15 @@
+#!/bin/bash
--- End diff --
In terms of software installation, installing Dime will install
Ralf+Homestead. However, those components run entirely differently in terms of
configuration, logging, networking, etc. I imagine that in the multi-node
Clearwater there will be things in this script to configure networking (open
ports) for Ralf specifically. So, again, this is left here as a TODO.
---