]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: install gcc-c++ on RPM-based systems 413/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 17 Sep 2018 14:04:58 +0000 (10:04 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 17 Sep 2018 14:04:58 +0000 (10:04 -0400)
Fixes: https://tracker.ceph.com/issues/35989
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/vars/centos_7.yml
roles/testnode/vars/redhat_7.yml

index b32346a7adacbca089e353a600a499178c8b22d1..b31f7bf45e988efbb27c1306f8fb73fcfc1c9142 100644 (file)
@@ -25,6 +25,7 @@ packages:
   - gdb
   - git-all
   - python-configobj
+  - gcc-c++
   # for running ceph
   - libedit
   - openssl098e
index fba28ca3c701db3891bee03219e87f87f49a42f4..5824f891082744f372cbae49aff86325bc462a8b 100644 (file)
@@ -25,6 +25,7 @@ packages:
   - gdb
   - git-all
   - python-configobj
+  - gcc-c++
   - libedit
   - openssl098e
   - boost-thread