Skip to content

Commit

Permalink
infra: Update xsnd to 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Jun 27, 2019
1 parent 34eadd5 commit d57910d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These scripts were tested with ansible 2.6.4, higher versions should work too, i

## Run
Execute the following commands to deploy the applications to a test server:
- xsnd: `ansible-playbook -i hosts/production-xsn.ini --ask-become-pass --vault-password-file .vault playbooks/xsnd.yml`
- xsnd: `ansible-playbook -i hosts/production-xsn.ini --ask-become-pass --vault-password-file .vault playbooks/nodes/xsnd.yml`
- postgres: `ansible-playbook -i hosts/production-xsn.ini --ask-become-pass --vault-password-file .vault playbooks/postgres.yml`
- xsn-backend: `ansible-playbook -i hosts/production-xsn.ini --ask-become-pass --vault-password-file .vault playbooks/xsn-backend.yml`
- all `ansible-playbook -i hosts/production-xsn.ini --ask-become-pass --vault-password-file .vault playbooks/xsnd.yml playbooks/postgres.yml playbooks/xsn-backend.yml`
6 changes: 3 additions & 3 deletions infra/deployment/playbooks/nodes/xsnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
- node_user: xsn
- node_group: xsn
- node_data_folder: '.xsncore'
- node_download_url: https://github.com/X9Developers/XSN/releases/download/1.0.18/xsn-1.0.18-x86_64-linux-gnu.tar.gz
- node_download_checksum: sha1:b657a9e5dce6193d051d64eab4c40686f41e0b98
- node_download_url: https://github.com/X9Developers/XSN/releases/download/v1.0.20/xsn-1.0.20-x86_64-linux-gnu.tar.gz
- node_download_checksum: sha1:742c836121fa968660e938e05ba5fa9a5d273ed3
- node_compressed_file: /home/ubuntu/xsn.tar.gz
- node_daemon_file: xsn-1.0.18/bin/xsnd
- node_daemon_file: xsn-1.0.20/bin/xsnd
- node_config_file: config/nodes/xsn.conf
- node_config_filename: xsn.conf
- node_executable: xsnd
Expand Down

0 comments on commit d57910d

Please sign in to comment.