Architecture Awareness Service Manual
Installation
Manual Installation
Installing using the repo source mounted by Yum.
Configure the Yum sources openEuler23.09 and openEuler23.09:Epol in the /etc/yum.repos.d/openEuler.repo file.
ini[everything] # openEuler 23.09 officially released repository name=openEuler23.09 baseurl=https://repo.openeuler.org/openEuler-23.09/everything/$basearch/ enabled=1 gpgcheck=1 gpgkey=https://repo.openeuler.org/openEuler-23.09/everything/$basearch/RPM-GPG-KEY-openEuler [Epol] # openEuler 23.09:Epol officially released repository name=Epol baseurl=https://repo.openeuler.org/openEuler-23.09/EPOL/main/$basearch/ enabled=1 gpgcheck=1 gpgkey=https://repo.openeuler.org/openEuler-23.09/OS/$basearch/RPM-GPG-KEY-openEuler
Run the following commands to download and install gala-spider and its dependencies.
shell# A-Ops architecture awareness service, usually installed on the master node yum install gala-spider yum install python3-gala-spider # A-Ops architecture awareness probe, usually installed on the master node yum install gala-gopher
Installing using the RPM packages. Download gala-spider-vx.x.x-x.oe1.aarch64.rpm, and then run the following commands to install the modules. (
x.x-x
indicates the version. Replace it with the actual version number.)shellrpm -ivh gala-spider-vx.x.x-x.oe1.aarch64.rpm rpm -ivh gala-gopher-vx.x.x-x.oe1.aarch64.rpm
Installing Using the A-Ops Deployment Service
Editing the Task List
Modify the deployment task list and enable the steps for gala_spider:
yaml
---
step_list:
...
gala_gopher:
enable: false
continue: false
gala_spider:
enable: false
continue: false
...
Bug