Skip to content

Commit

Permalink
Update config.fab
Browse files Browse the repository at this point in the history
  • Loading branch information
abessiari authored Sep 21, 2024
1 parent e637c82 commit edf2ced
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/advanced-stitching/sense-gcp-aws/config.fab
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ provider:
- fabric_provider:
credential_file: ~/.fabfed/fabfed_credentials.yml
profile: fabric
- janus:
- janus_provider:
credential_file: ~/.fabfed/fabfed_credentials.yml
profile: janus
config:
- layer3:
- gcp_layer:
Expand Down Expand Up @@ -74,3 +78,11 @@ resource:
provider: '{{ fabric.fabric_provider }}'
network: '{{ network.fabric_network }}'
site: '{{ var.site }}'
- service:
- dtn_service:
provider: '{{ janus.janus_provider }}'
controller: '{{ node.fabric_node }}'
node: ['{{ node.gcp_node }}', '{{ node.fabric_node }}', '{{ node.aws_node }}']
image: dtnaas/tools
profile: fabfed
count: 0 # SET THIS TO 1 if you want use janus service

0 comments on commit edf2ced

Please sign in to comment.