Compare commits
No commits in common. "2968e83f5ba5a7fb9eb4fb4a7e457cf724265299" and "a588f87fe6fcaaa4faa5c4ba57fb15c1aed2c4fe" have entirely different histories.
2968e83f5b
...
a588f87fe6
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
nova_git_install_branch: master
|
|
||||||
requirements_git_install_branch: master
|
|
@ -1,7 +1,40 @@
|
|||||||
---
|
---
|
||||||
lxc_hosts_container_build_command: "dnf --assumeyes --installroot=/var/lib/machines/{{ lxc_container_base_name }} install --setopt=install_weak_deps=False --nodocs rootfiles coreutils dnf rocky-release rocky-repos systemd --releasever=8"
|
lxc_hosts_container_build_command: "dnf --assumeyes --installroot=/var/lib/machines/{{ lxc_container_base_name }} install --setopt=install_weak_deps=False --nodocs rootfiles coreutils dnf rocky-release rocky-repos systemd --releasever=8"
|
||||||
|
|
||||||
|
|
||||||
lxc_container_map:
|
lxc_container_map:
|
||||||
distro: "{{ hostvars[physical_host]['ansible_facts']['distribution'] | lower }}"
|
distro: rockylinux
|
||||||
arch: "{{ lxc_architecture_mapping.get( hostvars[physical_host]['ansible_facts']['architecture'] | lower ) }}"
|
architecture: amd64
|
||||||
release: "{{ hostvars[pyhsical_host]['ansible_facts']['distribution_major_version'] }}"
|
arch: amd64
|
||||||
|
release: 8
|
||||||
|
lxc_cache_map:
|
||||||
|
distro: rockylinux
|
||||||
|
arch: "{{ lxc_architecture_mapping.get( ansible_facts['architecture'] ) }}"
|
||||||
|
release: 8
|
||||||
|
copy_from_host:
|
||||||
|
- /etc/default/locale
|
||||||
|
- /etc/environment
|
||||||
|
- /etc/localtime
|
||||||
|
- /etc/locale.conf
|
||||||
|
- /etc/protocols
|
||||||
|
- /etc/pki/rpm-gpg/
|
||||||
|
- /etc/yum/pluginconf.d/fastestmirror.conf
|
||||||
|
- /etc/yum.repos.d/
|
||||||
|
|
||||||
|
lxc_cache_extra_distro_packages:
|
||||||
|
- ca-certificates
|
||||||
|
- iputils
|
||||||
|
- iproute
|
||||||
|
- openssh-server
|
||||||
|
- policycoreutils
|
||||||
|
- procps
|
||||||
|
- python3
|
||||||
|
- python3-libs
|
||||||
|
- rsync # os_keystone runs serial=1 and uses rsync before the distro packages have been installed on all keystone targets
|
||||||
|
- setup
|
||||||
|
- sudo
|
||||||
|
- systemd
|
||||||
|
- systemd-networkd
|
||||||
|
- systemd-resolvd
|
||||||
|
- systemd-sysv
|
||||||
|
- tzdata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user