Skip to content

Commit

Permalink
add version and oper state for some objects (#25)
Browse files Browse the repository at this point in the history
* - add version in api
- add cfgProperties adn operProperties

* fix linksets with operstate

* add versioning in api, other fixes

* add network oper proerties

* avoid generating operlinks

* avoid operlinks for client code gen

* global oper state

* Support for external contracts (provided and consumed) for ACI (#24)

* Support for external contracts (provided and consumed) for ACI

* Add tenant as part of the key for external contracts object

* Just have a single link-set for all contract groups

* Just have a single external contracts array at the epg level.

* Add validators for contracts group name and tenant name for the external contracts object

* merge contract groups change

* rebase to latest

* add versioning in api, other fixes

* add network oper proerties

* avoid generating operlinks

* avoid operlinks for client code gen

* global oper state

* add version to external contracts object
  • Loading branch information
Vipin Jain authored and shaleman committed Jun 10, 2016
1 parent 5d20bfb commit 2016e09
Show file tree
Hide file tree
Showing 15 changed files with 840 additions and 163 deletions.
3 changes: 2 additions & 1 deletion appProfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
{
"name": "appProfile",
"type": "object",
"version": "v1",
"key": [ "tenantName", "appProfileName" ],
"properties": {
"cfgProperties": {
"tenantName": {
"type": "string",
"title": "Tenant Name",
Expand Down
3 changes: 2 additions & 1 deletion bgphost.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "contivModel",
"objects": [{
"name": "Bgp",
"version": "v1",
"type": "object",
"key": ["hostname"],
"properties": {
"cfgProperties": {
"hostname": {
"type": "string",
"title": "host name",
Expand Down
Loading

0 comments on commit 2016e09

Please sign in to comment.