and not available in python 2.6... switched to using docopt for
command line interface argument parsing. This python library is
pulled in by the SoftLayer python bindings so it's not an extra step.
Extended the utility to support mounting of --type=nas|consistent
The consistent performance file storage is the high available
storage type on SoftLayer. One we supported multiple types
the "nas" in the utility name no longer made sense.
Cleaned up some of the comments in the beginning of buildcore.sh
using spaces instead of tabs and added the build for xCAT-confluent.
The xCAT-confluent rpm is intended to be used for xCAT2.X releases to
support confluent. This rpm has a requirement on confluent_server package.
For 2.9.1, xCAT-confluent is optional. For 2.10, the plan is to default
the console service to confluent.
Create a python library for xcat as a starting point for transition
to Python based in xCAT3. There are also plans to switch over to
using the SoftLayer Python API (over Perl)
xCAT-SoftLayer.spec file will ship lib/python/xcat directory. A new
bin file 'softlayer_nas.py" is created to help assist users with
mounting and unmount the SoftLayer NAS shared filesystem
DevOps Task #10959 unser xCAT_SoftLayer project
wcons was leaving a common control socket defined for all invocations
of confetty. Fix this by not setting a socket for any but the first.
The channel is currently only used for wcons initial tiling, so
it should only be bothered with for that anyway.
and xcat-dep. For xcat-dep on linux (non ubuntu), mklocalrepo.sh
should be executed in the <os>/<arch> subdirectory. If xCAT*.repo
file is not found in the executing directory, print out
a message to tell the user instead of creating a blank file in
/etc/yum.repos.d which will not work anyway.