47cbc646d9fe4536ef532564d387b196f88c54e0
[releng.git] / modules / opnfv / installer_adapters / compass / CompassAdapter.py
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 ##############################################################################
9
10
11 class CompassAdapter:
12
13     def __init__(self, installer_ip):
14         self.installer_ip = installer_ip
15
16     def get_deployment_info(self):
17         pass
18
19     def get_nodes(self):
20         pass
21
22     def get_controller_ips(self):
23         pass
24
25     def get_compute_ips(self):
26         pass
27
28     def get_file_from_installer(self, origin, target, options=None):
29         pass
30
31     def get_file_from_controller(self, origin, target, ip=None, options=None):
32         pass