Skip to content

Commit

Permalink
Merge pull request #80 from mkanoor/bz_1436717
Browse files Browse the repository at this point in the history
Added method instances for EmbeddedAnsible
(cherry picked from commit 87d29ca)

https://bugzilla.redhat.com/show_bug.cgi?id=1437597
  • Loading branch information
gmcculloug authored and simaishi committed Mar 30, 2017
1 parent 0509865 commit f5ac67c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name: Embedded_Ansible_Available_Machine_Credentials
name: Embedded_Ansible_Available_Machine_Credentials
inherits:
description:
fields:
- credential_type:
value: ManageIQ::Providers::EmbeddedAnsible::AutomationManager::MachineCredential
- execute:
value: Available_Credentials
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name: Embedded_Ansible_Available_Network_Credentials
name: Embedded_Ansible_Available_Network_Credentials
inherits:
description:
fields:
- credential_type:
value: ManageIQ::Providers::EmbeddedAnsible::AutomationManager::NetworkCredential
- execute:
value: Available_Credentials

0 comments on commit f5ac67c

Please sign in to comment.