-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport? (copy) the applicable parts of "New Tower credential types"
- Loading branch information
Showing
7 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
app/models/manageiq/providers/embedded_ansible/automation_manager/azure_credential.rb
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This corresponds to Ansible Tower's Azure Resource Manager (azure_rm) type credential. We are not modeling the deprecated Azure classic | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::AzureCredential < | ||
ManageIQ::Providers::EmbeddedAnsible::AutomationManager::CloudCredential | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::AzureCredential < ManageIQ::Providers::EmbeddedAnsible::AutomationManager::CloudCredential | ||
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::AzureCredential | ||
end |
1 change: 1 addition & 0 deletions
1
app/models/manageiq/providers/embedded_ansible/automation_manager/google_credential.rb
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::GoogleCredential < ManageIQ::Providers::EmbeddedAnsible::AutomationManager::CloudCredential | ||
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::GoogleCredential | ||
end |
4 changes: 2 additions & 2 deletions
4
app/models/manageiq/providers/embedded_ansible/automation_manager/network_credential.rb
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::NetworkCredential < | ||
ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Credential | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::NetworkCredential < ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Credential | ||
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::NetworkCredential | ||
end |
1 change: 1 addition & 0 deletions
1
app/models/manageiq/providers/embedded_ansible/automation_manager/openstack_credential.rb
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::OpenstackCredential < ManageIQ::Providers::EmbeddedAnsible::AutomationManager::CloudCredential | ||
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::OpenstackCredential | ||
end |
1 change: 1 addition & 0 deletions
1
app/models/manageiq/providers/embedded_ansible/automation_manager/rackspace_credential.rb
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::RackspaceCredential < ManageIQ::Providers::EmbeddedAnsible::AutomationManager::CloudCredential | ||
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::RackspaceCredential | ||
end |
1 change: 1 addition & 0 deletions
1
app/models/manageiq/providers/embedded_ansible/automation_manager/satellite6_credential.rb
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Satellite6Credential < ManageIQ::Providers::EmbeddedAnsible::AutomationManager::CloudCredential | ||
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::Satellite6Credential | ||
end |
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