mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- support public_network for vagrant box - using python3-5 for centos based installations - Revisiting docs. - More changes will be incorporated in another PR. - Parameterize MongoDB host mount path for docker deployments
15 lines
495 B
YAML
15 lines
495 B
YAML
---
|
|
- name: "bdb-node-01" # Instance name
|
|
box:
|
|
name: "ubuntu/xenial64" # Box name
|
|
ram: "2048"
|
|
vcpus: "2"
|
|
setup_type: "quickstart" # Currently, only quickstart is supported.
|
|
deploy_docker: true # [true, false]
|
|
network:
|
|
ip: "10.20.30.50"
|
|
type: "private_network"
|
|
# Active network interface on host, Only required for public network e.g "en0: Wi-Fi (AirPort)"
|
|
bridge: "<network-interface-host>"
|
|
upstart: "/bigchaindb/scripts/bootstrap.sh" # Path to upstart script
|