diff options
author | 2020-05-04 13:57:29 -0700 | |
---|---|---|
committer | 2020-10-05 21:25:18 +0000 | |
commit | da4f1540dec64779c01f7d0258b1a748ace9b131 (patch) | |
tree | 47856f75607849dc848dadcbcb1a7d048f91f7f7 /tools/files/sources.list | |
parent | 05686a28172cd3e79c71987cf495e0e67e064eb1 (diff) |
Treasuremap 1.8 integration
Upgrade pod 17 to Treasuremap 1.8 prime for CNTT RI-1.
Added deploy script enhancement to include pregenesis, certs, and wrapper
for shipyard cli command.
Added clean-genesis script to properly clean genesis node for redeployment.
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I4c150ef216d5eb631a0980c72b3c6c80a55788d0
Signed-off-by: James Gu <james.gu@att.com>
Diffstat (limited to 'tools/files/sources.list')
-rw-r--r-- | tools/files/sources.list | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/tools/files/sources.list b/tools/files/sources.list new file mode 100644 index 0000000..eb659ec --- /dev/null +++ b/tools/files/sources.list @@ -0,0 +1,56 @@ +# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to +# newer versions of the distribution. +#deb http://us.archive.ubuntu.com/ubuntu bionic main restricted +# deb-src http://us.archive.ubuntu.com/ubuntu bionic main restricted + +## Major bug fix updates produced after the final release of the +## distribution. +#deb http://us.archive.ubuntu.com/ubuntu bionic-updates main restricted +# deb-src http://us.archive.ubuntu.com/ubuntu bionic-updates main restricted + +## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu +## team. Also, please note that software in universe WILL NOT receive any +## review or updates from the Ubuntu security team. +#deb http://us.archive.ubuntu.com/ubuntu bionic universe +# deb-src http://us.archive.ubuntu.com/ubuntu bionic universe +#deb http://us.archive.ubuntu.com/ubuntu bionic-updates universe +# deb-src http://us.archive.ubuntu.com/ubuntu bionic-updates universe + +## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu +## team, and may not be under a free licence. Please satisfy yourself as to +## your rights to use the software. Also, please note that software in +## multiverse WILL NOT receive any review or updates from the Ubuntu +## security team. +#deb http://us.archive.ubuntu.com/ubuntu bionic multiverse +# deb-src http://us.archive.ubuntu.com/ubuntu bionic multiverse +#deb http://us.archive.ubuntu.com/ubuntu bionic-updates multiverse +# deb-src http://us.archive.ubuntu.com/ubuntu bionic-updates multiverse + +## N.B. software from this repository may not have been tested as +## extensively as that contained in the main release, although it includes +## newer versions of some applications which may provide useful features. +## Also, please note that software in backports WILL NOT receive any review +## or updates from the Ubuntu security team. +#deb http://us.archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse +# deb-src http://us.archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse + +## Uncomment the following two lines to add software from Canonical's +## 'partner' repository. +## This software is not part of Ubuntu, but is offered by Canonical and the +## respective vendors as a service to Ubuntu users. +# deb http://archive.canonical.com/ubuntu bionic partner +# deb-src http://archive.canonical.com/ubuntu bionic partner + +#deb http://us.archive.ubuntu.com/ubuntu bionic-security main restricted +# deb-src http://us.archive.ubuntu.com/ubuntu bionic-security main restricted +#deb http://us.archive.ubuntu.com/ubuntu bionic-security universe +# deb-src http://us.archive.ubuntu.com/ubuntu bionic-security universe +#deb http://us.archive.ubuntu.com/ubuntu bionic-security multiverse +# deb-src http://us.archive.ubuntu.com/ubuntu bionic-security multiverse + +deb http://mirror.mirantis.com/testing/ceph-nautilus/bionic bionic main +deb https://mirror.mirantis.com/testing/kubernetes-extra/bionic bionic main +deb http://linux.dell.com/repo/community/openmanage/930/bionic bionic main +deb http://us.archive.ubuntu.com/ubuntu/ bionic main universe multiverse +deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main universe multiverse +deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main universe multiverse |