From 3ac7cbfcc9c664488b8bd46a9df7146fce155333 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Nov 2018 19:44:38 +0000 Subject: [PATCH] AWS: Install awscli package by default For users for AWS it is very handy to have the awscli tools available to communicate to Amazon's APIs. This is quite similar to what has been added for Azure. Signed-off-by: Michael Tremer --- Makefile | 2 +- tools/cloud-init/AWS/vyos-aws.list.chroot | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tools/cloud-init/AWS/vyos-aws.list.chroot diff --git a/Makefile b/Makefile index 17ee4e65083d..227adbd0c085 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ AWS: clean prepare @echo "It's not like I'm building this specially for you or anything!" mkdir -p build/config/includes.chroot/etc/cloud/cloud.cfg.d cp tools/cloud-init/AWS/90_dpkg.cfg build/config/includes.chroot/etc/cloud/cloud.cfg.d/ - cp tools/cloud-init/cloud-init.list.chroot build/config/package-lists/ + cp tools/cloud-init/AWS/vyos-aws.list.chroot build/config/package-lists/ cp -f tools/cloud-init/AWS/config.boot.default build/config/includes.chroot/opt/vyatta/etc/ cd $(build_dir) lb build 2>&1 | tee build.log diff --git a/tools/cloud-init/AWS/vyos-aws.list.chroot b/tools/cloud-init/AWS/vyos-aws.list.chroot new file mode 100644 index 000000000000..cd1f28aee8f3 --- /dev/null +++ b/tools/cloud-init/AWS/vyos-aws.list.chroot @@ -0,0 +1,2 @@ +awscli +cloud-init -- 2.17.2