-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding midPoint and Grouper initial objects
- Loading branch information
Showing
5 changed files
with
190 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...server/container_files/mp-home/post-initial-objects/tasks/996-task-import-sis-persons.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" | ||
| xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" | ||
| oid="22c2a3d0-0961-4255-9eec-c550a79aeaaa"> | ||
| <name>Import from SIS persons</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:type="c:ExtensionType"> | ||
| <mext:kind>account</mext:kind> | ||
| <mext:objectclass>ri:AccountObjectClass</mext:objectclass> | ||
| <!-- | ||
| <mext:tracing> | ||
| <interval>500</interval> | ||
| </mext:tracing> --> | ||
| </extension> | ||
| <assignment> | ||
| <targetRef oid="00000000-0000-0000-0000-000000000503" type="ArchetypeType" /> <!--Import task--> | ||
| </assignment> | ||
| <taskIdentifier>1535407239440-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" | ||
| relation="org:default" | ||
| type="c:UserType"><!-- administrator --></ownerRef> | ||
| <executionStatus>runnable</executionStatus> | ||
| <category>ImportingAccounts</category> | ||
| <objectRef oid="4d70a0da-02dd-41cf-b0a1-00e75d3eaa15" | ||
| relation="org:default" | ||
| type="c:ResourceType"><!-- SQL SIS persons (sources) --></objectRef> | ||
| <recurrence>single</recurrence> | ||
| <binding>loose</binding> | ||
| </task> |
40 changes: 40 additions & 0 deletions
40
...rver/container_files/mp-home/post-initial-objects/tasks/997-task-async-update-grouper.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| <!-- | ||
| ~ Copyright (c) 2010-2019 Evolveum | ||
| ~ | ||
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
| ~ you may not use this file except in compliance with the License. | ||
| ~ You may obtain a copy of the License at | ||
| ~ | ||
| ~ http://www.apache.org/licenses/LICENSE-2.0 | ||
| ~ | ||
| ~ Unless required by applicable law or agreed to in writing, software | ||
| ~ distributed under the License is distributed on an "AS IS" BASIS, | ||
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| ~ See the License for the specific language governing permissions and | ||
| ~ limitations under the License. | ||
| --> | ||
|
|
||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| oid="47fc57bd-8c34-4555-9b9f-7087ff179860"> | ||
| <name>Grouper async updates</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3"> | ||
| <mext:workerThreads>1</mext:workerThreads> | ||
| </extension> | ||
| <assignment> | ||
| <targetRef oid="00000000-0000-0000-0000-000000000505" type="ArchetypeType" /> <!-- Asynchronous update task --> | ||
| </assignment> | ||
| <taskIdentifier>1552664339630-0-2</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" relation="org:default" type="c:UserType"> | ||
| <!-- administrator --> | ||
| </ownerRef> | ||
| <executionStatus>runnable</executionStatus> | ||
| <category>AsynchronousUpdate</category> | ||
| <objectRef oid="1eff65de-5bb6-483d-9edf-8cc2c2ee0233" relation="org:default" type="c:ResourceType"> | ||
| <!-- Grouper Resource --> | ||
| </objectRef> | ||
| <recurrence>single</recurrence> | ||
| <binding>loose</binding> | ||
| <threadStopAction>restart</threadStopAction> | ||
| </task> |
41 changes: 41 additions & 0 deletions
41
...ainer_files/mp-home/post-initial-objects/tasks/998-task-reconciliation-grouper-groups.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| <!-- | ||
| ~ Copyright (c) 2010-2019 Evolveum | ||
| ~ | ||
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
| ~ you may not use this file except in compliance with the License. | ||
| ~ You may obtain a copy of the License at | ||
| ~ | ||
| ~ http://www.apache.org/licenses/LICENSE-2.0 | ||
| ~ | ||
| ~ Unless required by applicable law or agreed to in writing, software | ||
| ~ distributed under the License is distributed on an "AS IS" BASIS, | ||
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| ~ See the License for the specific language governing permissions and | ||
| ~ limitations under the License. | ||
| --> | ||
|
|
||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" | ||
| oid="605a0127-a313-442a-9d5e-151eac8b0745"> | ||
| <name>Grouper reconciliation (groups)</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3"> | ||
| <mext:objectclass>ri:Group</mext:objectclass> | ||
| </extension> | ||
| <assignment> | ||
| <targetRef oid="00000000-0000-0000-0000-000000000501" type="ArchetypeType" /> <!-- Reconciliation task --> | ||
| </assignment> | ||
| <taskIdentifier>605a0127-a313-442a-9d5e-151eac8b0745</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" relation="org:default" type="c:UserType"> | ||
| <!-- administrator --> | ||
| </ownerRef> | ||
| <executionStatus>runnable</executionStatus> | ||
| <category>Reconciliation</category> | ||
| <objectRef oid="1eff65de-5bb6-483d-9edf-8cc2c2ee0233" relation="org:default" type="c:ResourceType"> | ||
| <!-- Grouper Resource --> | ||
| </objectRef> | ||
| <recurrence>single</recurrence> | ||
| <binding>loose</binding> | ||
| <threadStopAction>restart</threadStopAction> | ||
| </task> |
22 changes: 22 additions & 0 deletions
22
...erver/container_files/mp-home/post-initial-objects/tasks/999-task-recomputation-users.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| oid="83a737ea-5eb7-4e78-b431-331cccf02354"> | ||
| <name>User recomputation</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3"> | ||
| <mext:objectType>c:UserType</mext:objectType> | ||
| <!-- <mext:tracingInterval>200</mext:tracingInterval> --> | ||
| </extension> | ||
| <assignment> | ||
| <targetRef oid="00000000-0000-0000-0000-000000000502" type="ArchetypeType"/> <!--Recomputation task --> | ||
| </assignment> | ||
| <taskIdentifier>1571729899646-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" relation="org:default" type="c:UserType"> | ||
| <!-- administrator --> | ||
| </ownerRef> | ||
| <channel>http://midpoint.evolveum.com/xml/ns/public/provisioning/channels-3#recompute</channel> | ||
| <executionStatus>runnable</executionStatus> | ||
| <category>Recomputation</category> | ||
| <recurrence>single</recurrence> | ||
| <binding>tight</binding> | ||
| </task> |