Add port config to deployment spec. #498

Merged
telackey merged 9 commits from telackey/justports into main 2023-08-11 20:25:54 +00:00
Member

After the change, ports as well as volumes will be customizable in the "spec" output from deploy init.

Example:

stack: mainnet-eth
ports:
  mainnet-eth-geth-1:
   - '8545'
   - '40000'
   - '6060'
  mainnet-eth-lighthouse-1:
   - '8001'
volumes:
  mainnet_eth_config_data: ./data/mainnet_eth_config_data
  mainnet_eth_geth_1_data: ./data/mainnet_eth_geth_1_data
  mainnet_eth_lighthouse_1_data: ./data/mainnet_eth_lighthouse_1_data
After the change, ports as well as volumes will be customizable in the "spec" output from `deploy init`. Example: ``` stack: mainnet-eth ports: mainnet-eth-geth-1: - '8545' - '40000' - '6060' mainnet-eth-lighthouse-1: - '8001' volumes: mainnet_eth_config_data: ./data/mainnet_eth_config_data mainnet_eth_geth_1_data: ./data/mainnet_eth_geth_1_data mainnet_eth_lighthouse_1_data: ./data/mainnet_eth_lighthouse_1_data ```
Owner

After the change, ports as well as volumes will be customizable in the "spec" output from deploy init.

Example:

Can you update the example?

> After the change, ports as well as volumes will be customizable in the "spec" output from `deploy init`. > > Example: Can you update the example?
Owner

Can you add host address/port mapping to one or more of the ports in the example so we can use it for doc?

Can you add host address/port mapping to one or more of the ports in the example so we can use it for doc?
dboreham reviewed 2023-08-11 19:58:24 +00:00
Owner

Something looks wrong about this line.

Something looks wrong about this line.
telackey reviewed 2023-08-11 20:14:45 +00:00
Author
Member

Hah! That's what I get for making a last minute tweak.

Hah! That's what I get for making a last minute tweak.
dboreham approved these changes 2023-08-11 20:20:36 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#498
No description provided.