Age | Commit message (Collapse) | Author | Files | Lines |
|
escalator should use keystoneclient.exception
Change-Id: I63a3ad0a9eab9b47bf536cebf4c142b7df22d3c2
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
[Errno 2] No such file or directory: '/var/log/escalator/api.log'
Change-Id: I6f5ae124c50724b4bb0b1c72ae5e09803592c3ea
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
get the version of escalator. So it should use the 'http://127.0.0.1:19393' to get this infomation.'"
|
|
But the true name is 'escalatorclient'. Now, when the shell command 'escalator' was run, the system said: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name python-escalatorclient was given, but was not able to be found."
|
|
deprecated for removal. Its value may be silently ignored in the future. So it should be removed from config file."
|
|
|
|
The command 'escalator version' means get the version of escalator.
So it should use the 'http://127.0.0.1:19393' to get this infomation.'
Change-Id: Ib7b5254146201cdf178fbf50169822db9ff0b9ef
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
Change-Id: I09e58d367ee322bb29d5e502d2ba75811ef7e9c3
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
|
|
Change-Id: I09949cd6a35fca1fff9568bf6608b29bb59ddb3d
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
the true name is 'escalatorclient'.
Now, when the shell command 'escalator' was run, the system said:
Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name python-escalatorclient was given, but was not able to be found.
Change-Id: Ie135038cec8a3475039f280e791a02b7308e39ae
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
So it should be removed from config file.
Change-Id: I14319063bb6f7f68ce96998549299506f4661957
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
This reverts commit 71d4f906c1a52f5dcba114ff8aa70148dafffd24.
Change-Id: I18a853c887b380b862554ff35ef8a8ddd76b5a58
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
|
|
Change-Id: I78e15e4224b362c6737786a7f6a7d127b82596ce
Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some hacking have been removed,so we can delete them.
More details:
https://github.com/openstack-dev/hacking/blob/master/setup.cfg
Change-Id: Id7161b2679aaeafaacf447a76efe0adf38da9b87
Signed-off-by: zhuzeyu <zhu.zeyu@zte.com.cn>
|
|
We do not track contributors in the INFO file
removing for consitency with other projects
Change-Id: Id44d1eff2934ab2d67e14f0385254810d7f8be0c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
Change-Id: Ib1d0743b752ac81587ea6f8b7830b79abe09f8f0
Signed-off-by: liguomin <li.guomin3@zte.com.cn>
|
|
Change-Id: I0b7279eac25c1519a5c1bce29b3a2569262233a0
Signed-off-by: liguomin <li.guomin3@zte.com.cn>
|
|
When use pip install tarball, there is no configuration file in /etc/eacalator
Change-Id: I58b6bedebd7d0d26d57a3fcaa238d4409089f773
Signed-off-by: zeyu Zhu <zhu.zeyu@zte.com.cn>
|
|
According to other projects(releng/jjb/releng/opnfv-docker.yml), all the
Dockerfiles are put in ./docker path.
The escalator docker build procedure will be seperated from escalator tar file
build procedure. The escalator docker will be directly used during the tar
build procedure. It will help to save the build time.
A seperate job will be created in Jenkins to monitor the Docker changes
and will build the docker image.
Change-Id: I815a8b1043bb0e3b614fa56d0fb793c1c9eb1a0e
Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
|
|
|
|
Change-Id: Ied9ce8cd0d3c3537c34713ea26cc596914caca85
Signed-off-by: kongwei <kong.wei2@zte.com.cn>
|
|
Change-Id: I1296eec05c59f253ee5ce73d2477825689997275
Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
|
|
|
|
|
|
Mr. Wei Kong has joined our project and actively work in our team since
this summer. He is leading a developer team for Escalator who are
collaborating with the Daisy4NFV installer project now.
To encourage more people to spend more efforts on Escalator in the
future with us, we should try to make something happens. I proposed to
promote Mr. Wei Kong to be one of the committers of Escalator team.
Submit this patch for Hujie according to his email.
Change-Id: I0e81f13661154054f4059e597dfd4600f127205c
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
|
|
JIRA:ESCALATOR-35
This patch will support escalator service,and there is not real command can use.
With this code, you can test with '/usr/bin/escalator-api' from command line.When
service is up, you can use "curl http://127.0.0.1:19393" for verify the service.
Change-Id: I5154328adf82ec70acb6e0ce12ef4b1701f7b710
Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
|
|
JIRA:ESCALATOR-36
This patch will support escalatorclient,and this is just the frame of
escalatorclient,with this code you can use 'python setup.py sdist' to
generate escalatorclient package.
Change-Id: Id7b602345f7cb78bb548b589d1297a201056699a
Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>
|
|
JIRA ESCALATOR-33
Change-Id: Ie37b64218bb54c927727d6999040570f78135db7
Signed-off-by: hujie <hu.jie@zte.com.cn>
|
|
JIRA ESCALATOR-32
Change-Id: I40591ef2c53f51ab8d9c653ad6752769eff70e38
Signed-off-by: hujie <hu.jie@zte.com.cn>
|
|
|
|
We summary previous discussions on upgrade duration, and define
the requirements on upgrade from time perspective.
Change-Id: I4b14f58c313f8340b2203d7a08f244b67a79a692
Signed-off-by: Liyi Meng <liyi.meng@ericsson.com>
|
|
Change-Id: I1d1d596d27cd620cb0adc9c690b0426f4d6d211c
|
|
The change mainly re-list all terminologies in alphabetical order.
Change-Id: I10f93d140b2cea48dd09f5cdcddea3c71a947543
|
|
Change-Id: I547941b3b1babe7e4a4de4215e725dd4313c76d7
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
JIRA: ESCALATOR-31
Change-Id: I0b83511a542982f07c2ab9d60517f4b5f357569b
Signed-off-by: Jie Hu <hu.jie@zte.com.cn>
|
|
Change-Id: I8cd4c6685128e9c8dd0e68c4354f6b6a077bf955
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
|
|
ESCALATOR-30
Change-Id: Ide85a8d616e8f41578df43d398e210ca45942e91
Signed-off-by: Maria Toeroe <Maria.Toeroe@ericsson.com>
|
|
JIRA: ESCALATOR-29
Change-Id: Ie1e31bfa55ab0fccf4ee9c1e7723c6254fec4b85
Signed-off-by: chaozhong-zte <chao.zhong@zte.com.cn>
|
|
JIRA: ESCALATOR-28
Change-Id: Ic8f56afb9b41e47e1b017cbc34ae8d7f189795b5
Signed-off-by: chaozhong-zte <chao.zhong@zte.com.cn>
|
|
Move files to docs for automation html release.
JIRA:ESCALATOR-27
Change-Id: I3654b18ad6c7fc94614fd55afe5e3140bf467752
Signed-off-by: zhang-jun3g <zhang.jun3g@zte.com.cn>
|
|
|
|
JIRA:ESCALATOR-25
JIRA:ESCALATOR-26
Change-Id: I1bd5abd0d7264eb0f50bf5799c9bd560a2661acf
Signed-off-by: chaozhong-zte <chao.zhong@zte.com.cn>
|