Unverified Commit b00ccc71 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #225 from dilallkx/kd_sp11_dev_connect

Network Connectivity Control
parents 41e943fe bff65773
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.6.7
version: 1.6.8
repo:
  name: AdvantEDGE

+9 −1
Original line number Diff line number Diff line
version: 1.6.6
version: 1.6.8
name: demo1
deployment:
    netChar:
@@ -9,6 +9,8 @@ deployment:
        throughputUl: 1000
        throughput: null
        packetLoss: null
    connectivity:
        model: OPEN
    domains:
        -
            id: PUBLIC
@@ -148,6 +150,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -376,6 +379,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -506,6 +510,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -565,6 +570,7 @@ deployment:
                                    geoData: null
                                    networkLocationsInRange: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -646,6 +652,7 @@ deployment:
                                    geoData: null
                                    networkLocationsInRange: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -827,6 +834,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-03-18T15:53:05.873-04:00
- Build date: 2021-03-19T16:44:29.217-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-03-18T15:53:07.230-04:00
- Build date: 2021-03-19T16:44:30.722-04:00


### Running the server
+9 −1
Original line number Diff line number Diff line
version: 1.6.6
version: 1.6.8
name: demo2
deployment:
    netChar:
@@ -9,6 +9,8 @@ deployment:
        throughputUl: 1000
        throughput: null
        packetLoss: null
    connectivity:
        model: OPEN
    domains:
        -
            id: PUBLIC
@@ -148,6 +150,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -362,6 +365,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -478,6 +482,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -537,6 +542,7 @@ deployment:
                                    geoData: null
                                    networkLocationsInRange: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -618,6 +624,7 @@ deployment:
                                    geoData: null
                                    networkLocationsInRange: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
@@ -785,6 +792,7 @@ deployment:
                                    networkLocationsInRange: null
                                    wireless: null
                                    wirelessType: null
                                    dataNetwork: null
                                    meta: null
                                    userMeta: null
                                    linkLatency: null
Loading