summaryrefslogtreecommitdiffstats
path: root/aria/multivim-plugin/CHANGELOG.txt
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-08-10 06:48:03 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-10 06:48:03 +0000
commitb2356570d9aa82f9e8ea259f9e282499c98efcbc (patch)
treeebccf8677dcc645ef1c27a09a646acd013fb033e /aria/multivim-plugin/CHANGELOG.txt
parentd48b750fc08b11a758b4c71ac71fe6cd2a2437d3 (diff)
parent9981f55920a6f1c1f20396d42e35b075b22f6a8f (diff)
Merge "ARIA multivim plugin initial checkin"
Diffstat (limited to 'aria/multivim-plugin/CHANGELOG.txt')
-rw-r--r--aria/multivim-plugin/CHANGELOG.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/aria/multivim-plugin/CHANGELOG.txt b/aria/multivim-plugin/CHANGELOG.txt
new file mode 100644
index 0000000000..da9875a5bc
--- /dev/null
+++ b/aria/multivim-plugin/CHANGELOG.txt
@@ -0,0 +1,30 @@
+2.2.0
:
+ - Fix duplicated mapping key in plugin.yaml.
+ - Create Server with security groups from instance relationships. This prevents a window of time when a server can
+ be unsecured. (OPENSTACK-38)
+ - Fix floating IP detach issue. (OPENSTACK-12)
+ - Allow openstack_config as runtime property. (OPENSTACK-112)
+ - Fix key creation when folders don't exist. (OPENSTACK-7)
+2.0.1:
+ - Don't overwrite server['image'] when server is booted from volume
+ - Fix loading auth_url from environment (OPENSTACK-101)
+ - Raise an error if server is not attached to a network. Previously an IndexError would be raised.
+ - Make sure security_group is removed if a later step (rule creation) fails (OPENSTACK-106)
+ - Fix attempt to access `volume.display_name` (is now .name) (OPENSTACK-108)
+ - Correctly handle nova_url and neutron_url in openstack_configuration (these are deprecated) (OPENSTACK-109)
+2.0:
+ - Don't require a Server image to be specified if a boot_volume is attached
+ - Add support for keystone auth v3. auth_url setting must now include version
+ - Upgraded openstack library dependencies
+ - Use availability_zone from connected boot_volume if Server doesn't specify
+ - Embed full docs in plugin repo. Now using sphinxify sphinx extension
+1.5:
+ - Create project, assign existing users with roles and customize quotas.
+ - Create image from file (local workflow only) or url.
+ - Add conditional creation to all resources. Create a resource only if it doesn't already exist. Previously, could
+ either use an existing resource, or create it.
+ - Boot server from volume. Support boot from block storage and not only from image like in previous versions.
+ - Fix connect port to security group race-condition.
+ - Get mac address from port after creation.
+ - Raise error also when external network is missing in floating ip creation. Previously, an error was raised only
+ when floating network id or name was missing.
f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Copyright © 2018 Amdocs, Bell Canada
# Modifications Copyright © 2018 AT&T
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#################################################################
# Global configuration defaults.
#################################################################
global:
  nodePortPrefix: 302

redis:
  replicaCount: 6