Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Merge requests
!7
edit provisioning proxy service to default dry_run
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
edit provisioning proxy service to default dry_run
karel.vanklink-develop-patch-51138
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Karel van Klink
requested to merge
karel.vanklink-develop-patch-51138
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
dry_run should default to True, not False
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
461bf9bb
1 commit,
2 years ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gso/services/provisioning_proxy.py
+
1
−
1
Options
@@ -6,7 +6,7 @@ import requests
@@ -6,7 +6,7 @@ import requests
def
provision_node
(
def
provision_node
(
node_subscription_params
:
DeviceBlock
,
node_subscription_params
:
DeviceBlock
,
dry_run
:
bool
=
Fals
e
):
dry_run
:
bool
=
Tru
e
):
oss
=
settings
.
load_oss_params
()
oss
=
settings
.
load_oss_params
()
pp_params
=
oss
.
PROVISIONING_PROXY
pp_params
=
oss
.
PROVISIONING_PROXY
assert
pp_params
assert
pp_params
Loading