Skip to content

Commit

Permalink
Adding apikey to riot start script
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 15, 2019
1 parent cbad9db commit 166c172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/aws/provision/templates/riot-start.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ reqs=$((10**9))

export QED_HOME=/var/qed
nohup $QED_HOME/riot --api \
--apikey terraform_qed \
--n ${reqs} \
{% for host in groups['name_qed-0'] %}
--endpoint "{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8400" \
Expand Down

0 comments on commit 166c172

Please sign in to comment.