Hi Gary:
1. download and install redis
cd /tmp
wget http://download.redis.io/releases/redis-4.0.1.tar.gz
tar -zxf redis-4.0.1.tar.gz
cd redis-4.0.1
make
sudo make install
2. set conf file and init script
sudo mv {source code dir}/redis-server /etc/init.d/redis-server
sudo chmod +x /etc/init.d/redis-server
sudo mv {source code dir}/redis.conf /etc/redis.conf
3. set auto start when start system
sudo update-rc.d redis-server defaults
4. manually start redis-server
sudo /etc/init.d/redis-server start
Thanks,
Jinhua
原始邮件
发件人: <[email protected]>
收件人:傅锦华10108953
抄送人: <[email protected]>
日 期 :2017年08月03日 01:46
主 题 :[integration] RE: About CI job Script for python project in ONAP
Hi Jinhua,
Our LF test infrastructure in ONAP is now mainly running on Ubuntu 16.04. Can
you send me a list of commands (apt-get, etc.) that installs and runs redis on
Ubuntu 16.04 in a manner that supports your unit test cases? I can help add
those into the LF Jenkins slave environment definition.
Thanks,
Gary
From: [email protected] [mailto:[email protected]]
Sent: Wednesday, August 02, 2017 1:23 AM
To: Gary Wu <[email protected]>
Cc: [email protected] [email protected] [email protected]
[email protected]
Subject: 答复: RE: About CI job Script for python project in ONAP
Hi Gary,
Thanks for your comments, I have fixed the yaml file. And I have another
problem about ci verify job for python project,
Our unit test cases need redis server be started before run unit test cases,
can you help fix it in ONAP jenkins env?
Thanks,
Jinhua
原始邮件
发件人: <[email protected]>
收件人:傅锦华10108953
抄送人:张茂鹏10030173 <[email protected]> <[email protected]>
日 期 :2017年08月02日 12:50
主 题 :RE: About CI job Script for python project in ONAP
Hi Jinhua,
I’ve added review comments to your Gerrit submission. Once those changes are
incorporated they should address Jessica’s concerns as well.
Thanks,
Gary
From: [email protected] [mailto:[email protected]]
Sent: Tuesday, August 01, 2017 8:54 PM
To: Gary Wu <[email protected]>
Cc: [email protected] [email protected] [email protected]
Subject: About CI job Script for python project in ONAP
Hi Gary,
Can you give some sample ci job scripts(yaml files in ci-management) of python
project in ONAP,
because our submitted scripts(inherit from open-o) are told to be invaild by
Jessica Wagantall.
Thanks,
Jinhua_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss