Skip to content

Commit

Permalink
Commit a test folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
aviweit committed Aug 31, 2021
1 parent f259244 commit a579daf
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions ocm-test/workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
name: fiveg-core
spec:
entrypoint: handlerequest
workflowTemplateRef:
name: fiveg-core
arguments:
parameters:
- name: networks
value: |
[
{
"name": "sbi",
"master": "ens192",
"range": "10.100.200.0/24",
"start": "10.100.200.2",
"end": "10.100.200.50"
},
{
"name": "ngap",
"master": "ens192",
"range": "172.15.0.0/24",
"start": "172.15.0.2",
"end": "172.15.0.10"
},
{
"name": "up",
"master": "ens192",
"range": "172.15.0.0/24",
"start": "172.15.0.11",
"end": "172.15.0.20"
}
]

0 comments on commit a579daf

Please sign in to comment.