Skip to content

Commit

Permalink
Merge pull request #46 from avinetworks/rc-21.1.4
Browse files Browse the repository at this point in the history
updating with 21.1.4 assets
  • Loading branch information
Chaitanya Deshpande authored Apr 8, 2022
2 parents cce7e4e + 117a055 commit 051e644
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 25 deletions.
7 changes: 1 addition & 6 deletions files/systemd/avi_host_server.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
############################################################################
# ========================================================================
# Copyright 2021 VMware, Inc. All rights reserved. VMware Confidential
# Copyright 2022 VMware, Inc. All rights reserved. VMware Confidential
# ========================================================================
###

#**************************************************************************
# ------------------------------------------------------------------------
# Copyright 2021 VMware, Inc. All rights reserved. VMware Confidential
# ------------------------------------------------------------------------
#*

"""
What is the service functionality?
Expand Down
8 changes: 1 addition & 7 deletions files/systemd/avihost_service_script.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
#!/bin/bash -x

############################################################################
# ========================================================================
# Copyright 2021 VMware, Inc. All rights reserved. VMware Confidential
# Copyright 2022 VMware, Inc. All rights reserved. VMware Confidential
# ========================================================================
###

#***************************************************************************
# ------------------------------------------------------------------------
# Copyright 2021 VMware, Inc. All rights reserved. VMware Confidential
# ------------------------------------------------------------------------
#

start()
{
Expand Down
9 changes: 4 additions & 5 deletions files/systemd/install.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/python3

############################################################################
# ------------------------------------------------------------------------
# Copyright 2021 VMware, Inc. All rights reserved. VMware Confidential
# ------------------------------------------------------------------------
#############################################################################
# ========================================================================
# Copyright 2022 VMware, Inc. All rights reserved. VMware Confidential
# ========================================================================
###

"""
===================================
Expand Down
8 changes: 4 additions & 4 deletions files/systemd/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

#!/bin/bash
############################################################################
# ------------------------------------------------------------------------
# Copyright 2021 VMware, Inc. All rights reserved. VMware Confidential
# ------------------------------------------------------------------------
# ========================================================================
# Copyright 2022 VMware, Inc. All rights reserved. VMware Confidential
# ========================================================================
###

set -e
echo "Migrating avihost service files."
major_version=`cat /bootstrap/VERSION | grep Version | awk '{print $2}' | awk '{split($0,a,".");}{print a[1]}'`
Expand Down
3 changes: 1 addition & 2 deletions molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

############################################################################
# ========================================================================
# Copyright 2021 VMware, Inc. All rights reserved. VMware Confidential
# Copyright 2022 VMware, Inc. All rights reserved. VMware Confidential
# ========================================================================
###

Expand Down
3 changes: 2 additions & 1 deletion templates/avise.j2
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ case "$1" in
else
wait_till_service_starts ${cont_plat}
fi
se_docker_run_params="{{ AVI_RUN_PARAMS }}"
# AV-135987 - Don't indent, causing regex parsing issue in controller
se_docker_run_params="{{ AVI_RUN_PARAMS }}"
$1
;;
*)
Expand Down

0 comments on commit 051e644

Please sign in to comment.