This flag is not condusive to debugging and prototyping. We should
disable it from non-production environments.

Change-Id: I067be8820437dae31ce4eb8023933c9a3b58f279
1 file changed
tree: e90f289912e026712ce9895a31b72406c52b36e4
  1. .gitignore
  2. .gitreview
  3. README.md
  4. acord/
  5. common/
  6. cord-pod-ansible/
  7. cord-pod/
  8. devel/
  9. frontend/
  10. mcord/
  11. metronetwork/
  12. opencloud/
  13. test-standalone/
README.md

Service Profiles

This repository contains service profiles. Each service profile specifies a graph of services that will be instantiated.

Notable service profiles include:

  • cord-pod: Standard R-CORD service stack, for both single-node-pod and multiple node pod installs.
  • frontend: Designed for frontend development, this profile starts XOS, but does not start any synchronizers other than the onboarding synchronizer.
  • test-standalone: Runs a test suite that tests the REST API and Tosca API.

The directory common is not a service profile, but contains various common files and tools that are used by the other service profiles.