This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Apr 21, 2021
    • Mark Beierl's avatar
      OSM Client Installation Fix · 920d756b
      Mark Beierl authored
      
      
      Updates stage 3 to present osmclient and IM debian packages.
      Updates installer to also install pip requirements.txt if
      those files are present from the osmclient .deb package
      
      Fixes bug 1510
      
      Change-Id: I9ee44b265615935fee6c869c6c3c261739370183
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      920d756b
  2. Apr 20, 2021
    • garciadeblas's avatar
      Update stage1 and stage3 to run robot tests with tag · cd91a315
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      This reverts commit b311476d
      
      .
      
      This commit updates stage1 and stage3 to allow running robot
      tests in stage3 by default for every commit.
      
      The commit removes param DO_STAGE_4 since it is confusing. Only
      params DO_ROBOT and ROBOT_TAG_NAME will be used. If DO_ROBOT is set
      to true, robot tests will be run in stage3 for all tests containing
      the tag indicated by ROBOT_TAG_NAME. The param ROBOT_TAG_NAME replaces
      the previous param TEST_NAME.
      
      MDG stage1 can specify params DO_ROBOT and ROBOT_TAG_NAME. If
      specified, they will be used. Otherwise, the default for stage3 will
      apply (DO_ROBOT=true, ROBOT_TAG_NAME=sanity).
      
      Daily job, which will run stage1, can also specify params DO_ROBOT
      and ROBOT_TAG_NAME. In principle, they will be set as follows:
      DO_ROBOT=true, ROBOT_TAG_NAME=daily.
      
      Stage1 job, in case of failure, will send an e-mail to OSM_MDL
      mailing list reporting the failure. The mail will only be sent
      if the name of the job starts with "daily-stage_4".
      
      Change-Id: Ibe37fb588fc48297f5fea6e654f9ad64c906d9a6
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      cd91a315
    • sousaedu's avatar
      Replacing ldap_user_enabled_default type from boolean to string · 21a9d218
      sousaedu authored
      
      
      Change-Id: Ib2ee5c0c16573e70eb212fde66588ee88991e2c6
      Signed-off-by: default avatarsousaedu <eduardo.sousa@canonical.com>
      21a9d218
  3. Apr 16, 2021
  4. Apr 15, 2021
  5. Apr 14, 2021
    • Mark Beierl's avatar
      Revert "Update stage1 and stage3 to run robot tests with tag" · b311476d
      Mark Beierl authored
      This reverts commit 2a344a38
      
      .
      
      Syntax error/mismatched braces
      
      Change-Id: I23a1f8304dc45b27b9688bdf92825edb16af737f
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      b311476d
    • Mark Beierl's avatar
      Add missing software layers · 023e83c1
      Mark Beierl authored
      
      
      Adds openssh to MON
      Adds mysqladmin to POL
      Adds envsubst to tests
      
      Fixes bug 1503
      
      Change-Id: Ieafee31695bfc6ccecb1f1bcf52b57e91a45686e
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      023e83c1
    • garciadeblas's avatar
      Update stage1 and stage3 to run robot tests with tag · 2a344a38
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      
      
      This commit updates stage1 and stage3 to allow running robot
      tests in stage3 by default for every commit.
      
      The commit removes param DO_STAGE_4 since it is confusing. Only
      params DO_ROBOT and ROBOT_TAG will be used. If DO_ROBOT is set
      to true, robot tests will be run in stage3 for all tests containing
      the tag indicated by ROBOT_TAG. The param ROBOT_TAG replaces
      the previous param TEST_NAME.
      
      MDG stage1 can specify params DO_ROBOT and ROBOT_TAG. If specified,
      they will be used. Otherwise, the default for stage3 will apply
      (DO_ROBOT=true, ROBOT_TAG=sanity).
      
      Daily job, which will run stage1, can also specify params DO_ROBOT
      and ROBOT_TAG. In principle, they will be set as follows:
      DO_ROBOT=true, ROBOT_TAG=daily.
      
      Stage1 job, in case of failure, will send an e-mail to OSM_MDL
      mailing list reporting the failure. The mail will only be sent
      if the name of the job starts with "daily-stage_4".
      
      Change-Id: If481f2da01f4c811495504329fe7b6d7bd88c9de
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      2a344a38
    • garciadeblas's avatar
      Fix bug 1151 to install openebs operator · ac08600d
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      
      
      This change updates the method install_k8s_storageclass of
      full_install_osm.sh.
      
      The change creates a temporary folder for downloading the K8s manifest
      file for openebs. The download of the manifest file is decoupled from
      its application with kubectl (in the same way that it isdone for the
      CNI provider). After its application, an additional check is added to
      verify that the storage class openebs-hostpath has been defined. If it
      does not exist, the installation will fail and exit. Otherwise, it will
      proceed. Finally, the timeout for the openebs-hostpath storage class
      has been increased from 300s to 400s.
      
      Change-Id: Ic1da8b9606bd7b3265f38c1da7389e5b2cdc741b
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      ac08600d
  6. Apr 13, 2021
  7. Apr 12, 2021
  8. Apr 08, 2021
  9. Apr 07, 2021
  10. Apr 06, 2021
    • Mark Beierl's avatar
      Adding missing dependency · 588db9f1
      Mark Beierl authored
      
      
      osmclient dockerfile was missing openssl dev
      
      Change-Id: I5c416f5093a57c579571b7f39cdf1ff73a972a66
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      588db9f1
    • Mark Beierl's avatar
      Fixup path · f1f5b766
      Mark Beierl authored
      
      
      Specify correct location of pre-merge software to stage.
      Runs commands without -l (login) so the environment is preserved.
      
      Change-Id: I226cdfd62bcb40f65dbe5977d1a4b78d2e5fe061
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      f1f5b766
    • garciadav's avatar
      Feature 10296 · a60ec731
      garciadav authored and Mark Beierl's avatar Mark Beierl committed
      
      
      Update dockerfiles to fetch dependencies from Artifactory
      .deb and using pip3 -r instead of apt to resolve all upstream
      depenencies
      
      Update stage_3 to use URLs for artifactory packages instead
      of apt server for installation of packages
      
      Change-Id: I3abb1e1314862f386fb090cb18429f4283b0273d
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      a60ec731
  11. Apr 05, 2021
  12. Mar 30, 2021
  13. Mar 29, 2021
  14. Mar 26, 2021
  15. Mar 25, 2021
  16. Mar 23, 2021
  17. Mar 19, 2021
  18. Mar 17, 2021
    • garciadav's avatar
      Fix 1473 and add vca_model_config_* to lcm charm · c753dc5f
      garciadav authored
      
      
      Changes in all operator charms:
      - Optimize deps for tox environments
      - Add import-order-style to flake8
      - Optimize .jujuignore to reduce the size of charm artifacts
      OSM LCM charm:
      - Added vca_model_config_* options
      Added bundle example for using a bundle
      Updated the bundles and pin the new versions in the installer
      
      Change-Id: Ic6591354fa5d1b5f43383215b2f0df13eb28ce67
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      c753dc5f
  19. Mar 15, 2021
  20. Mar 10, 2021
  21. Mar 08, 2021
  22. Mar 05, 2021
  23. Mar 04, 2021
  24. Mar 03, 2021
  25. Mar 02, 2021