Skip to content

Commit

Permalink
default DSE version to 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoczatek committed Jan 23, 2018
1 parent ae74b70 commit 76fecae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/dse/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cloud_type=$1
# Overidable by setting env var in calling template,
# eg: export OPSC_VERSION='6.1.0'

dse_version=5.1.4-1
opscenter_version=6.1.4
dse_version=5.1.6-1
opscenter_version=6.1.5

if [ -z "$OPSC_VERSION" ]
then
Expand Down
2 changes: 1 addition & 1 deletion bin/lcm/setupCluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setupArgs():
help='abs path to private key (public key on all nodes) to be used by OpsCenter')
parser.add_argument('--password', type=str,
help='password for username LCM uses when ssh-ing to nodes for install/config. IGNORED if privkey non-null.')
parser.add_argument('--dsever', type=str, default = "5.1.5", help='DSE version for LCM config profile')
parser.add_argument('--dsever', type=str, default = "5.1.6", help='DSE version for LCM config profile')
parser.add_argument('--datapath', type=str, default = "",
help='path to root data directory containing data/commitlog/saved_caches (eg /data/cassandra)')
parser.add_argument('--pause',type=int, default=6, help="pause time (sec) between attempts to contact OpsCenter, default 6")
Expand Down

0 comments on commit 76fecae

Please sign in to comment.