Skip to content

Commit 459d7e6

Browse files
authored
Merge pull request #385 from stackhpc/sync-xena
Sync with upstream stable/xena
2 parents 780cd30 + 4a380f9 commit 459d7e6

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

etc/kayobe/apt.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121

2222
# List of apt keys. Each item is a dict containing the following keys:
2323
# * url: URL of key
24-
# * filename: Name of a file in which to store the downloaded key
24+
# * filename: Name of a file in which to store the downloaded key. The
25+
# extension should be '.asc' for ASCII-armoured keys, or '.gpg' otherwise.
2526
# Default is an empty list.
2627
#apt_keys:
2728

28-
# A list of Apt repositories.
29+
# A list of Apt repositories. Each item is a dict with the following keys:
2930
# * types: whitespace-separated list of repository types, e.g. deb or deb-src
3031
# (optional, default is 'deb')
3132
# * url: URL of the repository

etc/kayobe/infra-vms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
# Base image for the infra VM root volume. Default is
3333
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
3434
# when os_distribution is "ubuntu", or
35-
# http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2
35+
# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
3636
# when os_distribution is "rocky",
3737
# or
38-
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
38+
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
3939
# otherwise.
4040
#infra_vm_root_image:
4141

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
7575
#kolla_install_type:
7676

7777
# URL of docker registry to use for Kolla images. Default is not set, in which
78-
# case Dockerhub will be used.
78+
# case Quay.io will be used.
7979
#kolla_docker_registry:
8080

8181
# Docker namespace to use for Kolla images. Default is 'kolla'.

etc/kayobe/seed-vm.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525

2626
# Base image for the seed VM root volume. Default is
2727
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
28-
# when os_distribution is "ubuntu", or
29-
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
28+
# when os_distribution is "ubuntu",
29+
# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
30+
# when os_distribution is "rocky",
31+
# or
32+
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
33+
# otherwise.
3034
#seed_vm_root_image:
3135

3236
# Capacity of the seed VM data volume.

etc/kayobe/seed.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ seed_squid_container:
137137
# Example:
138138
# seed_containers:
139139
# squid:
140-
# name: "squid"
141140
# image: "stackhpc/squid:3.5.20-1"
142141
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
143142
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"

0 commit comments

Comments
 (0)