Skip to content

Instantly share code, notes, and snippets.

@joshcooper
Created August 25, 2016 23:04
Show Gist options
  • Save joshcooper/f6059efd3ba101d40765012d90c7c8f2 to your computer and use it in GitHub Desktop.
Save joshcooper/f6059efd3ba101d40765012d90c7c8f2 to your computer and use it in GitHub Desktop.
0 ~/work/facter/acceptance (cinext) $ export ABS_RESOURCE_HOSTS="$RESOURCE_HOSTS"
0 ~/work/facter/acceptance (cinext) $ echo $ABS_RESOURCE_HOSTS
[{"hostname":"wpabbk9sqfnyxrl.delivery.puppetlabs.net","type":"ubuntu-1404-x86_64","engine":"vmpooler"}]
0 ~/work/facter/acceptance (cinext) $ bundle exec rake ci:test:aio SHA=1.6.0 TESTS=tests
./config/aio/options.rb
./local_options.rb
No options file found at /Users/josh/work/facter/acceptance/local_options.rb
<snip>
"HOSTS": {
"ubuntu1404-64-1": {
"pe_dir": null,
"pe_ver": null,
"pe_upgrade_dir": null,
"pe_upgrade_ver": null,
"hypervisor": "abs",
"platform": "ubuntu-14.04-amd64",
"template": "ubuntu-1404-x86_64",
"roles": [
"agent",
"default"
],
"host_tags": {}
}
<snip>
Hypervisor for ubuntu1404-64-1 is abs
Beaker::Hypervisor, found some abs boxes to create
wpabbk9sqfnyxrl.delivery.puppetlabs.net (ubuntu1404-64-1) 01:05:36$ dpkg -s curl
Attempting ssh connection to wpabbk9sqfnyxrl.delivery.puppetlabs.net, user: root, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>["~/.ssh/id_rsa-acceptance"], :user_known_hosts_file=>"/Users/josh/.ssh/known_hosts", :keepalive=>true}
Package: curl
Status: install ok installed
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment