1. 27 Mar, 2015 9 commits
  2. 26 Mar, 2015 7 commits
  3. 25 Mar, 2015 22 commits
  4. 24 Mar, 2015 2 commits
    • It resolves naming mismatch in naming of IntentProcessPhases and states
      handled in the phases. It is described in ONOS-1064.
      
      - Define FlowRuleIntent that enables flow rule level operation
        as an intent.
      - Remove IntentInstaller interface
      - Existing installable intents such as PathIntent, LinkCollectionIntent,
        OpticalPathIntent and MplsPathIntent now become non installable intents.
        Only FlowRuleIntent is categorized as installable intent now.
      - Implement intent compilers for PathIntent, LinkCollectionIntent,
        OpticalPathIntent and MplsPathIntent. They generates FlowRuleIntents.
      - Write unit tests for the newly created intent compilers according to
        the intent installers' unit tests
      - Remove all intent installers and their unit tests
      
      Change-Id: I22d6c7acb65a4c066145de0018bd0727f44bd54a
      Sho SHIMIZU authored
    • Change-Id: Ide728a943eb0ec3d3ba995f63c016e7d52bff65c
      Ray Milkey authored