Skip to content

Commit

Permalink
Merge pull request #9230 from alongoldboim/container_deployment_autom…
Browse files Browse the repository at this point in the history
…ation_service_models

Service models required for container deployment automation

(transferred from ManageIQ/manageiq@0a518f3)
  • Loading branch information
gmcculloug authored Sep 7, 2016
2 parents 1e3a721 + baf4ca0 commit 93eb1d4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
require 'net/scp'

module MiqAeMethodService
class MiqAeServiceContainerDeployment < MiqAeServiceModelBase
expose :run_playbook_command
expose :analyze_ansible_output
expose :provision_vms_status
expose :find_vm_by_type
expose :assign_container_deployment_nodes
expose :assign_container_deployment_node
expose :provisioned_ips_set?
expose :roles_addresses
expose :generate_ansible_yaml
expose :generate_ansible_inventory_for_subscription
expose :check_connection
expose :subscribe_deployment_master
expose :subscribe_cluster
expose :provision_started?
expose :nodes_subscription_needed?
expose :ssh_user
expose :add_automation_task
expose :perform_scp
expose :perform_agent_commands
expose :playbook_running?
expose :add_deployment_provider
end
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module MiqAeMethodService
class MiqAeServiceContainerDeploymentNode < MiqAeServiceModelBase
expose :vm_id
expose :is_tagged_with?
expose :tags
expose :node_address
end
end

0 comments on commit 93eb1d4

Please sign in to comment.