mbox series

[RFC,0/2] Provisioning the AWS private network

Message ID 20241108201245.561269-1-cel@kernel.org (mailing list archive)
Headers show
Series Provisioning the AWS private network | expand

Message

Chuck Lever Nov. 8, 2024, 8:12 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

Here are a couple of improvements to make terraform provision a
security group and DNS for handling NFS traffic between the test
nodes.

The DNS set-up here is what I'd like to see for libvirt as well,
rather than poking IP addresses into the target node's /etc/hosts
files. But that's for another day.

Chuck Lever (2):
  aws: Permit inter-node network traffic
  aws: Add each test instance to the local DNS service

 terraform/aws/main.tf | 51 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 50 insertions(+), 1 deletion(-)

Comments

Luis Chamberlain Nov. 9, 2024, 12:44 a.m. UTC | #1
On Fri, Nov 08, 2024 at 03:12:43PM -0500, cel@kernel.org wrote:
> From: Chuck Lever <chuck.lever@oracle.com>
> 
> Here are a couple of improvements to make terraform provision a
> security group and DNS for handling NFS traffic between the test
> nodes.
> 
> The DNS set-up here is what I'd like to see for libvirt as well,
> rather than poking IP addresses into the target node's /etc/hosts
> files. But that's for another day.

Tested-by: Luis Chamberlain <mcgrof@kernel.org>

I ran:

make bringup
make linux
make destroy

Worked well. Now to get our CI to do this too, it seems with current defaults
this will take about 30 minutes give or take. I wonder if at that rate,
a compile test on a higher end system is cheaper.

  Luis
Chuck Lever Nov. 9, 2024, 5:19 p.m. UTC | #2
> On Nov 8, 2024, at 7:44 PM, Luis Chamberlain <mcgrof@kernel.org> wrote:
> 
> On Fri, Nov 08, 2024 at 03:12:43PM -0500, cel@kernel.org wrote:
>> From: Chuck Lever <chuck.lever@oracle.com>
>> 
>> Here are a couple of improvements to make terraform provision a
>> security group and DNS for handling NFS traffic between the test
>> nodes.
>> 
>> The DNS set-up here is what I'd like to see for libvirt as well,
>> rather than poking IP addresses into the target node's /etc/hosts
>> files. But that's for another day.
> 
> Tested-by: Luis Chamberlain <mcgrof@kernel.org>
> 
> I ran:
> 
> make bringup
> make linux
> make destroy
> 
> Worked well. Now to get our CI to do this too, it seems with current defaults
> this will take about 30 minutes give or take. I wonder if at that rate,
> a compile test on a higher end system is cheaper.

Thanks for the review and testing! I've pushed this set
and "Enable AWS for users in US/Eastern".


--
Chuck Lever