This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. May 03, 2021
    • garciadav's avatar
      Add --only-vca flag to charmed installer · 1bc71028
      garciadav authored
      
      
      It will help feature 10239, in order to automate the deployment of the
      VCA without needing to deploy OSM.
      
      When the option is enabled in the installation, in the end a string will
      be printed out with the command to be executed in OSM to register the
      installed VCA.
      
      Change-Id: I1b284a5a650b50e89c07a6d08507406823c6cc2d
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      1bc71028
  2. Apr 29, 2021
  3. Apr 28, 2021
  4. Apr 27, 2021
  5. Apr 26, 2021
    • garciadeblas's avatar
      Add pass and unstablerobot thresholds for stage3 · 4c630757
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      
      
      This change adds two parameters to the stage3 Jenkinsfile in
      ci_stage3_groovy:
      
      - ROBOT_PASS_THRESHOLD: % passed Robot tests to mark the build as
        passed
      - ROBOT_UNSTABLE_THRESHOLD: % passed Robot tests to mark the build
        as unstable
      
      These two parameters are passed to robotPublisher, the class in Robot
      Framework Jenkins plugin to publish test results.
      
      Change-Id: Ia2abdf996033163572836afe88cfa0675683fcb1
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      4c630757
  6. Apr 23, 2021
    • Mark Beierl's avatar
      Attempt to remove swap · f7eefb25
      Mark Beierl authored
      
      
      Attempts to persist the deactivation of swap across reboots.
      Note: this can still be overridden by external mechanisms
      such as cloud-init
      
      Fixes Bug 1062
      
      Change-Id: I4b78191da63a1528bfe56d2c3e9a33342b86af21
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      f7eefb25
  7. Apr 21, 2021
  8. 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
  9. Apr 16, 2021
  10. Apr 15, 2021
  11. 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
  12. Apr 13, 2021
  13. Apr 12, 2021
  14. Apr 08, 2021
  15. Apr 07, 2021
  16. 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
  17. Apr 05, 2021
  18. Mar 30, 2021
  19. Mar 29, 2021
  20. Mar 26, 2021
  21. Mar 25, 2021
  22. Mar 23, 2021
  23. Mar 19, 2021
  24. 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
  25. Mar 15, 2021