| parameters: | |
| _param: | |
| # CI\CD | |
| docker_image_compose: "${_param:mcp_docker_registry}/mirantis/external/docker/compose:1.17.1" | |
| # 2.6.2 version, from 12/18/2108, differ from latest 2.6.2 upstream - update next cycle | |
| docker_image_registry: "${_param:mcp_docker_registry}/mirantis/external/registry:2019.2.6" | |
| docker_image_visualizer: "${_param:mcp_docker_registry}/mirantis/external/visualizer:${_param:mcp_version}" | |
| docker_image_openldap: "${_param:mcp_docker_registry}/mirantis/cicd/openldap:2019.2.11" | |
| docker_image_postgresql: "${_param:mcp_docker_registry}/mirantis/external/library/postgres:9.6.10" | |
| # 3.4.13, from Feb 15, differ from 3.4.13 upstream verison, from March 14 - update next cycle | |
| docker_image_mongodb: "${_param:mcp_docker_registry}/mirantis/external/mongo:${_param:mcp_version}" | |
| ### | |
| # phpldapadmin:0.6.12 | |
| docker_image_phpldapadmin: "${_param:mcp_docker_registry}/mirantis/cicd/phpldapadmin:${_param:mcp_version}" | |
| # jenkins:2.150.3 | |
| docker_image_jenkins: "${_param:mcp_docker_registry}/mirantis/cicd/jenkins:${_param:mcp_version}" | |
| docker_image_jenkins_ssh_slave: "${_param:mcp_docker_registry}/mirantis/cicd/ssh-slave:${_param:mcp_version}" | |
| docker_image_gerrit: "${_param:mcp_docker_registry}/mirantis/cicd/gerrit:2019.2.11" | |
| # mysql:5.6.48 | |
| docker_image_mysql: "${_param:mcp_docker_registry}/mirantis/cicd/mysql:2019.2.10" | |
| # jenkins:2.204.3 | |
| docker_image_jenkins_jnlp_slave: "${_param:mcp_docker_registry}/mirantis/cicd/jnlp-slave:2019.2.11" | |
| # TODO: fix tag | |
| # model-generator | |
| docker_image_operations_api: "${_param:mcp_docker_registry}/mirantis/model-generator/operations-api:${_param:mcp_version}" | |
| docker_image_operations_ui: "${_param:mcp_docker_registry}/mirantis/model-generator/operations-ui:${_param:mcp_version}" | |
| # OpenContrail | |
| opencontrail_docker_image_tag: "${_param:mcp_version}" | |
| # stacklight | |
| # locally forked v7.4.4, updated 2020-08-06 | |
| docker_image_alerta: "${_param:mcp_docker_registry}/openstack-docker/alerta:${_param:mcp_version}" | |
| docker_image_alertmanager: "${_param:mcp_docker_registry}/openstack-docker/alertmanager:${_param:mcp_version}" | |
| docker_image_grafana: "${_param:mcp_docker_registry}/openstack-docker/grafana:${_param:mcp_version}" | |
| docker_image_prometheus_es_exporter: "${_param:mcp_docker_registry}/openstack-docker/prometheus-es-exporter:${_param:mcp_version}" | |
| docker_image_prometheus: "${_param:mcp_docker_registry}/openstack-docker/prometheus:${_param:mcp_version}" | |
| docker_image_prometheus_gainsight: "${_param:mcp_docker_registry}/openstack-docker/sf-reporter:2019.2.9" | |
| docker_image_prometheus_gainsight_elasticsearch: "${_param:mcp_docker_registry}/openstack-docker/gainsight_elasticsearch:${_param:mcp_version}" | |
| docker_image_prometheus_relay: "${_param:mcp_docker_registry}/openstack-docker/prometheus-relay:${_param:mcp_version}" | |
| docker_image_pushgateway: "${_param:mcp_docker_registry}/openstack-docker/pushgateway:${_param:mcp_version}" | |
| docker_image_remote_agent: "${_param:mcp_docker_registry}/openstack-docker/telegraf:${_param:mcp_version}" | |
| docker_image_remote_collector: "${_param:mcp_docker_registry}/openstack-docker/heka:${_param:mcp_version}" | |
| docker_image_remote_storage_adapter: "${_param:mcp_docker_registry}/openstack-docker/remote_storage_adapter:${_param:mcp_version}" | |
| docker_image_sf_notifier: "${_param:mcp_docker_registry}/openstack-docker/sf_notifier:0.2-mcp0" | |
| ## | |
| docker_image_cockroachdb: "${_param:mcp_docker_registry}/mirantis/external/cockroach/cockroach:v2.1.1" | |
| docker_image_cockroachdb_init: "${_param:mcp_docker_registry}/mirantis/external/atengler/cockroach-init/cockroach-init:v2.0.6" | |
| # keycloak | |
| docker_image_keycloak_server: "${_param:mcp_docker_registry}/mirantis/external/jboss/keycloak:4.5.0.Final" | |
| docker_image_keycloak_proxy: "${_param:mcp_docker_registry}/mirantis/external/jboss/keycloak:3.4.2.Final" | |
| # CVP | |
| docker_image_cvp_sanity_checks: "${_param:mcp_docker_registry}/mirantis/cvp/cvp-sanity-checks:${_param:mcp_version}" | |
| docker_image_cvp_shaker_checks: "${_param:mcp_docker_registry}/mirantis/cvp/cvp-shaker:${_param:mcp_version}" | |
| docker_image_cvp_tempest: "${_param:mcp_docker_registry}/mirantis/cicd/ci-tempest:${_param:openstack_version}" | |
| docker_image_cvp_rally: "${_param:mcp_docker_registry}/mirantis/cvp/cvp-rally:${_param:mcp_version}" | |
| docker_image_cvp_xrally: "${_param:mcp_docker_registry}/mirantis/external/xrally/xrally-openstack:0.11.2" | |
| # aptly | |
| docker_image_aptly: | |
| base: "${_param:mcp_docker_registry}/mirantis/cicd/aptly:2019.2.9" | |
| public: "${_param:mcp_docker_registry}/mirantis/cicd/aptly-public:2019.2.9" | |
| publisher: "${_param:mcp_docker_registry}/mirantis/cicd/aptly-publisher:2019.2.9" | |
| # List of images, to be placed into offline image, during separate image build process | |
| # WARNING: registry|target_registry and names - must be exactly same as list above! | |
| default_local_mirrror_content: | |
| # Stub parameter, to render target local_registry_mirror_image_list | |
| docker_client_registry_target_registry: "apt:5000" | |
| docker_client_registry_image: | |
| # CI/CD | |
| - registry: ${_param:mcp_docker_registry}/mirantis/external | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/external | |
| name: registry:2019.2.6 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/external | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/external | |
| name: visualizer:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/mirantis/external/docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/external/docker | |
| name: compose:1.17.1 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: openldap:2019.2.11 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/external/library | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/external/library | |
| name: postgres:9.6.10 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: phpldapadmin:2019.2.5 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: aptly:2019.2.9 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: aptly-public:2019.2.9 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: aptly-publisher:2019.2.9 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: jnlp-slave:2019.2.11 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: ssh-slave:2019.2.5 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: jenkins:2019.2.5 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: gerrit:2019.2.11 | |
| # stacklight | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: alertmanager:2019.2.4 | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: alerta:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: pushgateway:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: prometheus:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: sf-reporter:2019.2.9 | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: telegraf:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: remote_storage_adapter:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: prometheus-relay:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: grafana:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: heka:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: sf_notifier:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: gainsight_elasticsearch:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/openstack-docker | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/openstack-docker | |
| name: prometheus-es-exporter:2019.2.6 | |
| # OpenContrail 4.1 | |
| - registry: ${_param:mcp_docker_registry}/opencontrail-oc41 | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/opencontrail-oc41 | |
| name: opencontrail-analytics:${_param:opencontrail_docker_image_tag} | |
| - registry: ${_param:mcp_docker_registry}/opencontrail-oc41 | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/opencontrail-oc41 | |
| name: opencontrail-analyticsdb:${_param:opencontrail_docker_image_tag} | |
| - registry: ${_param:mcp_docker_registry}/opencontrail-oc41 | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/opencontrail-oc41 | |
| name: opencontrail-controller:${_param:opencontrail_docker_image_tag} | |
| # QA\CVP tool-set's | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: ci-tempest:pike | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: ci-tempest:queens | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cvp | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cvp | |
| name: cvp-rally:2019.2.5 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cvp | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cvp | |
| name: cvp-shaker:2019.2.3 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cvp | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cvp | |
| name: cvp-sanity-checks:2019.2.5 | |
| - registry: ${_param:mcp_docker_registry}/mirantis/external/xrally | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/external/xrally | |
| name: xrally-openstack:0.11.2 | |
| # | |
| - registry: ${_param:mcp_docker_registry}/mirantis/cicd | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/cicd | |
| name: mysql:${_param:mcp_version} | |
| - registry: ${_param:mcp_docker_registry}/mirantis/external | |
| target_registry: ${_param:default_local_mirrror_content:docker_client_registry_target_registry}/mirantis/external | |
| name: mongo:${_param:mcp_version} |