aboutsummaryrefslogtreecommitdiffstats
path: root/docker_upgrade_scripts
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-08-06 14:40:21 -0400
committerMarco Platania <platania@research.att.com>2018-08-06 14:40:21 -0400
commit20f5aa7a719b76babe5b566098407a594db3641c (patch)
tree08a9b053488fcbfd1081921cbcc5d4e2e976c66d /docker_upgrade_scripts
parentb9a2a29a9e1e93cd04bfa46f9ed66a2117ef56e5 (diff)
Refactor ONAP HEAT template config, part 3
- Consolidate serv.sh activation in generic config script - Rename OPEN-O (open-o) -> MULTISERV (multiserv) - Resurce names in Heat template - File names - References in other installation scripts - Rename dcae_c_ -> dcae_ in Heat template - Minor clean up Change-Id: If45a1f1e01933f828aa698c815e0a3f65810a208 Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'docker_upgrade_scripts')
-rwxr-xr-xdocker_upgrade_scripts/fabfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker_upgrade_scripts/fabfile.py b/docker_upgrade_scripts/fabfile.py
index 72e3e61a..f4c5726c 100755
--- a/docker_upgrade_scripts/fabfile.py
+++ b/docker_upgrade_scripts/fabfile.py
@@ -14,8 +14,8 @@ def upgrade_docker(server_name, my_env):
execute_file = "/opt/mr_vm_init.sh"
elif server_name in "dcae-controller":
execute_file = "/opt/dcae2_vm_init.sh"
- elif server_name in "openo-server":
- execute_file = "/opt/openo_all_serv.sh"
+ elif server_name in "multiserv-server":
+ execute_file = "/opt/multiserv_all_serv.sh"
elif server_name in "dns":
execute_file = None
else: