• Hernando Castano's avatar
    Rework Compose Setup for Millau Deployment (#464) · 133fd2ba
    Hernando Castano authored
    
    
    * Rename `rialto` deployment to `eth-sub-bridge`
    
    * Add base Compose configs for Rialto and Eth-PoA nodes
    
    * Add new compose file for eth-sub deployment
    
    * Rename bridge-nodes to rialto-nodes
    
    * Update bootnode entries for Rialto nodes
    
    * Remove new compose file since it was used for quick test
    
    * Rename bridge nodes in entrypoint scripts
    
    * Remove all nodes from Eth-Sub Compose file
    
    The nodes should be getting pulled in from the new compose files.
    
    * Remove TODO comment
    
    * Rename nodes to networks
    
    Reflects the fact that a set of nodes makes up a network.
    
    * Add Compose file for Millau network nodes
    
    * Enable logging for all Millau nodes
    
    * Delete Rialto reserved peers file
    
    * Rename `bridge-config` to `scripts`
    
    * Add Compose file for Rialto-Millau bridge
    
    * Move bridge deployments into `bridges` folder
    
    * Drop `bridges` prefix from bridge deployments
    
    * Rename folder that had scripts for working with binaries
    
    * Move proxy configuration to common top level folder
    
    * Make a top level `monitoring` folder
    
    * Start updating deployment README
    
    * More updates in the README
    
    * Remove usage of Git overrides
    
    * Remove scripts to run Eth<->Sub
    
    I don't think these are used anymore
    
    * Remove Github Docker build instructions from main README
    
    * Add note about monitoring
    
    * Update Millau state root
    
    * Add script for running and updating Compose deployments
    
    * Remove old update script
    
    * Explain usage of `run` script
    
    * Update Millau state_root again
    
    * Remove repeated Prom image from Rialto-Millau bridge
    
    * Quick fix to stop containers in `run` script
    
    * Pin GrafanaMatrix Dockerfile to old commit
    
    The latest master has some changes in how the application is run. We don't
    want to update just yet so we're pinning to an old commit.
    
    * Make Compose files use a project directory
    
    The main consequence of this change is that all paths have to be specified
    from the root of the `deployments` folder. However, this makes it so that
    we can reuse components in different deployments, like the GranfaMatrix
    Dockerfile which is shared by all bridges.
    
    * Use `project-directory` when stopping and updating network
    
    If we don't use the full Compose command which includes `project-directory`
    not all the containers get cleaned up correctly.
    
    * Update path in Bridge Dockerfile
    
    * Correctly ignore `target` folders in Docker builds
    
    * Wait for Rialto nodes before running relay
    
    * Make `run` script a little less sketchy
    
    * Clean up deployment README
    
    * Remove stray line
    
    * Have run script automatically change into correct directory
    
    * Use PoA-to-Rialto instead of Eth-to-Sub in names
    
    * Rename `eth-poa-sub` bridge deployment to `poa-rialto`
    
    * Use /entrypoints volume for entrypoint scripts
    
    * Be more consistent with relay service names
    
    * Remove `docker-compose` prefix from network Compose files
    
    * Add comment explaning Grafana Matrix commit
    
    * Fix wording in README
    
    Co-authored-by: default avatarTomasz Drwięga <[email protected]>
    
    * Cleanup unused line in README
    
    * Add link to Slava's test scripts
    
    * Remove uneccessary piping when `cd`-ing in `run.sh`
    
    Co-authored-by: default avatarTomasz Drwięga <[email protected]>
    133fd2ba