diff --git a/config/release/centosci/master-current-tripleo.yml b/config/release/centosci/master-current-tripleo.yml index c747866ac..94951470f 100644 --- a/config/release/centosci/master-current-tripleo.yml +++ b/config/release/centosci/master-current-tripleo.yml @@ -56,27 +56,10 @@ repos: filename: quickstart-centos-extras.repo baseurl: http://mirror.centos.org/centos/8/extras/x86_64/os/ - # TODO: This is temporary and ideally we should use ceph octopus repository - # when the release is W+. Octopus repos doesn't have ceph-ansible. Revisit - # when switch from ceph-ansible to cephadm is complete (Ceph nautilus - # repos to be removed on W+.) For more detail see: - # https://bugs.launchpad.net/tripleo/+bug/1909191 - - type: generic - reponame: quickstart-centos-ceph-nautilus - filename: quickstart-centos-ceph-nautilus.repo - baseurl: http://mirror.centos.org/centos/8/storage/x86_64/ceph-nautilus/ - - # TODO: includepkgs is temporary and ideally we should use ceph octopus - # repository when the release is W+. Revisit when switch from ceph-ansible - # to cephadm is complete. After removal of ceph nautilus repos we can - # remove includepkgs to pull all package from octopus repository. For more - # detail see: https://bugs.launchpad.net/tripleo/+bug/1909191 - type: generic reponame: quickstart-centos-ceph-octopus filename: quickstart-centos-ceph-octopus.repo baseurl: http://mirror.centos.org/centos/8/storage/x86_64/ceph-octopus/ - includepkgs: - - cephadm - type: generic reponame: quickstart-centos-opstools diff --git a/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-wallaby.yml b/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-wallaby.yml new file mode 100644 index 000000000..456914bb7 --- /dev/null +++ b/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-wallaby.yml @@ -0,0 +1,186 @@ +# name and tags +devmode: true +release: wallaby +distro_ver: centos8 +overcloud_as_undercloud: true +use_specific_hash: true +docker_registry_host: trunk.registry.rdoproject.org +docker_registry_namespace: "tripleo{{ release }}" +delorean_hash_label: &promotion-testing-tag "{{ dlrn_hash|default(dlrn_hash_tag) }}" +docker_image_tag: *promotion-testing-tag +dlrn_hash_tag_newest: current +promote_source: tripleo-ci-testing +validate_on: rdo + +# images +images: + - name: overcloud-full + url: "{{ overcloud_image_url }}" + type: tar + - name: ipa_images + url: "{{ ipa_image_url }}" + type: tar +inject_images: + - "ironic-python-agent.initramfs" + - "ironic-python-agent.kernel" + - "overcloud-full.qcow2" + - "overcloud-full.initrd" + - "overcloud-full.vmlinuz" + +dlrn_baseurl: https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }} +dlrn_hash_tag: tripleo-ci-testing +overcloud_image_url: https://images.rdoproject.org/{{ distro_ver }}/{{ release }}/rdo_trunk/{{ promote_source }}/overcloud-full.tar +ipa_image_url: https://images.rdoproject.org/{{ distro_ver }}/{{ release }}/rdo_trunk/{{ promote_source }}/ironic-python-agent.tar + +# repo setup +# optimize with mirros after we have +# something working.. IMHO may be replaced w/ tripleo-repos setup +# https://review.opendev.org/#/c/709254/ +repo_cmd_before: | + sudo rm -rf /etc/yum.repos.d/delorean*; + sudo rm -rf /etc/yum.repos.d/*.rpmsave; + sudo rm -rf /etc/yum.repos.d/epel*; + sudo dnf clean all; + sudo dnf config-manager --disable "*" || true; + sudo dnf config-manager --enable gating-repo || true; + if [ -e /etc/ci/mirror_info.sh ]; then + source /etc/ci/mirror_info.sh + else + # Otherwise, fallback to official mirrors provided by CentOS. + export NODEPOOL_CENTOS_MIRROR={{ lookup('env','NODEPOOL_CENTOS_MIRROR')|default('http://mirror.centos.org/centos', true) }} + export NODEPOOL_RDO_PROXY=https://trunk.rdoproject.org + fi + {% if dlrn_hash_path_newest is defined and dlrn_hash_path_newest %} + export DLRN_PATH_TAG_NEWEST="current/{{ dlrn_hash_path_newest }}" + {% elif dlrn_hash_tag_newest is match("^[a-zA-Z0-9]{32}$") %} + export DLRN_PATH_TAG_NEWEST="current/{{ dlrn_hash_tag_newest[:2] }}/{{ dlrn_hash_tag_newest[2:4] }}/{{ dlrn_hash_tag_newest }}" + {% else %} + export DLRN_PATH_TAG_NEWEST="{{ dlrn_hash_tag_newest }}" + {% endif %} + {% if dlrn_hash_path is defined and dlrn_hash_path %} + export DLRN_PATH_TAG="{{ promote_source }}/{{ dlrn_hash_path }}" + {% elif dlrn_hash_tag is match("^[a-zA-Z0-9]{32}$") %} + export DLRN_PATH_TAG="{{ promote_source }}/{{ dlrn_hash_tag[:2] }}/{{ dlrn_hash_tag[2:4] }}/{{ dlrn_hash_tag }}" + {% else %} + export DLRN_PATH_TAG="{{ dlrn_hash_tag }}" + {% endif %} + rdo_dlrn=`curl --silent https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/${DLRN_PATH_TAG_NEWEST}/delorean.repo -S 2>>~/dlrn_repo_curl_errors.log | grep baseurl | grep "component/tripleo" | cut -d= -f2` + if [[ -z "$rdo_dlrn" ]]; then + echo "Failed to parse dlrn hash" + exit 1 + fi + export RDO_DLRN_REPO=${rdo_dlrn/https:\/\/trunk.rdoproject.org/$NODEPOOL_RDO_PROXY} +repos: + - type: file + filename: delorean.repo + down_url: "https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/${DLRN_PATH_TAG}/delorean.repo" + + - type: generic + reponame: delorean-current + filename: delorean-current.repo + baseurl: $RDO_DLRN_REPO + priority: 10 + includepkgs: + - ansible-role-container-registry + - ansible-role-tripleo* + - ansible-tripleo-ipsec + - instack + - instack-undercloud + - openstack-tripleo-* + - os-apply-config + - os-collect-config + - os-net-config + - os-refresh-config + - puppet-oslo + - puppet-cinder + - puppet-heat + - puppet-neutron + - puppet-nova + - puppet-glance + - puppet-horizon + - puppet-ironic + - puppet-keystone + - puppet-mistral + - puppet-openstacklib + - puppet-swift + - puppet-tripleo + - puppet-zaqar + - python*-tripleo* + - python*-paunch* + - paunch-services + - tripleo-ansible + - ansible-config_template + + - type: file + filename: delorean-{{ release }}-deps.repo + down_url: "https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/delorean-deps.repo" + + # CentOS related repos + - type: generic + reponame: quickstart-centos-base + filename: quickstart-centos-base.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/BaseOS/x86_64/os/ + + - type: generic + reponame: quickstart-centos-appstreams + filename: quickstart-centos-appstreams.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/AppStream/x86_64/os/ + + - type: generic + reponame: quickstart-centos-powertools + filename: quickstart-centos-powertools.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/PowerTools/x86_64/os/ + + - type: generic + reponame: quickstart-centos-highavailability + filename: quickstart-centos-highavailability.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/HighAvailability/x86_64/os/ + + - type: generic + reponame: quickstart-centos-extras + filename: quickstart-centos-extras.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/extras/x86_64/os/ + + - type: generic + reponame: quickstart-centos-ceph-octopus + filename: quickstart-centos-ceph-octopus.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/storage/x86_64/ceph-octopus/ + + - type: generic + reponame: quickstart-centos-opstools + filename: quickstart-centos-opstools.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/opstools/x86_64/collectd-5/ + +repo_cmd_after: | + # # Replace trunk.rdoproject.org to nodepool proxy + sudo sed -i -e "s|https://trunk.rdoproject.org|$NODEPOOL_RDO_PROXY|g" /etc/yum.repos.d/delorean.repo + sudo sed -i -e "s|https://trunk.rdoproject.org|$NODEPOOL_RDO_PROXY|g" /etc/yum.repos.d/delorean-{{ release }}-deps.repo + sudo sed -i -e "s|http://mirror.centos.org/centos|$NODEPOOL_CENTOS_MIRROR|g" /etc/yum.repos.d/delorean-{{ release }}-deps.repo + sudo sed -i -e "s|priority=1|priority=20|g" /etc/yum.repos.d/delorean.repo + # continue from here + sudo rpm -e epel-release || true; + sudo dnf remove -y rdo-release centos-release-ceph-* centos-release-openstack-* || true; + sudo rm -rf /etc/yum.repos.d/CentOS-OpenStack-*.repo /etc/yum.repos.d/CentOS-Ceph-*.repo; + sudo rm -rf /etc/yum.repos.d/*.rpmsave; + sudo dnf repolist; + sudo dnf module list; + sudo dnf module disable container-tools:rhel8 -y; + sudo dnf module enable container-tools:2.0 -y; + sudo dnf clean metadata + {% if repo_setup_run_update|default(true)|bool %} + sudo dnf update -y + {% endif %} +undercloud_rpm_dependencies: >- + python3-tripleoclient + ceph-ansible +# Setting base_image_url and base_image_path to overwrite DIB_LOCAL_IMAGE in +# the diskimage-builder +## was https://images.rdoproject.org/base/centos7/CentOS-7-x86_64-GenericCloud-1901.qcow2 - 8 doesn't exit yet +base_image_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2 +base_image_path: "{{ ansible_user_dir }}/CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2" + +# baseos settings +baseos_undercloud_image_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2 +baseos_image: centos +baseos_image_type: qcow2 +baseos_md5sum: "70d5c374156f2ab92c058b6a6150f55e CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2" diff --git a/config/release/tripleo-ci/CentOS-8/wallaby.yml b/config/release/tripleo-ci/CentOS-8/wallaby.yml new file mode 100644 index 000000000..5569bd4e6 --- /dev/null +++ b/config/release/tripleo-ci/CentOS-8/wallaby.yml @@ -0,0 +1,205 @@ +# name and tags +devmode: true +overcloud_as_undercloud: true +release: wallaby +distro_ver: centos8 +distro_deps_repo_name: deps +dlrn_hash_tag: "{{ job.provider_dlrn_hash_tag_branch[release]|default('current-tripleo') }}" +dlrn_hash_tag_newest: current +validate_on: rdo + +# job.build_container_images is defined in zuul as a +# direct var. adding build_container_images as tqe +# var so that we can turn this on/off per release w/o +# changing zuul and breaking jobs via inheritance. +docker_registry_host: >- + {% if job is defined and + job.build_container_images is defined and + job.build_container_images|default(false)|bool or + build_container_images|default(false)|bool -%} + 127.0.0.1:5001 + {%- elif job.consumer_job | default(false) | bool -%} + {{ job.registry_ip_address_branch[release] }}:5001 + {%- else -%} + docker.io + {%- endif -%} +docker_registry_namespace: "tripleo{{ release }}" +docker_image_tag: "{{ dlrn_hash|default(dlrn_hash_tag) }}" +docker_openshift_tag: v3.11.0 +promote_source: current-tripleo + +# images +images: + - name: overcloud-full + url: "{{ overcloud_image_url }}" + type: tar + - name: ipa_images + url: "{{ ipa_image_url }}" + type: tar +inject_images: + - "ironic-python-agent.initramfs" + - "ironic-python-agent.kernel" + - "overcloud-full.qcow2" + - "overcloud-full.initrd" + - "overcloud-full.vmlinuz" + +dlrn_baseurl: "https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}" +overcloud_image_url: "https://images.rdoproject.org/{{ distro_ver }}/{{ release }}/rdo_trunk/{{ promote_source }}/overcloud-full.tar" +ipa_image_url: "https://images.rdoproject.org/{{ distro_ver }}/{{ release }}/rdo_trunk/{{ promote_source }}/ironic-python-agent.tar" + +# repo setup +repo_cmd_before: | + sudo rm -rf /etc/yum.repos.d/delorean*; + sudo rm -rf /etc/yum.repos.d/*.rpmsave; + sudo rm -rf /etc/yum.repos.d/epel*; + sudo dnf clean all; + sudo dnf config-manager --disable "*" || true; + # In https://review.opendev.org/c/765834 a release specific gating-repo is created. + # The release specifc gating repo is copied to gating.repo for consistency across ci + # The original file is backed up for logging purposes. Upgrade jobs will run with + # two releases. + sudo cp -f /etc/yum.repos.d/gating-repo-{{ release }}.repo /etc/yum.repos.d/gating.repo || true; + sudo sed -i -e "s/gating-repo-{{ release }}/gating-repo/" /etc/yum.repos.d/gating.repo || true; + sudo mv /etc/yum.repos.d/gating-repo-{{ release }}.repo /etc/yum.repos.d/gating-repo-{{ release }}.repo_previous || true; + sudo dnf config-manager --enable gating-repo || true; + if [ -e /etc/ci/mirror_info.sh ]; then + source /etc/ci/mirror_info.sh + else + # Otherwise, fallback to official mirrors provided by CentOS. + export NODEPOOL_CENTOS_MIRROR={{ lookup('env','NODEPOOL_CENTOS_MIRROR')|default('http://mirror.centos.org/centos', true) }} + export NODEPOOL_RDO_PROXY=https://trunk.rdoproject.org + fi + {% if dlrn_hash_path_newest is defined and dlrn_hash_path_newest %} + export DLRN_PATH_TAG_NEWEST="current/{{ dlrn_hash_path_newest }}" + {% elif dlrn_hash_tag_newest is match("^[a-zA-Z0-9]{32}$") %} + export DLRN_PATH_TAG_NEWEST="current/{{ dlrn_hash_tag_newest[:2] }}/{{ dlrn_hash_tag_newest[2:4] }}/{{ dlrn_hash_tag_newest }}" + {% else %} + export DLRN_PATH_TAG_NEWEST="{{ dlrn_hash_tag_newest }}" + {% endif %} + {% if dlrn_hash_path is defined and dlrn_hash_path %} + export DLRN_PATH_TAG="{{ promote_source }}/{{ dlrn_hash_path }}" + {% elif dlrn_hash_tag is match("^[a-zA-Z0-9]{32}$") %} + export DLRN_PATH_TAG="{{ promote_source }}/{{ dlrn_hash_tag[:2] }}/{{ dlrn_hash_tag[2:4] }}/{{ dlrn_hash_tag }}" + {% else %} + export DLRN_PATH_TAG="{{ dlrn_hash_tag }}" + {% endif %} + rdo_dlrn=`curl --silent https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/${DLRN_PATH_TAG_NEWEST}/delorean.repo -S 2>>~/dlrn_repo_curl_errors.log | grep baseurl | grep "component/tripleo" | cut -d= -f2` + if [[ -z "$rdo_dlrn" ]]; then + echo "Failed to parse dlrn hash" + exit 1 + fi + export RDO_DLRN_REPO=${rdo_dlrn/https:\/\/trunk.rdoproject.org/$NODEPOOL_RDO_PROXY} +repos: + # RDO repos + - type: file + filename: delorean.repo + down_url: "https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/${DLRN_PATH_TAG}/delorean.repo" + + # name of delorean-tripleo-component-current? naming is hard + - type: generic + reponame: delorean-current + filename: delorean-current.repo + baseurl: $RDO_DLRN_REPO + priority: 10 + includepkgs: + - ansible-role-container-registry + - ansible-role-tripleo* + - ansible-tripleo-ipsec + - instack + - instack-undercloud + - openstack-tripleo-* + - os-apply-config + - os-collect-config + - os-net-config + - os-refresh-config + - puppet-oslo + - puppet-cinder + - puppet-heat + - puppet-neutron + - puppet-nova + - puppet-glance + - puppet-horizon + - puppet-ironic + - puppet-keystone + - puppet-mistral + - puppet-openstacklib + - puppet-swift + - puppet-tripleo + - puppet-zaqar + - python*-tripleo* + - python*-paunch* + - paunch-services + - tripleo-ansible + - ansible-config_template + + - type: file + filename: delorean-{{ release }}-deps.repo + down_url: "https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/delorean-deps.repo" + + # CentOS related repos + - type: generic + reponame: quickstart-centos-base + filename: quickstart-centos-base.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/BaseOS/x86_64/os/ + + - type: generic + reponame: quickstart-centos-appstreams + filename: quickstart-centos-appstreams.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/AppStream/x86_64/os/ + + - type: generic + reponame: quickstart-centos-powertools + filename: quickstart-centos-powertools.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/PowerTools/x86_64/os/ + + - type: generic + reponame: quickstart-centos-highavailability + filename: quickstart-centos-highavailability.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/HighAvailability/x86_64/os/ + + - type: generic + reponame: quickstart-centos-extras + filename: quickstart-centos-extras.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/extras/x86_64/os/ + + - type: generic + reponame: quickstart-centos-ceph-octopus + filename: quickstart-centos-ceph-octopus.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/storage/x86_64/ceph-octopus/ + + - type: generic + reponame: quickstart-centos-opstools + filename: quickstart-centos-opstools.repo + baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/opstools/x86_64/collectd-5/ + +repo_cmd_after: | + # Replace trunk.rdoproject.org to nodepool proxy + sudo sed -i -e "s|https://trunk.rdoproject.org|$NODEPOOL_RDO_PROXY|g" /etc/yum.repos.d/delorean.repo + sudo sed -i -e "s|https://trunk.rdoproject.org|$NODEPOOL_RDO_PROXY|g" /etc/yum.repos.d/delorean-{{ release }}-deps.repo + sudo sed -i -e "s|http://mirror.centos.org/centos|$NODEPOOL_CENTOS_MIRROR|g" /etc/yum.repos.d/delorean-{{ release }}-deps.repo + # note potential name change - FIX ME + sudo sed -i -e "s|https://trunk.rdoproject.org|$NODEPOOL_RDO_PROXY|g" /etc/yum.repos.d/delorean-current.repo + sudo sed -i -e "s|priority=1|priority=20|g" /etc/yum.repos.d/delorean.repo + {% if not enable_opstools_repo|default(false)|bool %}sudo yum-config-manager --save --setopt quickstart-centos-opstools.enabled=0; + {%endif %} + # sudo dnf config-manager --disable rdo-qemu-ev; + sudo rpm -e epel-release || true; + sudo dnf remove -y rdo-release centos-release-ceph-* centos-release-openstack-* || true; + sudo rm -rf /etc/yum.repos.d/CentOS-OpenStack-*.repo /etc/yum.repos.d/CentOS-Ceph-*.repo; + sudo rm -rf /etc/yum.repos.d/*.rpmsave; + sudo dnf repolist; + sudo dnf module list; + sudo dnf module disable container-tools:rhel8 -y; + sudo dnf module enable container-tools:2.0 -y; + sudo dnf clean metadata + {% if repo_setup_run_update|default(true)|bool %} + sudo dnf update -y + {% endif %} +undercloud_rpm_dependencies: >- + python3-tripleoclient + ceph-ansible +# baseos settings +baseos_undercloud_image_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2 +baseos_image: centos +baseos_image_type: qcow2 +baseos_md5sum: "70d5c374156f2ab92c058b6a6150f55e CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2" diff --git a/config/release/trunk/master.yml b/config/release/trunk/master.yml index c3c8445b6..8576500bd 100644 --- a/config/release/trunk/master.yml +++ b/config/release/trunk/master.yml @@ -63,27 +63,10 @@ repos: filename: quickstart-centos-extras.repo baseurl: http://mirror.centos.org/centos/8-stream/extras/x86_64/os/ - # TODO: This is temporary and ideally we should use ceph octopus repository - # when the release is W+. Octopus repos doesn't have ceph-ansible. Revisit - # when switch from ceph-ansible to cephadm is complete (Ceph nautilus - # repos to be removed on W+. For more detail see: - # https://bugs.launchpad.net/tripleo/+bug/1909191 - - type: generic - reponame: quickstart-centos-ceph-nautilus - filename: quickstart-centos-ceph-nautilus.repo - baseurl: http://mirror.centos.org/centos/8/storage/x86_64/ceph-nautilus/ - - # TODO: includepkgs is temporary and ideally we should use ceph octopus - # repository when the release is W+. Revisit when switch from ceph-ansible - # to cephadm is complete. After removal of ceph nautilus repos we can - # remove includepkgs to pull all package from octopus repository. For more - # detail see: https://bugs.launchpad.net/tripleo/+bug/1909191 - type: generic reponame: quickstart-centos-ceph-octopus filename: quickstart-centos-ceph-octopus.repo baseurl: http://mirror.centos.org/centos/8/storage/x86_64/ceph-octopus/ - includepkgs: - - cephadm - type: generic reponame: quickstart-centos-opstools diff --git a/config/release/trunk/wallaby.yml b/config/release/trunk/wallaby.yml new file mode 100644 index 000000000..5ea60a587 --- /dev/null +++ b/config/release/trunk/wallaby.yml @@ -0,0 +1,93 @@ +release: wallaby +distro_ver: centos8 +dlrn_hash_tag: current-tripleo-rdo +docker_image_tag: "{{ dlrn_hash|default(dlrn_hash_tag) }}" +dlrn_baseurl: "https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}" +overcloud_image_url: "https://images.rdoproject.org/{{ distro_ver }}/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar" +ipa_image_url: "https://images.rdoproject.org/{{ distro_ver }}/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar" +validate_on: rdo + +docker_registry_host: >- + {% if build_container_images|default(false)|bool -%} + 127.0.0.1:5001 + {%- else -%} + docker.io + {%- endif -%} + +overcloud_as_undercloud: true +update_images: true +images: + - name: overcloud-full + url: "{{ overcloud_image_url }}" + type: tar + - name: ipa_images + url: "{{ ipa_image_url }}" + type: tar +inject_images: + - "ironic-python-agent.initramfs" + - "ironic-python-agent.kernel" + - "overcloud-full.qcow2" + - "overcloud-full.initrd" + - "overcloud-full.vmlinuz" + +repos: + - type: file + filename: delorean.repo + down_url: "https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/{{ dlrn_hash_tag }}/delorean.repo" + + - type: file + filename: delorean-deps.repo + down_url: https://trunk.rdoproject.org/{{ distro_ver }}-{{ release }}/delorean-deps.repo + + - type: generic + reponame: quickstart-centos-base + filename: quickstart-centos-base.repo + baseurl: http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/ + + - type: generic + reponame: quickstart-centos-appstreams + filename: quickstart-centos-appstreams.repo + baseurl: http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/ + + - type: generic + reponame: quickstart-centos-powertools + filename: quickstart-centos-powertools.repo + baseurl: http://mirror.centos.org/centos/8-stream/PowerTools/x86_64/os/ + + - type: generic + reponame: quickstart-centos-highavailability + filename: quickstart-centos-highavailability.repo + baseurl: http://mirror.centos.org/centos/8-stream/HighAvailability/x86_64/os/ + + - type: generic + reponame: quickstart-centos-extras + filename: quickstart-centos-extras.repo + baseurl: http://mirror.centos.org/centos/8-stream/extras/x86_64/os/ + + - type: generic + reponame: quickstart-centos-ceph-octopus + filename: quickstart-centos-ceph-octopus.repo + baseurl: http://mirror.centos.org/centos/8/storage/x86_64/ceph-octopus/ + + - type: generic + reponame: quickstart-centos-opstools + filename: quickstart-centos-opstools.repo + baseurl: http://mirror.centos.org/centos/8/opstools/x86_64/collectd-5/ + +repo_cmd_after: | + sudo dnf repolist; + sudo dnf module list; + sudo dnf module disable container-tools:rhel8 -y; + sudo dnf module enable container-tools:2.0 -y; + {% if repo_setup_run_update|default(true)|bool %} + sudo dnf update -y + {% endif %} + +undercloud_rpm_dependencies: >- + python3-tripleoclient + ceph-ansible +# baseos settings +baseos_undercloud_image_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2 +baseos_image: centos +baseos_image_type: qcow2 +baseos_md5sum: "70d5c374156f2ab92c058b6a6150f55e CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2" diff --git a/config/release/wallaby.yml b/config/release/wallaby.yml new file mode 120000 index 000000000..b70d38cb7 --- /dev/null +++ b/config/release/wallaby.yml @@ -0,0 +1 @@ +trunk/wallaby.yml \ No newline at end of file