parameters: | |
jenkins: | |
client: | |
job: | |
deploy_openstack: | |
type: workflow-scm | |
name: deploy-openstack | |
display_name: "Deploy - OpenStack" | |
discard: | |
build: | |
keep_num: 20 | |
concurrent: true | |
scm: | |
type: git | |
url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" | |
branch: "${_param:jenkins_pipelines_branch}" | |
credentials: "gerrit" | |
script: cloud-deploy-pipeline.groovy | |
param: | |
# deployments and test settings | |
STACK_TYPE: | |
type: string | |
default: "physical" | |
STACK_INSTALL: | |
type: string | |
default: "core,kvm,openstack,stacklight" | |
# salt master | |
SALT_MASTER_CREDENTIALS: | |
type: string | |
default: "salt" | |
SALT_MASTER_URL: | |
type: string | |
default: "" | |
ASK_ON_ERROR: | |
type: boolean | |
default: 'false' | |
STATIC_MGMT_NETWORK: | |
type: boolean | |
default: 'false' | |
description: "Check if model contains static IP address definitions for all nodes" | |
deploy-openstack-compute: | |
type: workflow-scm | |
concurrent: true | |
display_name: "Deploy - OpenStack Compute node" | |
scm: | |
type: git | |
url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" | |
branch: "${_param:jenkins_pipelines_branch}" | |
credentials: "gerrit" | |
script: openstack-compute-install.groovy | |
param: | |
SALT_MASTER_URL: | |
type: string | |
default: "${_param:jenkins_salt_api_url}" | |
SALT_MASTER_CREDENTIALS: | |
type: string | |
default: "salt" | |
TARGET_SERVERS: | |
type: string | |
default: "" | |
description: "Salt compound target to match nodes to be updated [*, G@osfamily:debian]." |