This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
var _ = require('lodash'); | |
var airbnb = require('eslint-config-airbnb'); | |
var yaml = require('js-yaml'); | |
function load(filename) { | |
console.log('load file ' + filename); | |
return require(filename); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2015, EMC, Inc. | |
'use strict'; | |
module.exports = { | |
friendlyName: 'SKU Discovery', | |
injectableName: 'Graph.SKU.Discovery', | |
options: { | |
defaults: { | |
graphOptions: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Reference link: http://www.aboutdebian.com/proxy.htm | |
INTIF="eth1" | |
EXTIF="eth0" | |
/sbin/depmod -a | |
/sbin/modprobe ip_tables | |
/sbin/modprobe ip_conntrack | |
/sbin/modprobe ip_conntrack_ftp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Graph.InstallCentOS", | |
"options": { | |
"defaults": { | |
"obmServiceName": "noop-obm-service" | |
}, | |
"install-os": { | |
"version": "7.0", | |
"repo": "{{api.server}}/centos/7/os/x86_64", | |
"rootPassword": "root", |
NewerOlder