Skip to content

Commit

Permalink
Merge pull request ManageIQ#299 from billfitzgerald0120/email_new_con…
Browse files Browse the repository at this point in the history
…figration_namespace

Created new namespace for Configuration/Email.
  • Loading branch information
mkanoor authored May 23, 2018
2 parents 4e42030 + 277ff83 commit 0a201b9
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 0 deletions.
173 changes: 173 additions & 0 deletions content/automate/ManageIQ/Configuration/Email.class/__class__.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
---
object_type: class
version: 1.0
object:
attributes:
description:
display_name:
name: Email
type:
inherits:
visibility:
owner:
schema:
- field:
aetype: attribute
name: approver
display_name:
datatype: string
priority: 1
owner:
default_value: [email protected]
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: attribute
name: default_recipient
display_name:
datatype: string
priority: 2
owner:
default_value: [email protected]
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: attribute
name: cc
display_name:
datatype: array
priority: 3
owner:
default_value:
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: attribute
name: bcc
display_name:
datatype: array
priority: 4
owner:
default_value:
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: attribute
name: from
display_name:
datatype: string
priority: 5
owner:
default_value: [email protected]
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: attribute
name: signature
display_name:
datatype: string
priority: 6
owner:
default_value: Virtualization Infrastructure Team
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: attribute
name: email_method
display_name:
datatype: string
priority: 7
owner:
default_value: send_email
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: method
name: customize
display_name:
datatype: string
priority: 8
owner:
default_value:
substitute: true
message: create
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
10 changes: 10 additions & 0 deletions content/automate/ManageIQ/Configuration/Email.class/default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: Default
inherits:
description:
fields: []
10 changes: 10 additions & 0 deletions content/automate/ManageIQ/Configuration/__namespace__.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
object_type: namespace
version: 1.0
object:
attributes:
name: Configuration
description:
display_name:
priority:
enabled:

0 comments on commit 0a201b9

Please sign in to comment.