This is the repository for software and products from the NSF CICI Integrity Introspection for Scientific Workflows (IRIS) project.
IRIS/
├── README.md
├── analysis
├── doc
├── emulation
├── es
├── exogeni-rdf
├── experiments
├── infrastructure
├── orchestra
└── saltstack
-
IRIS/analysiscontains the scripts for data analysis. -
IRIS/doccontains IRIS papers/documents. -
IRIS/emulationcontains emulation scripts. -
IRIS/escontains the script used to pull data from Elasticsearch. See usage instructions. -
IRIS/exogeni-rdfcontains Exogeni recipe files -
IRIS/experimentscontains arun.pyscript that will sequentially execute each workflow inIRIS/experiments/workflows. All workflows used for experimental purposes are placed in this directory. Each workflow is self contained such that they will produce the same results whether they are run with therun.pyscript or invoked individually. Refer to these run instructions for instructions on how to run these workflows. -
IRIS/infrastructurecontains any software infrastructure services deployed onto the ExoGENI slice. -
IRIS/orchestracontains the scripts to run on control node to orchestrate the experiment. -
IRIS/saltstackcontains configuration management scripts for our infrastructure (apache, http-proxy, HTCondor, etc. setup)