887 Commits

Author SHA1 Message Date
gong yong sheng
70500539c5 Remove deprecated nova infra driver
Change-Id: I0b5b729741999f6505d3c9e3c7d62566acc28786
Closes-bug: 1634011
2016-11-06 06:02:21 +08:00
Jenkins
ad1997684b Merge "Remove deprecated default_vim config item" 2016-11-04 07:53:01 +00:00
OpenStack Proposal Bot
f6e4cdc15f Updated from global requirements
Change-Id: If259654bfad87f61c0c4d0f223082d43c30b5dd0
2016-11-02 22:02:20 +00:00
Manikantha Srinivas Tadi
c818cc059c Remove the service id from vnfd-create command output
vnfd-create displays the service id in value column
of 'service_types row, which is not relevant to the user.
Hence its removed.

This fix is under review as part of
https://review.openstack.org/#/c/348874/ which is abondoned due
to code merge messup.

Change-Id: Ic8c657baae445bb8b22754df77e281d6f36a5d42
Closes-Bug: #1592289
2016-10-31 02:01:58 -04:00
Jenkins
60965f7d87 Merge "Fix wrong format of doc" 2016-10-24 10:10:19 +00:00
Jenkins
b199df2322 Merge "Update description of CP in VNFD Template Guide" 2016-10-24 10:06:35 +00:00
Jenkins
cbd9e2e15d Merge "Updated from global requirements" 2016-10-24 05:48:47 +00:00
Jenkins
415a3e93c0 Merge "Change nfvo into nfvo_vim for os config generation group name" 2016-10-24 05:24:35 +00:00
gong yong sheng
921afb13fa Remove deprecated default_vim config item
Change-Id: I4ff6a65777e379c6b4b5604eda3844f8fb6935ac
Closes-bug: 1633997
2016-10-24 11:13:22 +08:00
OpenStack Proposal Bot
6b758a5e35 Updated from global requirements
Change-Id: I7fbf4b3a08f6ce0ceedb2226aecb101cd7d8e0f8
2016-10-22 01:28:41 +00:00
OpenStack Proposal Bot
385a46358c Updated from global requirements
Change-Id: Ia5b57e0d34f02f9c58bf67e8b40812b707d211c2
2016-10-21 00:51:45 +00:00
changzhi
fe3ffb318a Fix wrong format of doc
Change-Id: I391e612e3602110be5c99ccd25d8a32f8a751415
2016-10-20 17:35:16 +08:00
Naoya Harada
f89bbf9391 Update description of CP in VNFD Template Guide
Descripton of Connection Point needs to be updated to keep
consistency with tacker_nfv_defs.yaml.
Currently 'type' is an optional property and has a constraint.
Also 'security_groups' property was introduced in [1].

[1] https://review.openstack.org/#/c/334256/

Change-Id: Ic0721c3914197bdc7128b5fff76783a2f7ba9f9e
2016-10-19 11:31:44 +09:00
gong yong sheng
098a6744ed Change nfvo into nfvo_vim for os config generation group name
Change-Id: Icff44b5267e5807aa5bacb912332945f66ef3a13
Closes-bug: 1634000
2016-10-17 14:35:21 +08:00
Jenkins
55f8361be9 Merge "VNF event detail is modified to match with resource state" 2016-10-17 05:37:56 +00:00
Jenkins
e641cd884c Merge "Tacker deploy OpenWRT as VNF guide" 2016-10-17 05:36:58 +00:00
Jenkins
b847c76818 Merge "Add __ne__ built-in function" 2016-10-17 05:18:13 +00:00
Jenkins
c210271f82 Merge "Fixes event ordering for alarm monitor and scale actions." 2016-10-17 05:07:32 +00:00
Kanagaraj Manickam
0a631c7a06 Updates config generator conf
oslo.xxx and keystone middleware configurations
are added now to the config generator

Closes-Bug: #1633974

Change-Id: Ief0d106f45248af0ab21de4815ea6e361165df48
2016-10-17 09:30:20 +05:30
venkatamahesh
a7f3f71d27 VNF event detail is modified to match with resource state
At present when vnf is created the event detail message is
"VNF status updated". But it would be good to have message
"VNF CREATE Complete". So In this patch it is corrected.

Change-Id: I8b9efb977fe6f51604fd7a10dcf89cf208b86eb8
Closes-Bug: #1629177
2016-10-17 03:40:01 +00:00
Jenkins
921f7b152e Merge "Fix a spell for respawn" 2016-10-11 21:36:51 +00:00
Jenkins
95a8c16888 Merge "Enable release notes translation" 2016-10-10 17:49:21 +00:00
changzhi
bebfc014ed Tacker deploy OpenWRT as VNF guide
This patch adds step by step instructions to deploy
OpenWRT as VNF guide.

Change-Id: I70fff61a98092ec9ce672402a90d02e74429f33f
Closes-bug: #1517664
2016-10-10 17:50:24 +08:00
Lu lei
32a9eafdb8 Correcting spelling mistakes in test_vnfm_param.py
This patch is used to modify word spelling mistakes.
Here change vfn/vfnd to vnf/vnfd in test_vnfm_param.py.

Trivial Fix.

Change-Id: Ic5d1f82ecd2425210fb9f1271cc64b4b0a162fe1
2016-10-09 10:42:00 +08:00
OpenStack Proposal Bot
bb73ef69dc Updated from global requirements
Change-Id: Ic0d198f3dfb5c8b317369a28b9de0f4078c79fd9
2016-10-07 19:46:16 +00:00
Jenkins
4a3a755ce4 Merge "Cleanup unused file hooks.py" 2016-10-07 09:39:43 +00:00
Andreas Jaeger
2fc846ea20 Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I5898445bfb82767be43da10c36a99e013773af45
2016-10-06 20:54:29 +02:00
vish
09edd7badf Fixes event ordering for alarm monitor and scale actions.
This commit adds code to support the below related to alarm
monitoring and scaling:
1.Consolidates the two event captures in the update_vnf_with_alarm
method into just a single event capture with alarm url details.
2.Captures events in update_vnf_with_alarm method when policy action
and alarm action name are missing.
3.Captures the event information for ActionAutoscalingHeat policy
action invocation and scaling action in the right time order.

Change-Id: Iea255a4f454fb0c721b152090514ad8ca8732890
Closes-Bug: #1629453
2016-10-06 15:40:41 +00:00
Jenkins
d003fb7166 Merge "Updated from global requirements" 2016-10-03 17:55:37 +00:00
Jenkins
8bbfbbc4ad Merge "Fix some typos in cmd_executer.py & nova.py" 2016-10-03 15:32:38 +00:00
OpenStack Proposal Bot
51a40061dc Updated from global requirements
Change-Id: Ic8aabe66cdd06efc33b864a12af4af0da094c9be
2016-10-02 20:36:01 +00:00
Jenkins
0b65136661 Merge "Added py34, py35 to tox.ini" 2016-09-30 19:00:31 +00:00
Jenkins
42b0f867cf Merge "Fix vnf scaling action policy to use infra_driver" 2016-09-29 23:36:22 +00:00
Jenkins
73d8decdde Merge "Remove virtualenv management scripts from oslo-incubator" 2016-09-29 17:43:07 +00:00
OpenStack Proposal Bot
a2c2f8e674 Updated from global requirements
Change-Id: I92f1e6e712e659396f7985f8f3bbcbd30f0783d0
2016-09-29 05:14:57 +00:00
venkatamahesh
8b7b886423 Added py34, py35 to tox.ini
Now we are making python34 and python35
as voted by jenkins. So in this patch those
are added

Change-Id: Id4e67caa964ebc4772d12d1cc6ece16af9de55e6
2016-09-29 03:35:41 +00:00
doantungbk
e6e7385ffb Fix vnf scaling action policy to use infra_driver
ActionPolicy getter was recently changed to use infra_driver [1].
However the alarm monitor handling of scaling policy missed passing
infra_driver causing scaling due to alarm monitoring trigger to fail.
This fix now correctly passes infra_driver for monitor
ActionPolicy.get_policy method in this specific case.

[1] https://review.openstack.org/#/c/375181/
Change-Id: I545f959fb889036846282cd78e7967822604975f
Closes-Bug: #1627975
2016-09-28 19:16:20 +00:00
Cao Xuan Hoang
1543d65be3 Fix LOG.warn to LOG.warning
logging.warn is deprecated in Python 3.
https://docs.python.org/3/library/logging.html#logging.warning

Related-Bug: #1547712

Change-Id: Ibe8223bc358f5806f56c44ee6bd045294d3afd8d
2016-09-28 03:13:49 +00:00
Davanum Srinivas
f81a5d9c04 Update reno for stable/newton
Change-Id: I14e97143dbdabc50c8c00dfce08ea27efc4e36b3
2016-09-27 21:14:23 -04:00
OpenStack Proposal Bot
5dedf0e2a7 Updated from global requirements
Change-Id: I0b0852b1fa46f32cafede9b991e92eb26bfa5720
2016-09-27 10:08:44 +00:00
zhangyanxian
9495df15da Fix some typos in cmd_executer.py & nova.py
TrivialFix

Change-Id: I1d645741a08445c4b2452417d9c37e12a9863779
Closes-bug: #1615884
2016-09-27 06:48:32 +00:00
Cao Xuan Hoang
45f725f19f Docstrings should not start with a space
As per OpenStack Docstrings guide lines [1]:
[H401] Docstrings should not start with a space.
[H403] Multi line docstrings should end on a new line.
[H404] Multi line docstrings should start without a leading new line.
[H405] Multi line docstrings should start with a one line summary
followed by an empty line.

[1] http://docs.openstack.org/developer/hacking/#docstrings

trivialfix

Change-Id: Ia0320493edc025a2340e58724e91e8bf72112de0
2016-09-27 12:56:25 +07:00
venkatamahesh
5c23885c56 Fix a spell for respawn
TrivialFix
Change-Id: I0640af49e5322ca6e0f172446e9970c1d08b0ab4
2016-09-27 03:47:27 +00:00
Jenkins
3596172ee6 Merge "Adds devref guides for VNFFG" 2016-09-26 22:03:05 +00:00
Tim Rozet
0cc329e500 Adds devref guides for VNFFG
implements: blueprint tacker-vnffg

Change-Id: Ie1bcec2f9e671c63e4d950826bb53f0f9a5b6f10
Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-09-26 15:42:30 -04:00
Jenkins
3baa7b34ee Merge "VNFFG: neutron networking-sfc driver and plugin fixes" 2016-09-26 18:22:57 +00:00
Jenkins
d64b6bfdb6 Merge "Fix respawn action for alarm monitor" 2016-09-26 18:06:41 +00:00
Jenkins
8a09dff400 Merge "Fix: alarms stuck in "insufficient state" and update usage guide" 2016-09-26 08:39:36 +00:00
Sripriya
e09c25a70b Fix respawn action for alarm monitor
Modify the validation for VnfPolicyNotFound by breaking the
logic in to two steps:

1. Verify if action is already part of DEFAULT_ACTIONS
2. If 1. fails, try to get the policy for action name defined in
   template.
   If 2 fails, only then raise an exception.

also fix the vim_auth args sent to the monitoring policy
execute_action method.

Closes-Bug: #365435
Change-Id: I7923189575c44efcd4121b0158c270f801b7cf2b
2016-09-26 01:04:00 -07:00
OpenStack Proposal Bot
0a246073a0 Updated from global requirements
Change-Id: I7ac68b9f424fc90ee21abae74d125adc7e7dac3a
2016-09-25 21:44:31 +00:00