From 8477cb8113eb658b62967b61b9ba2e8f0f1210ea Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Thu, 18 May 2017 15:22:50 +0000 Subject: [PATCH] Define variables in new file Change-Id: Ie07d8e118379e4df14798079b40032f88190e02a Depends-On: I57b93fdba21406d577c3abcd82461bd21d6753c7 --- centos/testvars | 2 ++ debian/testvars | 2 ++ ubuntu/testvars | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 centos/testvars create mode 100644 debian/testvars create mode 100644 ubuntu/testvars diff --git a/centos/testvars b/centos/testvars new file mode 100644 index 0000000..5541507 --- /dev/null +++ b/centos/testvars @@ -0,0 +1,2 @@ +export PROJECT=nova +export DISTRO=centos diff --git a/debian/testvars b/debian/testvars new file mode 100644 index 0000000..727eb6e --- /dev/null +++ b/debian/testvars @@ -0,0 +1,2 @@ +export PROJECT=nova +export DISTRO=debian diff --git a/ubuntu/testvars b/ubuntu/testvars new file mode 100644 index 0000000..1580b1d --- /dev/null +++ b/ubuntu/testvars @@ -0,0 +1,2 @@ +export PROJECT=nova +export DISTRO=ubuntu