From 216bd6a4870c680555d586f0010a633d5fa15700 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Fri, 29 Nov 2019 15:15:51 +0100 Subject: Import Vagrant environment from test/security/k8s Infrastructure mockup has been previously set up for CIS guidelines checking. Empty Kubernetes cluster was sufficient for that purpose. It will be adjusted to satisfy minimal ONAP requirements and should eventually supersede previous testing environment. Issue-ID: ONAPARC-537 Change-Id: Iada29d86642b8a5513e9d1bbd895db2094ad12b9 Signed-off-by: Pawel Wieczorek --- bootstrap/vagrant-minimal-onap/tools/config/95silent-approval | 2 ++ bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc | 8 ++++++++ bootstrap/vagrant-minimal-onap/tools/config/dot_wgetrc | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 bootstrap/vagrant-minimal-onap/tools/config/95silent-approval create mode 100644 bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc create mode 100644 bootstrap/vagrant-minimal-onap/tools/config/dot_wgetrc (limited to 'bootstrap/vagrant-minimal-onap/tools/config') diff --git a/bootstrap/vagrant-minimal-onap/tools/config/95silent-approval b/bootstrap/vagrant-minimal-onap/tools/config/95silent-approval new file mode 100644 index 000000000..dadbfbd86 --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/tools/config/95silent-approval @@ -0,0 +1,2 @@ +Quiet "1"; +APT::Get::Assume-Yes "true"; diff --git a/bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc b/bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc new file mode 100644 index 000000000..ecf9792f5 --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc @@ -0,0 +1,8 @@ +# Disable progress meter +--silent +# Show error messages +--show-error +# Fail silently on server errors +--fail +# Follow redirections +--location diff --git a/bootstrap/vagrant-minimal-onap/tools/config/dot_wgetrc b/bootstrap/vagrant-minimal-onap/tools/config/dot_wgetrc new file mode 100644 index 000000000..ac472b77a --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/tools/config/dot_wgetrc @@ -0,0 +1,2 @@ +# Turn off output +quiet = on -- cgit 1.2.3-korg