Skip to content

Commit cba007f

Browse files
committed
update paths
1 parent 24af98c commit cba007f

File tree

2 files changed

+3
-3
lines changed
  • cookbooks/selenium-server/attributes
  • roles/adobe/roles/ccmui/roles/selenium-server/attributes

2 files changed

+3
-3
lines changed

cookbooks/selenium-server/attributes/node.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"
44

5-
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.46/selenium-server-standalone-2.46.0.jar'
5+
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.47/selenium-server-standalone-2.47.1.jar'
66

77
export SELENIUM_SERVER_INSTALL_FOLDER='/opt/selenium-server/node'
88
export SELENIUM_SERVER_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
@@ -14,4 +14,4 @@ export SELENIUM_SERVER_GROUP_NAME='selenium'
1414

1515
export SELENIUM_SERVER_PORT='5555'
1616
export SELENIUM_SERVER_HUB_PORT='4444'
17-
export SELENIUM_SERVER_HUB_HOST='selenium-private.ccmui.adobe.com'
17+
export SELENIUM_SERVER_HUB_HOST='127.0.0.1'

roles/adobe/roles/ccmui/roles/selenium-server/attributes/node.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
export CCMUI_SELENIUM_SERVER_DISK='/dev/sdb'
44
export CCMUI_SELENIUM_SERVER_MOUNT_ON='/opt'
55

6-
export CCMUI_SELENIUM_SERVER_HUB_HOST='127.0.0.1'
6+
export CCMUI_SELENIUM_SERVER_HUB_HOST='selenium-private.ccmui.adobe.com'

0 commit comments

Comments
 (0)