https://github.com/shalomb/xs-ops
Scripts, utilities for administering Xen Cloud Platform/Citrix XenServer hosts
https://github.com/shalomb/xs-ops
autostack dom0 shell-script xapi xenserver xenserver-admin xenserver-devops xenserver-ops
Last synced: about 2 months ago
JSON representation
Scripts, utilities for administering Xen Cloud Platform/Citrix XenServer hosts
- Host: GitHub
- URL: https://github.com/shalomb/xs-ops
- Owner: shalomb
- Created: 2015-08-10T13:48:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T23:59:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T14:52:40.373Z (4 months ago)
- Topics: autostack, dom0, shell-script, xapi, xenserver, xenserver-admin, xenserver-devops, xenserver-ops
- Language: Shell
- Homepage: https://github.com/shalomb/xs-ops.git
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xs-ops
XenServer host provisioning scripts used in autostack.
This is a collection of scripts useful in the automated provisioning (first-boot)
of a XenServer (>= 6.0) pool member.While tied to autostack, these can easily be run outside the environment on
isolated hosts.## Usage
On the autostack console- Create a launch-config for the XS host
- Define the XS hosts parameters in launch-config's host.conf
- Optionally symbolically linke to $HOSTNAME.conf
- Optionally define your sequence of scripts to be run on the host
- Scripts can be added in as long as they are executable within the XenServer
host's Dom0 (sh, bash, python, perl, etc). _NOTE_ : As you are running these
within Dom0 - care must be taken not to tamper with the install and/or violate
the Citrix EULA.# License
- None