@itentialopensource/adapter-netbox_v210 0.5.2 → 0.5.4

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.5.4 [10-15-2024]
3
+
4
+ * Changes made at 2024.10.14_20:24PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-netbox_v210!17
7
+
8
+ ---
9
+
10
+ ## 0.5.3 [09-12-2024]
11
+
12
+ * add workshop and fix vulnerabilities
13
+
14
+ See merge request itentialopensource/adapters/adapter-netbox_v210!15
15
+
16
+ ---
17
+
2
18
  ## 0.5.2 [08-14-2024]
3
19
 
4
20
  * Changes made at 2024.08.14_18:35PM
package/SYSTEMINFO.md CHANGED
@@ -4,7 +4,7 @@ Vendor: NetBox Labs
4
4
  Homepage: https://netboxlabs.com/
5
5
 
6
6
  Product: NetBox
7
- Product Page: https://netboxlabs.com/
7
+ Product Page: https://netboxlabs.com/oss/netbox/
8
8
 
9
9
  ## Introduction
10
10
  We classify NetBox into the Inventory domain as NetBox contains “Trusted Authoritative Information” on network devices and configuration. We also classify it into the Network Services domain because it provides functionality for managing network configuration, such as devices interfaces, VLANS, etc.
package/TAB2.md CHANGED
@@ -52,7 +52,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
52
52
 
53
53
  ```json
54
54
  "properties": {
55
- "host": "netbox.core-services.test.leaseplan.systems",
55
+ "host": "locaalhost",
56
56
  "port": 443,
57
57
  "choosepath": "",
58
58
  "base_path": "/api",
package/metadata.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "adapter-netbox_v210",
3
3
  "webName": "Adapter for Integration to NetBox Labs NetBox v2.1.0",
4
+ "supportLevel": "certified",
4
5
  "vendor": "NetBox Labs",
5
6
  "product": "NetBox",
7
+ "techAlliance": true,
6
8
  "osVersion": [],
7
9
  "apiVersions": [
8
10
  "v.2.10"
@@ -46,7 +48,7 @@
46
48
  "storeLink": "",
47
49
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-netbox_v210",
48
50
  "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-netbox_v210",
49
- "docLink": "https://docs.itential.com/opensource/docs/netbox-v210",
51
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-netbox_v210/-/blob/master/README.md?ref_type=heads",
50
52
  "demoLinks": [
51
53
  {
52
54
  "title": "Itential & NetBox: Evolving from a Source of Truth to Automation & Orchestration (ONUG)",
@@ -64,7 +66,7 @@
64
66
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
65
67
  "webLink": "https://www.itential.com/adapters/netbox-v2-10/",
66
68
  "vendorLink": "https://netboxlabs.com/",
67
- "productLink": "https://netboxlabs.com/",
69
+ "productLink": "https://netboxlabs.com/oss/netbox/",
68
70
  "apiLinks": [
69
71
  {
70
72
  "title": "NetBox REST API Overview",
@@ -88,7 +90,5 @@
88
90
  "workflowProjects": [],
89
91
  "transformationProjects": [],
90
92
  "exampleProjects": []
91
- },
92
- "supportLevel": "community",
93
- "techAlliance": false
93
+ }
94
94
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-netbox_v210",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "This adapter integrates with system described as: Netbox v2.10",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
7
- "engineVersion": "1.67.19",
7
+ "engineVersion": "1.68.2",
8
8
  "adapterType": "http",
9
9
  "scripts": {
10
10
  "artifactize": "npm i && node utils/packModificationScript.js",
@@ -53,7 +53,7 @@
53
53
  "author": "Itential",
54
54
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-netbox_v210#readme",
55
55
  "dependencies": {
56
- "@itentialopensource/adapter-utils": "^5.6.0",
56
+ "@itentialopensource/adapter-utils": "^5.9.4",
57
57
  "acorn": "^8.12.1",
58
58
  "ajv": "^8.17.1",
59
59
  "axios": "^1.7.4",
@@ -68,7 +68,7 @@
68
68
  "prompts": "^2.4.2",
69
69
  "readline-sync": "^1.4.10",
70
70
  "semver": "^7.6.3",
71
- "winston": "^3.13.1"
71
+ "winston": "^3.14.2"
72
72
  },
73
73
  "devDependencies": {
74
74
  "chai": "^4.3.7",
Binary file
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "0.4.5",
2
+ "version": "0.5.2",
3
3
  "configLines": 174116,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 54115,
6
- "testLines": 38899,
7
- "testCases": 1945,
8
- "totalCodeLines": 94797,
6
+ "testLines": 38883,
7
+ "testCases": 1944,
8
+ "totalCodeLines": 94781,
9
9
  "wfTasks": 627
10
10
  }
@@ -2,7 +2,7 @@
2
2
  "id": "Adapter-netbox_v210",
3
3
  "type": "NetboxV210",
4
4
  "properties": {
5
- "host": "netbox.core-services.test.leaseplan.systems",
5
+ "host": "locaalhost",
6
6
  "port": 443,
7
7
  "choosepath": "",
8
8
  "base_path": "/api",
@@ -135,7 +135,7 @@
135
135
  "ostypePrefix": "meraki-",
136
136
  "port": "{port}",
137
137
  "ipaddress": "{ip_addr}",
138
- "serial" : "{serial}"
138
+ "serial": "{serial}"
139
139
  }
140
140
  }
141
141
  ],
@@ -161,7 +161,7 @@
161
161
  "ostypePrefix": "meraki-",
162
162
  "port": "{port}",
163
163
  "ipaddress": "{ip_addr}",
164
- "serial" : "{serial}",
164
+ "serial": "{serial}",
165
165
  "id": "{myid}"
166
166
  }
167
167
  }
@@ -245,7 +245,7 @@
245
245
  "ostypePrefix": "meraki-",
246
246
  "port": "{port}",
247
247
  "ipaddress": "{ip_addr}",
248
- "serial" : "{serial}",
248
+ "serial": "{serial}",
249
249
  "id": "{myid}"
250
250
  }
251
251
  }
@@ -4,7 +4,6 @@
4
4
  /* eslint no-unused-vars: warn */
5
5
 
6
6
  const assert = require('assert');
7
- const http = require('http');
8
7
  const https = require('https');
9
8
  const mocha = require('mocha');
10
9
  const ping = require('ping');
@@ -53,29 +52,6 @@ describe('[integration] Adapter Test', () => {
53
52
  });
54
53
  });
55
54
 
56
- it('Support HTTP on port 80', (done) => {
57
- const requestOptions = {
58
- host,
59
- port: 80,
60
- method: 'HEAD'
61
- };
62
-
63
- const req = http.request(requestOptions, (res) => {
64
- try {
65
- assert.ok(res.statusCode >= 200 && res.statusCode < 400);
66
- done();
67
- } catch (error) {
68
- done(error);
69
- }
70
- });
71
-
72
- req.on('error', (err) => {
73
- done(err);
74
- });
75
-
76
- req.end();
77
- });
78
-
79
55
  it('Support HTTPS on port 443', (done) => {
80
56
  const requestOptions = {
81
57
  host,
@@ -36,13 +36,17 @@ const samProps = require(`${adaptdir}/sampleProperties.json`).properties;
36
36
  // these variables can be changed to run in integrated mode so easier to set them here
37
37
  // always check these in with bogus data!!!
38
38
  samProps.stub = true;
39
- samProps.host = 'replace.hostorip.here';
40
- samProps.authentication.username = 'username';
41
- samProps.authentication.password = 'password';
42
- samProps.protocol = 'http';
43
- samProps.port = 80;
44
- samProps.ssl.enabled = false;
45
- samProps.ssl.accept_invalid_cert = false;
39
+
40
+ // uncomment if connecting
41
+ // samProps.host = 'replace.hostorip.here';
42
+ // samProps.authentication.username = 'username';
43
+ // samProps.authentication.password = 'password';
44
+ // samProps.authentication.token = 'password';
45
+ // samProps.protocol = 'http';
46
+ // samProps.port = 80;
47
+ // samProps.ssl.enabled = false;
48
+ // samProps.ssl.accept_invalid_cert = false;
49
+
46
50
  if (samProps.request.attempt_timeout < 30000) {
47
51
  samProps.request.attempt_timeout = 30000;
48
52
  }
@@ -36,13 +36,17 @@ const samProps = require(`${adaptdir}/sampleProperties.json`).properties;
36
36
  // these variables can be changed to run in integrated mode so easier to set them here
37
37
  // always check these in with bogus data!!!
38
38
  samProps.stub = true;
39
- samProps.host = 'replace.hostorip.here';
40
- samProps.authentication.username = 'username';
41
- samProps.authentication.password = 'password';
42
- samProps.protocol = 'http';
43
- samProps.port = 80;
44
- samProps.ssl.enabled = false;
45
- samProps.ssl.accept_invalid_cert = false;
39
+
40
+ // uncomment if connecting
41
+ // samProps.host = 'replace.hostorip.here';
42
+ // samProps.authentication.username = 'username';
43
+ // samProps.authentication.password = 'password';
44
+ // samProps.authentication.token = 'password';
45
+ // samProps.protocol = 'http';
46
+ // samProps.port = 80;
47
+ // samProps.ssl.enabled = false;
48
+ // samProps.ssl.accept_invalid_cert = false;
49
+
46
50
  samProps.request.attempt_timeout = 1200000;
47
51
  const attemptTimeout = samProps.request.attempt_timeout;
48
52
  const { stub } = samProps;
@@ -323,7 +327,7 @@ describe('[unit] Netbox_v210 Adapter Test', () => {
323
327
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);
324
328
  assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
325
329
  assert.equal('^7.6.3', packageDotJson.dependencies.semver);
326
- assert.equal('^3.13.1', packageDotJson.dependencies.winston);
330
+ assert.equal('^3.14.2', packageDotJson.dependencies.winston);
327
331
  done();
328
332
  } catch (error) {
329
333
  log.error(`Test Failure: ${error}`);
@@ -1,9 +0,0 @@
1
- {
2
- "ComplianceEntries": [
3
- {
4
- "name": "Compliance Summary",
5
- "numInvalidProjects": 0,
6
- "numValidProjects": 0
7
- }
8
- ]
9
- }
@@ -1,5 +0,0 @@
1
- ---------------------------------------------------------------------------------------------
2
- **** Project Compliance Summary ****
3
- 0 project(s) are not valid
4
- 0 project(s) are valid
5
- ---------------------------------------------------------------------------------------------