File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 21
21
22
22
# List of apt keys. Each item is a dict containing the following keys:
23
23
# * 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.
25
26
# Default is an empty list.
26
27
# apt_keys:
27
28
28
- # A list of Apt repositories.
29
+ # A list of Apt repositories. Each item is a dict with the following keys:
29
30
# * types: whitespace-separated list of repository types, e.g. deb or deb-src
30
31
# (optional, default is 'deb')
31
32
# * url: URL of the repository
Original file line number Diff line number Diff line change 32
32
# Base image for the infra VM root volume. Default is
33
33
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
34
34
# 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
36
36
# when os_distribution is "rocky",
37
37
# 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"
39
39
# otherwise.
40
40
# infra_vm_root_image:
41
41
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
75
75
# kolla_install_type:
76
76
77
77
# 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.
79
79
# kolla_docker_registry:
80
80
81
81
# Docker namespace to use for Kolla images. Default is 'kolla'.
Original file line number Diff line number Diff line change 25
25
26
26
# Base image for the seed VM root volume. Default is
27
27
# "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.
30
34
# seed_vm_root_image:
31
35
32
36
# Capacity of the seed VM data volume.
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ seed_squid_container:
137
137
# Example:
138
138
# seed_containers:
139
139
# squid:
140
- # name: "squid"
141
140
# image: "stackhpc/squid:3.5.20-1"
142
141
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
143
142
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
You can’t perform that action at this time.
0 commit comments