Skip to content

Commit 83a0be9

Browse files
authored
Merge pull request #14 from openmsa/CCLA-823/Setup-Netskope-Environment
CCLA-823: Setup Netskope environment
2 parents b496834 + ae866dd commit 83a0be9

File tree

3 files changed

+144
-0
lines changed

3 files changed

+144
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<metadata>
3+
<map>
4+
<entry>
5+
<key>DISPLAYNAME</key>
6+
<value>Setup a Netskope Environment</value>
7+
</entry>
8+
<entry>
9+
<key>PREVIEW</key>
10+
<value>Blueprints/Catalog/thumbnail/SASE/Sample_Netskope.png</value>
11+
</entry>
12+
<entry>
13+
<key>OWNER</key>
14+
<value>Ubiqube</value>
15+
</entry>
16+
<entry>
17+
<key>ORG_ID</key>
18+
<value>1</value>
19+
</entry>
20+
<entry>
21+
<key>CLOUD_TYPE</key>
22+
<value>monocloud</value>
23+
</entry>
24+
<entry>
25+
<key>DATE_MODIFICATION</key>
26+
<value>1745928689123</value>
27+
</entry>
28+
<entry>
29+
<key>DESCRIPTION</key>
30+
<value>Setting up an environment to be able to use it as SASE Netskope environment</value>
31+
</entry>
32+
<entry>
33+
<key>PROVIDERS</key>
34+
<value>Netskope</value>
35+
</entry>
36+
<entry>
37+
<key>REPOSITORY</key>
38+
<value>Blueprints</value>
39+
</entry>
40+
<entry>
41+
<key>DATE_CREATION</key>
42+
<value>1745928689123</value>
43+
</entry>
44+
<entry>
45+
<key>TYPE</key>
46+
<value>BLUEPRINT</value>
47+
</entry>
48+
<entry>
49+
<key>TAGS</key>
50+
<value>Netskope,SASE</value>
51+
</entry>
52+
</map>
53+
</metadata>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.2.0">
3+
<bpmn:process id="PLACEHOLDER_PROCESS_ID" isExecutable="true">
4+
<bpmn:startEvent id="StartEvent_1" name="">
5+
<bpmn:outgoing>Flow_106errx</bpmn:outgoing>
6+
</bpmn:startEvent>
7+
<bpmn:endEvent id="EndEvent_1" name="">
8+
<bpmn:incoming>Flow_0xfd1hk</bpmn:incoming>
9+
</bpmn:endEvent>
10+
<bpmn:serviceTask id="ServiceTask_1745926403048" name="Create ([ENV] Provision a Pop Netskope)" camunda:type="external" camunda:topic="msa_workflow">
11+
<bpmn:extensionElements>
12+
<camunda:inputOutput>
13+
<camunda:inputParameter name="workflow_data">
14+
<camunda:map>
15+
<camunda:entry key="ubiqubeId">
16+
<camunda:value>PLACEHOLDER_UBIQUBE_ID</camunda:value>
17+
</camunda:entry>
18+
<camunda:entry key="serviceName">
19+
<camunda:value>Process/cloudclapp-wf/SASE/Provision_a_Pop_Netskope/Provision_a_Pop_Netskope</camunda:value>
20+
</camunda:entry>
21+
<camunda:entry key="processName">
22+
<camunda:value>Process/workflows/SASE/Provision_a_Pop_Netskope/Process_Create</camunda:value>
23+
</camunda:entry>
24+
<camunda:entry key="processType">
25+
<camunda:value>CREATE</camunda:value>
26+
</camunda:entry>
27+
<camunda:entry key="processVariables">
28+
<camunda:map>
29+
<camunda:entry key="pops_ipsec" />
30+
<camunda:entry key="pops_gre" />
31+
<camunda:entry key="use_org_credentials">
32+
<camunda:value>true</camunda:value>
33+
</camunda:entry>
34+
<camunda:entry key="api_key" />
35+
<camunda:entry key="tenant" />
36+
</camunda:map>
37+
</camunda:entry>
38+
<camunda:entry key="resumeOnFail">
39+
<camunda:value>false</camunda:value>
40+
</camunda:entry>
41+
<camunda:entry key="processExecutor">
42+
<camunda:value>PLACEHOLDER_EXECUTOR_ID</camunda:value>
43+
</camunda:entry>
44+
</camunda:map>
45+
</camunda:inputParameter>
46+
<camunda:inputParameter name="msa_workflow_data">
47+
<camunda:map>
48+
<camunda:entry key="type">
49+
<camunda:value>MSA_WORKFLOW</camunda:value>
50+
</camunda:entry>
51+
<camunda:entry key="data">
52+
<camunda:map />
53+
</camunda:entry>
54+
<camunda:entry key="extraProps">
55+
<camunda:map>
56+
<camunda:entry key="cloudVendor" />
57+
<camunda:entry key="cloudService" />
58+
</camunda:map>
59+
</camunda:entry>
60+
</camunda:map>
61+
</camunda:inputParameter>
62+
</camunda:inputOutput>
63+
</bpmn:extensionElements>
64+
<bpmn:incoming>Flow_106errx</bpmn:incoming>
65+
<bpmn:outgoing>Flow_0xfd1hk</bpmn:outgoing>
66+
</bpmn:serviceTask>
67+
<bpmn:sequenceFlow id="Flow_0xfd1hk" sourceRef="ServiceTask_1745926403048" targetRef="EndEvent_1" />
68+
<bpmn:sequenceFlow id="Flow_106errx" sourceRef="StartEvent_1" targetRef="ServiceTask_1745926403048" />
69+
</bpmn:process>
70+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
71+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="PLACEHOLDER_PROCESS_ID">
72+
<bpmndi:BPMNEdge id="Flow_0xfd1hk_di" bpmnElement="Flow_0xfd1hk">
73+
<di:waypoint x="570" y="118" />
74+
<di:waypoint x="1000" y="118" />
75+
</bpmndi:BPMNEdge>
76+
<bpmndi:BPMNEdge id="Flow_106errx_di" bpmnElement="Flow_106errx">
77+
<di:waypoint x="136" y="118" />
78+
<di:waypoint x="470" y="118" />
79+
</bpmndi:BPMNEdge>
80+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
81+
<dc:Bounds x="100" y="100" width="36" height="36" />
82+
</bpmndi:BPMNShape>
83+
<bpmndi:BPMNShape id="Event_0rpe2j4_di" bpmnElement="EndEvent_1">
84+
<dc:Bounds x="1000" y="100" width="36" height="36" />
85+
</bpmndi:BPMNShape>
86+
<bpmndi:BPMNShape id="ServiceTask_1745926620489_di" bpmnElement="ServiceTask_1745926403048">
87+
<dc:Bounds x="470" y="78" width="100" height="80" />
88+
</bpmndi:BPMNShape>
89+
</bpmndi:BPMNPlane>
90+
</bpmndi:BPMNDiagram>
91+
</bpmn:definitions>
229 KB
Loading

0 commit comments

Comments
 (0)