1 ##############################################################################
2 # Copyright (c) 2016 Ericsson AB and others.
3 # Author: Jose Lausuch (jose.lausuch@ericsson.com)
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
13 def __init__(self, installer_ip):
14 self.installer_ip = installer_ip
16 def get_deployment_info(self):
22 def get_controller_ips(self):
25 def get_compute_ips(self):
28 def get_file_from_installer(self, origin, target, options=None):
31 def get_file_from_controller(self, origin, target, ip=None, options=None):