add rebuild makefile target and rebuild script

Change-Id: Id956c1693d0d29ca79e2483f37a048b47b3731bd
4 files changed
tree: 265fd960a4a4208ec29547b0ea6543c48ebc33e5
  1. .gitignore
  2. .gitreview
  3. README.md
  4. acord/
  5. common/
  6. cord-deprecated/
  7. cord-pod/
  8. devel/
  9. frontend/
  10. opencloud/
  11. 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.