Skip to content

Commit 138fa5a

Browse files
authored
Merge pull request #828 from oracle/OWLS-69133
OWLS-69133 Remove NM setup script from domain-home-on-pv sample
2 parents 9fd8190 + 87adb1a commit 138fa5a

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/common/create-domain-job.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018, Oracle Corporation and/or its affiliates. All rights reserved.
2+
# Copyright 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
33
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
44
#
55

@@ -24,10 +24,6 @@ prepareDomainHomeDir
2424
source $script
2525
exitIfError $? "ERROR: $script failed."
2626

27-
# Create the node manager
28-
wlst.sh -skipWLSModuleScanning ${CREATE_DOMAIN_SCRIPT_DIR}/setup-nodemanager.py
29-
exitIfError $? "ERROR: setup node manager failed."
30-
3127
# DON'T REMOVE THIS
3228
# This script has to contain this log message.
3329
# It is used to determine if the job is really completed.

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/common/setup-nodemanager.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)