0

Looking at the readme I see lots of options for adding extra storage but nothing for a second nic. Is it possible?

TyMac
  • 783
  • 2
  • 9
  • 32

1 Answers1

1

This is not possible at this time. This would usually only matter for multi-server or cluster testing in general which is something we don't currently support very well (or really, at all). You could try using Kitchen-Terraform to work around this.

nictrix
  • 1,483
  • 1
  • 17
  • 34
coderanger
  • 52,400
  • 4
  • 52
  • 75
  • I use terraform so this is nice to know. So define the second nice in the Terraform plan? I need a second nic on an instance due to a strange docker configuration that requires it. – TyMac Apr 02 '17 at 19:43
  • You would have to switch drivers entirely, and kitchen-terraform is not a drop in replacement – coderanger Apr 02 '17 at 20:09