Skip to content
Open
2 changes: 1 addition & 1 deletion test/definitions/ohi/linux/cassandra-debian.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"services": [{
"id": "cassandra1",
"destinations": ["host1"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"source_repository": "-b fix/cassandra-issue https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/cassandra/install/debian/roles",
"port": 9042,
"params":{
Expand Down
2 changes: 1 addition & 1 deletion test/definitions/ohi/linux/consul-debian.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"services": [{
"id": "haproxy1",
"destinations": ["host1"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"source_repository": "-b fix/cassandra-issue https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/consul/install/debian/roles",
"port": 8500,
"params":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
ansible.builtin.apt:
name: cassandra
update_cache: yes
become: true
become: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- dirmngr
- gnupg
- software-properties-common
- wget
- openjdk-11-jdk
update_cache: true
become: true

Loading