Skip to content

Commit

Permalink
we now support creation aws facility with no nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
abessiari committed Apr 24, 2024
1 parent 65b1775 commit f79d55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter/examples/chameleon/star/config.fab
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ resource:
count: 1
- fabric_network:
provider: '{{ fabric.fabric_provider }}'
interface: '{{ node.fabric_node }}'
layer3: "{{ layer3.my_layer }}"
count: 1
stitch_with: '{{ network.chi_network }}'
Expand All @@ -42,6 +41,7 @@ resource:
- fabric_node:
provider: '{{ fabric.fabric_provider }}'
count: '{{ var.node_count }}'
network: '{{ network.fabric_network }}'
image: default_rocky_8
- chi_node:
provider: '{{ chi.chi_provider }}'
Expand Down

0 comments on commit f79d55f

Please sign in to comment.