Adding a new package - 'CiCdUtils'
* For now the package is empty Change-Id: Ibdf91e123b0a9681e9d6341d6d9fdd49abaac1bd
This commit is contained in:
parent
b64a4235a0
commit
717898e083
11
murano-apps/CiCdUtils/package/manifest.yaml
Normal file
11
murano-apps/CiCdUtils/package/manifest.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
Format: 1.0
|
||||
Type: Library
|
||||
FullName: org.openstack.ci_cd_pipeline_murano_app.utils.CiCdUtils
|
||||
Name: CI/CD Utils
|
||||
Description: |
|
||||
Library containing utility classes and methods of processing
|
||||
data needed for CI/CD application.
|
||||
Author: 'Mirantis, Inc'
|
||||
Tags: [CI, Utils]
|
||||
Classes:
|
||||
# TBD.
|
@ -13,7 +13,7 @@ function check_dir () {
|
||||
fi
|
||||
}
|
||||
|
||||
default_packages="Puppet SystemConfig OpenLDAP Gerrit Jenkins Zuul Nodepool CiCdEnvironment"
|
||||
default_packages="Puppet SystemConfig OpenLDAP Gerrit Jenkins Zuul Nodepool CiCdEnvironment CiCdUtils"
|
||||
source_dir="murano-apps"
|
||||
destination_dir="."
|
||||
refresh_existing_packages=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user