Adding a new package - 'CiCdUtils'

* For now the package is empty

Change-Id: Ibdf91e123b0a9681e9d6341d6d9fdd49abaac1bd
This commit is contained in:
Nikolay Mahotkin 2016-05-26 15:03:29 +03:00
parent b64a4235a0
commit 717898e083
2 changed files with 12 additions and 1 deletions

View 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.

View File

@ -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