underpost 2.8.818 → 2.8.832
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/.vscode/extensions.json +1 -1
- package/.vscode/settings.json +0 -43
- package/README.md +3 -2
- package/bin/deploy.js +23 -1328
- package/bin/vs.js +12 -4
- package/cli.md +43 -16
- package/docker-compose.yml +1 -1
- package/manifests/deployment/dd-template-development/deployment.yaml +2 -2
- package/manifests/deployment/tensorflow/tf-gpu-test.yaml +65 -0
- package/manifests/maas/device-scan.sh +1 -1
- package/manifests/maas/maas-setup.sh +81 -7
- package/manifests/maas/nat-iptables.sh +10 -5
- package/manifests/maas/snap-clean.sh +26 -0
- package/package.json +1 -1
- package/src/cli/baremetal.js +1238 -48
- package/src/cli/cloud-init.js +537 -0
- package/src/cli/cluster.js +173 -103
- package/src/cli/index.js +24 -10
- package/src/cli/repository.js +7 -4
- package/src/cli/run.js +50 -0
- package/src/index.js +20 -1
- package/src/server/runtime.js +0 -5
- package/src/server/ssl.js +1 -12
package/.vscode/extensions.json
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"eamodio.gitlens",
|
|
7
7
|
"esbenp.prettier-vscode",
|
|
8
8
|
"formulahendry.code-runner",
|
|
9
|
-
"foxundermoon.shell-format",
|
|
10
9
|
"github.codespaces",
|
|
11
10
|
"github.vscode-github-actions",
|
|
12
11
|
"golang.go",
|
|
@@ -31,6 +30,7 @@
|
|
|
31
30
|
"scala-lang.scala",
|
|
32
31
|
"scala-lang.scala-snippets",
|
|
33
32
|
"scalameta.metals",
|
|
33
|
+
"shakram02.bash-beautify",
|
|
34
34
|
"shardulm94.trailing-spaces",
|
|
35
35
|
"streetsidesoftware.code-spell-checker",
|
|
36
36
|
"tamasfe.even-better-toml",
|
package/.vscode/settings.json
CHANGED
|
@@ -81,50 +81,7 @@
|
|
|
81
81
|
"[xml]": {
|
|
82
82
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
|
83
83
|
},
|
|
84
|
-
"docwriter.style": "Auto-detect",
|
|
85
|
-
"docwriter.progress.trackFunctions": false,
|
|
86
|
-
"docwriter.progress.trackMethods": false,
|
|
87
|
-
"files.exclude": {
|
|
88
|
-
"**/.git": true, // this is a default value
|
|
89
|
-
"**/.DS_Store": true, // this is a default value
|
|
90
84
|
|
|
91
|
-
"**/node_modules": true, // this excludes all folders
|
|
92
|
-
// named "node_modules" from
|
|
93
|
-
// the explore tree
|
|
94
|
-
|
|
95
|
-
// alternative version
|
|
96
|
-
"node_modules": true, // this excludes the folder
|
|
97
|
-
// only from the root of
|
|
98
|
-
// your workspace
|
|
99
|
-
"public": true,
|
|
100
|
-
"engine-private": true,
|
|
101
|
-
"conf": true,
|
|
102
|
-
"tmp": true,
|
|
103
|
-
"bkt": true,
|
|
104
|
-
"logs": true,
|
|
105
|
-
"build": true,
|
|
106
|
-
"coverage": true,
|
|
107
|
-
"prometheus_data": true,
|
|
108
|
-
"grafana_data": true,
|
|
109
|
-
".nyc_output": true
|
|
110
|
-
},
|
|
111
|
-
"[solidity]": {
|
|
112
|
-
"editor.defaultFormatter": "JuanBlanco.solidity"
|
|
113
|
-
},
|
|
114
|
-
"[dockerfile]": {
|
|
115
|
-
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
116
|
-
},
|
|
117
|
-
"[ignore]": {
|
|
118
|
-
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
119
|
-
},
|
|
120
|
-
"docwriter.progress.trackTypes": true,
|
|
121
|
-
"docwriter.hotkey.mac": "⌘ + .",
|
|
122
|
-
"[dotenv]": {
|
|
123
|
-
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
124
|
-
},
|
|
125
|
-
"[shellscript]": {
|
|
126
|
-
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
127
|
-
},
|
|
128
85
|
"files.watcherExclude": {
|
|
129
86
|
"**/target": true
|
|
130
87
|
}
|
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ Run dev client server
|
|
|
68
68
|
npm run dev
|
|
69
69
|
```
|
|
70
70
|
<!-- -->
|
|
71
|
-
## underpost ci/cd cli v2.8.
|
|
71
|
+
## underpost ci/cd cli v2.8.832
|
|
72
72
|
|
|
73
73
|
### Usage: `underpost [options] [command]`
|
|
74
74
|
```
|
|
@@ -98,8 +98,9 @@ Commands:
|
|
|
98
98
|
fs [options] [path] Manages file storage, defaulting to file upload operations.
|
|
99
99
|
test [options] [deploy-list] Manages and runs tests, defaulting to the current Underpost default test suite.
|
|
100
100
|
monitor [options] <deploy-id> [env] Manages health server monitoring for specified deployments.
|
|
101
|
+
run [options] [path] Runs a script from the specified path.
|
|
101
102
|
lxd [options] Manages LXD containers and virtual machines.
|
|
102
|
-
baremetal [options]
|
|
103
|
+
baremetal [options] [workflow-id] [hostname] [ip-address] Manages baremetal server operations, including installation, database setup, commissioning, and user management.
|
|
103
104
|
help [command] display help for command
|
|
104
105
|
|
|
105
106
|
```
|