* Added more text for the pending JSON state file generation.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 5 years ago
parent 7cf1db3b37
commit 387c03aa7d
  1. 10
      share/words.xml
  2. 7
      tools/anvil-daemon
  3. 1
      tools/striker-manage-install-target

@ -1267,6 +1267,16 @@ Failed to generate an RSA public key for the user: [#!variable!user!#]. The outp
<key name="unit_0010">Dynamic Link Aggregation (802.3ad)</key> <!-- Bonding mode 4 (802.3ad) --> <key name="unit_0010">Dynamic Link Aggregation (802.3ad)</key> <!-- Bonding mode 4 (802.3ad) -->
<key name="unit_0011">Balanced Transmit Load balancing</key> <!-- Bonding mode 5 (balanced-tlb) --> <key name="unit_0011">Balanced Transmit Load balancing</key> <!-- Bonding mode 5 (balanced-tlb) -->
<key name="unit_0012">Balanced Adaptive Load balancing</key> <!-- Bonding mode 6 (balanced-alb) --> <key name="unit_0012">Balanced Adaptive Load balancing</key> <!-- Bonding mode 6 (balanced-alb) -->
<key name="unit_0013">Up</key> <!-- Network Link State up -->
<key name="unit_0014">Down</key> <!-- Network Link State down -->
<key name="unit_0015">Full</key> <!-- Full Duplex -->
<key name="unit_0016">Half</key> <!-- Half Duplex -->
<key name="unit_0017">Always Use Primary</key> <!-- Bonding always reselect primary interface - See: bonding.txt as provided by 'kernel-doc' -->
<key name="unit_0018">Select Better</key> <!-- Bonding reselect primary interface if better -->
<key name="unit_0019">On Failure</key> <!-- Bonding reselect primary interface if peer fails -->
<key name="unit_0020">STP Disabled</key> <!-- Bridge STP state disabled - See: https://github.com/mstpd/mstpd/issues/17#issuecomment-245395763 -->
<key name="unit_0021">STP Enabled in Kernel</key> <!-- Bridge STP state kernel -->
<key name="unit_0022">STP Enabled in User land</key> <!-- Bridge STP state user -->
<!-- TODO: Merge these into 'unit' --> <!-- TODO: Merge these into 'unit' -->
<!-- These are works and strings used by javascript/jqery --> <!-- These are works and strings used by javascript/jqery -->

@ -13,6 +13,8 @@
# - Add a "running: pending,yes,done,dead" and show an appropriate icon beside jobs # - Add a "running: pending,yes,done,dead" and show an appropriate icon beside jobs
# - Decide if holding before the main loop until 'systemctl is-system-running' returns 'running' is a good # - Decide if holding before the main loop until 'systemctl is-system-running' returns 'running' is a good
# idea or not. # idea or not.
# - Write the status of this and the scancore daemon to /etc/anvil/anvil.motd and symlink it to /etc/motd.d/
# - Write a script that runs in crontab at UTC 17:00 that sends an email if Scancore or anvil-daemon are disabled.
# #
# NOTE: # NOTE:
# - For later; 'reboot --force --force' immediately kills the OS, like disabling ACPI on EL6 and hitting the # - For later; 'reboot --force --force' immediately kills the OS, like disabling ACPI on EL6 and hitting the
@ -1162,10 +1164,7 @@ sub update_striker_json
my ($anvil) = @_; my ($anvil) = @_;
# Start by recording information about currently unconfigured nodes and DR hosts. # Start by recording information about currently unconfigured nodes and DR hosts.
my $striker_json_body = "{\"unconfigured\":[\n"; my $striker_json_body = "";
# Collect data on unconfigured hosts.
my ($hosts) = $anvil->Database->get_hosts({debug => 3});
return(0); return(0);

@ -1491,6 +1491,7 @@ sub load_packages
"kbd-misc.noarch", "kbd-misc.noarch",
"kbd.x86_64", "kbd.x86_64",
"kernel-core.x86_64", "kernel-core.x86_64",
"kernel-doc.noarch",
"kernel-headers.x86_64", "kernel-headers.x86_64",
"kernel-modules.x86_64", "kernel-modules.x86_64",
"kernel-tools-libs.x86_64", "kernel-tools-libs.x86_64",

Loading…
Cancel
Save