This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Sep 19, 2018
-
-
Mike Marchetti authored
Change-Id: Ic7e3faf53fd193a3075352430fa43f74c7aa3e85 Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
Mike Marchetti authored
Change-Id: I86e03995ee56a62fa1e2d8063d5389dee57d57e1 Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
Mike Marchetti authored
Change-Id: I0507dae0819c61d697b70430e38d50f8d513d4a6 Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Sep 17, 2018
-
-
Mike Marchetti authored
Add support for multi-stack installation Cleanup use of sudo for copying files. Apply docker specific configuration inside user directory. Utilize multiple juju controllers utilizing the stack name. Create stack with no exposed host ports via '-nohostports' for creating multiple instances of osm (useful in CI) Add osmclient container for stack: This allows user to run osmclient inside a container, that matches the release of osm, that has internal access to all services. Added options: --nolxd for CI osm installation --nojuju for CI osm installation --nodockerbuild --nohostports --nohostclient -s <stack name> Change-Id: I4a2c1b09854e61ebb52d83f9f1ecebed8a17674d Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Aug 17, 2018
-
-
Mike Marchetti authored
Change-Id: Icea51817f0c0815ada1abd4ff8690ec0b4b03b5a Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
Mike Marchetti authored
Change-Id: I9f541a4684717aaa830f22a67bd647eb8436e0ab Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- May 17, 2018
-
-
Speed up the caching of LXD images used by the installer and daily cron by removing the trusty image, which is no longer used by default. Signed-off-by:
Adam Israel <adam.israel@canonical.com>
-
- May 10, 2018
-
-
garciadeblas authored
Change-Id: Id8a56e5c4a3fa0cb8311e6e8052d9dc37110ced6 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 09, 2018
-
-
garciadeblas authored
Change-Id: I58d4a7d8731b9295172e5668c4c670ef58eda92d Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 04, 2018
-
-
Mike Marchetti authored
Change-Id: I3420956b06be8b083dd1d4d886c038591735e68e Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Apr 25, 2018
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Apr 18, 2018
-
-
Mike Marchetti authored
Change-Id: I8794d0d918ce06387359177bfadc0d13027e78dd Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
Mike Marchetti authored
Change-Id: Ie309ecf82efa25e56012e7834aae24acdcf2780d Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Apr 16, 2018
-
-
Mike Marchetti authored
Change-Id: Ie7e28d3a71763aca75283d309f6fa3fb74af470f Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Apr 04, 2018
-
-
Mike Marchetti authored
Change-Id: I4d88de8dc90fb1a1e297c79c95c2a66dcd14e1b2 Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
prithiv authored
Signed-off-by:
prithiv <prithiv.mohan@intel.com>
-
- Mar 28, 2018
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Mar 27, 2018
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
marchettim authored
This reverts commit fcac45c9. Change-Id: Idf87507ef92d8e192423952bb9b5abd763713afc
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Mar 22, 2018
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Mar 07, 2018
-
-
israelad authored
A recent update to vmware-tools in trusty caused dpkg to prompt the user to keep their existing configuration or use the new version, which caused the update-lxd-image script to fail. This instructs dpkg to choose which configuration file to keep, defaulting to the existing configuration. Signed-off-by:
Adam Israel <adam.israel@canonical.com>
-
- Feb 22, 2018
-
-
israelad authored
We originally made the decision to disable apt update and upgrades for faster machine provisioning, but we've experienced the scenario where the provisioning of a container will fail because the apt cache in the lxd image is stale. This can cause the cloud-init used by Juju to get stuck in a loop trying to install packages that no longer exist in the Ubuntu Archive. This patch enables the run of `apt-get update` when Juju provisions a container. This will add some time to the provisioning process, but ensures greater reliability in the process. Signed-off-by:
Adam Israel <adam.israel@canonical.com>
-
- Feb 21, 2018
-
-
garciadeblas authored
Change-Id: I8ac07e8b6eb9dc7bf1ea89dd96a93276481bd4d1 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 15, 2018
-
-
israelad authored
This fixes a race condition where cloud-init may not be finished before we try to run apt-get update, causing the script to fail. Fixes bug #463 Signed-off-by:
Adam Israel <adam.israel@canonical.com> Change-Id: I241d769bb5d3f07d1ede628df58f7949649eefd9
-
- Dec 15, 2017
-
-
israelad authored
There is a pending release of libjuju that will break compatibility with the version we're currently using. This won't be a problem when we switch to using the version within N2VC, but there's more work involved with that. This patch just installs the specific version we've been using, 0.6.1, so that new installs won't get the new version. Signed-off-by:
Adam Israel <adam.israel@canonical.com>
-
- Nov 23, 2017
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Nov 22, 2017
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Nov 21, 2017
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Nov 18, 2017
-
-
Mike Marchetti authored
Change-Id: I0c119052a662ff67371c6c430fbd9a7753852cc7 Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Nov 17, 2017
-
-
Mike Marchetti authored
Change-Id: Ia4f0a11579cd88e53477e7c9047739abc9744bf9 Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Nov 16, 2017
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com> Change-Id: Ic997b0baf6ad9cedf486a506f050e016a0c5796a
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
garciadeblas authored
Change-Id: I4b2d58bbd1399fbdff713f8529aab1c746edd405 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 14, 2017
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Nov 13, 2017
-
-
Mike Marchetti authored
Signed-off-by:
Mike Marchetti <mmarchetti@sandvine.com>
-
- Nov 10, 2017
-
-
marchettim authored
This reverts commit 38bdcea6. Change-Id: I89bc0bdcaf30967c529e6ae003bb94f72571a8e9
-