Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
molecule_vagrant/test/scenarios/molecule/multi-node/molecule.yml: fix…
Browse files Browse the repository at this point in the history
… network

Avoid using dhcp as there are high chances it'll use a network forbidden
by default vbox configuration in github actions.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
  • Loading branch information
apatard committed Nov 4, 2021
1 parent 2cb41df commit 3afba4b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ platforms:
- name: instance-1
box: ${TESTBOX:-debian/jessie64}
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
- network_name: private_network
ip: 192.168.123.2
groups:
Expand All @@ -30,9 +27,6 @@ platforms:
- name: instance-2
box: ${TESTBOX:-centos/7}
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
- network_name: private_network
ip: 192.168.123.3
groups:
Expand Down

0 comments on commit 3afba4b

Please sign in to comment.