Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
daily-scripts
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
daily-scripts
Commits
1a5055f0
There was an error fetching the commit references. Please try again later.
Commit
1a5055f0
authored
2 months ago
by
Recolic
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
5acb5314
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
linuxconf/files/mymsbin/azvm-deploy.sh
+4
-4
4 additions, 4 deletions
linuxconf/files/mymsbin/azvm-deploy.sh
linuxconf/files/mymsbin/azvm-plugins/slb
+0
-22
0 additions, 22 deletions
linuxconf/files/mymsbin/azvm-plugins/slb
with
4 additions
and
26 deletions
linuxconf/files/mymsbin/azvm-deploy.sh
+
4
−
4
View file @
1a5055f0
...
...
@@ -60,15 +60,15 @@ Optionally, you can override some variables by setting corresponding env. For ex
Optional variables (read script for help):
$(
grep
'^var'
$0
|
sed
's/^/ /'
)
Set 'plugins' variable to see plugin-specific help.
Available plugins:
Available plugins:
$(
ls
-m
$plugin_dir
)
Use plugins like this:
plugins=secured
$0
eastus2 1
plugins='secured slb' resgrp=mygrp
$0
eastus2 2
plugins='*'
$0
"
plugin_hook plugin_help
Plugin-specific help:
"
plugins
=
"
$plugin_dir
/*"
plugin_dir
=
""
plugin_hook plugin_help
exit
1
fi
...
...
This diff is collapsed.
Click to expand it.
linuxconf/files/mymsbin/azvm-plugins/slb
+
0
−
22
View file @
1a5055f0
...
...
@@ -14,28 +14,6 @@ Note:
SLB will redirect public_ip:8888 to ANY RANDOM VM:22, so it's recommended to only create 1 VM.
inbound-nat-rule is not reliable even if manually created on azure portal.
"
# TODO: move this to other doc
echo
"-----BEGIN PGP MESSAGE-----
hQIMA2xDZEbjUq0tAQ//TCSKvoBseLb2rGS1X1WhOWs0Voa3xlCVleeGCCOlEThu
ZUSV+ivpYo5pyaZaAPNoqqIYvsRGw/CjRrhvJuCpvOJ2g+sohipQiQu1fPwIFUtX
2jOEfpK2ZcMbkdmEvs7UlZsdd0zkFNzDu4cBaOVEHq5hO7cyEzSIFr2dmbmhfkbQ
7XnHzz/GBF43fz6aq/ZZnU1hgsHy7oOkmpNVzTczAqA02bI0bRHSkg0SbrEOF5Gx
rCuDaZ9VDqhJD6DgA8Rh8YabkPpzSo1A5PDwAo0Yo/YKdXJ//p0bYSqp02VzkYgC
yqIotxvqUDUVwm3nsSGp8IM3o4ONJsqVgeEd+2dfaBW03tTZUT+jm0/MdmnUarxF
XcKrq9SuSec99/RguQCNfUi5SXRtV/s8Q5rRh25Ga4kelSz2quemKFq9Bnzv5hah
VVlR01kmYU+hlRNAk+pjvL+tIvmkDElPRpqdK1RDXYdjUDuTcRLwi3ge8kihAHPU
JPhZRAVSFHuRcIF7XTayBG/uC5T0/OyyeJuhdQ72peP9sCAmaQasdiKPJ3OLFC9w
dniJZL+nUA+mSdSSfLi6I2T1k+mUWEFS1gIQH34qlixRFfiHbzmACQ/XdVeridAi
cJM3LCWuGI3C6i+dPBWhPabsNJcAON3fSmpzUkkbR/lNEC1QozZp9uuGYronnE3S
wFwB6zLtViMdJEDUv7m/+ULUEiqAviwMWrUkdB74G+s6kreVKME+idTu5d1nKuql
xEw65hXQsVnIRS6YhBtRzEZTvyEthRR5SSxxEUneSzREV+s4VkclYqYfrQaI35b5
jAkuQgY8SS6KT97DPiyb5OoLNNTID3mulUvujPErWQ5cvglY93733e8Wh3isWhI8
YJNGSceSRezBbn0WOYVRiHnYvemvbrdvs/YIbjoOICMmTJj+iZKckGYhnyftomIc
DsleGnaAvBSBZElIjKb1sRetm2N+b9r+kShqKnFFsjMd2s8srcL5CuvkuLSPg1n2
Mj9lmEOewcfoBvZ+Tu8rL6w/lY7NzfgrvSYV5PyZVgj57r8D8GjyyGvfDtvwQg==
=QGFP
-----END PGP MESSAGE-----"
| gpg
-d
}
function
plugin_before_vm_creat
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment