Start bulding ubuntu-jammy images
Jammy was released yesterday, we can start building images for it. Change-Id: I5fd16df8bf0e3b74711875ad0573be69db12791b
This commit is contained in:
parent
6c82b06b85
commit
f5b01d71b7
@ -26,6 +26,11 @@
|
|||||||
"ntp": "",
|
"ntp": "",
|
||||||
"ntpdate": "",
|
"ntpdate": "",
|
||||||
"python-dev": ""
|
"python-dev": ""
|
||||||
|
},
|
||||||
|
"jammy": {
|
||||||
|
"ntp": "",
|
||||||
|
"ntpdate": "",
|
||||||
|
"python-dev": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -12,11 +12,11 @@ case "$DIB_INIT_SYSTEM" in
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
systemd)
|
systemd)
|
||||||
if [[ $DISTRO_NAME = "ubuntu" || $DISTRO_NAME = "debian" ]]; then
|
# stick with default systemd timesyncd on focal and beyond
|
||||||
# stick with default systemd timesyncd on focal
|
if [[ ":focal: :jammy:" =~ :${DIB_RELEASE}: ]]; then
|
||||||
if [[ ${DIB_RELEASE} != 'focal' ]]; then
|
exit 0
|
||||||
|
elif [[ $DISTRO_NAME = "ubuntu" || $DISTRO_NAME = "debian" ]]; then
|
||||||
systemctl enable ntp.service
|
systemctl enable ntp.service
|
||||||
fi
|
|
||||||
elif [[ ( $DISTRO_NAME == "centos" && $DIB_RELEASE > 7 ) || $DISTRO_NAME == "fedora" || $DISTRO_NAME == "rocky" ]]; then
|
elif [[ ( $DISTRO_NAME == "centos" && $DIB_RELEASE > 7 ) || $DISTRO_NAME == "fedora" || $DISTRO_NAME == "rocky" ]]; then
|
||||||
systemctl enable chronyd
|
systemctl enable chronyd
|
||||||
else
|
else
|
||||||
|
@ -39,6 +39,8 @@ providers:
|
|||||||
config-drive: true
|
config-drive: true
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
config-drive: true
|
config-drive: true
|
||||||
|
- name: ubuntu-jammy
|
||||||
|
config-drive: true
|
||||||
- name: ubuntu-xenial
|
- name: ubuntu-xenial
|
||||||
config-drive: true
|
config-drive: true
|
||||||
- name: openEuler-20-03-LTS-SP2
|
- name: openEuler-20-03-LTS-SP2
|
||||||
@ -307,6 +309,17 @@ diskimages:
|
|||||||
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/ubuntu'
|
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/ubuntu'
|
||||||
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||||
|
|
||||||
|
- name: ubuntu-jammy
|
||||||
|
parent: base-debuntu
|
||||||
|
pause: false
|
||||||
|
elements:
|
||||||
|
- ubuntu-minimal
|
||||||
|
- cache-devstack
|
||||||
|
release: jammy
|
||||||
|
env-vars:
|
||||||
|
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/ubuntu'
|
||||||
|
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||||
|
|
||||||
- name: ubuntu-xenial
|
- name: ubuntu-xenial
|
||||||
parent: base-debuntu
|
parent: base-debuntu
|
||||||
pause: false
|
pause: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user