333 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
b9c53e664a Updated from global requirements
Change-Id: Icb596d201b2d15924cb794665408fc72539d432c
2018-01-24 01:33:04 +00:00
Zuul
ed0cdb5460 Merge "Complete VIM osc commands" 2018-01-23 07:26:30 +00:00
gongysh
573de86f7f Complete VIM osc commands
Change-Id: I3cb21b0583020db8a91789e2168d2a51d45d0cf4
Implements: blueprint tacker-support-python-openstackclient
2018-01-23 08:44:12 +08:00
Zuul
8d0e9825ae Merge "fix misspell" 2018-01-22 07:41:56 +00:00
OpenStack Proposal Bot
b472a2d50e Updated from global requirements
Change-Id: I01fb34fe999fb9a694b24afbc5211a69a43102c7
2018-01-18 03:31:52 +00:00
sunqingliang6
1c3cdf58ec fix misspell
Change-Id: I20f48f4cd7b4ed301d6c9df81aa66b1b126105f5
2018-01-17 15:53:57 +08:00
OpenStack Proposal Bot
8ce414c612 Updated from global requirements
Change-Id: I7c3b9efd16d2a6717ec4c9197a907c948f6a781e
2018-01-16 03:50:17 +00:00
Cong Phuoc Hoang
b6ef835d89 Add "cert_verify" in vim_config file to support insecure VIM
Currently, Tacker can not communicate with VIM endpoints that
use SSL. This patch will add cert_verify parameter, user can
set "cert_verify" to False (default value is True) to disable
verifying SSL.

Change-Id: I0af2a0f91ecda2a63cf6233d780e1dd7c064513c
2018-01-13 09:35:13 +00:00
Zuul
4a772e74d8 Merge "Base OpenStackClient(OSC) plugin support" 2018-01-08 07:46:11 +00:00
Cong Phuoc Hoang
e026ae17e5 Add "--vnffgd-template" to vnffg-update command
This patch will add "--vnffgd-template" to vnffg-update command to support
update VNFFG from file. User can run:
    tacker vnffg-update --vnffgd-template <vnffgd-file-name> vnffg_name
to update the existing VNFFG.

Partially Implements: blueprint update-vnffg

Change-Id: Ief0469d870530693798f798ecd2f52782318795b
2018-01-06 11:39:06 +09:00
yong sheng gong
0fcd6c31c3 Base OpenStackClient(OSC) plugin support
This patch enables tackerclient OSC plugin support.

Co-Authored-By: yong sheng gong <gong.yongsheng@99cloud.net>
Co-Authored-By: Trinath Somanchi <trinath.somanchi@nxp.com>

This adds the first list VIM command.

Change-Id: I75d430b00861ee9020d346cfb8ac8b736d36f47d
Implements: blueprint tacker-support-python-openstackclient
2018-01-05 19:11:02 +08:00
Zuul
b7075c91d7 Merge "Add doc migration framework" 2017-12-22 08:15:24 +00:00
yong sheng gong
09bf59d764 Add doc migration framework
Change-Id: Ia175bbe7d83fdc356aa5ecf474d30ba640ab7da4
Partial-Bug: 1706161
2017-12-21 13:42:00 +08:00
Zuul
d4bf57ee3e Merge "Updated from global requirements" 2017-12-21 05:33:58 +00:00
Dirk Mueller
d86e111ddf let hacking install its dependencies
hacking pulls in the right versions of flake8, mccabe, pep8 and
pyflakes already, listing them explicitely is unnecessary and
can cause mismatches.

Change-Id: Id44c90ddd4a8a2204fd7ce600097bafbc9469993
2017-12-20 13:00:27 +05:30
Zuul
67d2cd836b Merge "Update the documentation link for doc migration" 2017-12-19 05:00:58 +00:00
lingyongxu
5881bec6a6 Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: Ifdf9aa3a03d268ba13c2d7c2f15ec728b909c37d
2017-12-19 11:13:20 +08:00
OpenStack Proposal Bot
cb9651ef9d Updated from global requirements
Change-Id: If3aa319a8b9254a3b05d413b88b18c2037bb7a76
2017-12-19 01:46:35 +00:00
Zuul
04b5b7c528 Merge "Updated from global requirements" 2017-12-12 09:18:46 +00:00
Andreas Jaeger
1dc4cbef6b Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: Id0c51375402e9ee1255d25c685821bace9b6084a
2017-12-02 16:59:28 +00:00
Zuul
73592154f1 Merge "Implement client to support Kubernetes as VIM" 2017-11-22 01:54:54 +00:00
Andreas Jaeger
90c251b84e Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I43e6ddc1786a5d71c08457c83dac6f9071aa5b8a
2017-11-16 20:51:01 +01:00
OpenStack Proposal Bot
c74447bf72 Updated from global requirements
Change-Id: I635b0625ceffed9a64989c36c875afcc7f1cc6d1
2017-11-16 11:26:46 +00:00
OpenStack Proposal Bot
42107c3d14 Updated from global requirements
Change-Id: I4f8bc1fd90c903bc1040a134afe0e3e6ca6eb02b
2017-11-14 04:20:22 +00:00
Cong Phuoc Hoang
6f1792b490 Implement client to support Kubernetes as VIM
This patch will add changes to support Kubernetes as VIM feature
in python-tackerclient.

After this change, user have to provide VIM type in VIM config file
when creating or updating VIM. The default VIM type is openstack.

Partially Implements: blueprint kubernetes-as-vim

Change-Id: I1b1610cb89a78a2a8fe134265b83dd469d72fdcd
2017-10-30 17:13:40 +09:00
Zuul
3e31720ed6 Merge "Fixes symmetrical for vnffg update" 2017-10-16 03:10:45 +00:00
OpenStack Proposal Bot
8ea5e29b44 Updated from global requirements
Change-Id: I3d374dd71df18c04a44dc8f5c1d66687e6765e37
2017-10-15 17:09:30 +00:00
Tim Rozet
584b44c8e7 Fixes symmetrical for vnffg update
Missed this with create fix:
Ide2aeab73b1dd88beb6e491e6b07cdee9fb7e48a

Change-Id: Ia983150de322d1ffbd7eeedc2048c19c095afefb
Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-10-10 10:14:32 -04:00
Jenkins
bab4900db2 Merge "Update creating directly VNFFG and NS from descriptor template" 2017-09-28 12:16:36 +00:00
Jenkins
4458d3dce1 Merge "Fixes passing boolean as string for symmetrical" 2017-09-27 02:13:51 +00:00
Tim Rozet
9630f711a8 Fixes passing boolean as string for symmetrical
Bug where 'True'/'False' strings were being passed in REST to Tacker
service which would end up throwing an exception because the DB type for
symmetrical is boolean/small int.  This converts it to boolean in the
client.

Closes-Bug: 1711550

Change-Id: Ide2aeab73b1dd88beb6e491e6b07cdee9fb7e48a
Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-09-25 12:59:28 -04:00
Thomas Bechtold
537c525095 Move oslosphinx and openstackdocstheme to test-requirements
Both are not needed during runtime.

Change-Id: If5d8022b12b06b08c49ce825f5d1f13619e7175b
2017-09-22 13:00:01 +02:00
OpenStack Proposal Bot
245af4c7fa Updated from global requirements
Change-Id: Ibbe71d3a261c0c3d71e2033a6bba58d48b721fcb
2017-09-13 13:03:25 +00:00
OpenStack Proposal Bot
06d210fa65 Updated from global requirements
Change-Id: If6d7c31bbca0a776e9604b1471b6276835ae6720
2017-09-11 21:49:43 +00:00
Jenkins
1a749c310c Merge "Add releasenotes for bug 1629169" 2017-08-15 10:26:23 +00:00
Cong Phuoc Hoang
d8b0dbcbb7 Update creating directly VNFFG and NS from descriptor template
Currently, Tacker only support creating VNFFG and NS from VNFFG descriptor
and NS descriptor. This patch will support creating directy VNFFG and NS
from template file without initiating VNFFG and NS descriptors before.

Change-Id: If7554287bbe1184d9b84609f81e53f17d7b5fdfe
Closes-bug: #1681032
2017-08-10 06:37:45 +00:00
Jenkins
543a89e763 Merge "Update reno for stable/pike" 2017-08-09 07:32:51 +00:00
8a93fea142 Update reno for stable/pike
Change-Id: Ie0a67966902b12db3be3d7a73f46051e58264794
2017-07-28 21:08:13 +00:00
OpenStack Proposal Bot
761f0b37b2 Updated from global requirements
Change-Id: Ic05ab3e7ca83af7eb07681a38328be22fee2f041
2017-07-27 19:22:04 +00:00
OpenStack Proposal Bot
6ddc62bbad Updated from global requirements
Change-Id: I265d44a0816952a62cb1ce9f9a8df88f2505f1d3
2017-07-21 01:20:03 +00:00
dharmendra
95ddcbe966 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we
need to switch to use the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: Ia48ca6860012850071f8c236d404d56a480b747c
2017-07-07 01:04:42 +00:00
Jenkins
bfed79e1b0 Merge "Error handling for vnfd-create with empty vnfd-file" 2017-07-05 09:33:49 +00:00
Jenkins
3b88fbcda1 Merge "Replace six.iteritems() with .items()" 2017-07-05 03:49:03 +00:00
vagrant
a11344c318 Error handling for vnfd-create with empty vnfd-file
Error handling for empty vnfd-file and yaml load.

Closes-Bug: #1490067
Change-Id: I48c21d193251a95c8fc7b10d3c6549b74c5287df
2017-07-03 08:13:26 +00:00
OpenStack Proposal Bot
ad3f2b5ab7 Updated from global requirements
Change-Id: I390c199b8e2eccfac40c775ec3854a159e8d64dd
2017-06-27 12:22:43 +00:00
gong yong sheng
8db716c68c Add release note for vim update without config-file argument
Change-Id: I64efa37efb61db381580c51c3f67de33f5bf1252
0.10.0
2017-06-22 07:35:28 +08:00
rajat29
b7a494e7d4 Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid usingg
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I988ff08fe1d6bc52c4a601641c564db7881accf4
2017-06-14 12:08:54 +05:30
OpenStack Proposal Bot
09219f72ab Updated from global requirements
Change-Id: I9bf219d2373cf25065ec8a27f5f5a5c3a6d105dc
2017-06-10 21:49:13 +00:00
OpenStack Proposal Bot
0d3341afab Updated from global requirements
Change-Id: Idab1ee20e58d98ce1a0de7c50d6b2b24f34db5ba
2017-06-02 22:07:45 +00:00
venkatamahesh
a7266637e6 Add releasenotes for bug 1629169
Change-Id: I3b13c94263c7274a0cfdf393537649813913d288
2017-05-30 01:46:01 +00:00