Page Menu
Home
VyOS Platform
Search
Configure Global Search
Log In
Files
F266752
0001-AWS-Install-awscli-package-by-default.patch
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
m.tremer
Nov 21 2018, 7:46 PM
2018-11-21 19:46:30 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
0001-AWS-Install-awscli-package-by-default.patch
View Options
From 3ac7cbfcc9c664488b8bd46a9df7146fce155333 Mon Sep 17 00:00:00 2001
From: Michael Tremer <michael.tremer@lightningwirelabs.com>
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 <michael.tremer@lightningwirelabs.com>
---
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
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f5/f8/417cdeb796c716eed3f832fbcecc
Default Alt Text
0001-AWS-Install-awscli-package-by-default.patch (1 KB)
Attached To
Mode
T1032: Install awscli package by default on AWS images
Attached
Detach File
Event Timeline
Log In to Comment