« Previous | Next » 

Revision 880478f8

ID880478f8845ac7623a2cb8586a3c4ecabb6355a0
Parent 5b7b5d49
Child dcb93971

Added by Iustin Pop over 16 years ago

Big change/cleanup in relation to the master startup:
- move the master node name from the ConfigWriter to SimpleStore (all
nodes need this, and it was the only thing pulled in from the
ConfigWriter on nodes)
- fix mcpu.py and the testing w.r.t. this change; for testing, rename
the fake_config.py to mocks.py and add a FakeSStore object
- then add a ganeti-master script which can be run on any node at boot
and which will not do anything if not master on start (on stop it
will still try to remove the ip address)
- also add a new cluster-wide variable (master_netdev) that determines
on which interface we add this ip address; it's customizable at
cluster init time
- also remove the cluster name file which was separately handled from
ssconf (not needed anymore)
- remove the master init.d links from the list of config files as this
is not our responsibility now

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences