Changes between Version 11 and Version 12 of ChefNotes
- Timestamp:
- May 27, 2014 5:32:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChefNotes
v11 v12 226 226 * Currently trying to find out where node id comes from. The client must know it as the message arrives at tmcd with the node id there. I need this for the horrible SQL statement that tells me the data net interfaces. 227 227 * I also need to know this for the simple node_id --> pid/eid SQL. 228 * 228 * Found the correct table to extract node_id and interface information from. {{{interfaces}}} and wrote the ifconfig recipe. Seems to work. 229 229 ---- 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 230 247 === Scratch === 231 248 Connecting to test node servers via ssh and proxies. Add this to ~/.ssh/config