e7aed14f31575573a5824dc069b74f7c89097162
[doctor.git] / tests / lib / installers / local
1 #!/bin/bash
2
3 function get_installer_ip {
4     # Noop
5     return
6 }
7
8 function installer_get_ssh_keys {
9     echo "INSTALLER_TYPE set to 'local'. Assuming SSH keys already exchanged with $COMPUTE_HOST"
10     return
11 }
12
13 function installer_apply_patches {
14     # Noop
15     return
16 }
17
18 function cleanup_installer_local {
19     # Noop
20     return
21 }