File tree 5 files changed +7
-9
lines changed
5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 50
50
# os_distribution:
51
51
52
52
# OS release. Valid options are "8-stream" when os_distribution is "centos", or
53
- # "8" when os_distribution is "rocky", or "focal" when os_distribution is
54
- # "ubuntu".
53
+ # "8" when os_distribution is "rocky", or "focal" and "jammy" when
54
+ # os_distribution is "ubuntu".
55
55
# os_release:
56
56
57
57
# ##############################################################################
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-20210603 .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
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'.
417
417
# kolla_enable_telegraf:
418
418
# kolla_enable_trove:
419
419
# kolla_enable_trove_singletenant:
420
- # kolla_enable_venus:
421
420
# kolla_enable_vitrage:
422
421
# kolla_enable_vitrage_prometheus_datasource:
423
422
# kolla_enable_watcher:
Original file line number Diff line number Diff line change 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
28
# when os_distribution is "ubuntu",
29
- # http ://dl.rockylinux.org/pub/rocky/8.5 /images/Rocky-8-GenericCloud-8.5-20211114.2 .x86_64.qcow2
29
+ # https ://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest .x86_64.qcow2
30
30
# when os_distribution is "rocky",
31
31
# or
32
- # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603 .0.x86_64.qcow2"
32
+ # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913 .0.x86_64.qcow2"
33
33
# otherwise.
34
34
# seed_vm_root_image:
35
35
Original file line number Diff line number Diff line change 100
100
# Example:
101
101
# seed_containers:
102
102
# squid:
103
- # name: "squid"
104
103
# image: "stackhpc/squid:3.5.20-1"
105
104
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
106
105
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
You can’t perform that action at this time.
0 commit comments