@pulumi/juniper-mist 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* 2. Form the Cluster with the `junipermist.device.GatewayCluster` resource by providing the `siteId` and the two nodes MAC Addresses (the first in the list will be the node0)
|
|
10
10
|
* 3. Configure the Cluster with the `junipermist.device.Gateway` resource
|
|
11
11
|
*
|
|
12
|
-
* Please check the Juniper Documentation first to validate the cabling between the Gateways
|
|
12
|
+
* Please check the [SRX Juniper Documentation](https://www.juniper.net/documentation/us/en/software/mist/mist-wan/topics/topic-map/srx-high-availability-configuration.html)or the [SSR Juniper Documentation](https://www.juniper.net/documentation/us/en/software/mist/mist-wan/topics/topic-map/ssr-high-availability-configuration.html) first to validate the cabling between the Gateways
|
|
13
13
|
*
|
|
14
14
|
* > Both gateways must belong to the same site when creating the Gateway Cluster
|
|
15
15
|
*
|
package/device/gatewayCluster.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("../utilities");
|
|
|
13
13
|
* 2. Form the Cluster with the `junipermist.device.GatewayCluster` resource by providing the `siteId` and the two nodes MAC Addresses (the first in the list will be the node0)
|
|
14
14
|
* 3. Configure the Cluster with the `junipermist.device.Gateway` resource
|
|
15
15
|
*
|
|
16
|
-
* Please check the Juniper Documentation first to validate the cabling between the Gateways
|
|
16
|
+
* Please check the [SRX Juniper Documentation](https://www.juniper.net/documentation/us/en/software/mist/mist-wan/topics/topic-map/srx-high-availability-configuration.html)or the [SSR Juniper Documentation](https://www.juniper.net/documentation/us/en/software/mist/mist-wan/topics/topic-map/ssr-high-availability-configuration.html) first to validate the cabling between the Gateways
|
|
17
17
|
*
|
|
18
18
|
* > Both gateways must belong to the same site when creating the Gateway Cluster
|
|
19
19
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/juniper-mist",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Juniper Mist resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "junipermist",
|
|
28
|
-
"version": "0.1.
|
|
28
|
+
"version": "0.1.6",
|
|
29
29
|
"server": "github://api.github.com/pulumi/pulumi-junipermist"
|
|
30
30
|
}
|
|
31
31
|
}
|