From e817d72dd909366431d550ab64185f8abe28d883 Mon Sep 17 00:00:00 2001
From: Paul Belanger <pabelanger@redhat.com>
Date: Sat, 18 Jun 2016 21:37:11 -0400
Subject: [PATCH] Add missing source.list for xenial

  (/Stage[main]/Openstack_project::Template/File[/etc/apt/sources.list.d/openstack-infra.list])
  Could not evaluate: Could not retrieve information from environment
  production source(s)
  puppet:///modules/openstack_project/sources.list.xenial

We used a combination of existing source.list and upstream
documentation to generate our list.

Change-Id: Ib9125e2fa2f4fa289eefe61aa1888f008969538d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
---
 modules/openstack_project/files/sources.list.xenial | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 modules/openstack_project/files/sources.list.xenial

diff --git a/modules/openstack_project/files/sources.list.xenial b/modules/openstack_project/files/sources.list.xenial
new file mode 100644
index 0000000000..0ffcc4358f
--- /dev/null
+++ b/modules/openstack_project/files/sources.list.xenial
@@ -0,0 +1,13 @@
+# This file is kept updated by puppet, adapted from
+# https://help.ubuntu.com/lts/serverguide/configuration.html
+
+deb http://us.archive.ubuntu.com/ubuntu xenial main restricted
+deb http://us.archive.ubuntu.com/ubuntu xenial-updates main restricted
+deb http://us.archive.ubuntu.com/ubuntu xenial universe
+deb http://us.archive.ubuntu.com/ubuntu xenial-updates universe
+deb http://us.archive.ubuntu.com/ubuntu xenial multiverse
+deb http://us.archive.ubuntu.com/ubuntu xenial-updates multiverse
+deb http://us.archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
+deb http://security.ubuntu.com/ubuntu xenial-security main restricted
+deb http://security.ubuntu.com/ubuntu xenial-security universe
+deb http://security.ubuntu.com/ubuntu xenial-security multiverse