Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cis-workflow-gen
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
Model registry
Operate
Environments
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
msc
cis-workflow-gen
Commits
73212791
There was a problem fetching the pipeline stages.
Commit
73212791
authored
3 years ago
by
Recolic K
Browse files
Options
Downloads
Patches
Plain Diff
pr
parent
40c8da9d
No related branches found
No related tags found
No related merge requests found
Pipeline
#863
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflows/wds-go.cc
+4
-7
4 additions, 7 deletions
workflows/wds-go.cc
with
4 additions
and
7 deletions
workflows/wds-go.cc
+
4
−
7
View file @
73212791
...
...
@@ -9,13 +9,13 @@ int main() {
.
addInputSetting
(
"DeploymentName"
,
"DeployVM"
)
.
addInputSetting
(
"TemplateFilePath"
,
"Resources/ArmTemplates/VM/Template_winserver2016.json"
)
.
addInputSetting
(
"ParameterFilePath"
,
"Resources/ArmTemplates/VM/Parameters_WDS.json"
)
>>
Activity
(
"
WaitForCreateVM
"
,
"FleetAGC.Activities.QueryAzureVMsActivity"
)
>>
Activity
(
"
GetVmInfo
"
,
"FleetAGC.Activities.QueryAzureVMsActivity"
)
.
addInputSetting
(
"ResourceGroup"
,
"WdsTest"
)
>>
Activity
(
"InstallWdsServices"
,
"FleetAGC.Activities.RemotePSActivity"
)
.
addInputSetting
(
"PublicIP"
,
CS
(
GlobalSettings
[
"BootstrapWDSPublicIPAddress"
]))
.
addInputSetting
(
"UserNameKey"
,
"DC1AdminUserName"
)
.
addInputSetting
(
"PasswordKey"
,
"DC1AdminPassword"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/Wds
Go
.ps1"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/Wds
OneClick
.ps1"
)
.
addInputSetting
(
"RequiresSAS"
,
"true"
)
>>
Activity
(
"WaitForWdsInstallFinish"
,
"FleetAGC.Activities.RemotePSActivity"
)
.
addInputSetting
(
"PublicIP"
,
CS
(
GlobalSettings
[
"BootstrapWDSPublicIPAddress"
]))
...
...
@@ -23,13 +23,10 @@ int main() {
.
addInputSetting
(
"PasswordKey"
,
"DC1AdminPassword"
)
.
addInputSetting
(
"RetryTime"
,
"2000"
)
.
addInputSetting
(
"RetryInterval"
,
"1"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/Wds
Go
_CheckSuccess.ps1"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/Wds
OneClick
_CheckSuccess.ps1"
)
;
println
(
to_file
(
"DeployWdsTestServerWorkflow.xaml"
),
flow
.
generateXaml
(
"Microsoft.Office.FleetAGC.Workflows.DeployWdsTestServerWorkflow"
));
println
(
to_file
(
"BootstrapCAWorkflow.xaml"
),
flow
.
generateXaml
(
"Microsoft.Office.FleetAGC.Workflows.BootstrapCAWorkflow"
));
//
println(to_file("BootstrapCAWorkflow.xaml"), flow.generateXaml("Microsoft.Office.FleetAGC.Workflows.BootstrapCAWorkflow"));
}
// TODO: WDS server requires more UDP port to be opened. But we don't know the client's ip address.
// So, would security team be happy if we open UDP 67 and 69 to public?
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