forked from ManageIQ/manageiq-providers-azure_stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So far the provider's NetworkManager inventory supported security groups. With this commit we extend NetworkManager inventory with cloud networks, cloud subnets and network ports. Cloud subnets and network ports are connected to security groups, while network ports are in addition connected to VMs. Signed-off-by: Manca Bizjak <[email protected]>
- Loading branch information
1 parent
69165eb
commit 2bfe503
Showing
11 changed files
with
445 additions
and
2 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
app/models/manageiq/providers/azure_stack/inventory/collector/network_manager.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
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
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
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
2 changes: 2 additions & 0 deletions
2
app/models/manageiq/providers/azure_stack/network_manager/cloud_network.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class ManageIQ::Providers::AzureStack::NetworkManager::CloudNetwork < ::CloudNetwork | ||
end |
2 changes: 2 additions & 0 deletions
2
app/models/manageiq/providers/azure_stack/network_manager/cloud_subnet.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class ManageIQ::Providers::AzureStack::NetworkManager::CloudSubnet < ::CloudSubnet | ||
end |
2 changes: 2 additions & 0 deletions
2
app/models/manageiq/providers/azure_stack/network_manager/network_port.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class ManageIQ::Providers::AzureStack::NetworkManager::NetworkPort < ::NetworkPort | ||
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
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
157 changes: 157 additions & 0 deletions
157
..._cassettes/manageiq/providers/azure_stack/cloud_manager/refresher/V2017_03_09-network.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.