├── .gitignore ├── .gitreview ├── LICENSE ├── README.rst ├── abort-long-running-jobs.groovy ├── aptly-add-packages.groovy ├── aptly-promote-pipeline.groovy ├── artifactory-promote-docker-image.groovy ├── backupninja-backup-pipeline.groovy ├── backupninja-restore-pipeline.groovy ├── branch-git-repos.groovy ├── ceph-add-node.groovy ├── ceph-add-osd-upmap.groovy ├── ceph-backend-migration.groovy ├── ceph-remove-node.groovy ├── ceph-remove-osd.groovy ├── ceph-replace-failed-osd.groovy ├── ceph-upgrade.groovy ├── change-config.groovy ├── cicd-lab-pipeline.groovy ├── cleanup-pipeline.groovy ├── cloud-deploy-pipeline.groovy ├── cloud-update.groovy ├── codenarcRules.groovy ├── create-aptly-patch.groovy ├── create-debmirror-package.groovy ├── cvp-func.groovy ├── cvp-ha.groovy ├── cvp-perf.groovy ├── cvp-runner.groovy ├── cvp-shaker.groovy ├── cvp-tempest.groovy ├── delete-broken-stacks-pipeline.groovy ├── deploy-aws-k8s-kqueen-pipeline.groovy ├── deploy-heat-k8s-kqueen-pipeline.groovy ├── deploy-k8s-deployments.groovy ├── deploy-try-mcp.groovy ├── deploy-virtual-edge-mom.groovy ├── docker-build-image-pipeline.groovy ├── docker-cleanup-pipeline.groovy ├── docker-mirror-images.groovy ├── fake-test-pipeline.groovy ├── galera-cluster-verify-restore.groovy ├── galera-database-backup-pipeline.groovy ├── gating-pipeline.groovy ├── generate-cookiecutter-products.groovy ├── generate-repo-snapshot-context.groovy ├── generate-salt-model-docs-pipeline.groovy ├── git-mirror-2way-pipeline.groovy ├── git-mirror-pipeline.groovy ├── ironic-node-provision-pipeline.groovy ├── k8s-upgrade-pipeline.groovy ├── kafka-demo.groovy ├── libvirt-live-snapshots.groovy ├── mirror-snapshot-pipeline.groovy ├── mk-k8s-cleanup-pipeline.groovy ├── mk-k8s-simple-deploy-pipeline.groovy ├── mk-maaas-deploy-pipeline.groovy ├── networking-test-l2gw-bgpvpn.groovy ├── opencontrail-upgrade.groovy ├── opencontrail4-update.groovy ├── opencontrail40-upgrade.groovy ├── openstack-compute-install.groovy ├── openstack-control-upgrade.groovy ├── openstack-data-upgrade.groovy ├── openstack-database-cleanup.groovy ├── openstack-galera-upgrade.groovy ├── openstack-rabbitmq-upgrade.groovy ├── pre-upgrade-verify.groovy ├── promote-mirror-ubuntu-related.groovy ├── promote-vcp-images.groovy ├── release-mcp-version.groovy ├── release-promote-docker-images.groovy ├── release-salt-formulas-pipeline.groovy ├── restore-cassandra.groovy ├── restore-zookeeper.groovy ├── stacklight-upgrade.groovy ├── sync-http-to-s3.groovy ├── tag-git-repos.groovy ├── tcp-qa-pipeline.groovy ├── test-cookiecutter-reclass-chunk.groovy ├── test-cookiecutter-reclass.groovy ├── test-customers-salt-models.groovy ├── test-groovy-pipeline.groovy ├── test-model-generator.groovy ├── test-openscap-pipeline.groovy ├── test-openstack-component-pipeline.groovy ├── test-operations-ui.groovy ├── test-reclass-package.groovy ├── test-salt-formulas-env.groovy ├── test-salt-formulas-pipeline.groovy ├── test-salt-model-node.groovy ├── test-salt-models-pipeline.groovy ├── test-system-reclass-pipeline.groovy ├── update-ceph.groovy ├── update-glusterfs-clients.groovy ├── update-glusterfs-cluster-op-version.groovy ├── update-glusterfs-servers.groovy ├── update-glusterfs.groovy ├── update-jenkins-master-jobs.groovy ├── update-mirror-image.groovy ├── update-package.groovy ├── update-reclass-metadata.groovy ├── update-salt-environment.groovy ├── update-salt-master-formulas.groovy ├── upgrade-mcp-release.groovy └── validate-cloud.groovy /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/.gitreview -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/README.rst -------------------------------------------------------------------------------- /abort-long-running-jobs.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/abort-long-running-jobs.groovy -------------------------------------------------------------------------------- /aptly-add-packages.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/aptly-add-packages.groovy -------------------------------------------------------------------------------- /aptly-promote-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/aptly-promote-pipeline.groovy -------------------------------------------------------------------------------- /artifactory-promote-docker-image.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/artifactory-promote-docker-image.groovy -------------------------------------------------------------------------------- /backupninja-backup-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/backupninja-backup-pipeline.groovy -------------------------------------------------------------------------------- /backupninja-restore-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/backupninja-restore-pipeline.groovy -------------------------------------------------------------------------------- /branch-git-repos.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/branch-git-repos.groovy -------------------------------------------------------------------------------- /ceph-add-node.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ceph-add-node.groovy -------------------------------------------------------------------------------- /ceph-add-osd-upmap.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ceph-add-osd-upmap.groovy -------------------------------------------------------------------------------- /ceph-backend-migration.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ceph-backend-migration.groovy -------------------------------------------------------------------------------- /ceph-remove-node.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ceph-remove-node.groovy -------------------------------------------------------------------------------- /ceph-remove-osd.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ceph-remove-osd.groovy -------------------------------------------------------------------------------- /ceph-replace-failed-osd.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ceph-replace-failed-osd.groovy -------------------------------------------------------------------------------- /ceph-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ceph-upgrade.groovy -------------------------------------------------------------------------------- /change-config.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/change-config.groovy -------------------------------------------------------------------------------- /cicd-lab-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cicd-lab-pipeline.groovy -------------------------------------------------------------------------------- /cleanup-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cleanup-pipeline.groovy -------------------------------------------------------------------------------- /cloud-deploy-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cloud-deploy-pipeline.groovy -------------------------------------------------------------------------------- /cloud-update.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cloud-update.groovy -------------------------------------------------------------------------------- /codenarcRules.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/codenarcRules.groovy -------------------------------------------------------------------------------- /create-aptly-patch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/create-aptly-patch.groovy -------------------------------------------------------------------------------- /create-debmirror-package.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/create-debmirror-package.groovy -------------------------------------------------------------------------------- /cvp-func.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cvp-func.groovy -------------------------------------------------------------------------------- /cvp-ha.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cvp-ha.groovy -------------------------------------------------------------------------------- /cvp-perf.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cvp-perf.groovy -------------------------------------------------------------------------------- /cvp-runner.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cvp-runner.groovy -------------------------------------------------------------------------------- /cvp-shaker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cvp-shaker.groovy -------------------------------------------------------------------------------- /cvp-tempest.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/cvp-tempest.groovy -------------------------------------------------------------------------------- /delete-broken-stacks-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/delete-broken-stacks-pipeline.groovy -------------------------------------------------------------------------------- /deploy-aws-k8s-kqueen-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/deploy-aws-k8s-kqueen-pipeline.groovy -------------------------------------------------------------------------------- /deploy-heat-k8s-kqueen-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/deploy-heat-k8s-kqueen-pipeline.groovy -------------------------------------------------------------------------------- /deploy-k8s-deployments.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/deploy-k8s-deployments.groovy -------------------------------------------------------------------------------- /deploy-try-mcp.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/deploy-try-mcp.groovy -------------------------------------------------------------------------------- /deploy-virtual-edge-mom.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/deploy-virtual-edge-mom.groovy -------------------------------------------------------------------------------- /docker-build-image-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/docker-build-image-pipeline.groovy -------------------------------------------------------------------------------- /docker-cleanup-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/docker-cleanup-pipeline.groovy -------------------------------------------------------------------------------- /docker-mirror-images.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/docker-mirror-images.groovy -------------------------------------------------------------------------------- /fake-test-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/fake-test-pipeline.groovy -------------------------------------------------------------------------------- /galera-cluster-verify-restore.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/galera-cluster-verify-restore.groovy -------------------------------------------------------------------------------- /galera-database-backup-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/galera-database-backup-pipeline.groovy -------------------------------------------------------------------------------- /gating-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/gating-pipeline.groovy -------------------------------------------------------------------------------- /generate-cookiecutter-products.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/generate-cookiecutter-products.groovy -------------------------------------------------------------------------------- /generate-repo-snapshot-context.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/generate-repo-snapshot-context.groovy -------------------------------------------------------------------------------- /generate-salt-model-docs-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/generate-salt-model-docs-pipeline.groovy -------------------------------------------------------------------------------- /git-mirror-2way-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/git-mirror-2way-pipeline.groovy -------------------------------------------------------------------------------- /git-mirror-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/git-mirror-pipeline.groovy -------------------------------------------------------------------------------- /ironic-node-provision-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/ironic-node-provision-pipeline.groovy -------------------------------------------------------------------------------- /k8s-upgrade-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/k8s-upgrade-pipeline.groovy -------------------------------------------------------------------------------- /kafka-demo.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/kafka-demo.groovy -------------------------------------------------------------------------------- /libvirt-live-snapshots.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/libvirt-live-snapshots.groovy -------------------------------------------------------------------------------- /mirror-snapshot-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/mirror-snapshot-pipeline.groovy -------------------------------------------------------------------------------- /mk-k8s-cleanup-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/mk-k8s-cleanup-pipeline.groovy -------------------------------------------------------------------------------- /mk-k8s-simple-deploy-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/mk-k8s-simple-deploy-pipeline.groovy -------------------------------------------------------------------------------- /mk-maaas-deploy-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/mk-maaas-deploy-pipeline.groovy -------------------------------------------------------------------------------- /networking-test-l2gw-bgpvpn.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/networking-test-l2gw-bgpvpn.groovy -------------------------------------------------------------------------------- /opencontrail-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/opencontrail-upgrade.groovy -------------------------------------------------------------------------------- /opencontrail4-update.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/opencontrail4-update.groovy -------------------------------------------------------------------------------- /opencontrail40-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/opencontrail40-upgrade.groovy -------------------------------------------------------------------------------- /openstack-compute-install.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/openstack-compute-install.groovy -------------------------------------------------------------------------------- /openstack-control-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/openstack-control-upgrade.groovy -------------------------------------------------------------------------------- /openstack-data-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/openstack-data-upgrade.groovy -------------------------------------------------------------------------------- /openstack-database-cleanup.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/openstack-database-cleanup.groovy -------------------------------------------------------------------------------- /openstack-galera-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/openstack-galera-upgrade.groovy -------------------------------------------------------------------------------- /openstack-rabbitmq-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/openstack-rabbitmq-upgrade.groovy -------------------------------------------------------------------------------- /pre-upgrade-verify.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/pre-upgrade-verify.groovy -------------------------------------------------------------------------------- /promote-mirror-ubuntu-related.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/promote-mirror-ubuntu-related.groovy -------------------------------------------------------------------------------- /promote-vcp-images.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/promote-vcp-images.groovy -------------------------------------------------------------------------------- /release-mcp-version.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/release-mcp-version.groovy -------------------------------------------------------------------------------- /release-promote-docker-images.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/release-promote-docker-images.groovy -------------------------------------------------------------------------------- /release-salt-formulas-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/release-salt-formulas-pipeline.groovy -------------------------------------------------------------------------------- /restore-cassandra.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/restore-cassandra.groovy -------------------------------------------------------------------------------- /restore-zookeeper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/restore-zookeeper.groovy -------------------------------------------------------------------------------- /stacklight-upgrade.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/stacklight-upgrade.groovy -------------------------------------------------------------------------------- /sync-http-to-s3.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/sync-http-to-s3.groovy -------------------------------------------------------------------------------- /tag-git-repos.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/tag-git-repos.groovy -------------------------------------------------------------------------------- /tcp-qa-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/tcp-qa-pipeline.groovy -------------------------------------------------------------------------------- /test-cookiecutter-reclass-chunk.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-cookiecutter-reclass-chunk.groovy -------------------------------------------------------------------------------- /test-cookiecutter-reclass.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-cookiecutter-reclass.groovy -------------------------------------------------------------------------------- /test-customers-salt-models.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-customers-salt-models.groovy -------------------------------------------------------------------------------- /test-groovy-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-groovy-pipeline.groovy -------------------------------------------------------------------------------- /test-model-generator.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-model-generator.groovy -------------------------------------------------------------------------------- /test-openscap-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-openscap-pipeline.groovy -------------------------------------------------------------------------------- /test-openstack-component-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-openstack-component-pipeline.groovy -------------------------------------------------------------------------------- /test-operations-ui.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-operations-ui.groovy -------------------------------------------------------------------------------- /test-reclass-package.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-reclass-package.groovy -------------------------------------------------------------------------------- /test-salt-formulas-env.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-salt-formulas-env.groovy -------------------------------------------------------------------------------- /test-salt-formulas-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-salt-formulas-pipeline.groovy -------------------------------------------------------------------------------- /test-salt-model-node.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-salt-model-node.groovy -------------------------------------------------------------------------------- /test-salt-models-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-salt-models-pipeline.groovy -------------------------------------------------------------------------------- /test-system-reclass-pipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/test-system-reclass-pipeline.groovy -------------------------------------------------------------------------------- /update-ceph.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-ceph.groovy -------------------------------------------------------------------------------- /update-glusterfs-clients.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-glusterfs-clients.groovy -------------------------------------------------------------------------------- /update-glusterfs-cluster-op-version.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-glusterfs-cluster-op-version.groovy -------------------------------------------------------------------------------- /update-glusterfs-servers.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-glusterfs-servers.groovy -------------------------------------------------------------------------------- /update-glusterfs.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-glusterfs.groovy -------------------------------------------------------------------------------- /update-jenkins-master-jobs.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-jenkins-master-jobs.groovy -------------------------------------------------------------------------------- /update-mirror-image.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-mirror-image.groovy -------------------------------------------------------------------------------- /update-package.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-package.groovy -------------------------------------------------------------------------------- /update-reclass-metadata.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-reclass-metadata.groovy -------------------------------------------------------------------------------- /update-salt-environment.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-salt-environment.groovy -------------------------------------------------------------------------------- /update-salt-master-formulas.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/update-salt-master-formulas.groovy -------------------------------------------------------------------------------- /upgrade-mcp-release.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/upgrade-mcp-release.groovy -------------------------------------------------------------------------------- /validate-cloud.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mirantis/mk-pipelines/HEAD/validate-cloud.groovy --------------------------------------------------------------------------------