File tree 1 file changed +6
-26
lines changed
1 file changed +6
-26
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# #########################################################################
4
4
# #
5
- # Id: auto-lab.sh Release 0.9.0 2024/08/09 09:00:00 acurrier #
5
+ # Id: n4a- auto-lab.sh Release 0.9.0 2024/09/03 09:00:00 acurrier #
6
6
# (C) Copyright F5, Inc. 2024 #
7
7
# #
8
- # auto-lab.sh - Pre-build environments for Azure labs on OS X #
8
+ # n4a- auto-lab.sh - Pre-build environments for Azure labs on OS X #
9
9
# Author: Adam Currier <[email protected] > #
10
- # Version: 0.6 .0, Date: 2024/08/09 09:00:00 #
10
+ # Version: 0.9 .0, Date: 2024/09/03 09:00:00 #
11
11
# #
12
12
# #########################################################################
13
13
21
21
# -------------------------------------------------------------------------
22
22
# Set Variables
23
23
# -------------------------------------------------------------------------
24
- NAME=" auto-lab.sh"
24
+ NAME=" n4a- auto-lab.sh"
25
25
VERSION=" 1"
26
- LOG_FILE=" autolab.log" # not used yet, but will be soon
27
- # export LOCATION=centralus # can be changed to your location
28
- export LOCATION=eastus # can be changed to your location
26
+ LOG_FILE=" n4a-autolab.log" # not used yet, but will be soon
27
+ export LOCATION=centralus # can be changed to your location
29
28
30
29
# On OS X, you can pull your username. You can also set it yourself for use in the script:
31
30
# export OWNER=<your name>
88
87
# # Lab 3
89
88
function lab3(){
90
89
cleanup
91
- create_ubuntu_vm
92
- secure_port_22
93
- create_windows_vm
94
- secure_port_3389
95
90
create_aks_cluster1
96
91
clone_repo
97
92
create_nic_resources1
@@ -112,21 +107,6 @@ echo
112
107
# # Lab 4
113
108
function lab4(){
114
109
cleanup
115
- create_ubuntu_vm
116
- secure_port_22
117
- create_windows_vm
118
- secure_port_3389
119
- create_aks_cluster1
120
- clone_repo
121
- create_nic_resources1
122
- create_jwt1
123
- deploy_nic1
124
- create_aks_cluster2
125
- create_nic_resources2
126
- create_jwt2
127
- deploy_nic2
128
- kubectl_apply
129
- create_nsg_rule_aks
130
110
deploy_apps
131
111
get_node_ids
132
112
create_archive
You can’t perform that action at this time.
0 commit comments