BUG-2613: Migrating Openflow Specific models from controller project to openflowplugi... 44/14344/2
authorJozef Gloncak <jgloncak@cisco.com>
Wed, 21 Jan 2015 15:57:35 +0000 (16:57 +0100)
committermichal rehak <mirehak@cisco.com>
Wed, 21 Jan 2015 16:22:35 +0000 (16:22 +0000)
commit20c6d51283ad86f229b9f77977acfeb86902f902
treead98ad5c585ab825ee587c52ab4cf5427a6c6c47
parentf36d89a0a6931a1175bb4300276101d920e1fa8a
BUG-2613: Migrating Openflow Specific models from controller project to openflowplugin project

    Following changes are done:
    *.* Moved all the bundle to openflowplugin/model directory
    *.* Fixed all the relavent pom files to successfully build the projects
    *.* Did not change bundle version of any of the project, just to avoid breaking any dependent project
    changed model to model-parent under the same group as underlying models

    As of now all the bundles moved to openflowplugin contains all the commit that is pushed till
    following commit
    $ git log -1
    commit 6340a32c44b6a423d52fd98ce3c66bc480ab9246
    Merge: 94d7e66 4c90ff7
    Author: Tony Tkacik <ttkacik@cisco.com>
    Date:   Fri Jan 16 12:50:26 2015 +0000

Change-Id: If689af7878164bf460115d53691bb8dbae490c04
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
35 files changed:
.gitignore
model/model-flow-base/pom.xml [new file with mode: 0644]
model/model-flow-base/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/flow/types/port/rev130925/PortNumberBuilder.java [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-action-types.yang [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-flow-types.yang [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-group-types.yang [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-match-types.yang [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-meter-types.yang [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-port-types.yang [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-queue-types.yang [new file with mode: 0644]
model/model-flow-base/src/main/yang/opendaylight-table-types.yang [new file with mode: 0644]
model/model-flow-service/pom.xml [new file with mode: 0644]
model/model-flow-service/src/main/yang/flow-capable-transaction.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/flow-errors.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/flow-node-inventory.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/flow-topology-discovery.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/node-config.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/node-errors.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/packet-processing.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/sal-flow.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/sal-group.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/sal-meter.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/sal-port.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/sal-queue.yang [new file with mode: 0644]
model/model-flow-service/src/main/yang/sal-table.yang [new file with mode: 0644]
model/model-flow-statistics/pom.xml [new file with mode: 0644]
model/model-flow-statistics/src/main/yang/opendaylight-flow-statistics.yang [new file with mode: 0644]
model/model-flow-statistics/src/main/yang/opendaylight-flow-table-statistics.yang [new file with mode: 0644]
model/model-flow-statistics/src/main/yang/opendaylight-group-statistics.yang [new file with mode: 0644]
model/model-flow-statistics/src/main/yang/opendaylight-meter-statistics.yang [new file with mode: 0644]
model/model-flow-statistics/src/main/yang/opendaylight-port-statistics.yang [new file with mode: 0644]
model/model-flow-statistics/src/main/yang/opendaylight-queue-statistics.yang [new file with mode: 0644]
model/model-flow-statistics/src/main/yang/opendaylight-statistics-types.yang [new file with mode: 0644]
model/pom.xml [new file with mode: 0644]
pom.xml