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
1c87a03d
There was a problem fetching the pipeline stages.
Commit
1c87a03d
authored
3 years ago
by
Recolic K
Browse files
Options
Downloads
Patches
Plain Diff
bug fix
parent
7ab054e6
No related branches found
No related tags found
No related merge requests found
Pipeline
#861
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflows/wds-go.cc
+7
-5
7 additions, 5 deletions
workflows/wds-go.cc
with
7 additions
and
5 deletions
workflows/wds-go.cc
+
7
−
5
View file @
1c87a03d
...
...
@@ -10,23 +10,25 @@ int main() {
.
addInputSetting
(
"TemplateFilePath"
,
"Resources/ArmTemplates/VM/Template_winserver2016.json"
)
.
addInputSetting
(
"ParameterFilePath"
,
"Resources/ArmTemplates/VM/Parameters_WDS.json"
)
>>
Activity
(
"WaitForCreateVM"
,
"FleetAGC.Activities.QueryAzureVMsActivity"
)
.
addInputSetting
(
"ResourceGroup"
,
"W
DSSeedingServer
"
)
.
addInputSetting
(
"ResourceGroup"
,
"W
dsTest
"
)
>>
Activity
(
"InstallWdsServices"
,
"FleetAGC.Activities.RemotePSActivity"
)
.
addInputSetting
(
"PublicIP"
,
"
\"
+ GlobalSettings[
\"
GlobalAdmin
PublicIPAddress
\"
] +
\"
"
)
.
addInputSetting
(
"PublicIP"
,
"
\"
+ GlobalSettings[
\"
BootstrapWDS
PublicIPAddress
\"
] +
\"
"
)
.
addInputSetting
(
"UserNameKey"
,
"DC1AdminUserName"
)
.
addInputSetting
(
"PasswordKey"
,
"DC1AdminPassword"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/W
DS
Go.ps1"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/W
ds
Go.ps1"
)
.
addInputSetting
(
"RequiresSAS"
,
"true"
)
.
addInputSetting
(
"ConnectionStringKey"
,
"BootstrapPocStorageAccount"
)
>>
Activity
(
"WaitForWdsInstallFinish"
,
"FleetAGC.Activities.RemotePSActivity"
)
.
addInputSetting
(
"PublicIP"
,
"
\"
+ GlobalSettings[
\"
GlobalAdmin
PublicIPAddress
\"
] +
\"
"
)
.
addInputSetting
(
"PublicIP"
,
"
\"
+ GlobalSettings[
\"
BootstrapWDS
PublicIPAddress
\"
] +
\"
"
)
.
addInputSetting
(
"UserNameKey"
,
"DC1AdminUserName"
)
.
addInputSetting
(
"PasswordKey"
,
"DC1AdminPassword"
)
.
addInputSetting
(
"RetryTime"
,
"2000"
)
.
addInputSetting
(
"RetryInterval"
,
"1"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/W
DS
Go_CheckSuccess.ps1"
)
.
addInputSetting
(
"ScriptPath"
,
"Resources/PSScript/W
ds
Go_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"
));
}
// TODO: WDS server requires more UDP port to be opened. But we don't know the client's ip address.
...
...
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