summaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/swagger-ui
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Update openapi files in the docsFiete Ostkamp2-2/+4
2022-10-29Step version to 1.12.1MichaelMorris1-1/+1
2022-10-14Align 'org.eclipse.jetty'-version (9.4.49.v20220914)vasraz1-0/+8
2022-09-29St
---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2018
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

- hosts: kube-master
  tasks:
    - name: Load kud variables
      include_vars:
        file: kud-vars.yml

    - name: Change the onap4k8s directory and run helm delete
      command: /usr/local/bin/helm delete --purge multicloud-onap8ks
      register: helm_delete
      args:
        chdir: /opt/multicloud/deployments/helm/onap4k8s

    - debug:
        var: helm_delete.stdout_lines

    - name: Change the onap4k8s directory and delete the ona4k8s-ns namespace
      command: /usr/local/bin/kubectl delete ns onap4k8s-ns
      register: delete_onap_ns
      args:
        chdir: /opt/multicloud/deployments/helm/onap4k8s

    - debug:
        var: delete_onap_ns.stdout_lines

    - name: Change the onap4k8s directory and make clean
      command: /usr/bin/make clean
      register: make_clean
      args:
        chdir: /opt/multicloud/deployments/helm/onap4k8s

    - debug:
        var: make_clean.stdout_lines

    - name: Change the onap4k8s directory and make repo-stop
      command: /usr/bin/make repo-stop
      register: make_repo_stop
      args:
        chdir: /opt/multicloud/deployments/helm/onap4k8s

    - debug:
        var: make_repo_stop.stdout_lines

    - name: clean multicloud-k8s path
      file:
        state: absent
        path: /opt/multicloud
ons'>+1 2021-03-19Publish swagger files for SDC APIsMichaelMorris1-1/+1 2021-03-17Update SDC versionChrisC1-1/+1 2021-03-04Update to 1.8.31.8.3ChrisC1-1/+1 2021-02-25Update version to 1.8.21.8.2ChrisC1-1/+1 2021-01-30Update project version 1.8.0 -> 1.8.11.8.1Joanna Jeremicz1-1/+1 2020-11-05Update master to HonoluluChrisC1-1/+1 2020-10-26Fix broken local build1.7.2vasraz1-1/+1 2020-10-20Upgrade to 1.7.2sebdet1-1/+1 2020-09-07Update version to 1.7.1sebdet1-1/+1 2020-03-12Disable SecurityFilterOfir Sonsino1-1/+1 2020-02-02Move to version 1.6.1shrek20001-1/+1 2019-10-29Bump SDC version 1.6.0Ofir Sonsino1-1/+1 2019-09-10Bump SDC version 1.5.2Ofir Sonsino1-1/+1 2019-07-28Update SDC version 1.5.1Ofir Sonsino1-1/+1 2019-05-07Update SDC version 1.5.0Sonsino, Ofir (os0695)1-1/+1 2018-11-15update sdc version in masterMichael Lando1-1/+1 2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1 2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1 2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1 2018-06-02update sdc versionMichael Lando1-1/+1 2018-05-27Revert "update sdc version"Michael Lando1-1/+1 2018-05-26update sdc versionMichael Lando1-1/+1 2018-04-17Reducing onboarding backend maven build timeGautam Shah2-30/+3