Skip to content

Commit

Permalink
Automate - Added Google pre and post provisioning.
Browse files Browse the repository at this point in the history
Added relationship and method fields for Google.

Configured Google for generic pre and post provisioning methods.

http://talk.manageiq.org/t/azure-and-amazon-vm-post-provisioning/1691

https://bugzilla.redhat.com/show_bug.cgi?id=1375225
  • Loading branch information
billfitzgerald0120 committed Sep 12, 2016
1 parent 615f573 commit 22b4d4a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Expand Up @@ -211,3 +211,43 @@ object:
on_error:
max_retries:
max_time:
- field:
aetype: relationship
name: google_rel1
display_name:
datatype: string
priority: 11
owner:
default_value:
substitute: true
message: google
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
- field:
aetype: method
name: google_meth1
display_name:
datatype: string
priority: 12
owner:
default_value:
substitute: true
message: google
visibility:
collect:
scope:
description:
condition:
on_entry:
on_exit:
on_error:
max_retries:
max_time:
Expand Up @@ -14,3 +14,5 @@ object:
value: openstack_PostProvision
- azure_meth1:
value: PostProvision
- google_meth1:
value: PostProvision
Expand Up @@ -14,3 +14,5 @@ object:
value: openstack_PreProvision
- azure_meth1:
value: PreProvision
- google_meth1:
value: PreProvision

0 comments on commit 22b4d4a

Please sign in to comment.