Skip to content

Commit

Permalink
Move to Rocky Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jingvar committed Jul 20, 2021
1 parent da0c723 commit a45a643
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion etc/kayobe/compute.yml
Expand Up @@ -4,7 +4,7 @@

# User with which to access the computes via SSH during bootstrap, in order
# to setup the Kayobe user account.
compute_bootstrap_user: centos
compute_bootstrap_user: rocky

###############################################################################
# Compute network interface configuration.
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/controllers.yml
Expand Up @@ -4,7 +4,7 @@

# User with which to access the controllers via SSH during bootstrap, in order
# to setup the Kayobe user account.
controller_bootstrap_user: centos
controller_bootstrap_user: rocky

###############################################################################
# Controller network interface configuration.
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/dnf.yml
Expand Up @@ -13,10 +13,10 @@
#dnf_use_local_mirror:

# Mirror FQDN for Yum repos. Default value is 'mirror.centos.org'.
#dnf_centos_mirror_host:
dnf_centos_mirror_host: mirror.yandex.ru

# Mirror directory for Yum CentOS repos. Default value is 'centos'.
#dnf_centos_mirror_directory:
dnf_centos_mirror_directory: rockylinux

# Mirror FQDN for Yum EPEL repos. Default value is
# 'download.fedoraproject.org'.
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/kolla/config/bifrost/bifrost.yml
Expand Up @@ -8,5 +8,5 @@ use_cirros: true
{% if os_distribution == 'ubuntu' %}
cirros_deploy_image_upstream_url: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
{% else %}
cirros_deploy_image_upstream_url: "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2"
cirros_deploy_image_upstream_url: "https://download.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2"
{% endif %}
14 changes: 14 additions & 0 deletions etc/kayobe/kolla/globals.yml
Expand Up @@ -17,3 +17,17 @@ docker_disable_default_iptables_rules: true
# - controller2
glance_backend_file: "yes"
glance_file_datadir_volume: /var/glance
docker_yum_url: "https://download.docker.com/linux/centos"

host_os_distributions:
CentOS:
- "8"
Debian:
- "buster"
RHEL:
- "8"
Ubuntu:
- "bionic"
- "focal"
Rocky:
- "8"
3 changes: 1 addition & 2 deletions etc/kayobe/seed-vm.yml
Expand Up @@ -26,8 +26,7 @@ seed_vm_vcpus: 1
#seed_vm_root_format:

# Base image for the seed VM root volume. Default is
# "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.2.2004-20200611.2.x86_64.qcow2".
#seed_vm_root_image:
seed_vm_root_image: "https://download.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2"

# Capacity of the seed VM data volume.
#seed_vm_data_capacity:
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/seed.yml
Expand Up @@ -4,7 +4,7 @@

# User with which to access the seed via SSH during bootstrap, in order to
# setup the Kayobe user account.
seed_bootstrap_user: centos
seed_bootstrap_user: rocky

###############################################################################
# Seed network interface configuration.
Expand Down

0 comments on commit a45a643

Please sign in to comment.