Method: App42::Command::App#setup_infra
- Defined in:
- lib/app42/command/app.rb
#setup_infra ⇒ Object
collect all required attributes for new VM spawn
11 12 13 14 15 16 |
# File 'lib/app42/command/app.rb', line 11 def setup_infra app_name = get_app_name_and_check_app_url_availability vm_type = get_vm_types "app" iaas = get_iaas_providers vm_type app_name, source_url = get_app_source app_name, iaas, vm_type end |