Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/551/ansible run ntp daemon #589

Merged
merged 24 commits into from
Aug 25, 2016
Merged

Conversation

ttmc
Copy link
Contributor

@ttmc ttmc commented Aug 23, 2016

  • Clarified (in the documentation) how the Terraform/Ansible template is just an example of how one might provision and deploy a production BigchainDB node (but they can use whatever tools they prefer)
  • New docs about how to install Ansible
  • New Ansible stuff to ensure base software is installed, and to ensure an NTP daemon is installed/running on a remote host (a one-machine BigchainDB production node)
  • Documentation on how to use that Ansible stuff, i.e. how to run the Ansible playbook
  • Updated .gitignore
  • Fixed a bunch of broken links

Resolves #551

ttmc added 24 commits August 18, 2016 13:41
@codecov-io
Copy link

codecov-io commented Aug 23, 2016

Current coverage is 92.37% (diff: 100%)

Merging #589 into master will not change coverage

@@             master       #589   diff @@
==========================================
  Files            22         22          
  Lines          1194       1194          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1103       1103          
  Misses           91         91          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update ec78053...4ca1439


where `<key-name>` should be replaced by the name of the SSH private key you created earlier (for SSHing to the host machine at your cloud hosting provider).

What did you just do? Running that playbook ensures all the software necessary for a one-machine BigchainDB node is installed, configured, and running properly. You can run that playbook on a regular schedule to ensure that the system stays properly configured. If something is okay, it does nothing; it only takes action when something is not as-desired.
Copy link
Contributor

@r-marques r-marques Aug 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is not installed, will ansible install it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If an NTP daemon isn't installed, then one will be installed, yes. As the next line notes, "At the time of writing, the playbook only installs, configures and runs an NTP daemon, but more is coming soon."

@r-marques
Copy link
Contributor

👍

@ttmc ttmc merged commit ec7756d into master Aug 25, 2016
@ttmc ttmc deleted the feat/551/ansible-run-ntp-daemon branch September 27, 2016 10:56
sbellem pushed a commit to sbellem/bigchaindb that referenced this pull request Oct 24, 2016
…n-ntp-daemon

Feat/551/ansible run ntp daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants