简体   繁体   中英

How to install acumos AI demeter version?

I have already installed clio(acumos 3rd version) successfully but I faced some issues in creating pipeline, so I want to upgrade to "demeter" release.

In order to install "demeter" release of acumos, I did

git clone --single-branch --branch demeter https://gerrit.acumos.org/r/system-integration

~/system-integration$ git branch

  • demeter

~/system-integration$ git status

On branch demeter Your branch is up to date with 'origin/demeter'.

But the content of environment files suggests it still a clio version code

~/system-integration/AIO/acumos_env.sh

Version of the AIO toolset

export ACUMOS_AIO_VERSION=3.0.3

export PORTAL_BE_IMAGE=$ACUMOS_STAGING/acumos-portal-be:3.0.24

export PORTAL_FE_IMAGE=$ACUMOS_STAGING/acumos-portal-fe:3.0.24

How can I make sure, It installs all demeter related images ? ex:

nexus3.acumos.org:10002/acumos/acumos-portal-be:4.0.14 4.0.14

in Demeter AIO is deprecated, the new installer is z2a. there is a folder called z2a in system-integration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM