ci-cd-pipeline-app-murano/murano-apps/ZuulNodepoolHelper/package/Classes/ZuulNodepoolHelper.yaml

21 lines
394 B
YAML

Namespaces:
=: org.openstack.ci_cd_pipeline_murano_app
std: io.murano
Name: ZuulNodepoolHelper
Extends: std:Application
Properties:
name:
Contract: $.string().notNull()
# Openstack credentials.
authUrl:
Contract: $.string().notNull()
username:
Contract: $.string().notNull()
tenant:
Contract: $.string().notNull()
password:
Contract: $.string().notNull()