Skip to content

Commit bb7432a

Browse files
committed
Synchronise with kayobe stable/xena
Change-Id: I0bad3065139a421f95b16a71ccab1b530180ef7e
1 parent 86c9655 commit bb7432a

File tree

8 files changed

+62
-10
lines changed

8 files changed

+62
-10
lines changed

etc/kayobe/apt.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,41 @@
1111
# Apt proxy URL for HTTPS. Default is {{ apt_proxy_http }}.
1212
#apt_proxy_https:
1313

14+
# List of Apt configuration options. Each item is a dict with the following
15+
# keys:
16+
# * content: free-form configuration file content
17+
# * filename: name of a file in /etc/apt/apt.conf.d/ in which to write the
18+
# configuration
19+
# Default is an empty list.
20+
#apt_config:
21+
22+
# List of apt keys. Each item is a dict containing the following keys:
23+
# * url: URL of 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.
26+
# Default is an empty list.
27+
#apt_keys:
28+
29+
# A list of Apt repositories. Each item is a dict with the following keys:
30+
# * types: whitespace-separated list of repository types, e.g. deb or deb-src
31+
# (optional, default is 'deb')
32+
# * url: URL of the repository
33+
# * suites: whitespace-separated list of suites, e.g. focal (optional, default
34+
# is ansible_facts.distribution_release)
35+
# * components: whitespace-separated list of components, e.g. main (optional,
36+
# default is 'main')
37+
# * signed_by: whitespace-separated list of names of GPG keyring files in
38+
# apt_keys_path (optional, default is unset)
39+
# * architecture: whitespace-separated list of architectures that will be used
40+
# (optional, default is unset)
41+
# Default is an empty list.
42+
#apt_repositories:
43+
44+
# Whether to disable repositories in /etc/apt/sources.list. This may be used
45+
# when replacing the distribution repositories via apt_repositories.
46+
# Default is false.
47+
#apt_disable_sources_list:
48+
1449
###############################################################################
1550
# Dummy variable to allow Ansible to accept this file.
1651
workaround_ansible_issue_8743: yes

etc/kayobe/dnf.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@
1212
# Whether or not to use a local Yum mirror. Default value is 'false'.
1313
#dnf_use_local_mirror:
1414

15-
# Mirror FQDN for Yum repos. Default value is 'mirror.centos.org'.
15+
# Mirror FQDN for Yum CentOS repos. Default value is 'mirror.centos.org'.
1616
#dnf_centos_mirror_host:
1717

1818
# Mirror directory for Yum CentOS repos. Default value is 'centos'.
1919
#dnf_centos_mirror_directory:
2020

21+
# Mirror FQDN for Yum Rocky repos. Default value is 'dl.rockylinux.org'.
22+
#dnf_rocky_mirror_host:
23+
24+
# Mirror directory for Yum Rocky repos. Default value is 'pub/rocky'.
25+
#dnf_rocky_mirror_directory:
26+
2127
# Mirror FQDN for Yum EPEL repos. Default value is
2228
# 'download.fedoraproject.org'.
2329
#dnf_epel_mirror_host:

etc/kayobe/globals.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@
4545
###############################################################################
4646
# OS distribution.
4747

48-
# OS distribution name. Valid options are "centos", "ubuntu". Default is
49-
# "centos".
48+
# OS distribution name. Valid options are "centos", "rocky", "ubuntu". Default
49+
# is "centos".
5050
#os_distribution:
5151

5252
# OS release. Valid options are "8-stream" when os_distribution is "centos", or
53-
# "focal" when os_distribution is "ubuntu".
53+
# "8" when os_distribution is "rocky", or "focal" when os_distribution is
54+
# "ubuntu".
5455
#os_release:
5556

5657
###############################################################################

etc/kayobe/infra-vms.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +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-
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
35+
# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
36+
# when os_distribution is "rocky",
37+
# or
38+
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
3639
# otherwise.
3740
#infra_vm_root_image:
3841

etc/kayobe/kolla.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@
6262
# Kolla configuration.
6363

6464
# Kolla base container image distribution. Options are "centos", "debian",
65-
# "ubuntu". Default is {{ os_distribution }}.
65+
# "ubuntu". Default is
66+
# {{ 'centos' if os_distribution == 'rocky' else os_distribution }}.
6667
#kolla_base_distro:
6768

6869
# Kolla container image type: binary or source. Default is 'source'.
6970
#kolla_install_type:
7071

7172
# URL of docker registry to use for Kolla images. Default is not set, in which
72-
# case Dockerhub will be used.
73+
# case Quay.io will be used.
7374
#kolla_docker_registry:
7475

7576
# Docker namespace to use for Kolla images. Default is 'kolla'.
@@ -387,6 +388,7 @@
387388
#kolla_enable_prometheus_elasticsearch_exporter:
388389
#kolla_enable_prometheus_fluentd_integration:
389390
#kolla_enable_prometheus_haproxy_exporter:
391+
#kolla_enable_prometheus_libvirt_exporter:
390392
#kolla_enable_prometheus_memcached_exporter:
391393
#kolla_enable_prometheus_mysqld_exporter:
392394
#kolla_enable_prometheus_node_exporter:

etc/kayobe/seed-vm.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
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"
3033
# otherwise.
3134
#seed_vm_root_image:
3235

etc/kayobe/seed.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
# Example:
101101
# seed_containers:
102102
# squid:
103-
# name: "squid"
104103
# image: "stackhpc/squid:3.5.20-1"
105104
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
106105
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"

etc/kayobe/time.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
#
3131
#chrony_ntp_servers:
3232

33+
# Synchronise hardware clock with system time. Default is true.
34+
#chrony_rtcsync_enabled:
35+
3336
###############################################################################
3437
# Dummy variable to allow Ansible to accept this file.
3538
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)