Skip to content

Commit

Permalink
Merge pull request #1961 from nuagenetworks/dev
Browse files Browse the repository at this point in the history
release 5.3.0
  • Loading branch information
rajendrm authored Sep 5, 2022
2 parents 53b7b58 + d93c0d5 commit 40017cc
Show file tree
Hide file tree
Showing 90 changed files with 849 additions and 187 deletions.
21 changes: 10 additions & 11 deletions Documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@

## Release info

* MetroAE Version 5.2.0
* MetroAE Version 5.3.0
* Nuage Release Alignment 20.10.R1
* Date of Release 04-July-2022
* Date of Release 05-September-2022

## Release Contents

### Feature Enhancements
* Improve the logging and status check for tls mode (METROAE-646)
* Deploy SD-WAN Portal on OpenStack (METROAE-462)
* Support GRCN SD-WAN portal install for Openstack (METROAE-595)
* Support trunking between vsc control port and its underlay ports in OpenStack (METROAE-653)
* Provide option to create custom password for vstat root user (METROAE-650)
* Added Memory and CPU Usage check of VSD health (METROAE-645)
* Add support for VSD upgrade to 20.10.R9 (METROAE-652)
* Add support for VSTAT(ES) upgrade to 20.10.R8 (METROAE-659)
* Allow users to shut down VMs (METROAE-629)
* Add support for VSC CPU, memory health check (METROAE-657)
* Enhance VSD health check report for CPU and memory (METROAE-656)

### Resolved Issues
* Included data nodes in NUH (METROAE-648)
* Run stats collection script in additional 3 data nodes (METROAE-649)
* Add ability to deploy Portal without GRCN (METROAE-654)
* Update Documentation about SELinux and supported components (METROAE-660)
* Investigate stats-out ES Upgrade from 20.10.R5 to 20.10.R7 (METROAE-608)
* Fixed package 'Six' issue (METROAE-658)

## Test Matrix

Expand Down
4 changes: 3 additions & 1 deletion Documentation/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Note that docker is required on the host in order to run MetroAE. All file paths
* Locally available image files for VCS or VNS deployments within the git clone folder
* Docker engine

NOTE: SElinux must be disabled or set to permissive for MetroAE to work.

#### Steps

##### 1. Clone Repository
Expand All @@ -23,7 +25,7 @@ yum install -y git
```

Clone the repo with the following command. NOTE: Please clone the repo in a location that can be
read by libvirt/qemu.
read by **libvirt/qemu**.
```
git clone https://github.com/nuagenetworks/nuage-metroae.git
```
Expand Down
Binary file modified Documentation/supported_components.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation/supported_vms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nuage Networks Metro Automation Engine (MetroAE)

Version: 5.2.0
Version: 5.3.0

MetroAE is an automation engine that can be used to

Expand Down
5 changes: 5 additions & 0 deletions deployments/default/vsds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@

########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down
5 changes: 5 additions & 0 deletions deployments/default/vstats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@

########################

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY openstack_requirements.txt /root
RUN cat /root/yum_requirements.txt | xargs -d '\n' yum install -y
RUN rm -f /usr/bin/python && ln -s /usr/bin/python3 /usr/bin/python
ENV LC_ALL=en_US.utf8
RUN pip3 install --upgrade pip==21.3.1
RUN pip3 install -r /root/pip_requirements.txt
RUN pip3 install -r /root/openstack_requirements.txt
WORKDIR /metroae
30 changes: 30 additions & 0 deletions examples/active_standby_vsds/vsds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### VSD Options

# < KVM cpuset information >
Expand Down Expand Up @@ -204,6 +209,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### VSD Options

# < KVM cpuset information >
Expand Down Expand Up @@ -342,6 +352,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### VSD Options

# < KVM cpuset information >
Expand Down Expand Up @@ -480,6 +495,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### VSD Options

# < KVM cpuset information >
Expand Down Expand Up @@ -618,6 +638,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### VSD Options

# < KVM cpuset information >
Expand Down Expand Up @@ -756,6 +781,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### VSD Options

# < KVM cpuset information >
Expand Down
15 changes: 15 additions & 0 deletions examples/aws_sdwan_install/vsds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down Expand Up @@ -231,6 +236,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down Expand Up @@ -396,6 +406,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down
15 changes: 15 additions & 0 deletions examples/aws_sdwan_install/vstats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
#
# vsd_fqdn: ""

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down Expand Up @@ -247,6 +252,11 @@
#
# vsd_fqdn: ""

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down Expand Up @@ -423,6 +433,11 @@
#
# vsd_fqdn: ""

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down
15 changes: 15 additions & 0 deletions examples/aws_sdwan_upgrade/vsds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down Expand Up @@ -231,6 +236,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down Expand Up @@ -396,6 +406,11 @@

##########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down
15 changes: 15 additions & 0 deletions examples/aws_sdwan_upgrade/vstats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
#
# vsd_fqdn: ""

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down Expand Up @@ -247,6 +252,11 @@
#
# vsd_fqdn: ""

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down Expand Up @@ -423,6 +433,11 @@
#
# vsd_fqdn: ""

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down
5 changes: 5 additions & 0 deletions examples/blank_deployment/nsgvs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@

########################

# < Preserve NSGV VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down
5 changes: 5 additions & 0 deletions examples/blank_deployment/nuhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@

########################

# < Preserve NUH VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### OpenStack Parameters

# < OpenStack Image >
Expand Down
5 changes: 5 additions & 0 deletions examples/blank_deployment/portal_grcn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@

##########################

# < Preserve GRCN VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

# < Current DC >
# Name of the current datacenter
#
Expand Down
5 changes: 5 additions & 0 deletions examples/blank_deployment/portals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@

##########################

# < Preserve Portal VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### Email

# < Reset Email >
Expand Down
5 changes: 5 additions & 0 deletions examples/blank_deployment/vsds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@

########################

# < Preserve VSD VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS Region >
Expand Down
5 changes: 5 additions & 0 deletions examples/blank_deployment/vstats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@

########################

# < Preserve VSTAT VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### AWS Parameters

# < AWS AMI ID >
Expand Down
5 changes: 5 additions & 0 deletions examples/blank_deployment/webfilters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@

##########################

# < Preserve Webfilter VM >
# Shuts down the vm during destroy process, instead of actually deleting them.
#
# preserve_vm: true/false

##### Webfilter details

# < Certificate Username >
Expand Down
Binary file modified examples/excel/active_standby_vsds.xlsx
Binary file not shown.
Binary file modified examples/excel/aws_sdwan_install.xlsx
Binary file not shown.
Binary file modified examples/excel/aws_sdwan_upgrade.xlsx
Binary file not shown.
Binary file modified examples/excel/blank_deployment.xlsx
Binary file not shown.
Binary file modified examples/excel/kvm_datacenter_install.xlsx
Binary file not shown.
Binary file modified examples/excel/kvm_portal_install.xlsx
Binary file not shown.
Binary file modified examples/excel/kvm_sdwan_install.xlsx
Binary file not shown.
Binary file modified examples/excel/kvm_vsc_upgrade.xlsx
Binary file not shown.
Binary file modified examples/excel/kvm_vsd_install.xlsx
Binary file not shown.
Binary file modified examples/excel/nsgv_bootstrap.xlsx
Binary file not shown.
Binary file modified examples/excel/openstack_install.xlsx
Binary file not shown.
Binary file modified examples/excel/stats_out.xlsx
Binary file not shown.
Binary file modified examples/excel/upgrade_datacenter_vcenter.xlsx
Binary file not shown.
Binary file modified examples/excel/vcenter_datacenter_install.xlsx
Binary file not shown.
Binary file modified examples/excel/vcenter_sdwan_install.xlsx
Binary file not shown.
Loading

0 comments on commit 40017cc

Please sign in to comment.