Skip to content

the mini design of license and network policy distribution

yangsong edited this page Nov 1, 2017 · 9 revisions

license distribution

The full path/content of cumulus license file should be specified in key field in prodkey table

[root@c910f03c05k21 xcat-core]# tabdump -d prodkey
node:               The node name or group name.

product:    A string to identify the product (for OSes, the osname would be used, i.e. wink28

key:                The product key relevant to the aforementioned node/group and product combination

comments:   Any user-written notes.

disable:    Set to 'yes' or '1' to comment out this row.

how to initiate license distribution?

  • user run updatenode command against the switches
  • ztp

2 kinds of license distribution mechanism:

  • individual mode: the full path or content of the license file is specified in prodkey.key, the specified licenses are installed on the switches respectively
  • pool mode: the full path to the directory which holds the license files are specified in prodkey.key, the switches request the appropriate licenses from the pool

This actual distribution mode is determined by an environment variable "PRODKEY" in mypostscript(.post) on the switch, which denotes 2 types of values in the prodkey.key attribute described above

configuration distribution

the configuration files are distributed to node/switch via syncfiles. The synclist file can include the following sections:

  1. the src and dst of files to sync
  2. the commands following EXECUTE/EXECUTEALWAYS to apply the configuration files, i.e, restart services, or send SIGHUP

currently synclist only bind to osimage, need to support synclist for node and group.

the synclists will be a node/group attribute, user specified the relevant synclist for the specified node or node groups.

like the the behavior of sycfiles , user can run commands like updatenode/xdsh to distribute the configuration files actively, or add syncfiles in postbootscripts to distribute the configuration files during switch ztp process

News

History

  • Oct 22, 2010: xCAT 2.5 released.
  • Apr 30, 2010: xCAT 2.4 is released.
  • Oct 31, 2009: xCAT 2.3 released. xCAT's 10 year anniversary!
  • Apr 16, 2009: xCAT 2.2 released.
  • Oct 31, 2008: xCAT 2.1 released.
  • Sep 12, 2008: Support for xCAT 2 can now be purchased!
  • June 9, 2008: xCAT breaths life into (at the time) the fastest supercomputer on the planet
  • May 30, 2008: xCAT 2.0 for Linux officially released!
  • Oct 31, 2007: IBM open sources xCAT 2.0 to allow collaboration among all of the xCAT users.
  • Oct 31, 1999: xCAT 1.0 is born!
    xCAT started out as a project in IBM developed by Egan Ford. It was quickly adopted by customers and IBM manufacturing sites to rapidly deploy clusters.
Clone this wiki locally