Version: 2 Application: ?: type: org.openstack.ci_cd_pipeline_murano_app.v2.CiCdEnvironment systemConfigUrl: $.appConfiguration.systemConfigUrl flavor: $.instanceConfiguration.flavor osImage: $.instanceConfiguration.osImage keyPair: $.instanceConfiguration.keyPair availabilityZone: $.instanceConfiguration.availabilityZone Forms: - appConfiguration: fields: - name: name type: string initial: CICD2 label: Application name descriptionTitle: description: - instanceConfiguration: fields: - name: title type: string required: false hidden: true description: Specify some instance parameters on which the application would be created - name: flavor type: flavor label: Instance flavor description: >- Select registered in Openstack flavor. Consider that application performance depends on this parameter. initial: m1.medium required: false - name: osImage type: image imageType: linux label: Instance image description: >- Select a valid image for the application. Image should already be prepared and registered in glance. - name: keyPair type: keypair label: Key Pair description: >- Select a Key Pair to control access to instances. You can login to instances using this KeyPair after the deployment of application. required: false - name: availabilityZone type: azone label: Availability zone description: Select availability zone where the application would be installed. required: false