Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update openeuler lts sp3 20240705 #1342

Open
wants to merge 1 commit into
base: release/3.11
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.11.5
v3.11.6
4 changes: 4 additions & 0 deletions onecloud/roles/primary-master-node/setup_k8s/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
shell: /opt/yunion/bin/ocadm token list | cut -d ' ' -f1 | sed -n '2p'
register: K8S_TOKEN

- name: Verify online status
ansible.builtin.debug:
msg: Online status is {{ online_status }} and offline_data_path is {{ offline_data_path }}

- name: loading images
include_role:
name: utils/load-images
Expand Down
2 changes: 1 addition & 1 deletion onecloud/roles/utils/config-network-manager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
copy:
content: |
[keyfile]
unmanaged-devices=interface-name:cali*;interface-name:tunl*;interface-name:br*
unmanaged-devices=interface-name:cali*;interface-name:tunl*;interface-name:br*;interface-name:v*
dest: /etc/NetworkManager/conf.d/calico.conf
become: true
when:
Expand Down
42 changes: 1 addition & 41 deletions onecloud/roles/utils/detect-os/vars/openeuler-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,58 +7,18 @@ is_centos_based: true

common_packages:
- bash-completion
- boost-iostreams
- boost-random
- boost-system
- boost-thread
- bridge-utils
- celt051
- ceph-common
- conntrack-tools
- curl
- fuse
- fuse-devel
- fuse-libs
- gssproxy
- ipset
- ipvsadm
- jq
- keyutils
- kmod
- libbasicobjects
- libcollection
- libini_config
- libjpeg-turbo
- libnfsidmap
- libogg
- libpath_utils
- libpcap
- librados2
- librbd1
- libref_array
- libtirpc
- libusb
- libusbx
- libverto-libevent
- lm_sensors-libs
- nfs-utils
- nmap-ncat
- openvswitch
- openvswitch-2.12.4
- parallel
- pixman
- python3-libselinux
- quota
- quota-nls
- rpcbind
- rsync
- sysstat
- tcp_wrappers
- tcpdump
- unbound
- unbound-libs
- usbredir
- usbutils
- wget
- "{{ yunion_qemu_package }}"

common_services:
Expand Down