Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/doctor from branch 'master'
- refactor local installer
JIRA: DOCTOR-100
Change-Id: I1e2c53f7a716156e35386d42c0df32a228a78fab
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- refactor sample consumer
JIRA: DOCTOR-113
Change-Id: I60f17953e9b1cdf31ea50f313b33f8ede0831bc2
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "refactor congress inspector"
- refactor congress inspector
JIRA: DOCTOR-98
Change-Id: I22fa893a1c1973fc63f994b630dd0c6a2c30e641
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- refactor the monitor
JIRA: DOCTOR-99
Change-Id: I1831d329ffe80435532678fcb23d54f310422ce8
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "fix some bugs for python verify jobs:"
- fix some bugs for python verify jobs:
1.PYTHON_ENABLE=True does not work in bash
The python jobs does not run even we enabled them. The reason is that currently
JJB parse the parameter 'PYTHON_ENABLE' as 'True' which does not work in bash.
Fix it to compare with [Tt]rue.
2.Install tox if it is not installed
3.support only python3.4 in tox.ini
4.install python3-dev
Change-Id: I1a8ebad2fd06fe50ca4f739adb8d6d76caa2963b
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "refactor sample inspector"
- refactor sample inspector
JIRA: DOCTOR-98
Change-Id: I7110b680d0a0c64b1b2666abcea183e73373dca7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Fix host status grep bug and Remove connection_pool argument"
- Fix host status grep bug and Remove connection_pool argument
Host status returned the wrong output as the "OS-EXT-SRV-ATTR:host"
pattern appears twice in the "openstack server show" output.
The argument connection_pool is deprecated and is not needed.
Change-Id: Ib107e0bad8084bdf6f77689f112bde04bdb97543
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Added steps to enable Python 3 and Congress in README file"
- Added steps to enable Python 3 and Congress in README file
Change-Id: Ic880836931f3f00c9ff926c9e981b0d49c9a045e
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Updates upstream file (dataplane status to network port in Neutron)
Change-Id: I00f232dede044ca396fe914272e7ade9ac9d6753
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- add create alarm
JIRA: DOCTOR-93
Change-Id: I316608c9627ff38e55154257b798244de3f221c5
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Add create instances
JIRA: DOCTOR-93
Change-Id: I7645c1cc0c76ff86b9fbcc01c19038469fc9b9b4
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "support config file"
- support config file
Change-Id: Ib8e696acfe21787904fce6838341f3a256aa0267
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Create policy.json file in Ocata for non-admin user"
- Create policy.json file in Ocata for non-admin user
Non-admin user is not allowed to view host_status flag.
To get the host status, policy.json file needs to be
created as it is not available in Ocata by default.
This is created for local and fuel installer types
in this commit.
JIRA: DOCTOR-110
Change-Id: Ie626217a515f821c47b1cb6ed0e3d504d8e01b3a
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
|
|
* Update docs/submodules/doctor from branch 'master'
- replace urllib2 with urllib.request for python3
Change-Id: I68036c295689fae55125854074e3bc4d920fec06
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- add test user, project and role
JIRA: DOCTOR-93
Change-Id: I85bfb21b7c07c40dfd1bfa6049130ad82fa3996a
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Fix run.sh bug for dynamic interfaces"
- Fix run.sh bug for dynamic interfaces
The run.sh extracts the name of interface using awk
with 7th value in "ip a" command but in case of DHCP
enabled interface this value is "dynamic". So the fix
takes the last value of the output which is the
correct interface name.
EDIT: Removed the redundant line to get 5th element.
JIRA: DOCTOR-109
Change-Id: I0775d90ef219387e5b68abd4fd98d38d2104f128
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
|
|
* Update docs/submodules/doctor from branch 'master'
- Remove obsolete packages
`os` and `sys` is no longer used in sample monitor, inspector and consumer
Change-Id: I6d2a6ccf1cd68851a80e6e6cf0c50bf06c8d1cbb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Adding PYTHON_ENABLE option"
- Adding PYTHON_ENABLE option
This option will be removed, once we confirmed tox/python testing code
works fine and functest trigger has changed from 'run.sh' to 'tox'.
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Change-Id: Ia4421f6e39a415bd7b6212af612249deb482e7af
|
|
* Update docs/submodules/doctor from branch 'master'
- Create devstack plugin for osprofiler configuration
Change-Id: Ifd6f90ea1d39d7385f1ab099bc7b0b2ed59efac5
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Fix session error with INSPECTOR_TYPE=congress
In monitor.py, the self.session value is not defined
in DoctorMonitorSample class. This commit fixes it.
JIRA: DOCTOR-111
Change-Id: Ib61caa4146d78d6fe4857299c4730f13a7ac7a27
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
|
|
* Update docs/submodules/doctor from branch 'master'
- Add Keystone missing params
The values of OS_USER_DOMAIN_ID and OS_PROJECT_DOMAIN_ID
are needed as auth parameters else the nova API gives
HTTP 400 error.
JIRA: DOCTOR-108
Change-Id: I58b746e5216c00d2f78b0ccf899b69fe66c15848
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
|
|
* Update docs/submodules/doctor from branch 'master'
- use password_plugin_loader for auth
Change-Id: Ifb650f52fed641a7146358eada571e5c4beaf3d6
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- add image code
JIRA: DOCTOR-93
Change-Id: I6551d5e31799b967ce442cb05a664c0d64a3dcf8
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Change role of doctor user to _member_"
- Change role of doctor user to _member_
Change role of doctor user to _member_
Do needful changes to API calls
Add admin a role to project
Add Fuel support
JIRA: DOCTOR-80
Change-Id: Ic7f88b9ceb6c4fc90e5e985ecfbc50c907b2367e
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- add framework and tox
JIRA: DOCTOR-93
Change-Id: Ife3255c4fe2d170c5d1b8354aaab24d5b1e3bc64
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- [docs] fix link in danube release notes
Change-Id: Idd02339dd8547359d4e73849b94e071fb6aeaaf1
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Fix release notes reference
Change-Id: I4351600917570e3b9eddeefab43fee7882d20ddf
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- danube release notes
Change-Id: Ic2401cc2c3e57324504d2c2d66a69c2e90a4ee91
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Remove numbering
Remove numbering from documents as its showing
up in all headings in the composite documents.
Change-Id: I6c0171868f3c70082a8a42e5a33514dfbddab1ba
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
1. HEAD seems to be out of sync for the submodules
This patch fixes the HEAD so that henceforth
gerrit automatically updates the refs to latest
commit ID.
2. Adding openretriever to list of submodules
Change-Id: I341a0a898f46cd10ccdc65ef209f76500dd3c4a6
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
Adding submodules of all OPNFV projects in order to create a unified
repository for documentation. By using submodules we will be able to
maintain a single conf.py file and theme to be used across all projects
Change-Id: I65ec1a85f074f142bc335e8611e9636b5e4cb3a9
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|