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/bash | |
#!/bin/bash | |
#Utility to log into the RunDeck server and store cookie file for later use | |
errorMsg() { | |
echo "$*" 1>&2 | |
} |
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
$ ./rerun -checklog /tmp/rerun-logs/freddy-dance-2011-0921-140744.log freddy: dance -jumps 3 | |
jumps (3) | |
2c2 | |
< jumps (3) | |
--- | |
> jumps () |
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
PATH=$PATH:$HOME/.rerun/rerun | |
export RERUN_MODULES=$HOME/.rerun/modules | |
export RERUN_LOGS=$HOME/.rerun/logs | |
[ -t 0 ] && export RERUN_COLOR=true |
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
$ tools/bin/dispatch -p zbig -I serverType=typeB | |
node2 | |
$ tools/bin/dispatch -p zbig -I serverType=typeA | |
node1 |
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
<joblist> | |
<job> | |
<id>f711604c-877f-4a30-8693-dd4f22f074b7</id> | |
<loglevel>VERBOSE</loglevel> | |
<sequence keepgoing='false' strategy='node-first'> | |
<command> | |
<scriptargs /> | |
<script><![CDATA[export jenkins_url=http://build.cmf.vmware.com:8080/jenkins/$workSpace/$jobName/var/chef | |
export cb=chef-solo-svn${svnRev}-j${buildNum}.tgz |
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
<nodes> | |
<node id="1" name="test.server.com" type="Server" tags="server,test"> | |
<description>This is a server</description> | |
<attributes> | |
<attribute name="Serial_Number" value="12345" required="false"/> | |
<attribute name="RAM" value="4GB" required="false"/> | |
<attribute name="OS_Name" value="Ubuntu_Test_Server" required="false"/> | |
<attribute name="OS_Family" value="Linux" required="false"/> | |
<attribute name="Number_of_CPUs" value="2" required="false"/> |
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
<yana> | |
<attributes> | |
<attribute id="controller" filter="String"/> | |
<!-- Package --> | |
<attribute id="arch" filter="String"/> | |
<attribute id="base" filter="String"/> | |
<attribute id="buildtime" filter="String"/> | |
<attribute id="filename" filter="String"/> |
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
<yana> | |
<attributes> | |
<attribute name="controller" filter="String"/> | |
<!-- Package --> | |
<attribute name="arch" filter="String"/> | |
<attribute name="base" filter="String"/> | |
<attribute name="buildtime" filter="String"/> | |
<attribute name="filename" filter="String"/> |
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
package com.dtolabs | |
import grails.test.mixin.* | |
import grails.test.GrailsUnitTestCase | |
import org.springframework.core.io.Resource | |
import org.springframework.core.io.ClassPathResource |
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
package com.dtolabs | |
import grails.test.mixin.* | |
import grails.test.GrailsUnitTestCase | |
import org.springframework.core.io.Resource | |
import org.springframework.core.io.ClassPathResource |