diff options
author | Bassam Tabbara <bassam.tabbara@quantum.com> | 2017-07-07 10:13:35 +0200 |
---|---|---|
committer | Bassam Tabbara <bassam.tabbara@quantum.com> | 2017-07-14 19:41:49 +0200 |
commit | a8da9fd0771c5b708b2863f7bb5f5646d3397e89 (patch) | |
tree | 65d8dc12dc28141ac323479b722ca4640f3637ec /install-deps.sh | |
parent | mon: add support public_bind_addr option (diff) | |
download | ceph-a8da9fd0771c5b708b2863f7bb5f5646d3397e89.tar.xz ceph-a8da9fd0771c5b708b2863f7bb5f5646d3397e89.zip |
test,qa/workunits: add tests for public_bind_addr
Add a set of new tests for the case when public_addr and public_bind_addr
are different for a mon. In order to test this properly I had to employ
port forwarding with socat. This helps simulate what would happen in a
environment like Kubernetes. socat is now a build dependency.
Also, moved jq_success to ceph-helpers.sh and refactored run_mon to enable
creating the mons without creating the rbd pool immediately.
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-x | install-deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-deps.sh b/install-deps.sh index 626cbc9e397..315848d9052 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -43,6 +43,7 @@ if [ x`uname`x = xFreeBSDx ]; then ftp/curl \ misc/e2fsprogs-libuuid \ misc/getopt \ + net/socat \ textproc/expat2 \ textproc/gsed \ textproc/libxml2 \ |