functions |
|
---|---|
Copyright 2015 Hewlett-Packard Development Company, L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. functions - Grenade-specific functions The following variables are assumed to be defined by certain functions:
| |
Save trace setting | |
Include the common functions | |
just like source, except turn off tracing, as it just gets in the way | |
TODO: we'd really like to use the ping_check_functions that exist in devstack, however they are all wrapped up in lib/neutron-legacy gorp. Until that can be cleanly separated we need to keep our own copy here. ping_check_public $ip $timeout [False] - ping an machine on a public ip address. Should work with either neutron or nova-net. Also works to ensure the guest is not up if you pass False as last parameter. | |
save_data() dumps service datastores into SAVE_DIR for base or target release. | |
Setup Exit Traps for debug purposes | |
really important that this is the first line in this function, otherwise we corrupt the exit code | |
we don't need tracing during this | |
we have to turn off errexit at this point, otherwise we're going to exit from this function early when the while caller ends (with a bad exit) | |
unwind the call stack on failures | |
Force a shorter connect timeout, if networking has gone off the rails we could potentially be hanging around for minutes on every ssh attempt due to TCP timeouts/retries. Don't check or store host keys, which makes it easier for local dev when hosts come and go. Auto-accept whatever we connect to | |
Restore xtrace | |