@itentialopensource/adapter-openstack_neutron 0.1.1

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.
Files changed (175) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +44 -0
  5. package/BROKER.md +199 -0
  6. package/CALLS.md +2000 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +172 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +641 -0
  13. package/README.md +337 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +11 -0
  16. package/TROUBLESHOOT.md +47 -0
  17. package/adapter.js +37134 -0
  18. package/adapterBase.js +1788 -0
  19. package/entities/.generic/action.json +214 -0
  20. package/entities/.generic/schema.json +28 -0
  21. package/entities/.system/action.json +50 -0
  22. package/entities/.system/mockdatafiles/getToken-default.json +242 -0
  23. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  24. package/entities/.system/schema.json +19 -0
  25. package/entities/.system/schemaTokenReq.json +53 -0
  26. package/entities/.system/schemaTokenResp.json +49 -0
  27. package/entities/APIVersions/action.json +46 -0
  28. package/entities/APIVersions/schema.json +20 -0
  29. package/entities/AddressGroups/action.json +146 -0
  30. package/entities/AddressGroups/schema.json +69 -0
  31. package/entities/AddressScopes/action.json +106 -0
  32. package/entities/AddressScopes/schema.json +78 -0
  33. package/entities/Agents/action.json +86 -0
  34. package/entities/Agents/schema.json +88 -0
  35. package/entities/AutoAllocatedTopologies/action.json +45 -0
  36. package/entities/AutoAllocatedTopologies/schema.json +31 -0
  37. package/entities/AvailabilityZones/action.json +25 -0
  38. package/entities/AvailabilityZones/schema.json +19 -0
  39. package/entities/BGPPeer/action.json +106 -0
  40. package/entities/BGPPeer/schema.json +34 -0
  41. package/entities/BGPSpeaker/action.json +228 -0
  42. package/entities/BGPSpeaker/schema.json +40 -0
  43. package/entities/BGPVPNs/action.json +106 -0
  44. package/entities/BGPVPNs/schema.json +34 -0
  45. package/entities/DHCPAgentScheduler/action.json +86 -0
  46. package/entities/DHCPAgentScheduler/schema.json +44 -0
  47. package/entities/Extensions/action.json +46 -0
  48. package/entities/Extensions/schema.json +20 -0
  49. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +350 -0
  50. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/schema.json +68 -0
  51. package/entities/FirewallLogs/action.json +106 -0
  52. package/entities/FirewallLogs/schema.json +45 -0
  53. package/entities/FloatingIPPoolsFloatingipPools/action.json +25 -0
  54. package/entities/FloatingIPPoolsFloatingipPools/schema.json +19 -0
  55. package/entities/FloatingIPsFloatingips/action.json +106 -0
  56. package/entities/FloatingIPsFloatingips/schema.json +177 -0
  57. package/entities/FloatingIPsPortForwarding/action.json +106 -0
  58. package/entities/FloatingIPsPortForwarding/schema.json +100 -0
  59. package/entities/L3AgentScheduler/action.json +86 -0
  60. package/entities/L3AgentScheduler/schema.json +44 -0
  61. package/entities/LocalIPAssociationsPortAssociations/action.json +65 -0
  62. package/entities/LocalIPAssociationsPortAssociations/schema.json +76 -0
  63. package/entities/LocalIPsLocalIps/action.json +106 -0
  64. package/entities/LocalIPsLocalIps/schema.json +122 -0
  65. package/entities/LogResource/action.json +106 -0
  66. package/entities/LogResource/schema.json +122 -0
  67. package/entities/LoggableResource/action.json +25 -0
  68. package/entities/LoggableResource/schema.json +19 -0
  69. package/entities/LoggingResources/action.json +106 -0
  70. package/entities/LoggingResources/schema.json +34 -0
  71. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +168 -0
  72. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/schema.json +125 -0
  73. package/entities/NetworkAssociations/action.json +86 -0
  74. package/entities/NetworkAssociations/schema.json +44 -0
  75. package/entities/NetworkIPAvailabilityAndUsageStats/action.json +46 -0
  76. package/entities/NetworkIPAvailabilityAndUsageStats/schema.json +75 -0
  77. package/entities/NetworkSegmentRanges/action.json +106 -0
  78. package/entities/NetworkSegmentRanges/schema.json +133 -0
  79. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +248 -0
  80. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/schema.json +85 -0
  81. package/entities/Networks/action.json +106 -0
  82. package/entities/Networks/schema.json +199 -0
  83. package/entities/PortAssociations/action.json +106 -0
  84. package/entities/PortAssociations/schema.json +45 -0
  85. package/entities/Ports/action.json +106 -0
  86. package/entities/Ports/schema.json +221 -0
  87. package/entities/QoSBandwidthLimitRules/action.json +106 -0
  88. package/entities/QoSBandwidthLimitRules/schema.json +89 -0
  89. package/entities/QoSDSCPMarkingRules/action.json +106 -0
  90. package/entities/QoSDSCPMarkingRules/schema.json +78 -0
  91. package/entities/QoSMinimumBandwidthRules/action.json +106 -0
  92. package/entities/QoSMinimumBandwidthRules/schema.json +78 -0
  93. package/entities/QoSMinimumPacketRateRules/action.json +106 -0
  94. package/entities/QoSMinimumPacketRateRules/schema.json +78 -0
  95. package/entities/QoSPacketRateLimitRules/action.json +106 -0
  96. package/entities/QoSPacketRateLimitRules/schema.json +89 -0
  97. package/entities/QoSPoliciesQos/action.json +106 -0
  98. package/entities/QoSPoliciesQos/schema.json +133 -0
  99. package/entities/QoSRuleTypes/action.json +46 -0
  100. package/entities/QoSRuleTypes/schema.json +53 -0
  101. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +65 -0
  102. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/schema.json +32 -0
  103. package/entities/QualityOfServiceRulesAliasAPI/action.json +187 -0
  104. package/entities/QualityOfServiceRulesAliasAPI/schema.json +49 -0
  105. package/entities/QuotasDetailsExtensionQuotaDetails/action.json +25 -0
  106. package/entities/QuotasDetailsExtensionQuotaDetails/schema.json +30 -0
  107. package/entities/QuotasExtensionQuotas/action.json +107 -0
  108. package/entities/QuotasExtensionQuotas/schema.json +34 -0
  109. package/entities/RBACPolicies/action.json +106 -0
  110. package/entities/RBACPolicies/schema.json +111 -0
  111. package/entities/RouterAssociations/action.json +106 -0
  112. package/entities/RouterAssociations/schema.json +45 -0
  113. package/entities/RouterNDPProxyNdpProxies/action.json +106 -0
  114. package/entities/RouterNDPProxyNdpProxies/schema.json +122 -0
  115. package/entities/RoutersConntrackHelperCTTargetRules/action.json +106 -0
  116. package/entities/RoutersConntrackHelperCTTargetRules/schema.json +67 -0
  117. package/entities/RoutersRouters/action.json +186 -0
  118. package/entities/RoutersRouters/schema.json +137 -0
  119. package/entities/SecurityGroupRulesSecurityGroupRules/action.json +86 -0
  120. package/entities/SecurityGroupRulesSecurityGroupRules/schema.json +143 -0
  121. package/entities/SecurityGroupsSecurityGroups/action.json +106 -0
  122. package/entities/SecurityGroupsSecurityGroups/schema.json +122 -0
  123. package/entities/Segments/action.json +106 -0
  124. package/entities/Segments/schema.json +111 -0
  125. package/entities/ServiceProviders/action.json +25 -0
  126. package/entities/ServiceProviders/schema.json +19 -0
  127. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +44 -0
  128. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/schema.json +31 -0
  129. package/entities/SubnetPoolsExtensionSubnetpools/action.json +106 -0
  130. package/entities/SubnetPoolsExtensionSubnetpools/schema.json +199 -0
  131. package/entities/Subnets/action.json +106 -0
  132. package/entities/Subnets/schema.json +221 -0
  133. package/entities/TagExtensionTags/action.json +126 -0
  134. package/entities/TagExtensionTags/schema.json +46 -0
  135. package/entities/TapAsAService/action.json +208 -0
  136. package/entities/TapAsAService/schema.json +72 -0
  137. package/entities/TrunkNetworking/action.json +167 -0
  138. package/entities/TrunkNetworking/schema.json +147 -0
  139. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +514 -0
  140. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/schema.json +98 -0
  141. package/error.json +190 -0
  142. package/package.json +87 -0
  143. package/pronghorn.json +17931 -0
  144. package/propertiesDecorators.json +14 -0
  145. package/propertiesSchema.json +1284 -0
  146. package/refs?service=git-upload-pack +0 -0
  147. package/report/adapterInfo.json +10 -0
  148. package/report/creationReport.json +2575 -0
  149. package/report/neutron-openapi.json +14594 -0
  150. package/report/updateReport1662381141928.json +120 -0
  151. package/sampleProperties.json +198 -0
  152. package/test/integration/adapterTestBasicGet.js +85 -0
  153. package/test/integration/adapterTestConnectivity.js +93 -0
  154. package/test/integration/adapterTestIntegration.js +8868 -0
  155. package/test/unit/adapterBaseTestUnit.js +952 -0
  156. package/test/unit/adapterTestUnit.js +9550 -0
  157. package/utils/adapterInfo.js +206 -0
  158. package/utils/addAuth.js +94 -0
  159. package/utils/artifactize.js +146 -0
  160. package/utils/basicGet.js +50 -0
  161. package/utils/checkMigrate.js +63 -0
  162. package/utils/entitiesToDB.js +179 -0
  163. package/utils/findPath.js +74 -0
  164. package/utils/methodDocumentor.js +225 -0
  165. package/utils/modify.js +154 -0
  166. package/utils/packModificationScript.js +35 -0
  167. package/utils/patches2bundledDeps.js +90 -0
  168. package/utils/pre-commit.sh +32 -0
  169. package/utils/removeHooks.js +20 -0
  170. package/utils/setup.js +33 -0
  171. package/utils/tbScript.js +184 -0
  172. package/utils/tbUtils.js +469 -0
  173. package/utils/testRunner.js +298 -0
  174. package/utils/troubleshootingAdapter.js +190 -0
  175. package/workflows/README.md +3 -0
@@ -0,0 +1,90 @@
1
+ const fs = require('fs');
2
+ const semverSatisfies = require('semver/functions/satisfies');
3
+ const packageJson = require('../package.json');
4
+
5
+ try {
6
+ // pattern supplied by semver.org via https://regex101.com/r/vkijKf/1/ but removed gm from end to only match a single semver
7
+ // const semverPat = /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/;
8
+ // pattern supplied by semver.org via https://regex101.com/r/Ly7O1x/3/ with following changes
9
+ // removed P's from before capturing group names and
10
+ // removed gm from end to only match a single semver
11
+ // const semverPat = /^(?<major>0|[1-9]\d*)\.(?<minor>0|[1-9]\d*)\.(?<patch>0|[1-9]\d*)(?:-(?<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/;
12
+
13
+ const patches = (fs.existsSync('./patches')) ? fs.readdirSync('./patches', { withFileTypes: true }) : [];
14
+ if (!patches.length) {
15
+ console.error('\nno patches - nothing to do\n');
16
+ process.exitCode = 1;
17
+ }
18
+
19
+ const dependencies = packageJson.dependencies || {};
20
+ if (!Object.keys(dependencies).length) {
21
+ console.error('\nno dependencies - nothing to do\n');
22
+ process.exitCode = 1;
23
+ }
24
+
25
+ let changed = false;
26
+ console.error('\nprocessing patches');
27
+ const bundledDependencies = packageJson.bundledDependencies || packageJson.bundleDependencies || [];
28
+
29
+ patches.forEach((patch) => {
30
+ if (!patch.isFile()) {
31
+ console.error(`${patch.name} skipped, is not a regular file`);
32
+ return;
33
+ }
34
+ if (!patch.name.endsWith('.patch')) {
35
+ console.error(`${patch.name} skipped, does not end with .patch`);
36
+ return;
37
+ }
38
+ const splits = patch.name.slice(0, -6).split('+');
39
+ if (splits.length > 4) {
40
+ console.error(`${patch.name} skipped, does not follow the naming convention (cannot use '+' other than to separate scope/package/semver and at most once within semver)`);
41
+ return;
42
+ }
43
+ const scope = splits[0][0] === '@' ? splits.shift() : null;
44
+ const packageName = splits.shift();
45
+ const semver = splits.join('+');
46
+ // const { groups } = semver.match(semverPat);
47
+ const file = scope ? `${scope}/${packageName}` : packageName;
48
+ if (dependencies[file] && semverSatisfies(semver, dependencies[file])) {
49
+ if (!bundledDependencies.includes(file)) {
50
+ bundledDependencies.push(file);
51
+ console.error(`added ${file} to bundledDependencies`);
52
+ changed = true;
53
+ } else {
54
+ console.error(`bundledDependencies already has ${file}`);
55
+ }
56
+ } else {
57
+ const depmsg = dependencies[file] ? `version mismatch (${dependencies[file]}) in dependencies` : 'not found in dependencies';
58
+ console.error(`patch ${patch.name} ${depmsg}`);
59
+ }
60
+ });
61
+
62
+ if (!packageJson.bundledDependencies && bundledDependencies.length) {
63
+ delete packageJson.bundleDependencies;
64
+ packageJson.bundledDependencies = bundledDependencies;
65
+ console.error('renaming bundleDependencies to bundledDependencies');
66
+ changed = true;
67
+ }
68
+ if (changed) {
69
+ fs.writeFileSync('./package.json.new', JSON.stringify(packageJson, null, 2));
70
+ console.error('wrote package.json.new');
71
+ fs.renameSync('./package.json', './package.json.old');
72
+ console.error('moved package.json to package.json.old');
73
+ fs.renameSync('./package.json.new', './package.json');
74
+ console.error('moved package.json.new to package.json');
75
+ } else {
76
+ console.error('no changes\n');
77
+ process.exitCode = 1;
78
+ }
79
+ } catch (e) {
80
+ if (e) {
81
+ // caught error, exit with status 2 to signify abject failure
82
+ console.error(`\ncaught exception - ${e}\n`);
83
+ process.exitCode = 2;
84
+ } else {
85
+ // caught false, exit with status 1 to signify nothing done
86
+ process.exitCode = 1;
87
+ }
88
+ } finally {
89
+ console.error('done\n');
90
+ }
@@ -0,0 +1,32 @@
1
+ #!/bin/sh
2
+ # @copyright Itential, LLC 2019
3
+
4
+ #exit on any failure in the pipeline
5
+ set -e
6
+
7
+ # --------------------------------------------------
8
+ # pre-commit
9
+ # --------------------------------------------------
10
+ # Contains the standard set of tasks to runbefore
11
+ # committing changes to the repo. If any tasks fail
12
+ # then the commit will be aborted.
13
+ # --------------------------------------------------
14
+
15
+ printf "%b" "Running pre-commit hooks...\\n"
16
+
17
+ # verify testing script is stubbed and no credentials
18
+ node utils/testRunner.js -r
19
+
20
+ # update the adapter information file
21
+ node utils/adapterInfo.js
22
+ node utils/methodDocumentor.js
23
+ git add CALLS.md report/adapterInfo.json
24
+
25
+ # security audit on the code
26
+ npm audit --registry=https://registry.npmjs.org --audit-level=moderate
27
+
28
+ # lint the code
29
+ npm run lint
30
+
31
+ # test the code
32
+ npm run test
@@ -0,0 +1,20 @@
1
+ const fs = require('fs');
2
+
3
+ /**
4
+ * This script will uninstall pre-commit or pre-push hooks in case there's ever a need to
5
+ * commit/push something that has issues
6
+ */
7
+
8
+ const precommitPath = '.git/hooks/pre-commit';
9
+ const prepushPath = '.git/hooks/pre-push';
10
+ fs.unlink(precommitPath, (err) => {
11
+ if (err && err.code !== 'ENOENT') {
12
+ console.log(`${err.message}`);
13
+ }
14
+ });
15
+
16
+ fs.unlink(prepushPath, (err) => {
17
+ if (err && err.code !== 'ENOENT') {
18
+ console.log(`${err.message}`);
19
+ }
20
+ });
package/utils/setup.js ADDED
@@ -0,0 +1,33 @@
1
+ #!/usr/bin/env node
2
+ /* @copyright Itential, LLC 2019 */
3
+
4
+ const fs = require('fs');
5
+
6
+ /**
7
+ * This script will execute before an npm install command. The purpose is to
8
+ * write out some standard git hooks that will enable folks working on this
9
+ * project to benefit from the protections that the hooks provide.
10
+ */
11
+
12
+ const precommit = fs.readFileSync('utils/pre-commit.sh', 'utf8');
13
+
14
+ fs.stat('.git', (err) => {
15
+ if (err == null) {
16
+ // git repo, not an npm repo.
17
+ // add pre-commit hook if it doesn't exist
18
+ fs.stat('.git/hooks/pre-commit', (statErr) => {
19
+ if (statErr == null || statErr.code === 'ENOENT') {
20
+ fs.writeFile('.git/hooks/pre-commit', precommit, {
21
+ mode: 0o755
22
+ }, (writeErr) => {
23
+ if (writeErr) {
24
+ return console.log(writeErr.message);
25
+ }
26
+ return null;
27
+ });
28
+ } else {
29
+ console.log(statErr.message);
30
+ }
31
+ });
32
+ }
33
+ });
@@ -0,0 +1,184 @@
1
+ /* eslint-disable no-console */
2
+ /* eslint import/no-unresolved: warn */
3
+ /* eslint global-require: warn */
4
+
5
+ // suppress eslint rule in adapter
6
+ /* eslint arrow-parens: warn */
7
+ /* eslint import/no-extraneous-dependencies: warn */
8
+ /* eslint import/no-dynamic-require: warn */
9
+
10
+ const program = require('commander');
11
+ const rls = require('readline-sync');
12
+ const utils = require('./tbUtils');
13
+ const basicGet = require('./basicGet');
14
+ const { name } = require('../package.json');
15
+ const sampleProperties = require('../sampleProperties.json');
16
+ const adapterPronghorn = require('../pronghorn.json');
17
+ const { addAuthInfo } = require('./addAuth');
18
+
19
+ const { troubleshoot, offline } = require('./troubleshootingAdapter');
20
+
21
+ const executeInStandaloneMode = async (command) => {
22
+ console.info('\n> Executing the script outside of IAP installation directory');
23
+ console.info('> Using sampleProperties.json configuration');
24
+ switch (command) {
25
+ case 'install': {
26
+ console.error('Not currently in IAP directory - installation not possible');
27
+ break;
28
+ }
29
+ case 'connectivity': {
30
+ const { host } = sampleProperties.properties;
31
+ console.log(`perform networking diagnositics to ${host}`);
32
+ utils.runConnectivity(host);
33
+ break;
34
+ }
35
+ case 'healthcheck': {
36
+ const a = basicGet.getAdapterInstance({ properties: sampleProperties });
37
+ await utils.healthCheck(a);
38
+ break;
39
+ }
40
+ case 'basicget': {
41
+ utils.runBasicGet();
42
+ break;
43
+ }
44
+ default: {
45
+ if (rls.keyInYN('Troubleshooting without IAP?')) {
46
+ await offline();
47
+ }
48
+ }
49
+ }
50
+ process.exit(0);
51
+ };
52
+
53
+ const executeUnderIAPInstallationDirectory = async (command) => {
54
+ if (command === undefined) {
55
+ await troubleshoot({}, true, true);
56
+ } else if (command === 'install') {
57
+ const { database, serviceItem, pronghornProps } = await utils.getAdapterConfig();
58
+ const filter = { id: pronghornProps.id };
59
+ const profileItem = await database.collection(utils.IAP_PROFILES_COLLECTION).findOne(filter);
60
+ if (!profileItem) {
61
+ console.log(`Could not find IAP profile for id ${pronghornProps.id}`);
62
+ process.exit(0);
63
+ }
64
+ if (serviceItem) {
65
+ console.log(`A service by the name ${name} already exits!`);
66
+ if (rls.keyInYN(`Do you want to completely remove ${name}?`)) {
67
+ console.log(`Removing ${name} from db...`);
68
+ await database.collection(utils.SERVICE_CONFIGS_COLLECTION).deleteOne({ model: name });
69
+ console.log(`${name} removed from db.`);
70
+ if (profileItem.services.includes(serviceItem.name)) {
71
+ const serviceIndex = profileItem.services.indexOf(serviceItem.name);
72
+ profileItem.services.splice(serviceIndex, 1);
73
+ const update = { $set: { services: profileItem.services } };
74
+ await database.collection(utils.IAP_PROFILES_COLLECTION).updateOne(
75
+ { id: pronghornProps.id }, update
76
+ );
77
+ console.log(`${serviceItem.name} removed from profileItem.services.`);
78
+ console.log(`Rerun the script to reinstall ${serviceItem.name}.`);
79
+ process.exit(0);
80
+ } else {
81
+ process.exit(0);
82
+ }
83
+ } else {
84
+ console.log('Exiting...');
85
+ process.exit(0);
86
+ }
87
+ } else {
88
+ const dirname = utils.getCurrentExecutionPath();
89
+ utils.verifyInstallationDir(dirname, name);
90
+ utils.runTest();
91
+ if (rls.keyInYN(`Do you want to install ${name} to IAP?`)) {
92
+ console.log('Creating database entries...');
93
+ const adapter = utils.createAdapter(
94
+ pronghornProps, profileItem, sampleProperties, adapterPronghorn
95
+ );
96
+
97
+ adapter.properties.properties = await addAuthInfo(adapter.properties.properties);
98
+
99
+ await database.collection(utils.SERVICE_CONFIGS_COLLECTION).insertOne(adapter);
100
+ profileItem.services.push(adapter.name);
101
+ const update = { $set: { services: profileItem.services } };
102
+ await database.collection(utils.IAP_PROFILES_COLLECTION).updateOne(
103
+ { id: pronghornProps.id }, update
104
+ );
105
+ console.log('Database entry creation complete.');
106
+ }
107
+ console.log('Exiting...');
108
+ process.exit(0);
109
+ }
110
+ } else if (['healthcheck', 'basicget', 'connectivity'].includes(command)) {
111
+ const { serviceItem } = await utils.getAdapterConfig();
112
+ if (serviceItem) {
113
+ const adapter = serviceItem;
114
+ const a = basicGet.getAdapterInstance(adapter);
115
+ if (command === 'healthcheck') {
116
+ await utils.healthCheck(a);
117
+ process.exit(0);
118
+ } else if (command === 'basicget') {
119
+ await utils.runBasicGet(true);
120
+ } else if (command === 'connectivity') {
121
+ const { host } = adapter.properties.properties;
122
+ console.log(`perform networking diagnositics to ${host}`);
123
+ await utils.runConnectivity(host, true);
124
+ process.exit(0);
125
+ }
126
+ } else {
127
+ console.log(`${name} not installed. Run npm \`run install:adapter\` to install.`);
128
+ process.exit(0);
129
+ }
130
+ }
131
+ };
132
+
133
+ const main = async (command) => {
134
+ if (!utils.areWeUnderIAPinstallationDirectory()) {
135
+ executeInStandaloneMode(command); // configuration from sampleproperties.json
136
+ } else {
137
+ executeUnderIAPInstallationDirectory(command); // configuration from $IAP_HOME/properties.json
138
+ }
139
+ };
140
+
141
+ program
142
+ .command('connectivity')
143
+ .alias('c')
144
+ .description('networking diagnostics')
145
+ .action(() => {
146
+ main('connectivity');
147
+ });
148
+
149
+ program
150
+ .command('install')
151
+ .alias('i')
152
+ .description('install current adapter')
153
+ .action(() => {
154
+ main('install');
155
+ });
156
+
157
+ program
158
+ .command('healthcheck')
159
+ .alias('hc')
160
+ .description('perfom none interative healthcheck with current setting')
161
+ .action(() => {
162
+ main('healthcheck');
163
+ });
164
+
165
+ program
166
+ .command('basicget')
167
+ .alias('bg')
168
+ .description('perfom basicget')
169
+ .action(() => {
170
+ main('basicget');
171
+ });
172
+
173
+ // Allow commander to parse `process.argv`
174
+ program.parse(process.argv);
175
+
176
+ if (process.argv.length < 3) {
177
+ main();
178
+ }
179
+ const allowedParams = ['install', 'healthcheck', 'basicget', 'connectivity'];
180
+ if (process.argv.length === 3 && !allowedParams.includes(process.argv[2])) {
181
+ console.log(`unknown parameter ${process.argv[2]}`);
182
+ console.log('try `node troubleshootingAdapter.js -h` to see allowed parameters. Exiting...');
183
+ process.exit(0);
184
+ }