Skip to content

Commit

Permalink
Merge pull request #20 from hobbit-project/feature/hardware-info
Browse files Browse the repository at this point in the history
Add environment variable names for hardware data (necessary for hobbit-project/platform#169 )
  • Loading branch information
MichaelRoeder authored May 20, 2018
2 parents ecb1fba + ef4bfe7 commit 29e8472
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/hobbit/core/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ private Constants() {

public static final String ACKNOWLEDGEMENT_FLAG_KEY = "ACKNOWLEDGEMENT_FLAG";

public static final String HARDWARE_NUMBER_OF_NODES_KEY = "HOBBIT_HARDWARE_NODES";

public static final String HARDWARE_INFO_KEY = "HOBBIT_HARDWARE_INFO";

// =============== RABBIT CONSTANTS ===============

/**
Expand Down

0 comments on commit 29e8472

Please sign in to comment.